krb5.git
2005-01-14 Ken Raeburnprofile code never destroys its per-file mutexes
2005-01-13 Ezra Peisach * ftpd.c: GCC 4.0 fixes... Move static declarati...
2005-01-13 Jeffrey Altman correction to previous commit. do not call krb5_gss_r...
2005-01-13 Ezra PeisachTree does not compile with GCC 4.0
2005-01-13 Jeffrey Altman Fix the calls to krb5_gss_release_cred to pass in...
2005-01-13 Tom Yu * prng.c (read_entropy_from_device): Use ssize_t,...
2005-01-12 Ken Raeburn* default.exp (start_tail): New proc. Handles GNU...
2005-01-12 Tom YuFix some potential resource leaks in dnsglue.c
2005-01-12 Jeffrey Altman2005-01-11 Jeffrey Altman <jaltman@mit.edu>
2005-01-12 Ken Raeburn* krb-root/rlogin.exp (start_rlogin_daemon): Use built...
2005-01-12 Ken Raeburn* default.exp (start_kerberos_daemons): Format date...
2005-01-12 Ken Raeburn* gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): Free crede...
2005-01-09 Ken Raeburn* k5-int.h (krb5int_zap_data): Fix preprocessor test...
2005-01-09 Ken Raeburn* k5-thread.h (KRB5_CALLCONV, KRB5_CALLCONV_C): Define...
2005-01-08 Ken Raeburn* crc-32.h (mit_crc32): Remove gratuitous "const" in...
2005-01-06 Tom Yumake depend
2005-01-05 Jeffrey Altman Add new function krb5_boolean krb5_is_thread_safe...
2005-01-05 Jeffrey Altman * win-mac.h: define NEED_INSIXADDR_ANY for...
2005-01-05 Jeffrey Altman Makefile.in: add krb5 support library to windows...
2005-01-05 Ken Raeburn* configure.in: Check for uint32_t and int32_t in syste...
2005-01-05 Ken Raeburn* Makefile.in (krb5.h): Don't pull in autoconf SIZEOF...
2005-01-05 Ken Raeburn* threads.c (krb5int_mutex_lock_update_stats,
2005-01-04 Tom Yufix typo
2005-01-03 Ken Raeburn* implementor.texinfo (Porting Issues): New chapter...
2005-01-03 Ken Raeburnupdate thread support doc
2005-01-03 Ken Raeburn* build.texinfo (The util Directory): Add the new suppo...
2005-01-03 Ken Raeburn* implementor.texinfo (Host Address Lookup): Document...
2005-01-03 Ken Raeburnkrb5_parse_name not thread-safe, not responsive to...
2004-12-30 Ken Raeburnrun "make depend"
2004-12-30 Ken RaeburnDo the target object file name hacking in "make depend...
2004-12-30 Ken Raeburn* post.in (.depend): Delete blank lines in generated...
2004-12-28 Ezra PeisachMemory leak in asn1_decode_generaltime
2004-12-25 Ezra PeisachMemory leaks in ccache due to thread integration
2004-12-21 Tom Yu * def-check.pl: Check for PRIVATE or INTERNAL annotati...
2004-12-21 Tom Yu * krb5.hin: Flag krb5_principal2salt as KRB5_CALLCONV_...
2004-12-20 Tom Yu * kerberos.c (kerberos4_status): Null-terminate the...
2004-12-20 Tom Yufix MITKRB5-SA-2004-004
2004-12-20 Jeffrey AltmanMark krb5_principal2salt has being declared with the...
2004-12-19 Jeffrey Altman Add support for optionally installing Debug Symbols
2004-12-18 Jeffrey Altman2004-12-18 Jeffrey Altman <jaltman@mit.edu>
2004-12-18 Jeffrey Altman2004-12-17 Jeffrey Altman <jaltman@mit.edu>
2004-12-17 Ken Raeburncan't build shared libraries on sparc64-netbsd
2004-12-16 Jeffrey Altman2004-12-16 Jeffrey Altman <jaltman@mit.edu>
2004-12-16 Ezra Peisachkrb5-config needs to include krb5support library
2004-12-15 Jeffrey AltmanUpdate for WiX 2.1 installer
2004-12-15 Jeffrey Altman remove unnecessary if statement
2004-12-15 Jeffrey Altman2004-12-15 Jeffrey Altman <jaltman@mit.edu>
2004-12-15 Jeffrey Altman2004-12-15 Jeffrey Altman <jaltman@mit.edu>
2004-12-15 Jeffrey Altman2004-12-15 Jeffrey Altman <jaltman@mit.edu>
2004-12-15 Jeffrey Altman2004-12-15 Jeffrey Altman <jaltman@mit.edu>
2004-12-15 Ken Raeburninsufficient locking in profile re-reading case
2004-12-12 Ken Raeburnnew test prog "prof1" for profile reloading
2004-12-08 Ken Raeburn* include/k5-int.h (struct _krb5int_access): Add functi...
2004-12-08 Ken Raeburnbump accessor struct version number for 1.4
2004-12-06 Tom Yuallow build with KRB5_DNS_LOOKUP undefined
2004-12-06 Ken Raeburn* libkrb5support.exports: Add krb5int_in6addr_any
2004-12-06 Ken Raeburnhooks for recording statistics on locking behavior
2004-11-26 Sam Hartmanticket: new
2004-11-26 Ken Raeburnfix missing mutex initialization in keytab file code
2004-11-24 Ken Raeburnfix missing locking in keytab; fix stdio handling too
2004-11-24 Tom Yuset errno=0 prior to fopen in kt_file
2004-11-23 Ken RaeburnKDC on Tru64 was hanging because of another case where...
2004-11-20 Tom Yudocument Solaris patches for pty-close bug
2004-11-19 Ken Raeburn* locate_kdc.c (krb5int_add_host_to_list): If debugging...
2004-11-19 Tom Yu * kt_file.c (krb5_ktfileint_open): Patch from Roland...
2004-11-19 Tom Yucreate rpc header install directory
2004-11-19 Ken Raeburn* cc_mslsa.c (MSCredToMITCred): Don't create an empty...
2004-11-19 Ken Raeburn* fake-addrinfo.c (HAVE_GETADDRINFO, HAVE_GETNAMEINFO...
2004-11-19 Ken Raeburn* win-mac.h (HAVE_GETADDRINFO, HAVE_GETNAMEINFO): Define
2004-11-19 Tom Yu * aclocal.m4 (KRB5_AC_PRIOCNTL_HACK): Check for Solari...
2004-11-19 Tom Yuafter 1.4 branch, trunk is effectively krb5-1.5-prerelease
2004-11-18 Ken Raeburn* Makefile.in (SHLIB_EXPLIBS): Remove -ldl accidentally...
2004-11-18 Tom Yuinstall rpc headers into correct directory
2004-11-17 Ken Raeburn* prng.c (do_yarrow_init): Move mutex initialization...
2004-11-17 Ken Raeburn* Makefile.in (SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add suppo...
2004-11-16 Ken Raeburnoops, bad update
2004-11-16 Ken Raeburnmake depend
2004-11-16 Ken Raeburnmake depend
2004-11-16 Ken Raeburn* k5-int.h (struct _krb5_cc_ops): Add new function...
2004-11-16 Ken RaeburnNow a kvno invocation will only open the ccache file...
2004-11-16 Ken Raeburn* krb5.hin (krb5_cc_get_flags): Declare
2004-11-16 Ken RaeburnCreate a ccache get-flags operation.
2004-11-16 Sam HartmanConvert Yarrow to use AES not 3des. Update test vectors
2004-11-15 Ken RaeburnMake static linking not require -lsocket, -lnsl, etc.
2004-11-15 Tom YuMerge Athena changes for requiring encrypted connections
2004-11-05 Ken Raeburn* et_h.awk: Declare initialize_*_error_table as taking...
2004-11-04 Alexandra EllwoodAdded new exported symbols to profile and GSS and updat...
2004-11-04 Alexandra Ellwood* prof_init.c, profile.hin: added profile_is_modified...
2004-11-04 Alexandra Ellwood * prof_set.c: profile calls which set values should...
2004-11-03 Tom Yumerge athena ftpd changes for requiring encrypted passwords
2004-11-03 Ken RaeburnFix typo in last change
2004-11-03 Ken Raeburn* Makefile.in (SRCS): Define
2004-11-03 Ken Raeburnmove getaddrinfo hacks into support lib for easier...
2004-11-01 Ken Raeburn* yarrow.c (krb5int_yarrow_input, krb5int_yarrow_final...
2004-10-31 Tom Yufix mkrel's RELTAIL handling
2004-10-30 Ken Raeburncall stat less often on krb5.conf
2004-10-30 Ken Raeburnpush yarrow locking down into the yarrow code to reduce...
2004-10-29 Ken Raeburn* fake-addrinfo.h: Include errno.h earlier
2004-10-28 Tom Yu * misc.c (check_min_life): Actually return a value...
2004-10-28 Ken Raeburn* k5-thread.h (return_after_yield, k5_mutex_lock) ...
next