summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid redefined macro warnings by defining it to the same thing in the first ...Alexandra Ellwood2003-03-061-1/+1
* Added function for KEYFILE macroAlexandra Ellwood2003-03-061-0/+3
* * c_ustime.c: Removed Mac OS 9 code. * ccdefname.c: Conditionalize on USE_CCA...Alexandra Ellwood2003-03-066-123/+29
* * appdefault.c: Fix constness to avoid warning. * init_ctx.c: Do the same stu...Alexandra Ellwood2003-03-064-3/+11
* * 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
* * krb5.h: Removed enumsalwaysint because there are no typed enums in this hea...Alexandra Ellwood2003-03-063-11/+23
* * osconf.h: Added DEFAULT_SECURE_PROFILE_PATH so that KfM will only search pa...Alexandra Ellwood2003-03-062-2/+12
* * des.h, krb.h: Removed deprecated KfM functions. They will be exported but ...Alexandra Ellwood2003-03-065-86/+35
* * cnv_tkt_skey.c, conv_creds.c, conv_princ.c, encode.c, sendmsg.c: Removed Ma...Alexandra Ellwood2003-03-068-30/+24
* KfM 5.0 krb5 project fileAlexandra Ellwood2003-03-061-0/+11944
* Added KfM export files on to trunk. There is now a krb4 and DES export file ...Alexandra Ellwood2003-03-065-0/+661
* Scripts to build KfM headers and error tables and a script to run the krb5 bu...Alexandra Ellwood2003-03-063-0/+306
* The prefix file for KfM 5.0. This file has all the #defines for Mac OS X whi...Alexandra Ellwood2003-03-061-0/+181
* * profile.hin, prof_file.c (profile_flush_file_data): Stop copying the resour...Alexandra Ellwood2003-03-066-104/+107
* * com_err.c, com_err.h, error_message.c, et_c.awk, et_h.awk: Removed Mac OS 9...Alexandra Ellwood2003-03-066-139/+17
* use kdb keytab for kadmindTom Yu2003-03-0611-20/+124
* * acquire_cred.c (krb5_gss_register_acceptor_identity): NewTom Yu2003-03-063-19/+61
* Remove kdb_dbm.h as it is unusedSam Hartman2003-03-052-120/+4
* * Makefile.in (WINMAKEFILES): Add lib\crypto\aes\Makefile.Ken Raeburn2003-03-052-1/+8
* * 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-0519-145/+133
* * 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
* * compat_recv.c: Only include krb.h if KRB5_KRB4_COMPAT.Ken Raeburn2003-03-053-2/+33
* Fix rcache character test introduced in last commitSam Hartman2003-03-051-2/+2
* * configure.in: Default to --disable-fakekaKen Raeburn2003-03-052-1/+5
* 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
* * krb5-config.in (lib_flags): Prune out CFLAGSTom Yu2003-03-032-1/+4
* * 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
* Remove ADD_DEF and uses thereof, and move the appropriate symbols toTom Yu2003-03-0311-54/+74
* Substitute DEPLIBEXT for library buildsSam Hartman2003-03-022-0/+5
* Use com_err_deplib rather than an explicit path so we do not have ourSam Hartman2003-03-027-7/+7