summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * k5-thread.h (k5_os_mutex_lock, k5_os_mutex_unlock, k5_os_mutex_assert_locked,Ken Raeburn2004-07-111-0/+5
* * fake-addrinfo.h (in6addr_any): If we need to define a static copy, rename itKen Raeburn2004-07-111-0/+3
* * configure.in: Check krb5_cv_inet6_with_dinet6 as well as krb5_cv_inet6 whenKen Raeburn2004-07-111-0/+6
* * k5-thread.h: Test HAVE_PTHREAD instead of HAVE_PTHREAD_HKen Raeburn2004-07-091-0/+2
* * win-mac.h (KRB5_USE_INET6, ENABLE_THREADS): DefineKen Raeburn2004-07-091-0/+4
* * k5-thread.h [! HAVE_PTHREAD_H]: Don't explicitly disable thread support whenKen Raeburn2004-07-071-0/+10
* * k5-thread.h: Use K5_THREAD_H for multiple inclusion protection.Ken Raeburn2004-07-071-0/+9
* * configure.in: Check for getpwuid_rKen Raeburn2004-07-071-0/+4
* * k5-thread.h: Restructured mutex code.Ken Raeburn2004-07-021-0/+14
* * configure.in: Test for 'inline' support.Ken Raeburn2004-07-011-0/+6
* * k5-thread.h (K5_MUTEX_DEBUG_INITIALIZER): Use current file and line.Ken Raeburn2004-07-011-0/+9
* * k5-thread.h (k5_debug_assert_locked, k5_debug_assert_unlocked): New macros.Ken Raeburn2004-06-301-0/+7
* * k5-platform.h (JOIN4, JOIN4_2, JOIN3, JOIN3_2): Unused macros deleted.Ken Raeburn2004-06-251-0/+8
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-221-0/+4
* * k5-platform.h (MAKE_INIT_FUNCTION, CALL_INIT_FUNCTION, INITIALIZER_RAN): UseKen Raeburn2004-06-181-0/+5
* * win-mac.h (HAVE_STRERROR, SYS_ERRLIST_DECLARED): DefineKen Raeburn2004-06-181-0/+4
* Purge make targets and variables (and a few files) relating to the old,Ken Raeburn2004-06-171-0/+4
* * Makefile.in ($(srcdir)/krb5/autoconf.stmp): Always use --include, don'tKen Raeburn2004-06-081-0/+6
* * configure.in: Check number of arguments to getpwnam_r and getpwuid_r andKen Raeburn2004-06-041-0/+6
* * configure.in: Check for getpwnam_r, gmtime_r, and localtime_rKen Raeburn2004-06-041-0/+4
* * k5-thread.h: Error out at compile time if thread support is enabled but theKen Raeburn2004-06-021-0/+5
* Move definitions of struct krb5_rc_st, struct _krb5_rc_ops, krb5_rc_ops, andKen Raeburn2004-06-021-0/+7
* * k5-int.h (krb5int_crypto_init, krb5int_prng_init): DeclareKen Raeburn2004-05-301-0/+4
* * k5-thread.h: On IRIX, with threads enabled, reject gcc older than v3Ken Raeburn2004-05-131-2/+2
* * k5-thread.h: On IRIX, if gcc is older than v3, tell the user to get a newerKen Raeburn2004-05-131-0/+5
* Rename header file foreachaddr.c to foreachaddr.h, now that it isn'tKen Raeburn2004-05-051-0/+1
* * foreachaddr.c: Implementation moved to lib/krb5/os/localaddr.c.Ken Raeburn2004-05-051-0/+6
* Update mutex debug code to be somewhat compatible with multi-threadedKen Raeburn2004-05-011-0/+12
* * k5-int.h: Include k5-thread.h.Ken Raeburn2004-04-301-0/+5
* * k5-platform.h (DELAY_INITIALIZER): Don't define.Ken Raeburn2004-04-291-0/+13
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-241-0/+43
* krb5_get_in_tkt ignores lifetimeSam Hartman2004-04-161-0/+5
* * k5-int.h (krb5int_prng_cleanup): DeclareKen Raeburn2004-04-021-0/+4
* krb5_fcc_generate_new should use mkstempSam Hartman2004-03-261-0/+4
* Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2004-03-081-0/+4
* Use more const data in the keytab type registryKen Raeburn2004-03-061-0/+2
* * k5-thread.h: New fileKen Raeburn2004-03-061-0/+4
* As discussed on the krbdev mailing list, krb5_get_init_creds_password()Jeffrey Altman2004-02-271-0/+6
* fix GET{SOCK,PEER}NAME_ARG{2,3}_TYPE lossage I createdKen Raeburn2004-02-261-0/+7
* Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1Sam Hartman2004-02-241-0/+4
* * win-mac.h: conditionally define strcasecmp/strncasecmp macrosJeffrey Altman2004-01-051-0/+5
* move some basic header and function checks from lib/krb5 to includeKen Raeburn2003-12-241-0/+8
* * fake-addrinfo.h: Include stdio.hKen Raeburn2003-12-201-0/+4
* The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64,Jeffrey Altman2003-12-191-0/+4
* * k5-platform.h (SIZE_MAX): Provide default definition if stdint.h doesn'tKen Raeburn2003-12-151-0/+5
* * win-mac.h: source code written to the C99 standard assumes thereJeffrey Altman2003-12-151-0/+10
* * add missing ChangeLog entryJeffrey Altman2003-12-151-0/+5
* Add platform-dependent 64-bit and inline-function support via new headerKen Raeburn2003-12-131-0/+18
* Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it.Tom Yu2003-10-081-0/+5
* Add --enable-maintainer-mode option to configure, and prevent rebuilding ofKen Raeburn2003-09-271-0/+5