| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Eliminate some warnings: missing "const", unused variables, success | Ken Raeburn | 2006-10-13 | 1 | -7/+5 |
| * | * preauth_plugin.h: Don't use an enum in a public api | Sam Hartman | 2006-10-13 | 2 | -11/+11 |
| * | Add prototype for krb5int_debug_fprint to os-proto.h. Include os-proto.h in | Ezra Peisach | 2006-10-13 | 2 | -2/+3 |
| * | Patch to split client plugin from server plugin | Sam Hartman | 2006-10-13 | 7 | -123/+141 |
| * | (krb5_db2_db_init): When creating a temporary database, use the suffix | Ken Raeburn | 2006-10-12 | 1 | -1/+2 |
| * | Add a policy to the database, then after the dump and restore, check | Ken Raeburn | 2006-10-12 | 1 | -0/+31 |
| * | Another patch from Will Fiveash, to make "kdb5_util load <dumpfile>" | Ken Raeburn | 2006-10-12 | 4 | -31/+91 |
| * | more debugging printfs for nightly testing | Ken Raeburn | 2006-10-12 | 1 | -0/+6 |
| * | (add_to_transited): Change the current logic to keep all array references | Ken Raeburn | 2006-10-12 | 1 | -15/+25 |
| * | some (more) debugging code to track down nightly test failures | Ken Raeburn | 2006-10-11 | 1 | -0/+5 |
| * | some debugging code to track down nightly test failures | Ken Raeburn | 2006-10-11 | 1 | -0/+6 |
| * | skip over verbose (protocol trace) debugging output | Ken Raeburn | 2006-10-11 | 1 | -0/+4 |
| * | Add bounds-checking assertions before automatic array reference | Ken Raeburn | 2006-10-11 | 1 | -0/+2 |
| * | Keep just 10/6 version of schema files | Ken Raeburn | 2006-10-10 | 4 | -1935/+429 |
| * | Memory management and Solaris porting fixes from Will Fiveash | Ken Raeburn | 2006-10-10 | 2 | -5/+35 |
| * | Check for allocation failure. Caught by Will Fiveash | Ken Raeburn | 2006-10-10 | 1 | -2/+3 |
| * | Don't segfault if a preauth plugin module fails to load | Kevin Coffman | 2006-10-10 | 1 | -1/+2 |
| * | final commits for KFW 3.1 Beta 2 | Jeffrey Altman | 2006-10-09 | 25 | -243/+1078 |
| * | Initialize buffer before calling res_ninit | Russ Allbery | 2006-10-08 | 1 | -0/+1 |
| * | fix dependencies properly this time | Ken Raeburn | 2006-10-07 | 2 | -56/+2 |
| * | Initialize accessor fields at compile time, under C99 and GCC | Ken Raeburn | 2006-10-07 | 1 | -30/+49 |
| * | Move ASN.1 routines for KDB LDAP plugin into main krb5 library, | Ken Raeburn | 2006-10-07 | 10 | -97/+250 |
| * | Check for ldap_initialize and other functions that Solaris (Mozilla-based) | Ken Raeburn | 2006-10-07 | 3 | -0/+64 |
| * | 10/3 patch from Savitha R, part 3, patch-manpages-schema.diff | Ken Raeburn | 2006-10-07 | 2 | -83/+107 |
| * | whitespace | Ken Raeburn | 2006-10-07 | 1 | -27/+27 |
| * | whitespace | Ken Raeburn | 2006-10-07 | 1 | -191/+190 |
| * | Use const pointers for error messages. | Ken Raeburn | 2006-10-07 | 4 | -10/+48 |
| * | drop comma at end of enum list | Ken Raeburn | 2006-10-07 | 1 | -1/+1 |
| * | Eliminate some warnings and non-gcc build problems: | Ken Raeburn | 2006-10-07 | 6 | -48/+68 |
| * | 10/3 patch from Savitha R, part 2, patch-krb-schema.diff | Ken Raeburn | 2006-10-06 | 1 | -419/+342 |
| * | 10/3 patch from Savitha R, part 1, patch-ldap-schema.diff | Ken Raeburn | 2006-10-06 | 17 | -998/+1940 |
| * | schema info | Ken Raeburn | 2006-10-06 | 2 | -0/+1381 |
| * | remove old changelog | Ken Raeburn | 2006-10-06 | 1 | -51/+0 |
| * | * src/lib/krb5/ccache/t_cccursor.c: Bugfixes from Ezra to clean up | Tom Yu | 2006-10-06 | 1 | -1/+32 |
| * | update export lists | Tom Yu | 2006-10-06 | 2 | -0/+6 |
| * | make depend | Tom Yu | 2006-10-06 | 48 | -946/+1155 |
| * | cursor for iterating over ccaches | Tom Yu | 2006-10-05 | 11 | -3/+861 |
| * | * kdc_preauth.c (return_padata): Allocate a padata context if not | Sam Hartman | 2006-10-05 | 1 | -0/+3 |
| * | Patch from Kevin Coffman: | Ken Raeburn | 2006-10-05 | 1 | -44/+35 |
| * | ignore generated source-tree files | Ken Raeburn | 2006-10-05 | 0 | -0/+0 |
| * | fix dependence on config.status to use correct dir | Ken Raeburn | 2006-10-05 | 1 | -1/+1 |
| * | Add decode_tagged_unsigned_integer, and try to fix signed/unsigned and | Ken Raeburn | 2006-10-05 | 1 | -10/+69 |
| * | set a more meaningful error message in asn1 decode failure case | Ken Raeburn | 2006-10-05 | 1 | -0/+3 |
| * | export krb5_ldap_create | Ken Raeburn | 2006-10-05 | 1 | -0/+1 |
| * | array before test for pointing at entry with the principal. Avoids | Ezra Peisach | 2006-10-04 | 1 | -4/+8 |
| * | The keyring code introduced in r18638 also included tests of the KEYRING: | Ezra Peisach | 2006-10-04 | 1 | -1/+37 |
| * | Preauthentication Plugin Framework | Sam Hartman | 2006-10-03 | 30 | -160/+2771 |
| * | configure: Depend on $(AUTOCONF_HEADER) so check-ac-syms will be happier | Ken Raeburn | 2006-10-02 | 1 | -0/+1 |
| * | (AUTOCONF_HEADER): Change to match file's target name | Ken Raeburn | 2006-10-02 | 1 | -1/+1 |
| * | Merge Kevin Coffman's keyring ccache branch for Linux, with some modifications: | Ken Raeburn | 2006-10-02 | 6 | -4/+2131 |