| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove setup_master_key_name from the DAL table as it was not used | Greg Hudson | 2010-07-02 | 2 | -2/+1 |
| * | Remove the set_master_key and get_master_key DAL interfaces and their | Greg Hudson | 2010-07-02 | 10 | -169/+22 |
| * | Follow-up to r24157: return correctly from krb5_ldap_lib_init() if | Greg Hudson | 2010-07-02 | 1 | -0/+1 |
| * | Follow-on to r24157: pass KRB5_KDB_DAL_VERSION to krb5_ldap_lib_init() | Greg Hudson | 2010-07-02 | 1 | -1/+1 |
| * | Remove errcode_2_string and release_errcode_string from the DAL table, | Greg Hudson | 2010-07-02 | 4 | -22/+0 |
| * | Remove db_supported_realms and db_free_supported_realms from the DAL | Greg Hudson | 2010-07-02 | 5 | -28/+0 |
| * | DAL improvements | Greg Hudson | 2010-07-02 | 3 | -4/+8 |
| * | In PKINIT, notice if DH_compute_key() returns a value less than the | Greg Hudson | 2010-06-14 | 1 | -2/+18 |
| * | Adjust the PKINIT DH debugging code: | Greg Hudson | 2010-06-14 | 1 | -7/+8 |
| * | make depend | Greg Hudson | 2010-06-07 | 5 | -179/+189 |
| * | Update dependencies | Ken Raeburn | 2010-05-16 | 1 | -14/+14 |
| * | Add lockout-related performance tuning variables | Greg Hudson | 2010-05-10 | 6 | -39/+124 |
| * | Make KADM5_FAIL_AUTH_COUNT_INCREMENT more robust with LDAP | Greg Hudson | 2010-05-10 | 1 | -22/+29 |
| * | General code consistency pass in kdb_db2.c. | Greg Hudson | 2010-05-05 | 1 | -136/+56 |
| * | Adjust for removal of krb5_ldap_set_option in r23965 | Tom Yu | 2010-05-04 | 1 | -1/+0 |
| * | Remove a stray comment from r23966 | Greg Hudson | 2010-05-04 | 1 | -1/+0 |
| * | Refactor the kdb_db2.c code which processes db_args and profile | Greg Hudson | 2010-05-04 | 2 | -305/+134 |
| * | Remove krb5_db_set_option and the associated DAL entry. It was not | Greg Hudson | 2010-05-04 | 6 | -60/+0 |
| * | Straighten the if-ladder in encrypted challenge's process_preauth, | Greg Hudson | 2010-03-25 | 1 | -7/+6 |
| * | Update dependencies | Ken Raeburn | 2010-02-20 | 4 | -33/+46 |
| * | Move array decl from mixed within code down into the block where it's | Ken Raeburn | 2010-02-20 | 1 | -8/+11 |
| * | Update export list for 2007 plugin interface change | Ken Raeburn | 2010-02-20 | 1 | -2/+2 |
| * | Move array decl from mixed within code down into the block where it's | Ken Raeburn | 2010-02-20 | 1 | -8/+11 |
| * | Make plugins/cksum_body more likely to build, and remove the empty src | Greg Hudson | 2010-02-19 | 1 | -2/+2 |
| * | Fix greet_server build | Greg Hudson | 2010-02-03 | 1 | -1/+1 |
| * | Update the LDAP dependencies for r23674 | Greg Hudson | 2010-01-27 | 2 | -132/+161 |
| * | Get rid of kdb_ext.h and allow out-of-tree KDB plugins | Greg Hudson | 2010-01-27 | 4 | -18/+13 |
| * | Other changes in this ticket guarantee that the padata argument to | Sam Hartman | 2010-01-04 | 1 | -1/+1 |
| * | NetBSD 5.0.1 uses an OpenSSL snapshot that describes itself as 0.9.9, | Ken Raeburn | 2009-12-31 | 1 | -1/+1 |
| * | Remove an inoperable error check in return_pkinit_kx | Greg Hudson | 2009-12-29 | 1 | -2/+0 |
| * | Whitespace fixes for new anonymous support | Greg Hudson | 2009-12-28 | 5 | -68/+90 |
| * | Anonymous support for Kerberos | Sam Hartman | 2009-12-28 | 7 | -194/+358 |
| * | Remove dependency on /bin/csh in test suite | Ezra Peisach | 2009-12-08 | 1 | -2/+14 |
| * | In krb5_db2_db_init, make a format string constant to make Coverity | Greg Hudson | 2009-11-25 | 1 | -3/+2 |
| * | Mark and reindent the pkinit plugin code, except for the header files | Greg Hudson | 2009-11-25 | 8 | -4813/+4815 |
| * | Mark and reindent plugins, except for pkinit, which needs a little | Greg Hudson | 2009-11-24 | 65 | -11371/+11089 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 33 | -369/+365 |
| * | Constrained delegation without PAC support | Greg Hudson | 2009-11-14 | 7 | -19/+115 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 80 | -477/+454 |
| * | Bump the accessor version number since we made changes. | Greg Hudson | 2009-10-28 | 1 | -2/+2 |
| * | Add variable DB_VERSION to Makefile.in. Generate deps so that | Ezra Peisach | 2009-10-28 | 2 | -0/+44 |
| * | Heimdal DB bridge plugin for KDC back end | Greg Hudson | 2009-10-27 | 11 | -0/+3930 |
| * | not try to free random stack garbage on error | Ezra Peisach | 2009-10-25 | 1 | -0/+2 |
| * | Account lockout | Greg Hudson | 2009-10-25 | 22 | -78/+1122 |
| * | Increment authdata SPI to V2 (V1 was experimental) to account for additional | Luke Howard | 2009-10-21 | 1 | -1/+1 |
| * | For naming extensions draft compliance, s/mspac:/urn:mspac:/ | Luke Howard | 2009-10-20 | 1 | -1/+1 |
| * | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 4 | -118/+131 |
| * | Implement GSS naming extensions and authdata verification | Greg Hudson | 2009-10-09 | 8 | -0/+660 |
| * | In anticipation of a new version of OpenSSL 1.0.0, support renamed API: EVP_P... | Zhanna Tsitkov | 2009-10-08 | 1 | -1/+5 |
| * | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 1 | -4/+8 |