| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Create DB headers before recursing for "make depend" in | Greg Hudson | 2009-09-16 | 1 | -1/+1 |
| * | Supply canonical name if present in LDAP iteration | Greg Hudson | 2009-09-03 | 1 | -5/+6 |
| * | Supply LDAP service principal aliases to non-referrals clients | Greg Hudson | 2009-09-03 | 1 | -1/+25 |
| * | Rename db2 header files db.h and db-config.h in the source tree, so | Ken Raeburn | 2009-08-21 | 8 | -135/+89 |
| * | Minor code cleanups in pkinit plugin, mostly around malloc/free | Greg Hudson | 2009-08-18 | 7 | -262/+166 |
| * | Check for null characters in pkinit cert fields | Greg Hudson | 2009-08-10 | 1 | -0/+7 |
| * | Narrow the contract of pkinit_client_profile by passing in the realm | Greg Hudson | 2009-08-10 | 1 | -13/+14 |
| * | In pkinit_clnt.c, make private functions static. There and in | Greg Hudson | 2009-08-10 | 2 | -118/+10 |
| * | Convert all uses of strtok() in libraries to strtok_r() for thread | Greg Hudson | 2009-08-10 | 1 | -5/+5 |
| * | Remove pkinit_identity_process_option, which wasn't doing anything | Greg Hudson | 2009-08-10 | 2 | -84/+19 |
| * | Fix the LDAP build, which was broken by the build reordering in | Greg Hudson | 2009-08-07 | 1 | -3/+8 |
| * | In ldap_create.c, remove four incorrect uses of krb5_set_error_message | Greg Hudson | 2009-06-17 | 1 | -10/+3 |
| * | Restore limited support for static linking | Greg Hudson | 2009-06-08 | 10 | -10/+18 |
| * | Fix minor bug in r21269 - wrong field name | Ken Raeburn | 2009-05-30 | 1 | -1/+1 |
| * | Temporarily disable FAST PKINIT for 1.7 release | Greg Hudson | 2009-05-25 | 2 | -0/+35 |
| * | Uninitialized variable may cause unpredictable behavior in kdc_verify_preauth | Zhanna Tsitkov | 2009-04-30 | 1 | -238/+239 |
| * | Merge fast branch at 22166 onto trunk | Sam Hartman | 2009-04-03 | 1 | -2/+1 |
| * | make depend | Sam Hartman | 2009-03-31 | 2 | -30/+25 |
| * | Implement FAST from draft-ietf-krb-wg-preauth-framework | Sam Hartman | 2009-03-31 | 5 | -0/+505 |
| * | Revert r21880 which included k5-int.h in several pkinit source files. | Greg Hudson | 2009-03-24 | 4 | -3/+20 |
| * | make depend | Sam Hartman | 2009-03-16 | 6 | -110/+143 |
| * | Add LDAP back end support for canonical name attribute | Greg Hudson | 2009-03-15 | 4 | -7/+78 |
| * | Several small fixes to enable the migrate mkey commands to work properly with... | Will Fiveash | 2009-03-10 | 1 | -45/+0 |
| * | Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it. | Greg Hudson | 2009-03-10 | 1 | -8/+6 |
| * | include omitted system header string.h | Ken Raeburn | 2009-02-05 | 1 | -0/+1 |
| * | Include k5-int.h in several pkinit source files, in order to define | Greg Hudson | 2009-02-04 | 3 | -1/+3 |
| * | Use macros for config parameters | Zhanna Tsitkov | 2009-02-04 | 5 | -34/+34 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 5 | -10/+10 |
| * | export new functions | Ken Raeburn | 2009-01-31 | 1 | -0/+2 |
| * | recode as more straight-line code to simplify analysis | Ken Raeburn | 2009-01-31 | 1 | -5/+7 |
| * | Master Key Migration Project | Will Fiveash | 2009-01-30 | 12 | -31/+206 |
| * | hash db2 code breaks if st_blksize > 64k | Ken Raeburn | 2009-01-23 | 1 | -0/+2 |
| * | Add some output parameter initializations n order to eliminate some | Greg Hudson | 2009-01-23 | 1 | -0/+3 |
| * | Oops. Don't include openssl install paths from my local machine. | Ken Raeburn | 2009-01-05 | 1 | -19/+3 |