aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2003-03-06* stdcc.h, stdcc_util.h: Removed Mac header gooberAlexandra Ellwood3-4/+8
2003-03-06 * ccdefault.c: Remove Mac header goober and include k5-int.h after KerberosL...Alexandra Ellwood2-2/+8
2003-03-06* krb5_libinit.c: Removed Mac OS X header goober. Conditionalize CCAPI calls...Alexandra Ellwood2-5/+12
2003-03-06* CCache-glue.c: Added prototypes for deprecated functions. Made internal fun...Alexandra Ellwood13-145/+94
2003-03-06* disp_status.c, gssapi_krb5.h, gssapiP_krb5.h: Removed Mac header gooberAlexandra Ellwood4-20/+8
2003-03-06* disp_com_err_status.c, gssapi_generic.h: Removed Mac header goober. * gssap...Alexandra Ellwood5-19/+12
2003-03-06* gss_libinit.c: Removed Mac header goober. Fixed USE_HARDCODED_FALLBACK_ERRO...Alexandra Ellwood3-8/+13
2003-03-06* mac_des_glue.c, des.c, enc_dec.c, key_sched.c, str_to_key.c: Move KfM des ...Alexandra Ellwood8-78/+113
2003-03-06* prng.c: use Unix randomness sources on Mac OS XAlexandra Ellwood2-4/+7
2003-03-06* des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate...Alexandra Ellwood2-0/+7
2003-03-06use kdb keytab for kadmindTom Yu4-8/+49
2003-03-06 * acquire_cred.c (krb5_gss_register_acceptor_identity): NewTom Yu3-19/+61
2003-03-05* Makefile.in (OBJFILELIST, OBJFILEDEP) [##DOS]: Add aes.lst.Ken Raeburn2-2/+17
2003-03-05* password_to_key.c (mit_passwd_to_key, afs_passwd_to_key): Comment out pragmasKen Raeburn2-0/+7
2003-03-05string_to_key.c (krb5_c_string_to_key_with_params): Declare before useKen Raeburn2-1/+12
2003-03-05Reduce local configure script's work by removing static defines and header andKen Raeburn18-29/+48
2003-03-05Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn16-76/+114
2003-03-05* aes.c (krb5int_aes_init_state): Implement.Ken Raeburn3-3/+14
2003-03-05* krb5_err.et (KRB5_ERR_BAD_S2K_PARAMS): New error codeKen Raeburn2-0/+6
2003-03-05Add AES string-to-key functionKen Raeburn4-9/+84
2003-03-05Delete some unused declarations from old-crypto APIKen Raeburn8-21/+22
2003-03-05 * srv_rcache.c (krb5_get_server_rcache): Fix missedTom Yu2-1/+6
2003-03-05Fix rcache character test introduced in last commitSam Hartman1-2/+2
2003-03-04Don't call shutdown after finishing writingSam Hartman2-1/+6
2003-03-04Do not expect sequence number in encrypted krb_credSam Hartman2-1/+5
2003-03-04GSS_C_NO_CREDENTIAL should accept any principalSam Hartman8-42/+75
2003-03-03* pbkdf2.c (F): Now takes krb5_data for password and salt.Ken Raeburn3-42/+53
2003-03-03 * g_cnffile.c (krb__get_srvtabname): Keep strdup()ed string in aTom Yu2-1/+11
2003-03-02Use com_err_deplib rather than an explicit path so we do not have ourSam Hartman5-5/+5
2003-03-01There isn't really a point to validating cred_handle if it was justTom Yu2-6/+11
2003-02-28Ignore krb_err_txt.cKen Raeburn1-0/+1
2003-02-28 * Makefile.in (clean-unix): Remove krb_err_txt.c on clean. UpdateEzra Peisach3-3/+15
2003-02-28 * Makefile.in (clean): Cleanup testing objects and outputsEzra Peisach2-0/+7
2003-02-26remove wrong commentKen Raeburn1-1/+0
2003-02-25Thanks, similar patch appliedTom Yu2-6/+52
2003-02-25Handle NULL result_string->data returned from error inTom Yu2-2/+8
2003-02-25* in_tkt.c: Include k5-util.h.Ken Raeburn3-27/+11
2003-02-25* change_password.c (krb_change_password): Use int, not KRB_INT32, for krb4Ken Raeburn2-1/+9
2003-02-24 * gssapi_krb5.c (kg_get_defcred): Revert previous; it's probablyTom Yu3-32/+34
2003-02-24Fix typo pointed out by jenselby in doc passSam Hartman1-1/+1
2003-02-21This should fix things, but I don't have an easy way to testTom Yu2-15/+37
2003-02-15The client sorts the enctype list returned by etype_info orderingSam Hartman2-1/+77
2003-02-14 * Makefile.in ($(GSSAPI_KRB5_HDR)): Use $(S) to avoid problems onTom Yu2-1/+6
2003-02-13Fix double free of AS keySam Hartman2-1/+6
2003-02-13Oops, add $(GSSAPI_KRB5_HDR) to all-unixTom Yu2-2/+3
2003-02-13More tweaks to deal with parallel buildsTom Yu4-28/+32
2003-02-12 * Makefile.in: Update dependencies.Tom Yu4-28/+78
2003-02-12 * CCache-glue.c: Delete in_tkt()Tom Yu4-12/+9
2003-02-11Support credentials encrypted in the session key rather thanSam Hartman2-4/+25
2003-02-11 * CCache-glue.c (krb_in_tkt): Rename from in_tkt().Tom Yu2-2/+19