| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * disp_com_err_status.c, gssapi_generic.h: Removed Mac header goober. * gssap... | Alexandra Ellwood | 2003-03-06 | 5 | -19/+12 |
| * | * gss_libinit.c: Removed Mac header goober. Fixed USE_HARDCODED_FALLBACK_ERRO... | Alexandra Ellwood | 2003-03-06 | 3 | -8/+13 |
| * | * mac_des_glue.c, des.c, enc_dec.c, key_sched.c, str_to_key.c: Move KfM des ... | Alexandra Ellwood | 2003-03-06 | 8 | -78/+113 |
| * | * prng.c: use Unix randomness sources on Mac OS X | Alexandra Ellwood | 2003-03-06 | 2 | -4/+7 |
| * | * des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate... | Alexandra Ellwood | 2003-03-06 | 2 | -0/+7 |
| * | * krb5.h: Removed enumsalwaysint because there are no typed enums in this hea... | Alexandra Ellwood | 2003-03-06 | 3 | -11/+23 |
| * | * osconf.h: Added DEFAULT_SECURE_PROFILE_PATH so that KfM will only search pa... | Alexandra Ellwood | 2003-03-06 | 2 | -2/+12 |
| * | * des.h, krb.h: Removed deprecated KfM functions. They will be exported but ... | Alexandra Ellwood | 2003-03-06 | 5 | -86/+35 |
| * | * cnv_tkt_skey.c, conv_creds.c, conv_princ.c, encode.c, sendmsg.c: Removed Ma... | Alexandra Ellwood | 2003-03-06 | 8 | -30/+24 |
| * | KfM 5.0 krb5 project file | Alexandra Ellwood | 2003-03-06 | 1 | -0/+11944 |
| * | Added KfM export files on to trunk. There is now a krb4 and DES export file ... | Alexandra Ellwood | 2003-03-06 | 5 | -0/+661 |
| * | Scripts to build KfM headers and error tables and a script to run the krb5 bu... | Alexandra Ellwood | 2003-03-06 | 3 | -0/+306 |
| * | The prefix file for KfM 5.0. This file has all the #defines for Mac OS X whi... | Alexandra Ellwood | 2003-03-06 | 1 | -0/+181 |
| * | * profile.hin, prof_file.c (profile_flush_file_data): Stop copying the resour... | Alexandra Ellwood | 2003-03-06 | 6 | -104/+107 |
| * | * com_err.c, com_err.h, error_message.c, et_c.awk, et_h.awk: Removed Mac OS 9... | Alexandra Ellwood | 2003-03-06 | 6 | -139/+17 |
| * | use kdb keytab for kadmind | Tom Yu | 2003-03-06 | 11 | -20/+124 |
| * | * acquire_cred.c (krb5_gss_register_acceptor_identity): New | Tom Yu | 2003-03-06 | 3 | -19/+61 |
| * | Remove kdb_dbm.h as it is unused | Sam Hartman | 2003-03-05 | 2 | -120/+4 |
| * | * Makefile.in (WINMAKEFILES): Add lib\crypto\aes\Makefile. | Ken Raeburn | 2003-03-05 | 2 | -1/+8 |
| * | * Makefile.in (OBJFILELIST, OBJFILEDEP) [##DOS]: Add aes.lst. | Ken Raeburn | 2003-03-05 | 2 | -2/+17 |
| * | * password_to_key.c (mit_passwd_to_key, afs_passwd_to_key): Comment out pragmas | Ken Raeburn | 2003-03-05 | 2 | -0/+7 |
| * | string_to_key.c (krb5_c_string_to_key_with_params): Declare before use | Ken Raeburn | 2003-03-05 | 2 | -1/+12 |
| * | Reduce local configure script's work by removing static defines and header and | Ken Raeburn | 2003-03-05 | 18 | -29/+48 |
| * | Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, except | Ken Raeburn | 2003-03-05 | 19 | -145/+133 |
| * | * aes.c (krb5int_aes_init_state): Implement. | Ken Raeburn | 2003-03-05 | 3 | -3/+14 |
| * | * krb5_err.et (KRB5_ERR_BAD_S2K_PARAMS): New error code | Ken Raeburn | 2003-03-05 | 2 | -0/+6 |
| * | Add AES string-to-key function | Ken Raeburn | 2003-03-05 | 4 | -9/+84 |
| * | Delete some unused declarations from old-crypto API | Ken Raeburn | 2003-03-05 | 8 | -21/+22 |
| * | * srv_rcache.c (krb5_get_server_rcache): Fix missed | Tom Yu | 2003-03-05 | 2 | -1/+6 |
| * | * compat_recv.c: Only include krb.h if KRB5_KRB4_COMPAT. | Ken Raeburn | 2003-03-05 | 3 | -2/+33 |
| * | Fix rcache character test introduced in last commit | Sam Hartman | 2003-03-05 | 1 | -2/+2 |
| * | * configure.in: Default to --disable-fakeka | Ken Raeburn | 2003-03-05 | 2 | -1/+5 |
| * | Don't call shutdown after finishing writing | Sam Hartman | 2003-03-04 | 2 | -1/+6 |
| * | Do not expect sequence number in encrypted krb_cred | Sam Hartman | 2003-03-04 | 2 | -1/+5 |
| * | GSS_C_NO_CREDENTIAL should accept any principal | Sam Hartman | 2003-03-04 | 8 | -42/+75 |
| * | * krb5-config.in (lib_flags): Prune out CFLAGS | Tom Yu | 2003-03-03 | 2 | -1/+4 |
| * | * pbkdf2.c (F): Now takes krb5_data for password and salt. | Ken Raeburn | 2003-03-03 | 3 | -42/+53 |
| * | * g_cnffile.c (krb__get_srvtabname): Keep strdup()ed string in a | Tom Yu | 2003-03-03 | 2 | -1/+11 |
| * | Remove ADD_DEF and uses thereof, and move the appropriate symbols to | Tom Yu | 2003-03-03 | 11 | -54/+74 |
| * | Substitute DEPLIBEXT for library builds | Sam Hartman | 2003-03-02 | 2 | -0/+5 |
| * | Use com_err_deplib rather than an explicit path so we do not have our | Sam Hartman | 2003-03-02 | 7 | -7/+7 |
| * | There isn't really a point to validating cred_handle if it was just | Tom Yu | 2003-03-01 | 2 | -6/+11 |
| * | Ignore krb_err_txt.c | Ken Raeburn | 2003-02-28 | 1 | -0/+1 |
| * | * Makefile.in (clean-unix): Remove krb_err_txt.c on clean. Update | Ezra Peisach | 2003-02-28 | 3 | -3/+15 |
| * | * Makefile.in (clean): Cleanup testing objects and outputs | Ezra Peisach | 2003-02-28 | 2 | -0/+7 |
| * | * configure.in: Set and substitute maybe_kerberosIV. | Ken Raeburn | 2003-02-27 | 3 | -1/+9 |
| * | remove wrong comment | Ken Raeburn | 2003-02-26 | 1 | -1/+0 |
| * | Thanks, similar patch applied | Tom Yu | 2003-02-25 | 2 | -6/+52 |
| * | Handle NULL result_string->data returned from error in | Tom Yu | 2003-02-25 | 6 | -4/+21 |
| * | * in_tkt.c: Include k5-util.h. | Ken Raeburn | 2003-02-25 | 3 | -27/+11 |