summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Tag krb5_rc_dfl_init_locked as static - not used outside fileEzra Peisach2006-10-161-1/+1
* Cleanup some warnings on missing prototypesEzra Peisach2006-10-156-3/+13
* fix typo in make var refKen Raeburn2006-10-151-1/+1
* Cleanup unused variable warning during make checkEzra Peisach2006-10-151-1/+0
* Remove all unused variable warnings from treeEzra Peisach2006-10-156-8/+9
* typoKen Raeburn2006-10-151-1/+1
* Pass VALGRIND in to runtest. When it's set, redefine spawn to use it forKen Raeburn2006-10-152-2/+41
* Suppress some uninteresting glibc warnings on RHEL4Ken Raeburn2006-10-151-0/+16
* Define VALGRIND1 as an invocation of valgrind that could be used for VALGRINDKen Raeburn2006-10-151-1/+5
* Zap automatic structures before filling inKen Raeburn2006-10-151-394/+396
* Clear req_st buffer before filling it inKen Raeburn2006-10-151-0/+4
* Initialize some values before use, silence some warningsKen Raeburn2006-10-151-1/+3
* Fix logic bug in string allocationKen Raeburn2006-10-151-1/+1
* Use memmove for overlapping regionsKen Raeburn2006-10-152-27/+29
* Free v4mode when done with itKen Raeburn2006-10-141-0/+1
* Don't strncpy a string to itselfKen Raeburn2006-10-141-1/+2
* Call fileno and krb5_lock_file before calling fclose, rather than after.Ken Raeburn2006-10-141-2/+6
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-1326-73/+69
* Always zap newly allocated pages, intead of conditional on PURIFY.Ken Raeburn2006-10-132-2/+2
* Use 'const' with krb5_get_error_messageKen Raeburn2006-10-132-8/+8
* Eliminate some warnings: missing "const", unused variables, successKen Raeburn2006-10-131-7/+5
* * preauth_plugin.h: Don't use an enum in a public apiSam Hartman2006-10-132-11/+11
* Add prototype for krb5int_debug_fprint to os-proto.h. Include os-proto.h inEzra Peisach2006-10-132-2/+3
* Patch to split client plugin from server pluginSam Hartman2006-10-137-123/+141
* (krb5_db2_db_init): When creating a temporary database, use the suffixKen Raeburn2006-10-121-1/+2
* Add a policy to the database, then after the dump and restore, checkKen Raeburn2006-10-121-0/+31
* Another patch from Will Fiveash, to make "kdb5_util load <dumpfile>"Ken Raeburn2006-10-124-31/+91
* more debugging printfs for nightly testingKen Raeburn2006-10-121-0/+6
* (add_to_transited): Change the current logic to keep all array referencesKen Raeburn2006-10-121-15/+25
* some (more) debugging code to track down nightly test failuresKen Raeburn2006-10-111-0/+5
* some debugging code to track down nightly test failuresKen Raeburn2006-10-111-0/+6
* skip over verbose (protocol trace) debugging outputKen Raeburn2006-10-111-0/+4
* Add bounds-checking assertions before automatic array referenceKen Raeburn2006-10-111-0/+2
* Keep just 10/6 version of schema filesKen Raeburn2006-10-104-1935/+429
* Memory management and Solaris porting fixes from Will FiveashKen Raeburn2006-10-102-5/+35
* Check for allocation failure. Caught by Will FiveashKen Raeburn2006-10-101-2/+3
* Don't segfault if a preauth plugin module fails to loadKevin Coffman2006-10-101-1/+2
* final commits for KFW 3.1 Beta 2Jeffrey Altman2006-10-0925-243/+1078
* Initialize buffer before calling res_ninitRuss Allbery2006-10-081-0/+1
* fix dependencies properly this timeKen Raeburn2006-10-072-56/+2
* Initialize accessor fields at compile time, under C99 and GCCKen Raeburn2006-10-071-30/+49
* Move ASN.1 routines for KDB LDAP plugin into main krb5 library,Ken Raeburn2006-10-0710-97/+250
* Check for ldap_initialize and other functions that Solaris (Mozilla-based)Ken Raeburn2006-10-073-0/+64
* 10/3 patch from Savitha R, part 3, patch-manpages-schema.diffKen Raeburn2006-10-072-83/+107
* whitespaceKen Raeburn2006-10-071-27/+27
* whitespaceKen Raeburn2006-10-071-191/+190
* Use const pointers for error messages.Ken Raeburn2006-10-074-10/+48
* drop comma at end of enum listKen Raeburn2006-10-071-1/+1
* Eliminate some warnings and non-gcc build problems:Ken Raeburn2006-10-076-48/+68
* 10/3 patch from Savitha R, part 2, patch-krb-schema.diffKen Raeburn2006-10-061-419/+342