summaryrefslogtreecommitdiffstats
path: root/src/lib/krb4
Commit message (Expand)AuthorAgeFilesLines
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-2926/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-131/+0
* * kadm_net.c (kadm_cli_send): Use 0, not NULL, when checking numericKen Raeburn2006-04-082-2/+5
* * fakeenv.c: Unused file deletedKen Raeburn2006-04-082-88/+4
* set DEFS empty in more placesKen Raeburn2006-04-042-0/+5
* Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn2006-04-012-0/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-320/+332
* make dependKen Raeburn2006-03-271-14/+17
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-1117-87/+94
* make dependKen Raeburn2006-03-081-45/+74
* make dependKen Raeburn2006-03-081-6/+12
* make dependTom Yu2005-11-291-88/+65
* fix more executable permissionsTom Yu2005-08-255-0/+0
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-6/+0
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-202-1/+5
* Update dependenciesKen Raeburn2005-06-211-65/+88
* * err_txt.c: Don't include krb_err.c if DEPEND is definedKen Raeburn2005-05-132-1/+5
* updated dependencies for socket-utils.h changeKen Raeburn2005-04-281-1/+1
* run "make depend"Ken Raeburn2004-12-301-229/+268
* * include/k5-int.h (struct _krb5int_access): Add function pointer fieldKen Raeburn2004-12-082-13/+21
* make dependKen Raeburn2004-11-161-4/+5
* zap remaining bits of macsock.h supportKen Raeburn2004-07-173-492/+4
* Remove use of client principal from krb5_context (default_ccprincipal) and de...Alexandra Ellwood2004-07-152-42/+11
* * 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