Commit Graph

  • bbb424d6af now that we have a functions, uncomment the missing ones Love Hörnquist Åstrand 2003-03-16 18:21:20 +00:00
  • 8636991c42 implement gss_process_context_token Love Hörnquist Åstrand 2003-03-16 18:19:05 +00:00
  • 64586a5845 implement gss_inquire_names_for_mech Love Hörnquist Åstrand 2003-03-16 18:15:29 +00:00
  • 7f96dc0c7c implement gss_inquire_mechs_for_name Love Hörnquist Åstrand 2003-03-16 18:12:33 +00:00
  • 0d4633b1a7 implement gss_inquire_cred_by_mech Love Hörnquist Åstrand 2003-03-16 18:11:16 +00:00
  • 12c4c03c2b implement gss_add_cred Love Hörnquist Åstrand 2003-03-16 18:09:40 +00:00
  • 408615bf37 (gss_acquire_cred): more testing of input argument, make sure output arguments are ok, since we don't know the time_rec (for now), set it to time_req Love Hörnquist Åstrand 2003-03-16 18:05:35 +00:00
  • f107a9a266 send lifetime, also set minor_status Love Hörnquist Åstrand 2003-03-16 18:02:52 +00:00
  • 5830dd22fd set minor_status Love Hörnquist Åstrand 2003-03-16 18:02:04 +00:00
  • dbb7e9163e (gss_import_sec_context): add error checking, pick up lifetime (if there is no lifetime, use GSS_C_INDEFINITE) Love Hörnquist Åstrand 2003-03-16 18:01:32 +00:00
  • 67c9487313 take care to set export value to something sane before we start so caller will have harmless values in them if then function fails Love Hörnquist Åstrand 2003-03-16 18:00:00 +00:00
  • 677ae51b82 (gss_release_buffer): set minor_status Love Hörnquist Åstrand 2003-03-16 17:58:20 +00:00
  • cc950657f5 make sure minor_status get set Love Hörnquist Åstrand 2003-03-16 17:57:48 +00:00
  • 19d67f3356 (gss_verify_mic_internal): rename verify_mic to gss_verify_mic_internal and let it take the type as an argument, (gss_verify_mic): call gss_verify_mic_internal set minor_status Love Hörnquist Åstrand 2003-03-16 17:56:26 +00:00
  • cc84c8d575 set minor_status Love Hörnquist Åstrand 2003-03-16 17:54:43 +00:00
  • 2d825682b0 (gss_test_oid_set_member): use gss_oid_equal Love Hörnquist Åstrand 2003-03-16 17:54:06 +00:00
  • a7217fdf07 (gss_release_oid_set): set minor_status Love Hörnquist Åstrand 2003-03-16 17:53:25 +00:00
  • d6a152b730 (gss_release_name): set minor_status Love Hörnquist Åstrand 2003-03-16 17:52:48 +00:00
  • 08d1c04825 (gss_release_cred): set minor_status Love Hörnquist Åstrand 2003-03-16 17:52:19 +00:00
  • 81ad947eca (gss_add_oid_set_member): set minor_status Love Hörnquist Åstrand 2003-03-16 17:50:49 +00:00
  • 4b8e018617 (gss_compare_name): set minor_status Love Hörnquist Åstrand 2003-03-16 17:50:07 +00:00
  • 81370af455 (check_compat): make sure ret have a defined value Love Hörnquist Åstrand 2003-03-16 17:49:43 +00:00
  • d0fc8fd754 (gss_context_time): set minor_status Love Hörnquist Åstrand 2003-03-16 17:48:33 +00:00
  • 43c56a1714 (gss_krb5_copy_ccache): set minor_status Love Hörnquist Åstrand 2003-03-16 17:47:44 +00:00
  • fd3d9c1a90 (gss_create_empty_oid_set): set minor_status Love Hörnquist Åstrand 2003-03-16 17:47:07 +00:00
  • ce1208aa5e (gss_delete_sec_context): set minor_status Love Hörnquist Åstrand 2003-03-16 17:46:40 +00:00
  • 8aecc0f7bb (gss_display_name): set minor_status Love Hörnquist Åstrand 2003-03-16 17:46:11 +00:00
  • 161cad1b47 (gss_display_status): use gss_oid_equal, handle supplementary errors Love Hörnquist Åstrand 2003-03-16 17:45:36 +00:00
  • 228a66ec49 (gss_duplicate_name): set minor_status Love Hörnquist Åstrand 2003-03-16 17:44:26 +00:00
  • 7f2e882866 (gss_inquire_context): set lifetime_rec now when we know it, set minor_status Love Hörnquist Åstrand 2003-03-16 17:43:30 +00:00
  • db086cdf25 (gss_inquire_cred): take care to set export value to something sane before we start so caller will have harmless values in them if we fails Love Hörnquist Åstrand 2003-03-16 17:42:14 +00:00
  • ad83859f1a (gss_accept_sec_context): take care to set export value to something sane before we start so caller will have harmless values in them if we failed, set lifetime from ticket expiration date Love Hörnquist Åstrand 2003-03-16 17:41:12 +00:00
  • 8da3ed3cae (gss_indicate_mechs): use gss_create_empty_oid_set and gss_add_oid_set_member Love Hörnquist Åstrand 2003-03-16 17:38:20 +00:00
  • 6619f3f031 (gss_ctx_id_t_desc): store the lifetime in the cred, since there is no ticket transfered in the exported context Love Hörnquist Åstrand 2003-03-16 17:37:07 +00:00
  • 3696701e1d (gss_export_name): export name with GSS_C_NT_EXPORT_NAME wrapping, not just the principal Love Hörnquist Åstrand 2003-03-16 17:34:46 +00:00
  • b310e96168 (import_export_name): new function, parses a GSS_C_NT_EXPORT_NAME (import_krb5_name): factor out common code of parsing krb5 name (gss_oid_equal): rename from oid_equal Love Hörnquist Åstrand 2003-03-16 17:33:31 +00:00
  • f5f5c968b6 add prototypes for gss_oid_equal and gss_verify_mic_internal Love Hörnquist Åstrand 2003-03-16 17:30:15 +00:00
  • 6478937dc1 comment out the argument names Love Hörnquist Åstrand 2003-03-16 00:21:58 +00:00
  • ca91dcc496 add Cizzi Storm since she make english of the texts that I give her Love Hörnquist Åstrand 2003-03-15 14:21:41 +00:00
  • d07a4e985d x Love Hörnquist Åstrand 2003-03-15 14:15:44 +00:00
  • edc384a6bf add LIST OF FUNCTIONS and copyright/license Love Hörnquist Åstrand 2003-03-15 14:15:21 +00:00
  • 2f170339ed add reference to source code, binaries and the manual Love Hörnquist Åstrand 2003-03-15 13:42:16 +00:00
  • 7ad526adf0 krb5.h isn't in krb5 directory in heimdal Love Hörnquist Åstrand 2003-03-15 13:24:47 +00:00
  • 53e541b2e8 x Love Hörnquist Åstrand 2003-03-14 23:06:53 +00:00
  • 84c3631ad3 s/gss_aquire_cred.3/gss_acquire_cred.3/ Love Hörnquist Åstrand 2003-03-14 23:06:36 +00:00
  • d500b98d5c rename Love Hörnquist Åstrand 2003-03-14 23:06:12 +00:00
  • 275d573c9b man_MANS += gss_aquire_cred.3 Love Hörnquist Åstrand 2003-03-14 23:03:08 +00:00
  • 1283310ee3 the gssapi api manpage Love Hörnquist Åstrand 2003-03-14 16:42:19 +00:00
  • e5a2a37af1 better/difrent english Love Hörnquist Åstrand 2003-03-14 15:25:16 +00:00
  • c6a1726807 x Love Hörnquist Åstrand 2003-03-14 14:12:02 +00:00
  • 5612c9889e . -> .\n copyright/license Love Hörnquist Åstrand 2003-03-14 14:11:46 +00:00
  • 88d0cbb1b2 changed configuration file -> restart kdc Love Hörnquist Åstrand 2003-03-14 14:07:40 +00:00
  • 7c5c3daa76 x Love Hörnquist Åstrand 2003-03-14 13:53:19 +00:00
  • 14e488c11f add krb4 into the most error messages written to the logfile Love Hörnquist Åstrand 2003-03-14 13:53:00 +00:00
  • 75267fcff3 x Love Hörnquist Åstrand 2003-03-14 00:46:28 +00:00
  • 55d6db061b x Love Hörnquist Åstrand 2003-03-14 00:45:25 +00:00
  • 247de42830 (gss_auth): print out the name we authenticated too Love Hörnquist Åstrand 2003-03-14 00:44:18 +00:00
  • ff9789f7af add missing name of argument (krb5_context) to most functions Love Hörnquist Åstrand 2003-03-14 00:41:24 +00:00
  • 27d65f118c x Love Hörnquist Åstrand 2003-03-13 19:54:01 +00:00
  • 175d6d3dbf (krb5_kuserok): preserve old behviour of function and return FALSE when there isn't a local account for `luser'. Love Hörnquist Åstrand 2003-03-13 19:53:43 +00:00
  • 42111080d7 fix prototype, spelling and more text describing the function Love Hörnquist Åstrand 2003-03-13 19:52:18 +00:00
  • 30056ee50a (krb5_cc_default): if krb5_cc_default_name returned memory, don't return ENOMEM Love Hörnquist Åstrand 2003-03-13 01:35:45 +00:00
  • a7c8383d7c x Love Hörnquist Åstrand 2003-03-12 16:49:19 +00:00
  • abe0dd6a7a check if the output of compile_et needs initialize_error_table_r Love Hörnquist Åstrand 2003-03-12 16:48:52 +00:00
  • ef44160fa5 x Love Hörnquist Åstrand 2003-03-12 00:00:38 +00:00
  • 4480801223 add krb5_address stuff and sort Love Hörnquist Åstrand 2003-03-12 00:00:20 +00:00
  • 44410b4341 fix krb5_addr2sockaddr description Love Hörnquist Åstrand 2003-03-11 23:56:00 +00:00
  • 2ddbd350f1 (man_MANS): += krb5_address.3 Love Hörnquist Åstrand 2003-03-11 20:24:45 +00:00
  • 3db03bddf2 document types krb5_address and krb5_addresses and their helper functions Love Hörnquist Åstrand 2003-03-11 20:22:49 +00:00
  • 0567daa0ee *** empty log message *** Love Hörnquist Åstrand 2003-03-10 15:18:36 +00:00
  • 0d7b0303a9 (man_MANS): += krb5_kuserok.3 Love Hörnquist Åstrand 2003-03-10 15:18:22 +00:00
  • d22a23e0cb spelling, from cizzi@it.su.se Love Hörnquist Åstrand 2003-03-10 15:17:39 +00:00
  • 58618d8424 (man_MANS): += krb5_ccache.3 Love Hörnquist Åstrand 2003-03-10 15:04:13 +00:00
  • ed2d4e5ac2 spelling, from cizzi@it.su.se Love Hörnquist Åstrand 2003-03-10 15:03:12 +00:00
  • 995a8c29c1 x Love Hörnquist Åstrand 2003-03-10 03:12:25 +00:00
  • f336b9b2e9 add more functions Love Hörnquist Åstrand 2003-03-10 03:11:49 +00:00
  • 9658a8d8b1 document krb5_ccache and krb5_cc functions Love Hörnquist Åstrand 2003-03-10 03:10:00 +00:00
  • 174736e552 document krb5_kuserok Love Hörnquist Åstrand 2003-03-10 03:05:46 +00:00
  • 02663abf1a document krb5_verify_opt_set_flags(opt, KRB5_VERIFY_LREALMS) behavior Love Hörnquist Åstrand 2003-03-10 03:04:52 +00:00
  • d628f55ea1 document krb5_verify_opt* and krb5_verify_user_opt Love Hörnquist Åstrand 2003-03-10 02:56:29 +00:00
  • 8e010d882c x Love Hörnquist Åstrand 2003-03-10 02:20:13 +00:00
  • bf932fdd72 add copyright/licenses on more manpages Love Hörnquist Åstrand 2003-03-10 02:19:34 +00:00
  • 23d9470fdc *** empty log message *** Love Hörnquist Åstrand 2003-03-10 00:29:23 +00:00
  • 713597129f (main): handle that krb5_cc_default_name can return NULL Love Hörnquist Åstrand 2003-03-10 00:28:22 +00:00
  • 006b538595 (libkrb5_la_LDFLAGS): bump minor (TESTS): add test_cc Love Hörnquist Åstrand 2003-03-10 00:27:21 +00:00
  • 9a2e5b06e1 test some krb5_cc_default_name/krb5_cc_set_default_name combinations Love Hörnquist Åstrand 2003-03-10 00:26:40 +00:00
  • 3d2fd2dc7f (init_context_from_config_file): set default_cc_name to NULL (krb5_free_context): free default_cc_name if set Love Hörnquist Åstrand 2003-03-10 00:24:13 +00:00
  • 3bac5fb118 (krb5_cc_set_default_name): new function (krb5_cc_default_name): use krb5_cc_set_default_name Love Hörnquist Åstrand 2003-03-10 00:23:11 +00:00
  • 04b2ccc9ed (krb5_context_data): add default_cc_name Love Hörnquist Åstrand 2003-03-10 00:21:50 +00:00
  • fc44dd3f4a use struct units instead of units Love Hörnquist Åstrand 2003-03-07 15:51:53 +00:00
  • 5ad036507a use full prototype for main Love Hörnquist Åstrand 2003-03-04 10:37:26 +00:00
  • 14cda004d5 x Love Hörnquist Åstrand 2003-03-03 21:52:29 +00:00
  • c569bd9ebb x Love Hörnquist Åstrand 2003-03-03 21:44:20 +00:00
  • 4c580ecbd3 (gss_inquire_context): rename argument open to open_context Love Hörnquist Åstrand 2003-03-03 21:41:33 +00:00
  • e77351eb77 (gss_inquire_context): rename argument open to open_context Love Hörnquist Åstrand 2003-03-03 21:24:29 +00:00
  • 3f7c1e20ef x Love Hörnquist Åstrand 2003-02-27 20:20:21 +00:00
  • f8234428f5 *** empty log message *** Love Hörnquist Åstrand 2003-02-27 20:18:26 +00:00
  • c448764976 (do_delegation): remove unused variable subkey Love Hörnquist Åstrand 2003-02-27 20:18:12 +00:00
  • ffa7d25ad9 all 0.5.x version had broken token delegation Love Hörnquist Åstrand 2003-02-27 17:40:13 +00:00
  • d778be95e3 x Love Hörnquist Åstrand 2003-02-25 10:56:07 +00:00