summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * stdcc.h, stdcc_util.h: Removed Mac header gooberAlexandra Ellwood2003-03-063-4/+8
* * ccdefault.c: Remove Mac header goober and include k5-int.h after KerberosL...Alexandra Ellwood2003-03-062-2/+8
* * krb5_libinit.c: Removed Mac OS X header goober. Conditionalize CCAPI calls...Alexandra Ellwood2003-03-062-5/+12
* * CCache-glue.c: Added prototypes for deprecated functions. Made internal fun...Alexandra Ellwood2003-03-0613-145/+94
* * 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
* * mac_des_glue.c, des.c, enc_dec.c, key_sched.c, str_to_key.c: Move KfM des ...Alexandra Ellwood2003-03-068-78/+113
* * prng.c: use Unix randomness sources on Mac OS XAlexandra Ellwood2003-03-062-4/+7
* * des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate...Alexandra Ellwood2003-03-062-0/+7
* use kdb keytab for kadmindTom Yu2003-03-064-8/+49
* * acquire_cred.c (krb5_gss_register_acceptor_identity): NewTom Yu2003-03-063-19/+61
* * Makefile.in (OBJFILELIST, OBJFILEDEP) [##DOS]: Add aes.lst.Ken Raeburn2003-03-052-2/+17
* * password_to_key.c (mit_passwd_to_key, afs_passwd_to_key): Comment out pragmasKen Raeburn2003-03-052-0/+7
* string_to_key.c (krb5_c_string_to_key_with_params): Declare before useKen Raeburn2003-03-052-1/+12
* Reduce local configure script's work by removing static defines and header andKen Raeburn2003-03-0518-29/+48
* Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn2003-03-0516-76/+114
* * aes.c (krb5int_aes_init_state): Implement.Ken Raeburn2003-03-053-3/+14
* * krb5_err.et (KRB5_ERR_BAD_S2K_PARAMS): New error codeKen Raeburn2003-03-052-0/+6
* Add AES string-to-key functionKen Raeburn2003-03-054-9/+84
* Delete some unused declarations from old-crypto APIKen Raeburn2003-03-058-21/+22
* * srv_rcache.c (krb5_get_server_rcache): Fix missedTom Yu2003-03-052-1/+6
* Fix rcache character test introduced in last commitSam Hartman2003-03-051-2/+2
* Don't call shutdown after finishing writingSam Hartman2003-03-042-1/+6
* Do not expect sequence number in encrypted krb_credSam Hartman2003-03-042-1/+5
* GSS_C_NO_CREDENTIAL should accept any principalSam Hartman2003-03-048-42/+75
* * pbkdf2.c (F): Now takes krb5_data for password and salt.Ken Raeburn2003-03-033-42/+53
* * g_cnffile.c (krb__get_srvtabname): Keep strdup()ed string in aTom Yu2003-03-032-1/+11
* Use com_err_deplib rather than an explicit path so we do not have ourSam Hartman2003-03-025-5/+5
* There isn't really a point to validating cred_handle if it was justTom Yu2003-03-012-6/+11
* Ignore krb_err_txt.cKen Raeburn2003-02-281-0/+1
* * Makefile.in (clean-unix): Remove krb_err_txt.c on clean. UpdateEzra Peisach2003-02-283-3/+15
* * Makefile.in (clean): Cleanup testing objects and outputsEzra Peisach2003-02-282-0/+7
* remove wrong commentKen Raeburn2003-02-261-1/+0
* Thanks, similar patch appliedTom Yu2003-02-252-6/+52
* Handle NULL result_string->data returned from error inTom Yu2003-02-252-2/+8
* * in_tkt.c: Include k5-util.h.Ken Raeburn2003-02-253-27/+11
* * change_password.c (krb_change_password): Use int, not KRB_INT32, for krb4Ken Raeburn2003-02-252-1/+9
* * gssapi_krb5.c (kg_get_defcred): Revert previous; it's probablyTom Yu2003-02-243-32/+34
* Fix typo pointed out by jenselby in doc passSam Hartman2003-02-241-1/+1
* This should fix things, but I don't have an easy way to testTom Yu2003-02-212-15/+37
* The client sorts the enctype list returned by etype_info orderingSam Hartman2003-02-152-1/+77
* * Makefile.in ($(GSSAPI_KRB5_HDR)): Use $(S) to avoid problems onTom Yu2003-02-142-1/+6
* Fix double free of AS keySam Hartman2003-02-132-1/+6
* Oops, add $(GSSAPI_KRB5_HDR) to all-unixTom Yu2003-02-132-2/+3
* More tweaks to deal with parallel buildsTom Yu2003-02-134-28/+32
* * Makefile.in: Update dependencies.Tom Yu2003-02-124-28/+78
* * CCache-glue.c: Delete in_tkt()Tom Yu2003-02-124-12/+9
* Support credentials encrypted in the session key rather thanSam Hartman2003-02-112-4/+25
* * CCache-glue.c (krb_in_tkt): Rename from in_tkt().Tom Yu2003-02-112-2/+19