krb5.git
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...
2006-10-06 Tom Yuupdate export lists
2006-10-06 Tom Yumake depend
2006-10-05 Tom Yucursor for iterating over ccaches
2006-10-05 Sam Hartman * kdc_preauth.c (return_padata): Allocate a padata...
2006-10-05 Ken RaeburnPatch from Kevin Coffman:
2006-10-05 Ken Raeburnignore generated source-tree files
2006-10-05 Ken Raeburnfix dependence on config.status to use correct dir
2006-10-05 Ken RaeburnAdd decode_tagged_unsigned_integer, and try to fix...
2006-10-05 Ken Raeburnset a more meaningful error message in asn1 decode...
2006-10-05 Ken Raeburnexport krb5_ldap_create
2006-10-04 Ezra Peisacharray before test for pointing at entry with the princi...
2006-10-04 Ezra PeisachThe keyring code introduced in r18638 also included...
2006-10-03 Sam HartmanPreauthentication Plugin Framework
2006-10-02 Ken Raeburnconfigure: Depend on $(AUTOCONF_HEADER) so check-ac...
2006-10-02 Ken Raeburn(AUTOCONF_HEADER): Change to match file's target name
2006-10-02 Ken RaeburnMerge Kevin Coffman's keyring ccache branch for Linux...
2006-10-02 Ken RaeburnNuke old Saber-related stuff
2006-10-01 Ezra Peisachkdc: make_toolong_error does not initialize all fields...
2006-09-30 Ken RaeburnUpdate expected results for krb5_get_host_realm with...
2006-09-29 Ken Raeburn(get_errmsg): Check for errcode_2_string and release_er...
2006-09-28 Ken RaeburnFix AIX version of GET_HOST_BY_NAME to use TMP.ent...
2006-09-25 Ken RaeburnPatch from Will Fiveash for "kdb5_util create" support...
2006-09-24 Jeffrey Altman Implement renew credential functionality which was...
2006-09-22 Ken RaeburnRemove now-unused 'port' fields
2006-09-22 Ken RaeburnMisc cleanup:
2006-09-22 Ken RaeburnNew patch from Savitha, for new principal key storage...
2006-09-22 Ken Raeburnno c++-style comments
2006-09-21 Jeffrey AltmanKFW 3.1 Beta 2 NetIDMgr Changes
2006-09-21 Jeffrey AltmanNSIS installer - update for Win2K NetIDMgr
2006-09-21 Jeffrey Altman oops, make sure we install from the correct source...
2006-09-21 Jeffrey Altmanwix installer - win2k compatibility for netidmgr
2006-09-21 Jeffrey Altmanwindows thread support frees thread local storage after...
2006-09-21 Sam HartmanSet the canonicalize flag in TGS requests and accept...
2006-09-20 Ken Raeburn* kdb_ldap.h: If BUILD_WITH_BROKEN_LDAP is defined...
2006-09-19 Alexandra EllwoodBad loop logic in krb5_mcc_generate_new
2006-09-18 Ken Raeburnwhitespace
2006-09-18 Ken RaeburnSavitha's patches for:
2006-09-16 Ken Raeburn* kdb5.c (kdb_load_library): Make error message a littl...
2006-09-16 Ken RaeburnUpdate dependencies
2006-09-16 Ken RaeburnMove RPC header files to include/gssrpc, which we copy...
2006-09-16 Ken RaeburnExport krb5_ldap_release_errcode_string
2006-09-15 Ken RaeburnMake it easier to ignore additional directories, like...
2006-09-13 Ken Raeburnwhitespace
2006-09-12 Ken Raeburnwhitespace
2006-09-12 Ken Raeburnwhitespace
2006-09-07 Ken Raeburn* Makefile.in (krb5/krb5.h): Wrap the content in macro...
2006-09-06 Ken RaeburnMake database plugin responsible for releasing the...
next