summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * kdc_preauth.c (verify_enc_timestamp): Save decryption error, inTom Yu2003-03-282-1/+20
* fix test suite to reflect loss of des3-krb4Tom Yu2003-03-266-86/+42
* MITKRB5-SA-2003-003: xdrmem int overflowsTom Yu2003-03-242-6/+21
* fix kadmind startup failure with krb4 vuln patchTom Yu2003-03-192-8/+15
* * configure.in: Use KRB5_AC_NEED_BIND_8_COMPAT to check for bind 9 and higher...Alexandra Ellwood2003-03-182-0/+9
* * aclocal.m4: Define KRB5_AC_NEED_BIND_8_COMPAT to check for bind 9 and highe...Alexandra Ellwood2003-03-182-0/+26
* Turned on DNS supportAlexandra Ellwood2003-03-181-2/+2
* Added configure.in and aclocal.m4 to the PB project so we can edit themAlexandra Ellwood2003-03-181-22/+7
* Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option toSam Hartman2003-03-179-81/+190
* Do not claim GSS_C_PROT_READY_FLAG since we don't support itSam Hartman2003-03-144-1/+14
* * default.exp (setup_root_shell): If we get connection refused messages,Ken Raeburn2003-03-142-1/+16
* * Makefile.in (AWK): Default to awk, not gawk. User can overrideTom Yu2003-03-132-1/+7
* First cut release notes for 1.3 branchTom Yu2003-03-131-191/+213
* Fix unaligned access found in alpha-linux testing:Ken Raeburn2003-03-122-2/+7
* Rewrite asn1_get_tag interface to use a structure pointer rather than severalKen Raeburn2003-03-127-203/+246
* Oops. Forgot the leading underscoreAlexandra Ellwood2003-03-101-1/+1
* * t_kerb.c: Only include krb.h if krb4 support compiled in,Ezra Peisach2003-03-092-0/+12
* Yet another attempt at cross-directory dependencies. Seems to fix the parallelKen Raeburn2003-03-082-8/+46
* Added krb5_principal2saltAlexandra Ellwood2003-03-071-0/+1
* Added USE_BUNDLE_ERROR_STRINGS to turn off add_error_table calls in krb5 and ...Alexandra Ellwood2003-03-071-0/+1
* * krb5_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_TABLES macro to !USE_B...Alexandra Ellwood2003-03-072-2/+8
* * gss_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_TABLES macro to !USE_BU...Alexandra Ellwood2003-03-072-2/+8
* * ovsec_kadmd.c (REQUIRED_PARAMS): RemoveTom Yu2003-03-072-3/+8
* * preauth2.c (pa_sam_2): Add intermediate size_t variable to holdTom Yu2003-03-062-1/+8
* Add missing parenSam Hartman2003-03-061-1/+1
* Added new AES filesAlexandra Ellwood2003-03-061-7/+28
* 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