| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 29 | -630/+642 |
| * | Build against Python 2.5 as well as 2.3. Long term, should use python-config | Ken Raeburn | 2009-01-05 | 2 | -1/+3 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 6 | -10/+13 |
| * | Add prototype for usage. Change invocation of usage to db_usage when using a... | Ezra Peisach | 2008-12-29 | 3 | -5/+5 |
| * | krb4 removal missed ldap kdb plugin directory | Ezra Peisach | 2008-12-29 | 1 | -3/+3 |
| * | make depend | Sam Hartman | 2008-12-02 | 6 | -115/+137 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 18 | -254/+131 |
| * | Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be used | Greg Hudson | 2008-11-05 | 1 | -1/+1 |
| * | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 2 | -12/+15 |
| * | Replace strcpy/strcat/sprintf uses in a couple of sample code files | Greg Hudson | 2008-11-05 | 1 | -1/+1 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -20/+22 |
| * | Use the k5buf module instead of strcpy/strcat in several places | Greg Hudson | 2008-10-30 | 1 | -51/+14 |
| * | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 1 | -1/+1 |
| * | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 1 | -4/+1 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -6/+2 |
| * | Change LDAP key-sequence encoder to use a single data structure | Ken Raeburn | 2008-10-06 | 1 | -4/+15 |