| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce work done on a second "make" pass over the tree, by not regenerating | Ken Raeburn | 2005-10-06 | 2 | -3/+6 |
* | * adm_proto.h (krb5_adm_connect, krb5_adm_disconnect, krb5_adm_dbent_to_proto, | Ken Raeburn | 2005-09-15 | 2 | -84/+9 |
* | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 3 | -26/+0 |
* | describe Novell changes in this directory | Ken Raeburn | 2005-07-20 | 1 | -4/+52 |
* | doc novell change | Ken Raeburn | 2005-07-14 | 1 | -1/+1 |
* | * k5-thread.h (k5_key_t): Add K5_KEY_KDB_ERR_HANDLER and K5_KEY_KADM_CLNT_ERR... | Ken Raeburn | 2005-07-02 | 2 | -0/+7 |
* | * osconf.h (DEFAULT_KDB_LIB_PATH): Use @MODULEDIR. Don't use a fixed global | Ken Raeburn | 2005-06-29 | 2 | -1/+6 |
* | * Makefile.in (osconf.h): Depend on Makefile. Always display commands executed | Ken Raeburn | 2005-06-29 | 2 | -3/+10 |
* | Novell Database Abstraction Layer merge. | Ken Raeburn | 2005-06-21 | 7 | -139/+317 |
* | * k5-platform.h: Include endian.h if it's available, or machine/endian.h if | Ken Raeburn | 2005-06-15 | 2 | -75/+133 |
* | add comment | Ken Raeburn | 2005-06-10 | 1 | -0/+2 |
* | Use GCC's packed-structure support to try to optimize unaligned loads and | Ken Raeburn | 2005-06-09 | 2 | -7/+135 |
* | don't always require support library when building with sun cc | Ken Raeburn | 2005-06-07 | 2 | -22/+33 |
* | * k5-thread.h (krb5int_pthread_loaded) [HAVE_PRAGMA_WEAK_REF]: Declare. | Ken Raeburn | 2005-06-01 | 2 | -8/+10 |
* | * k5-int.h (encode_krb5_sam_challenge, encode_krb5_sam_key, | Ken Raeburn | 2005-05-28 | 2 | -30/+8 |
* | Implement RFC 3961 PRF | Sam Hartman | 2005-05-20 | 3 | -0/+40 |
* | * configure.in: Merged content from include/configure.in. Don't configure | Ken Raeburn | 2005-05-13 | 7 | -360/+28 |
* | * k5-int.h: Include fcntl.h only if HAVE_FCNTL_H is defined. | Ken Raeburn | 2005-04-28 | 2 | -0/+10 |
* | * port-sockets.h: On PalmOS, include autoconf.h and netdb.h, and define | Ken Raeburn | 2005-04-28 | 3 | -15/+23 |
* | Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO | Ken Raeburn | 2005-04-13 | 2 | -6/+5 |
* | This patch tightens up our determination of whether we can use | Ken Raeburn | 2005-03-26 | 3 | -14/+95 |
* | * Makefile.in ($(srcdir)/krb5/autoconf.stmp): Nuke autom4te.cache directory | Ken Raeburn | 2005-03-26 | 2 | -0/+5 |
* | shared library support for HP-UX 10 | Ken Raeburn | 2005-03-25 | 2 | -7/+87 |
* | hpux10 has gmtime_r with wrong return type, breaking asn.1 encoder | Ken Raeburn | 2005-03-04 | 2 | -0/+29 |
* | Fix build problem found testing certain combinations of options | Ken Raeburn | 2005-02-09 | 2 | -0/+7 |
* | * configure.in: Put #ifndef/#define/#endif wrapper into autoconf.h to protect | Ken Raeburn | 2005-02-03 | 2 | -2/+14 |
* | Irix k5_os_mutex_lock calls k5_pthread_mutex_lock w/ wrong arg | Ezra Peisach | 2005-01-22 | 2 | -3/+11 |
* | * k5-thread.h [HAVE_PTHREAD && HAVE_PRAGMA_WEAK_REF]: Mark pthread_self and | Ken Raeburn | 2005-01-14 | 2 | -0/+7 |
* | * k5-thread.h (k5_pthread_assert_locked): Only call pthread_equal if | Ken Raeburn | 2005-01-14 | 2 | -6/+8 |
* | More paranoid checking... | Ken Raeburn | 2005-01-14 | 2 | -26/+96 |
* | * k5-int.h (krb5int_zap_data): Fix preprocessor test for Windows | Ken Raeburn | 2005-01-09 | 2 | -1/+5 |
* | * k5-thread.h (KRB5_CALLCONV, KRB5_CALLCONV_C): Define if not defined. | Ken Raeburn | 2005-01-09 | 2 | -2/+26 |
* | Add new function krb5_boolean krb5_is_thread_safe(void) to library. | Jeffrey Altman | 2005-01-05 | 2 | -0/+6 |
* | * win-mac.h: define NEED_INSIXADDR_ANY for ipv6 symbol | Jeffrey Altman | 2005-01-05 | 2 | -0/+5 |
* | * configure.in: Check for uint32_t and int32_t in system headers | Ken Raeburn | 2005-01-05 | 2 | -1/+3 |
* | * Makefile.in (krb5.h): Don't pull in autoconf SIZEOF macros | Ken Raeburn | 2005-01-05 | 2 | -1/+4 |
* | * krb5.hin: Flag krb5_principal2salt as KRB5_CALLCONV_WRONG | Tom Yu | 2004-12-21 | 2 | -1/+5 |
* | * include/k5-int.h (struct _krb5int_access): Add function pointer field | Ken Raeburn | 2004-12-08 | 2 | -0/+2 |
* | bump accessor struct version number for 1.4 | Ken Raeburn | 2004-12-08 | 2 | -1/+5 |
* | hooks for recording statistics on locking behavior | Ken Raeburn | 2004-12-06 | 2 | -10/+64 |
* | * win-mac.h (HAVE_GETADDRINFO, HAVE_GETNAMEINFO): Define | Ken Raeburn | 2004-11-19 | 2 | -0/+6 |
* | * k5-int.h (struct _krb5_cc_ops): Add new function pointer field get_flags | Ken Raeburn | 2004-11-16 | 2 | -0/+5 |
* | * krb5.hin (krb5_cc_get_flags): Declare | Ken Raeburn | 2004-11-16 | 2 | -0/+7 |
* | Fix typo in last change | Ken Raeburn | 2004-11-03 | 1 | -1/+1 |
* | move getaddrinfo hacks into support lib for easier maintenance | Ken Raeburn | 2004-11-03 | 2 | -1159/+33 |
* | * fake-addrinfo.h: Include errno.h earlier | Ken Raeburn | 2004-10-29 | 2 | -2/+5 |
* | * k5-thread.h (return_after_yield, k5_mutex_lock) [__GNUC__]: Add macro | Ken Raeburn | 2004-10-28 | 2 | -1/+27 |
* | forgot to check in with fake-addrinfo.h | Ken Raeburn | 2004-10-06 | 1 | -0/+6 |
* | * fake-addrinfo.h (AI_ADDRCONFIG, AI_V4MAPPED, AI_ALL): If not defined, or when | Ken Raeburn | 2004-10-05 | 1 | -7/+23 |
* | * configure.in: Check for struct if_laddrconf, as for struct lifconf | Ken Raeburn | 2004-10-01 | 2 | -0/+18 |