summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* * gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Add a krb5 context object.Ken Raeburn2004-03-155-22/+72
* * gssapiP_krb5.h (struct _krb5_gss_ctx_id_rec): Delete fields init_token andKen Raeburn2004-03-143-65/+11
* Add a mutex to protect the set manipulationsKen Raeburn2004-03-143-21/+87
* Make the set type separate from the set-element (linked list node) typeKen Raeburn2004-03-146-29/+50
* * gssapiP_generic.h (struct _g_set_elt, g_set_elt): Renamed from non-_eltKen Raeburn2004-03-144-21/+27
* Missing prototype for gss_krb5int_unseal_token_v3Ezra Peisach2004-03-082-0/+12
* fix typoKen Raeburn2004-03-031-1/+1
* don't get a krb5_context for the routines that don't need itKen Raeburn2004-03-034-12/+7
* Set context flags after calling krb5_rd_req so that the replay cache is set upSam Hartman2004-02-262-2/+8
* dependency updatesKen Raeburn2004-02-241-5/+7
* ignore some more generated filesKen Raeburn2004-02-241-0/+1
* * wrap_size_limit.c (krb5_gss_wrap_size_limit): Fix calculation forKen Raeburn2004-02-232-6/+19
* * ser_sctx.c (kg_oid_externalize): Check for errors.Ken Raeburn2004-02-102-49/+154
* * util_ordering.c (g_queue_externalize, g_queue_internalize): Check forKen Raeburn2004-02-092-0/+9
* no license on k5sealv3.cKen Raeburn2004-02-081-2/+28
* 2004-02-05 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-02-064-7/+24
* need more testing support for MSKen Raeburn2004-01-273-3/+43
* * init_sec_context.c: Include auth_con.h if CFX_EXERCISE is defined.Ken Raeburn2004-01-053-15/+48
* * util_crypt.c (kg_encrypt, kg_decrypt): Input pointer now points to const.Ken Raeburn2003-12-204-5/+12
* * gssapi_generic.c (const_oids): Renamed from oids, and now const.Ken Raeburn2003-12-202-1/+8
* * init_sec_context.c: Include k5-int.h for accessorTom Yu2003-12-192-0/+5
* The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64,Jeffrey Altman2003-12-194-9/+41
* make dependKen Raeburn2003-12-153-58/+118
* Add 64-bit sequence number support. Do sequence number ordering tests relativeKen Raeburn2003-12-1315-290/+932
* Added kg_sync_ccache_name(), kg_get_ccache_name, and kg_set_ccache_name() and...Alexandra Ellwood2003-12-115-33/+177
* krb5_gss_register_acceptor_identity does not allocate enough memory for cache...Ezra Peisach2003-07-192-1/+6
* Remove kg_release_defcred and caching of default credential. RewriteTom Yu2003-07-179-479/+625
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-174-2/+8
* * accept_sec_context.c (krb5_gss_accept_sec_context): CallTom Yu2003-07-152-4/+9
* * acquire_cred.c (acquire_init_cred): Close the ccache ifTom Yu2003-07-102-0/+8
* libgss leaks, UMRsTom Yu2003-06-133-0/+9
* make_ap_req_v1 leaks memoryTom Yu2003-06-132-0/+7
* make-depend updatesKen Raeburn2003-05-241-17/+17
* Be more friendly towards parallel buildsKen Raeburn2003-05-142-5/+17
* * gssapi_krb5.h: Remove check for GSS_RFC_COMPLIANT_OIDSTom Yu2003-05-132-3/+4
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-103-6/+14
* Do not claim GSS_C_PROT_READY_FLAG since we don't support itSam Hartman2003-03-144-1/+14
* Yet another attempt at cross-directory dependencies. Seems to fix the parallelKen Raeburn2003-03-082-8/+46
* * gss_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_TABLES macro to !USE_BU...Alexandra Ellwood2003-03-072-2/+8
* * disp_status.c, gssapi_krb5.h, gssapiP_krb5.h: Removed Mac header gooberAlexandra Ellwood2003-03-064-20/+8
* * disp_com_err_status.c, gssapi_generic.h: Removed Mac header goober. * gssap...Alexandra Ellwood2003-03-065-19/+12
* * gss_libinit.c: Removed Mac header goober. Fixed USE_HARDCODED_FALLBACK_ERRO...Alexandra Ellwood2003-03-063-8/+13
* * acquire_cred.c (krb5_gss_register_acceptor_identity): NewTom Yu2003-03-063-19/+61
* Do not expect sequence number in encrypted krb_credSam Hartman2003-03-042-1/+5
* GSS_C_NO_CREDENTIAL should accept any principalSam Hartman2003-03-045-40/+62
* Use com_err_deplib rather than an explicit path so we do not have ourSam Hartman2003-03-021-1/+1
* There isn't really a point to validating cred_handle if it was justTom Yu2003-03-012-6/+11
* Thanks, similar patch appliedTom Yu2003-02-252-6/+52
* * gssapi_krb5.c (kg_get_defcred): Revert previous; it's probablyTom Yu2003-02-243-32/+34
* This should fix things, but I don't have an easy way to testTom Yu2003-02-212-15/+37