krb5.git
2006-11-15 Tom Yutag krb5-1.6-alpha1 krb5-1.6-alpha1
2006-11-15 Tom Yukrb5-1.6-alpha1
2006-11-15 Tom Yupull up r18805 from trunk
2006-11-15 Tom Yupull up r18791 from trunk
2006-11-14 Tom Yupull up r18801 from trunk
2006-11-14 Tom Yupull up r18800 from trunk
2006-11-14 Tom Yupull up r18799 from trunk
2006-11-11 Tom Yupull up r18792 from trunk
2006-11-11 Tom Yupull up r18793 from trunk
2006-11-11 Tom Yupull up r18790 from trunk
2006-11-11 Tom Yupull up r18789 from trunk
2006-11-11 Tom Yupull up r18787 from trunk
2006-11-09 Tom Yupull up r18781 from trunk
2006-11-08 Tom Yupull up r18767 from trunk
2006-11-08 Tom Yupull up r18764 from trunk
2006-11-08 Tom Yupull up r18754 from trunk
2006-11-08 Tom Yupull up r18763 from trunk
2006-11-08 Tom Yupull up r18762 from trunk
2006-11-08 Tom Yupull up r18750 from trunk
2006-11-08 Tom Yupull up r18751 from trunk
2006-11-08 Tom Yupull up r18748 from trunk
2006-11-07 Alexandra EllwoodPullup from trunk to 1.6 branch
2006-10-27 Tom Yupatchlevel.h for krb5-1.6 branch
2006-10-27 Tom Yubranch krb5-1.6
2006-10-27 Tom Yumore copyright fixes pre-1.6
2006-10-27 Tom YuSynchronise copyright notices. Preliminary update...
2006-10-23 Will Fiveashfix krb5_ldap_iterate to handle NULL match_expr and...
2006-10-23 Kevin Coffmanfix invalid access found by valgrind
2006-10-23 Kevin CoffmanAvoid segfault in krb5_do_preauth_tryagain
2006-10-23 Ezra PeisachFor Irix - determine if using gcc and gnu ld - set...
2006-10-22 Ezra Peisachosf1 -oldstyle_liblookup typo
2006-10-21 Sam HartmanDelete src/lib/ccapi.
2006-10-21 Sam HartmanUpdate protocol rfcs to the versions we actually implement
2006-10-21 Will Fiveashenabling LDAP mix-in support for kdb5_util load
2006-10-18 Ezra PeisachAdd supp-int.h to provide prototypes for declared inter...
2006-10-18 Ezra PeisachMemory leak fixes on exit
2006-10-18 Ezra PeisachFree allocated memory when no longer used
2006-10-18 Ezra PeisachInvoke krb5_free_principal to remove memory leak
2006-10-18 Ezra PeisachCall freeaddrinfo at end - memory leak
2006-10-18 Ezra PeisachDeclare krb5_mcc_get_flags static - it is not exported...
2006-10-18 Ezra PeisachUnsigned/signed warning fix
2006-10-16 Ezra PeisachInclude gss_libinit.h for gssint_initialize_library...
2006-10-16 Ezra PeisachInclude string.h for memcmp prototype
2006-10-16 Ezra PeisachInclude time.h for time() prototype
2006-10-16 Ezra PeisachAdd prototype for krb5int_init_context_kdc
2006-10-16 Ezra PeisachAdd prototype for krb5_aprof_get_boolean
2006-10-16 Ezra PeisachTag krb5_rc_dfl_init_locked as static - not used outsid...
2006-10-15 Ezra PeisachCleanup some warnings on missing prototypes
2006-10-15 Ken Raeburnfix typo in make var ref
2006-10-15 Ezra PeisachCleanup unused variable warning during make check
2006-10-15 Ezra PeisachRemove all unused variable warnings from tree
2006-10-15 Ken Raeburntypo
2006-10-15 Ken RaeburnPass VALGRIND in to runtest. When it's set, redefine...
2006-10-15 Ken RaeburnSuppress some uninteresting glibc warnings on RHEL4
2006-10-15 Ken RaeburnDefine VALGRIND1 as an invocation of valgrind that...
2006-10-15 Ken RaeburnZap automatic structures before filling in
2006-10-15 Ken RaeburnClear req_st buffer before filling it in
2006-10-15 Ken RaeburnInitialize some values before use, silence some warnings
2006-10-15 Ken RaeburnFix logic bug in string allocation
2006-10-15 Ken RaeburnUse memmove for overlapping regions
2006-10-14 Ken RaeburnFree v4mode when done with it
2006-10-14 Ken RaeburnDon't strncpy a string to itself
2006-10-14 Ken RaeburnCall fileno and krb5_lock_file before calling fclose...
2006-10-13 Ken RaeburnUse $(VALGRIND) when running programs using $(KRB5_RUN_...
2006-10-13 Ken RaeburnAlways zap newly allocated pages, intead of conditional...
2006-10-13 Ken RaeburnUse 'const' with krb5_get_error_message
2006-10-13 Ken RaeburnEliminate some warnings: missing "const", unused variab...
2006-10-13 Sam Hartman * preauth_plugin.h: Don't use an enum in a public api
2006-10-13 Ezra PeisachAdd prototype for krb5int_debug_fprint to os-proto...
2006-10-13 Sam HartmanPatch to split client plugin from server plugin
2006-10-12 Ken Raeburn(krb5_db2_db_init): When creating a temporary database...
2006-10-12 Ken RaeburnAdd a policy to the database, then after the dump and...
2006-10-12 Ken RaeburnAnother patch from Will Fiveash, to make "kdb5_util...
2006-10-12 Ken Raeburnmore debugging printfs for nightly testing
2006-10-12 Ken Raeburn(add_to_transited): Change the current logic to keep...
2006-10-11 Ken Raeburnsome (more) debugging code to track down nightly test...
2006-10-11 Ken Raeburnsome debugging code to track down nightly test failures
2006-10-11 Ken Raeburnskip over verbose (protocol trace) debugging output
2006-10-11 Ken RaeburnAdd bounds-checking assertions before automatic array...
2006-10-10 Ken RaeburnKeep just 10/6 version of schema files
2006-10-10 Ken RaeburnMemory management and Solaris porting fixes from Will...
2006-10-10 Ken RaeburnCheck for allocation failure. Caught by Will Fiveash
2006-10-10 Kevin CoffmanDon't segfault if a preauth plugin module fails to...
2006-10-09 Jeffrey Altmanfinal commits for KFW 3.1 Beta 2
2006-10-08 Russ AllberyInitialize buffer before calling res_ninit
2006-10-07 Ken Raeburnfix dependencies properly this time
2006-10-07 Ken RaeburnInitialize accessor fields at compile time, under C99...
2006-10-07 Ken RaeburnMove ASN.1 routines for KDB LDAP plugin into main krb5...
2006-10-07 Ken RaeburnCheck for ldap_initialize and other functions that...
2006-10-07 Ken Raeburn10/3 patch from Savitha R, part 3, patch-manpages-schem...
2006-10-07 Ken Raeburnwhitespace
2006-10-07 Ken Raeburnwhitespace
2006-10-07 Ken RaeburnUse const pointers for error messages.
2006-10-07 Ken Raeburndrop comma at end of enum list
2006-10-07 Ken RaeburnEliminate some warnings and non-gcc build problems:
2006-10-06 Ken Raeburn10/3 patch from Savitha R, part 2, patch-krb-schema...
2006-10-06 Ken Raeburn10/3 patch from Savitha R, part 1, patch-ldap-schema...
2006-10-06 Ken Raeburnschema info
2006-10-06 Ken Raeburnremove old changelog
2006-10-06 Tom Yu * src/lib/krb5/ccache/t_cccursor.c: Bugfixes from...
next