summaryrefslogtreecommitdiffstats
path: root/src/lib/krb4
Commit message (Expand)AuthorAgeFilesLines
...
* * recvauth.c (krb_recvauth): Initialize cp and tmp_buf. Check length of dataKen Raeburn2004-07-142-3/+11
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-223-2/+7
* Purge make targets and variables (and a few files) relating to the old,Ken Raeburn2004-06-172-1/+4
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-042-1/+5
* updated dependenciesKen Raeburn2004-04-241-17/+21
* Add files containing the export lists used on UNIX, in each directoryKen Raeburn2004-04-222-0/+169
* As discussed on the krbdev mailing list, krb5_get_init_creds_password()Jeffrey Altman2004-02-272-1/+7
* Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1Sam Hartman2004-02-242-2/+5
* ignore some more generated filesKen Raeburn2004-02-241-0/+1
* make dependKen Raeburn2003-12-151-15/+19
* Note that krb4 expiration needs to be more conservative than krb5Sam Hartman2003-12-112-0/+18
* krb_check_auth clears the return value for the schedule parameter with a mems...Alexandra Ellwood2003-08-152-1/+6
* configure.in: Don't assume all darwin boxes are powerpc. (eg: OpenDarwin/x86)Alexandra Ellwood2003-08-062-1/+6
* Check for NULL realm argument and n not equal to 1. Fill in realm with an em...Alexandra Ellwood2003-07-112-0/+14
* RealmsConfig-glue.c: Don't fail when krb5.conf is valid and krb.conf isn't. ...Alexandra Ellwood2003-07-112-2/+8
* Rewrote krb_get_lrealm to correctly handle the v4 realms section in the profi...Alexandra Ellwood2003-07-112-66/+101
* This time, use the correct # of arguments for strcpyAlexandra Ellwood2003-07-081-1/+1
* krb_prof_get_nth() no longer assumes that its retlen argument is correct (cal...Alexandra Ellwood2003-07-072-1/+9
* Darwin libkrb4/err_txt.o needs dependency on krb_err.cTom Yu2003-06-113-1/+16
* fix bug: would return krb.conf entries plus dns infoKen Raeburn2003-06-092-0/+9
* Checkpoint some working code.Ken Raeburn2003-06-072-4/+77
* * g_cnffile.c (krb__get_srvtabname): Make retname be a staticTom Yu2003-06-062-7/+12
* * password_to_key.c (mit_passwd_to_key, afs_passwd_to_key): DeleteTom Yu2003-06-052-2/+7
* * RealmsConfig-glue.c (get_krbhst_default): Deleted.Ken Raeburn2003-06-032-19/+5
* Yet more double colon password promptsSam Hartman2003-06-033-3/+8
* Save a copy of the ciphertext from the kdc rather than trying toSam Hartman2003-06-032-0/+9
* * change_password.c (krb_change_password): Explicitly zero theTom Yu2003-06-033-4/+15
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-243-99/+21
* make-depend updatesKen Raeburn2003-05-241-2/+1
* * Makefile.in: Add setting of KRB_ERR on WindowsTom Yu2003-05-122-0/+5
* Don't #include compile_et .c filesSam Hartman2003-05-124-12/+18
* * kadm_stream.c: Fixed vts_long() and vts_short() so they return a pointer to...Alexandra Ellwood2003-05-012-3/+15
* * g_ad_tkt.c: Added support for login library to get_ad_tkt. Support is copi...Alexandra Ellwood2003-04-142-0/+16
* * CCache-glue.c: Added prototypes for deprecated functions. Made internal fun...Alexandra Ellwood2003-03-0613-145/+94
* * password_to_key.c (mit_passwd_to_key, afs_passwd_to_key): Comment out pragmasKen Raeburn2003-03-052-0/+7
* Reduce local configure script's work by removing static defines and header andKen Raeburn2003-03-0518-29/+48
* * g_cnffile.c (krb__get_srvtabname): Keep strdup()ed string in aTom Yu2003-03-032-1/+11
* Ignore krb_err_txt.cKen Raeburn2003-02-281-0/+1
* * Makefile.in (clean-unix): Remove krb_err_txt.c on clean. UpdateEzra Peisach2003-02-283-3/+15
* * in_tkt.c: Include k5-util.h.Ken Raeburn2003-02-253-27/+11
* * change_password.c (krb_change_password): Use int, not KRB_INT32, for krb4Ken Raeburn2003-02-252-1/+9
* * Makefile.in: Update dependencies.Tom Yu2003-02-124-28/+78
* * CCache-glue.c: Delete in_tkt()Tom Yu2003-02-124-12/+9
* * CCache-glue.c (krb_in_tkt): Rename from in_tkt().Tom Yu2003-02-112-2/+19
* * password_to_key.c (krb5_passwd_to_key): Replace snprintf() callTom Yu2003-02-113-7/+39
* Various fixes to Windows build of krb4 library. Fix up KRB5_CALLCONVTom Yu2003-02-113-12/+33
* Fix lots of things to compile on Unix. Fix some typosTom Yu2003-02-119-55/+144
* Note: these checkins are partial progress for Tom Yu. They probably don't bui...Alexandra Ellwood2003-02-109-142/+186
* Fix ABI divergence between Unix and Mac krb4 libraries in declarationTom Yu2003-02-074-5/+92
* commentTom Yu2003-02-052-2/+11