summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 10/3 patch from Savitha R, part 1, patch-ldap-schema.diffKen Raeburn2006-10-0617-998/+1940
* schema infoKen Raeburn2006-10-062-0/+1381
* remove old changelogKen Raeburn2006-10-061-51/+0
* * src/lib/krb5/ccache/t_cccursor.c: Bugfixes from Ezra to clean upTom Yu2006-10-061-1/+32
* update export listsTom Yu2006-10-062-0/+6
* make dependTom Yu2006-10-0648-946/+1155
* cursor for iterating over ccachesTom Yu2006-10-0511-3/+861
* * kdc_preauth.c (return_padata): Allocate a padata context if notSam Hartman2006-10-051-0/+3
* Patch from Kevin Coffman:Ken Raeburn2006-10-051-44/+35
* ignore generated source-tree filesKen Raeburn2006-10-050-0/+0
* fix dependence on config.status to use correct dirKen Raeburn2006-10-051-1/+1
* Add decode_tagged_unsigned_integer, and try to fix signed/unsigned andKen Raeburn2006-10-051-10/+69
* set a more meaningful error message in asn1 decode failure caseKen Raeburn2006-10-051-0/+3
* export krb5_ldap_createKen Raeburn2006-10-051-0/+1
* array before test for pointing at entry with the principal. AvoidsEzra Peisach2006-10-041-4/+8
* The keyring code introduced in r18638 also included tests of the KEYRING:Ezra Peisach2006-10-041-1/+37
* Preauthentication Plugin FrameworkSam Hartman2006-10-0330-160/+2771
* configure: Depend on $(AUTOCONF_HEADER) so check-ac-syms will be happierKen Raeburn2006-10-021-0/+1
* (AUTOCONF_HEADER): Change to match file's target nameKen Raeburn2006-10-021-1/+1
* Merge Kevin Coffman's keyring ccache branch for Linux, with some modifications:Ken Raeburn2006-10-026-4/+2131