aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-10-15Remove all unused variable warnings from treeEzra Peisach6-8/+9
2006-10-15typoKen Raeburn1-1/+1
2006-10-15Pass VALGRIND in to runtest. When it's set, redefine spawn to use it forKen Raeburn2-2/+41
2006-10-15Suppress some uninteresting glibc warnings on RHEL4Ken Raeburn1-0/+16
2006-10-15Define VALGRIND1 as an invocation of valgrind that could be used for VALGRINDKen Raeburn1-1/+5
2006-10-15Zap automatic structures before filling inKen Raeburn1-394/+396
2006-10-15Clear req_st buffer before filling it inKen Raeburn1-0/+4
2006-10-15Initialize some values before use, silence some warningsKen Raeburn1-1/+3
2006-10-15Fix logic bug in string allocationKen Raeburn1-1/+1
2006-10-15Use memmove for overlapping regionsKen Raeburn2-27/+29
2006-10-14Free v4mode when done with itKen Raeburn1-0/+1
2006-10-14Don't strncpy a string to itselfKen Raeburn1-1/+2
2006-10-14Call fileno and krb5_lock_file before calling fclose, rather than after.Ken Raeburn1-2/+6
2006-10-13Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn26-73/+69
2006-10-13Always zap newly allocated pages, intead of conditional on PURIFY.Ken Raeburn2-2/+2
2006-10-13Use 'const' with krb5_get_error_messageKen Raeburn2-8/+8
2006-10-13Eliminate some warnings: missing "const", unused variables, successKen Raeburn1-7/+5
2006-10-13 * preauth_plugin.h: Don't use an enum in a public apiSam Hartman2-11/+11
2006-10-13Add prototype for krb5int_debug_fprint to os-proto.h. Include os-proto.h inEzra Peisach2-2/+3
2006-10-13Patch to split client plugin from server pluginSam Hartman7-123/+141
2006-10-12(krb5_db2_db_init): When creating a temporary database, use the suffixKen Raeburn1-1/+2
2006-10-12Add a policy to the database, then after the dump and restore, checkKen Raeburn1-0/+31
2006-10-12Another patch from Will Fiveash, to make "kdb5_util load <dumpfile>"Ken Raeburn4-31/+91
2006-10-12more debugging printfs for nightly testingKen Raeburn1-0/+6
2006-10-12(add_to_transited): Change the current logic to keep all array referencesKen Raeburn1-15/+25
2006-10-11some (more) debugging code to track down nightly test failuresKen Raeburn1-0/+5
2006-10-11some debugging code to track down nightly test failuresKen Raeburn1-0/+6
2006-10-11skip over verbose (protocol trace) debugging outputKen Raeburn1-0/+4
2006-10-11Add bounds-checking assertions before automatic array referenceKen Raeburn1-0/+2
2006-10-10Keep just 10/6 version of schema filesKen Raeburn4-1935/+429
2006-10-10Memory management and Solaris porting fixes from Will FiveashKen Raeburn2-5/+35
2006-10-10Check for allocation failure. Caught by Will FiveashKen Raeburn1-2/+3
2006-10-10Don't segfault if a preauth plugin module fails to loadKevin Coffman1-1/+2
2006-10-09final commits for KFW 3.1 Beta 2Jeffrey Altman25-243/+1078
2006-10-08Initialize buffer before calling res_ninitRuss Allbery1-0/+1
2006-10-07fix dependencies properly this timeKen Raeburn2-56/+2
2006-10-07Initialize accessor fields at compile time, under C99 and GCCKen Raeburn1-30/+49
2006-10-07Move ASN.1 routines for KDB LDAP plugin into main krb5 library,Ken Raeburn10-97/+250
2006-10-07Check for ldap_initialize and other functions that Solaris (Mozilla-based)Ken Raeburn3-0/+64
2006-10-0710/3 patch from Savitha R, part 3, patch-manpages-schema.diffKen Raeburn2-83/+107
2006-10-07whitespaceKen Raeburn1-27/+27
2006-10-07whitespaceKen Raeburn1-191/+190
2006-10-07Use const pointers for error messages.Ken Raeburn4-10/+48
2006-10-07drop comma at end of enum listKen Raeburn1-1/+1
2006-10-07Eliminate some warnings and non-gcc build problems:Ken Raeburn6-48/+68
2006-10-0610/3 patch from Savitha R, part 2, patch-krb-schema.diffKen Raeburn1-419/+342
2006-10-0610/3 patch from Savitha R, part 1, patch-ldap-schema.diffKen Raeburn17-998/+1940
2006-10-06schema infoKen Raeburn2-0/+1381
2006-10-06remove old changelogKen Raeburn1-51/+0
2006-10-06 * src/lib/krb5/ccache/t_cccursor.c: Bugfixes from Ezra to clean upTom Yu1-1/+32