summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * 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-151-46/+93
* Add 64-bit sequence number support. Do sequence number ordering tests relativeKen Raeburn2003-12-1311-264/+846
* 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-177-476/+620
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* * 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
* * 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
* * disp_status.c, gssapi_krb5.h, gssapiP_krb5.h: Removed Mac header gooberAlexandra Ellwood2003-03-064-20/+8
* * 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
* 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
* * Makefile.in ($(GSSAPI_KRB5_HDR)): Use $(S) to avoid problems onTom Yu2003-02-142-1/+6
* Oops, add $(GSSAPI_KRB5_HDR) to all-unixTom Yu2003-02-132-2/+3
* More tweaks to deal with parallel buildsTom Yu2003-02-132-9/+10
* Have g_token_size return unsigned int for signed/unsigned cleanupEzra Peisach2003-02-092-1/+5
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+7
* For new encryption types and for RC4, encrypt the krb_cred message inSam Hartman2003-01-082-51/+93
* Nuke some old .orig filesKen Raeburn2003-01-082-96/+4
* * accept_sec_context.c (krb5_gss_accept_sec_context): Use unsignedEzra Peisach2002-11-158-12/+31
* Implement an install-headers target to install public headers into KRB5_INCDIR;Sam Hartman2002-10-072-1/+5
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-3/+7
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+2
* Quote targets of some copy operations within the build tree. NeededKen Raeburn2002-08-272-1/+5
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-3/+7
* * k5unseal.c (kg_unseal): Pass unsigned int * instead of int *Ezra Peisach2002-07-153-2/+10
* * gssapi_krb5.h: Added #include of gssapi.h and gssapi_generic.hTom Yu2002-07-145-9/+96
* update dependenciesKen Raeburn2002-07-131-6/+12
* Get rid of some unused functions and files. HideKen Raeburn2002-07-138-478/+14
* * init_sec_context.c (make_ap_req_v2): Delete unused functionKen Raeburn2002-07-122-19/+2
* * accept_sec_context.c (rd_and_store_for_creds): Don't declare krb5_mcc_opsKen Raeburn2002-07-122-2/+1
* * init_sec_context.c (krb5_gss_init_sec_context): Instead of asking for theKen Raeburn2002-07-122-3/+53
* * accept_sec_context.c (rd_and_store_for_creds): Remove registration of memor...Ken Raeburn2002-07-122-1/+5
* * init_sec_context.c (get_credentials): Delete unused variableKen Raeburn2002-07-012-2/+2
* remove gss krb5 mech2 oid and oidset variablesKen Raeburn2002-07-0110-17/+17
* fix some compiler warningsKen Raeburn2002-07-013-11/+21