summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (DEFS): Make emptyKen Raeburn2006-04-0218-2/+45
* Results from Kerberos Interop session:Jeffrey Altman2006-04-0239-264/+729
* ticket: newJeffrey Altman2006-04-0210-2/+167
* don't use configure-defined macros on command line, use autoconf.h onlyKen Raeburn2006-04-0230-0/+75
* make dependKen Raeburn2006-04-014-59/+65
* Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn2006-04-0137-3/+78
* * db2_exp.c, kdb_db2.c: Include k5-int.h earlierKen Raeburn2006-04-013-2/+8
* * configure.in: Check for access, ftime, getcwd, srand48, srand, srandom, stat,Ken Raeburn2006-04-012-2/+64
* * aclocal.m4 (KRB5_SOCKADDR_SA_LEN): Use AC_CHECK_MEMBER.Ken Raeburn2006-04-012-48/+16
* * configure.in: Never define size_tKen Raeburn2006-04-012-1/+4
* * configure.in: Always provide three arguments to AC_DEFINEKen Raeburn2006-03-312-16/+20
* * configure.in: Remove the #undef lines for the PACKAGE_ macrosKen Raeburn2006-03-312-12/+2
* * configure.in: Don't test word sizesKen Raeburn2006-03-314-8/+8
* * kt_file.c (krb5_ktf_keytab_externalize, krb5_ktf_keytab_internalize): ReadKen Raeburn2006-03-312-21/+13
* * secure.c: Include autoconf.h. Include stdint.h and inttypes.h if available.Ken Raeburn2006-03-312-9/+16
* * prof_int.h (SIZEOF_INT, SIZEOF_SHORT, SIZEOF_LONG)[_WIN32]: Don't defineKen Raeburn2006-03-314-19/+17
* * configure.in: Don't test sizes of natural typesKen Raeburn2006-03-312-3/+4
* Stop checking sizeof(type) at configure time.Ken Raeburn2006-03-316-19/+28
* * util_token.c: Include limits.h.Ken Raeburn2006-03-312-3/+11
* make depend, now with dependency sortingKen Raeburn2006-03-3164-4122/+4221
* * depfix.pl (uniquify): Sort dependencies, so little tweaks to include ordersKen Raeburn2006-03-312-2/+13
* make dependKen Raeburn2006-03-301-6/+5
* * klist.c: Include autoconf.h firstKen Raeburn2006-03-302-1/+5
* * dyn.c (DynDelete, DynInsert, DynPut): Delete bcopy branches.Ken Raeburn2006-03-302-22/+5
* * aesopt.h: Include autoconf.hKen Raeburn2006-03-303-3/+10
* * shs.c: Include shs.h firstKen Raeburn2006-03-302-1/+5
* * pty-int.h: Include autoconf.hKen Raeburn2006-03-303-17/+23
* make depend Ken Raeburn2006-03-301-24/+27
* * ss_internal.h: Include autoconf.hKen Raeburn2006-03-302-0/+5
* * k524init.c: Include autoconf.hKen Raeburn2006-03-303-2/+7
* * configure.in: Put definition of KRB5_AUTOCONF_H at top of header file, notKen Raeburn2006-03-302-3/+9
* include autoconf.h before krb5.hKen Raeburn2006-03-304-2/+10
* fill a paragraph in a comment because it's making my scripted parsing difficultKen Raeburn2006-03-301-5/+5
* Currently logger.c is built as part of the KDC, and also built intoKen Raeburn2006-03-302-18/+7
* Include autoconf.h early in sources, and disable use of @DEFS@Ken Raeburn2006-03-2812-0/+28
* * configure.in: Always pass three arguments to AC_DEFINEKen Raeburn2006-03-282-1/+5
* * configure.in: Always supply three arguments to AC_DEFINE_UNQUOTEDKen Raeburn2006-03-282-2/+7
* * configure.in: Check for getusershell, lstat, pwd.h, arpa/inet.h. On OSF/1,Ken Raeburn2006-03-282-2/+15
* * aclocal.m4 (CHECK_UTMP): Call AC_CHECK_FUNCS once instead of AC_CHECK_FUNCKen Raeburn2006-03-282-13/+17
* * configure.in: Supply comment template in AC_DEFINE callsKen Raeburn2006-03-288-22/+38
* * configure.in: Supply all three arguments when calling AC_DEFINEKen Raeburn2006-03-282-1/+4
* * configure.in: Don't define NDBM_PW_CHECKKen Raeburn2006-03-282-6/+4
* make dependKen Raeburn2006-03-2745-1100/+1363
* * wconfig.pl: New fileKen Raeburn2006-03-272-0/+81
* * Makefile.in (include_xom): Define as "rem" instead of empty on WindowsKen Raeburn2006-03-272-1/+6
* get proper KRB5_CALLCONV definitionKen Raeburn2006-03-272-1/+6
* fix up windows include/krb5 referencesKen Raeburn2006-03-272-6/+10
* build and export set/reset_com_err_hook on windowsKen Raeburn2006-03-273-2/+7
* * krb5_32.def: Add the new error-message functionsKen Raeburn2006-03-272-1/+10
* Initial enhanced error message support, similar to what I sent toKen Raeburn2006-03-2623-32/+423