summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* add/update copyright notices for non-trivial code additions/changes in 2006Ken Raeburn2006-01-261-1/+1
* * k5-thread.h (krb5int_mutex_alloc, krb5int_mutex_free, krb5int_mutex_lock,Ken Raeburn2006-01-252-0/+28
* * k5-thread.h (USE_PTHREAD_LOCK_ONLY_IF_LOADED): Define any timeKen Raeburn2005-12-172-4/+6
* * k5-thread.h (k5_mutex_lock_update_stats) [__GNUC__]: Use an inline function,Ken Raeburn2005-12-072-1/+13
* * Makefile.in (osconf.h): Always remove osconf.newKen Raeburn2005-11-182-1/+6
* * Correct function prototypes that should have been using Jeffrey Altman2005-11-154-12/+58
* win-mac.h: Add definitions for int32_t and uint32_tJeffrey Altman2005-10-202-0/+6
* Reduce work done on a second "make" pass over the tree, by not regeneratingKen Raeburn2005-10-062-3/+6
* * adm_proto.h (krb5_adm_connect, krb5_adm_disconnect, krb5_adm_dbent_to_proto,Ken Raeburn2005-09-152-84/+9
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-243-26/+0
* describe Novell changes in this directoryKen Raeburn2005-07-201-4/+52
* doc novell changeKen Raeburn2005-07-141-1/+1
* * k5-thread.h (k5_key_t): Add K5_KEY_KDB_ERR_HANDLER and K5_KEY_KADM_CLNT_ERR...Ken Raeburn2005-07-022-0/+7
* * osconf.h (DEFAULT_KDB_LIB_PATH): Use @MODULEDIR. Don't use a fixed globalKen Raeburn2005-06-292-1/+6
* * Makefile.in (osconf.h): Depend on Makefile. Always display commands executedKen Raeburn2005-06-292-3/+10
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-217-139/+317
* * k5-platform.h: Include endian.h if it's available, or machine/endian.h ifKen Raeburn2005-06-152-75/+133
* add commentKen Raeburn2005-06-101-0/+2
* Use GCC's packed-structure support to try to optimize unaligned loads andKen Raeburn2005-06-092-7/+135
* don't always require support library when building with sun ccKen Raeburn2005-06-072-22/+33
* * k5-thread.h (krb5int_pthread_loaded) [HAVE_PRAGMA_WEAK_REF]: Declare.Ken Raeburn2005-06-012-8/+10
* * k5-int.h (encode_krb5_sam_challenge, encode_krb5_sam_key,Ken Raeburn2005-05-282-30/+8
* Implement RFC 3961 PRFSam Hartman2005-05-203-0/+40
* * configure.in: Merged content from include/configure.in. Don't configureKen Raeburn2005-05-137-360/+28
* * k5-int.h: Include fcntl.h only if HAVE_FCNTL_H is defined.Ken Raeburn2005-04-282-0/+10
* * port-sockets.h: On PalmOS, include autoconf.h and netdb.h, and defineKen Raeburn2005-04-283-15/+23
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-132-6/+5
* This patch tightens up our determination of whether we can useKen Raeburn2005-03-263-14/+95
* * Makefile.in ($(srcdir)/krb5/autoconf.stmp): Nuke autom4te.cache directoryKen Raeburn2005-03-262-0/+5
* shared library support for HP-UX 10Ken Raeburn2005-03-252-7/+87
* hpux10 has gmtime_r with wrong return type, breaking asn.1 encoderKen Raeburn2005-03-042-0/+29
* Fix build problem found testing certain combinations of optionsKen Raeburn2005-02-092-0/+7
* * configure.in: Put #ifndef/#define/#endif wrapper into autoconf.h to protectKen Raeburn2005-02-032-2/+14
* Irix k5_os_mutex_lock calls k5_pthread_mutex_lock w/ wrong argEzra Peisach2005-01-222-3/+11
* * k5-thread.h [HAVE_PTHREAD && HAVE_PRAGMA_WEAK_REF]: Mark pthread_self andKen Raeburn2005-01-142-0/+7
* * k5-thread.h (k5_pthread_assert_locked): Only call pthread_equal ifKen Raeburn2005-01-142-6/+8
* More paranoid checking...Ken Raeburn2005-01-142-26/+96
* * k5-int.h (krb5int_zap_data): Fix preprocessor test for WindowsKen Raeburn2005-01-092-1/+5
* * k5-thread.h (KRB5_CALLCONV, KRB5_CALLCONV_C): Define if not defined.Ken Raeburn2005-01-092-2/+26
* Add new function krb5_boolean krb5_is_thread_safe(void) to library.Jeffrey Altman2005-01-052-0/+6
* * win-mac.h: define NEED_INSIXADDR_ANY for ipv6 symbolJeffrey Altman2005-01-052-0/+5
* * configure.in: Check for uint32_t and int32_t in system headersKen Raeburn2005-01-052-1/+3
* * Makefile.in (krb5.h): Don't pull in autoconf SIZEOF macrosKen Raeburn2005-01-052-1/+4
* * krb5.hin: Flag krb5_principal2salt as KRB5_CALLCONV_WRONGTom Yu2004-12-212-1/+5
* * include/k5-int.h (struct _krb5int_access): Add function pointer fieldKen Raeburn2004-12-082-0/+2
* bump accessor struct version number for 1.4Ken Raeburn2004-12-082-1/+5
* hooks for recording statistics on locking behaviorKen Raeburn2004-12-062-10/+64
* * win-mac.h (HAVE_GETADDRINFO, HAVE_GETNAMEINFO): DefineKen Raeburn2004-11-192-0/+6
* * k5-int.h (struct _krb5_cc_ops): Add new function pointer field get_flagsKen Raeburn2004-11-162-0/+5
* * krb5.hin (krb5_cc_get_flags): DeclareKen Raeburn2004-11-162-0/+7