aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2006-03-08krb5.h, which is built after util/et, which is built after the supportKen Raeburn4-62/+132
2006-03-07Merge from plugin branchKen Raeburn7-25/+117
2006-02-27Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman2-15/+19
2006-01-26add/update copyright notices for non-trivial code additions/changes in 2006Ken Raeburn1-1/+1
2006-01-25* k5-thread.h (krb5int_mutex_alloc, krb5int_mutex_free, krb5int_mutex_lock,Ken Raeburn2-0/+28
2005-12-17* k5-thread.h (USE_PTHREAD_LOCK_ONLY_IF_LOADED): Define any timeKen Raeburn2-4/+6
2005-12-07* k5-thread.h (k5_mutex_lock_update_stats) [__GNUC__]: Use an inline function,Ken Raeburn2-1/+13
2005-11-18* Makefile.in (osconf.h): Always remove osconf.newKen Raeburn2-1/+6
2005-11-15 * Correct function prototypes that should have been using Jeffrey Altman4-12/+58
2005-10-20win-mac.h: Add definitions for int32_t and uint32_tJeffrey Altman2-0/+6
2005-10-06Reduce work done on a second "make" pass over the tree, by not regeneratingKen Raeburn2-3/+6
2005-09-15* adm_proto.h (krb5_adm_connect, krb5_adm_disconnect, krb5_adm_dbent_to_proto,Ken Raeburn2-84/+9
2005-08-24Delete .cvsignore files; contents have already been Sam Hartman3-26/+0
2005-07-20describe Novell changes in this directoryKen Raeburn1-4/+52
2005-07-14doc novell changeKen Raeburn1-1/+1
2005-07-02* k5-thread.h (k5_key_t): Add K5_KEY_KDB_ERR_HANDLER and K5_KEY_KADM_CLNT_ERR...Ken Raeburn2-0/+7
2005-06-29* osconf.h (DEFAULT_KDB_LIB_PATH): Use @MODULEDIR. Don't use a fixed globalKen Raeburn2-1/+6
2005-06-29* Makefile.in (osconf.h): Depend on Makefile. Always display commands executedKen Raeburn2-3/+10
2005-06-21Novell Database Abstraction Layer merge.Ken Raeburn7-139/+317
2005-06-15* k5-platform.h: Include endian.h if it's available, or machine/endian.h ifKen Raeburn2-75/+133
2005-06-10add commentKen Raeburn1-0/+2
2005-06-09Use GCC's packed-structure support to try to optimize unaligned loads andKen Raeburn2-7/+135
2005-06-07don't always require support library when building with sun ccKen Raeburn2-22/+33
2005-06-01* k5-thread.h (krb5int_pthread_loaded) [HAVE_PRAGMA_WEAK_REF]: Declare.Ken Raeburn2-8/+10
2005-05-28* k5-int.h (encode_krb5_sam_challenge, encode_krb5_sam_key,Ken Raeburn2-30/+8
2005-05-20Implement RFC 3961 PRFSam Hartman3-0/+40
2005-05-13* configure.in: Merged content from include/configure.in. Don't configureKen Raeburn7-360/+28
2005-04-28* k5-int.h: Include fcntl.h only if HAVE_FCNTL_H is defined.Ken Raeburn2-0/+10
2005-04-28* port-sockets.h: On PalmOS, include autoconf.h and netdb.h, and defineKen Raeburn3-15/+23
2005-04-13Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2-6/+5
2005-03-26This patch tightens up our determination of whether we can useKen Raeburn3-14/+95
2005-03-26* Makefile.in ($(srcdir)/krb5/autoconf.stmp): Nuke autom4te.cache directoryKen Raeburn2-0/+5
2005-03-25shared library support for HP-UX 10Ken Raeburn2-7/+87
2005-03-04hpux10 has gmtime_r with wrong return type, breaking asn.1 encoderKen Raeburn2-0/+29
2005-02-09Fix build problem found testing certain combinations of optionsKen Raeburn2-0/+7
2005-02-03* configure.in: Put #ifndef/#define/#endif wrapper into autoconf.h to protectKen Raeburn2-2/+14
2005-01-22Irix k5_os_mutex_lock calls k5_pthread_mutex_lock w/ wrong argEzra Peisach2-3/+11
2005-01-14* k5-thread.h [HAVE_PTHREAD && HAVE_PRAGMA_WEAK_REF]: Mark pthread_self andKen Raeburn2-0/+7
2005-01-14* k5-thread.h (k5_pthread_assert_locked): Only call pthread_equal ifKen Raeburn2-6/+8
2005-01-14More paranoid checking...Ken Raeburn2-26/+96
2005-01-09* k5-int.h (krb5int_zap_data): Fix preprocessor test for WindowsKen Raeburn2-1/+5
2005-01-09* k5-thread.h (KRB5_CALLCONV, KRB5_CALLCONV_C): Define if not defined.Ken Raeburn2-2/+26
2005-01-05 Add new function krb5_boolean krb5_is_thread_safe(void) to library.Jeffrey Altman2-0/+6
2005-01-05 * win-mac.h: define NEED_INSIXADDR_ANY for ipv6 symbolJeffrey Altman2-0/+5
2005-01-05* configure.in: Check for uint32_t and int32_t in system headersKen Raeburn2-1/+3
2005-01-05* Makefile.in (krb5.h): Don't pull in autoconf SIZEOF macrosKen Raeburn2-1/+4
2004-12-21 * krb5.hin: Flag krb5_principal2salt as KRB5_CALLCONV_WRONGTom Yu2-1/+5
2004-12-08* include/k5-int.h (struct _krb5int_access): Add function pointer fieldKen Raeburn2-0/+2
2004-12-08bump accessor struct version number for 1.4Ken Raeburn2-1/+5
2004-12-06hooks for recording statistics on locking behaviorKen Raeburn2-10/+64