| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Update dependencies | Ken Raeburn | 2010-02-20 | 1 | -24/+22 |
| * | 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 | 3 | -17/+13 |
| * | 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 plugins, except for pkinit, which needs a little | Greg Hudson | 2009-11-24 | 57 | -10681/+10404 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 17 | -294/+305 |
| * | Constrained delegation without PAC support | Greg Hudson | 2009-11-14 | 6 | -4/+97 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 67 | -352/+331 |
| * | 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 | 10 | -0/+3929 |
| * | Account lockout | Greg Hudson | 2009-10-25 | 22 | -78/+1122 |
| * | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 3 | -115/+127 |
| * | 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 |
| * | 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 | 4 | -4/+4 |
| * | Fix minor bug in r21269 - wrong field name | Ken Raeburn | 2009-05-30 | 1 | -1/+1 |
| * | make depend | Sam Hartman | 2009-03-16 | 5 | -100/+114 |
| * | 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 |
| * | Use macros for config parameters | Zhanna Tsitkov | 2009-02-04 | 1 | -6/+6 |
| * | 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 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 19 | -534/+540 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 5 | -9/+12 |
| * | 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 | 5 | -100/+114 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 14 | -248/+123 |
| * | 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 | 1 | -6/+6 |
| * | 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 |
| * | Change LDAP key-sequence encoder to use a single data structure | Ken Raeburn | 2008-10-06 | 1 | -4/+15 |
| * | Fix a few missing-decl, signed/unsigned warnings | Ken Raeburn | 2008-10-06 | 7 | -6/+16 |
| * | Merge three patches from Novell, with some updates related to work in | Ken Raeburn | 2008-09-22 | 9 | -420/+546 |
| * | Missed some changes for db_context->dal_handle renaming | Ken Raeburn | 2008-09-22 | 1 | -3/+3 |
| * | makedepend | Ken Raeburn | 2008-09-18 | 1 | -16/+18 |
| * | Fix PROG_LIBPATH so in-tree tests work | Tom Yu | 2008-08-25 | 1 | -1/+1 |