aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-03-05 * srv_rcache.c (krb5_get_server_rcache): Fix missedTom Yu2-1/+6
2003-03-05* compat_recv.c: Only include krb.h if KRB5_KRB4_COMPAT.Ken Raeburn3-2/+33
2003-03-05Fix rcache character test introduced in last commitSam Hartman1-2/+2
2003-03-05* configure.in: Default to --disable-fakekaKen Raeburn2-1/+5
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 * krb5-config.in (lib_flags): Prune out CFLAGSTom Yu2-1/+4
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-03Remove ADD_DEF and uses thereof, and move the appropriate symbols toTom Yu11-54/+74
2003-03-02Substitute DEPLIBEXT for library buildsSam Hartman2-0/+5
2003-03-02Use com_err_deplib rather than an explicit path so we do not have ourSam Hartman7-7/+7
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-27* configure.in: Set and substitute maybe_kerberosIV.Ken Raeburn3-1/+9
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 Yu6-4/+21
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-21Fri Feb 21 16:30:00 2003 Alexandra Ellwood <lxs@mit.edu> * Removed Mac OS 9 f...Alexandra Ellwood5-128/+3
2003-02-21Fri Feb 21 16:30:00 2003 Alexandra Ellwood <lxs@mit.edu> * Removed Mac OS 9 f...Alexandra Ellwood32-2943/+3
2003-02-21default for noaddresses was wrongJen Selby1-1/+1
2003-02-21Fix typo that caused infinite loop in previous patchSam Hartman2-1/+6
2003-02-20Added a few more tags in libdefaultsJen Selby2-1/+32
2003-02-20* krb5.hin (krb5_princ_component): Return NULL if going off the end of the arrayKen Raeburn2-1/+7
2003-02-20* configure.in: Check for sys/select.h and time.hKen Raeburn2-1/+5
2003-02-15The client sorts the enctype list returned by etype_info orderingSam Hartman4-2/+103
2003-02-14* Makefile.in (ETOUT): Replace $(S) with "/"Ken Raeburn2-1/+5
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-13* Makefile.in (krb_err.h, kadm_err.h): Rebuild by going to lib/krb4 andKen Raeburn2-10/+11
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 * post.in (.dtmp): Use -DDEPEND to allow source files to excludeTom Yu2-1/+6
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
2003-02-11Fix recursion-forcing rules to be more friendly to parallel buildsTom Yu4-2/+24
2003-02-11 * Makefile.in: Another attempt... turns our that the "copy"Tom Yu2-8/+15
2003-02-11Fix some things to avoid spurious rebuilds of header filesTom Yu4-13/+28
2003-02-11 * Makefile.in (K4LIBS): Revert previousTom Yu3-1/+7
2003-02-11 * password_to_key.c (krb5_passwd_to_key): Replace snprintf() callTom Yu3-7/+39