aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb4
AgeCommit message (Expand)AuthorFilesLines
2003-07-11Check for NULL realm argument and n not equal to 1. Fill in realm with an em...Alexandra Ellwood2-0/+14
2003-07-11RealmsConfig-glue.c: Don't fail when krb5.conf is valid and krb.conf isn't. ...Alexandra Ellwood2-2/+8
2003-07-11Rewrote krb_get_lrealm to correctly handle the v4 realms section in the profi...Alexandra Ellwood2-66/+101
2003-07-08This time, use the correct # of arguments for strcpyAlexandra Ellwood1-1/+1
2003-07-07krb_prof_get_nth() no longer assumes that its retlen argument is correct (cal...Alexandra Ellwood2-1/+9
2003-06-11Darwin libkrb4/err_txt.o needs dependency on krb_err.cTom Yu3-1/+16
2003-06-09fix bug: would return krb.conf entries plus dns infoKen Raeburn2-0/+9
2003-06-07Checkpoint some working code.Ken Raeburn2-4/+77
2003-06-06 * g_cnffile.c (krb__get_srvtabname): Make retname be a staticTom Yu2-7/+12
2003-06-05 * password_to_key.c (mit_passwd_to_key, afs_passwd_to_key): DeleteTom Yu2-2/+7
2003-06-03* RealmsConfig-glue.c (get_krbhst_default): Deleted.Ken Raeburn2-19/+5
2003-06-03Yet more double colon password promptsSam Hartman3-3/+8
2003-06-03Save a copy of the ciphertext from the kdc rather than trying toSam Hartman2-0/+9
2003-06-03 * change_password.c (krb_change_password): Explicitly zero theTom Yu3-4/+15
2003-05-24Big step towards integrating libkrb524 into libkrb5:Ken Raeburn3-99/+21
2003-05-24make-depend updatesKen Raeburn1-2/+1
2003-05-12 * Makefile.in: Add setting of KRB_ERR on WindowsTom Yu2-0/+5
2003-05-12Don't #include compile_et .c filesSam Hartman4-12/+18
2003-05-01* kadm_stream.c: Fixed vts_long() and vts_short() so they return a pointer to...Alexandra Ellwood2-3/+15
2003-04-14* g_ad_tkt.c: Added support for login library to get_ad_tkt. Support is copi...Alexandra Ellwood2-0/+16
2003-03-06* CCache-glue.c: Added prototypes for deprecated functions. Made internal fun...Alexandra Ellwood13-145/+94
2003-03-05* password_to_key.c (mit_passwd_to_key, afs_passwd_to_key): Comment out pragmasKen Raeburn2-0/+7
2003-03-05Reduce local configure script's work by removing static defines and header andKen Raeburn18-29/+48
2003-03-03 * g_cnffile.c (krb__get_srvtabname): Keep strdup()ed string in aTom Yu2-1/+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-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-12 * Makefile.in: Update dependencies.Tom Yu4-28/+78
2003-02-12 * CCache-glue.c: Delete in_tkt()Tom Yu4-12/+9
2003-02-11 * CCache-glue.c (krb_in_tkt): Rename from in_tkt().Tom Yu2-2/+19
2003-02-11 * password_to_key.c (krb5_passwd_to_key): Replace snprintf() callTom Yu3-7/+39
2003-02-11Various fixes to Windows build of krb4 library. Fix up KRB5_CALLCONVTom Yu3-12/+33
2003-02-11Fix lots of things to compile on Unix. Fix some typosTom Yu9-55/+144
2003-02-10Note: these checkins are partial progress for Tom Yu. They probably don't bui...Alexandra Ellwood9-142/+186
2003-02-07Fix ABI divergence between Unix and Mac krb4 libraries in declarationTom Yu4-5/+92
2003-02-05commentTom Yu2-2/+11
2003-01-28* RealmsConfig-glue.c (get_krbhst_default, krb_get_krbhst, krb_realmofhost):Ken Raeburn2-3/+8
2003-01-27krb4 library breaks old krb_get_admhst APIKen Raeburn2-2/+7
2003-01-15* sendauth.c (krb_net_rd_sendauth): Arg raw_len now points to KRB4_32; don'tKen Raeburn3-5/+11
2003-01-15This is the last piece of the KfM mergeTom Yu2-0/+764
2003-01-10Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2-4/+3
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2-0/+8
2003-01-05Only system headers should declare errnoSam Hartman3-2/+6
2002-12-23Replace dependencies on generated krb524 and krb4 headers withTom Yu1-117/+105
2002-12-19Ignore some new generated filesKen Raeburn1-0/+2
2002-12-18 * RealmsConfig-glue.c: Fix up KRB5_CALLCONVTom Yu3-3/+9
2002-12-16 * tkt_string.c (krb5_set_tkt_string): Add KRB5_CALLCONVTom Yu3-2/+8
2002-12-14 * ad_print.c, g_in_tkt.c, g_pw_in_tkt.c, kadm_net.c, klog.c:Tom Yu15-78/+225
2002-12-12More KfM merge workTom Yu19-881/+1704