| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Make decryption of master key list more robust | Greg Hudson | 2010-01-29 | 1 | -37/+13 |
| * | Handle migration from pre-1.7 databases with master key kvno != 1 | Greg Hudson | 2010-01-28 | 2 | -2/+35 |
| * | Get rid of kdb_ext.h and allow out-of-tree KDB plugins | Greg Hudson | 2010-01-27 | 2 | -11/+10 |
| * | Make krb5_dbe_def_search_enctype more consistent about when it returns | Greg Hudson | 2010-01-06 | 1 | -27/+23 |
| * | Don't return KRB5_KDB_NO_PERMITTED_KEY from | Greg Hudson | 2010-01-06 | 1 | -1/+2 |
| * | handle negative enctypes better | Tom Yu | 2009-12-07 | 1 | -2/+2 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -95/+93 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 11 | -2680/+2688 |
| * | Heimdal DB bridge plugin for KDC back end | Greg Hudson | 2009-10-27 | 2 | -3/+73 |
| * | Account lockout | Greg Hudson | 2009-10-25 | 2 | -30/+51 |
| * | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 1 | -25/+31 |
| * | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 1 | -69/+64 |
| * | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 1 | -64/+69 |
| * | Get "make depend" to work in an unbuilt source tree, since bad deps | Greg Hudson | 2009-08-03 | 1 | -0/+2 |
| * | Clean up and simplify kdb5.c; no functional changes | Greg Hudson | 2009-06-08 | 1 | -707/+311 |
| * | In kdb5.c, remove calls to the locking macros which were stubbed out | Greg Hudson | 2009-06-08 | 1 | -258/+1 |
| * | Restore limited support for static linking | Greg Hudson | 2009-06-08 | 1 | -74/+43 |
| * | Make results of krb5_db_def_fetch_mkey more predictable | Greg Hudson | 2009-06-01 | 1 | -25/+16 |
| * | Several small fixes to enable the migrate mkey commands to work properly with... | Will Fiveash | 2009-03-10 | 1 | -1/+1 |
| * | Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it. | Greg Hudson | 2009-03-10 | 2 | -40/+41 |
| * | deal with memleaks in migrate mkey project | Will Fiveash | 2009-02-05 | 2 | -6/+11 |
| * | Create and use (in several places) a variant of | Ken Raeburn | 2009-02-05 | 1 | -26/+11 |
| * | new multi-masterkey support doesn't work well when system clock is set | Will Fiveash | 2009-02-04 | 1 | -11/+18 |
| * | Use macros for config parameters | Zhanna Tsitkov | 2009-02-04 | 1 | -1/+1 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 2 | -3/+3 |
| * | Master Key Migration Project | Will Fiveash | 2009-01-30 | 5 | -29/+1018 |
| * | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 6 | -12/+12 |
| * | Add some output parameter initializations n order to eliminate some | Greg Hudson | 2009-01-23 | 1 | -0/+3 |
| * | kdb/keytab.c: map KRB5_KDB_NO_MATCHING_KEY to KRB5_KT_KVNONOTFOUND. | Sam Hartman | 2009-01-07 | 1 | -0/+2 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -121/+119 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 6 | -187/+192 |
| * | Create a private header file for local functions missing prototypes. | Ezra Peisach | 2008-12-29 | 4 | -14/+60 |
| * | Remove unneeded LEAN_CLIENT #define's | Zhanna Tsitkov | 2008-12-02 | 1 | -12/+0 |
| * | Simplify memory management a bit in places, by allocating and freeing | Ken Raeburn | 2008-11-24 | 1 | -139/+107 |
| * | Fix a memory management bug | Ken Raeburn | 2008-11-17 | 1 | -2/+4 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -52/+56 |
| * | Apply a patch from Apple to correct a few memory leaks | Greg Hudson | 2008-11-03 | 1 | -2/+9 |
| * | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 2 | -4/+3 |
| * | Use snprintf instead of strcpy/strcat in many places | Greg Hudson | 2008-10-23 | 1 | -9/+4 |
| * | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 1 | -10/+1 |
| * | In krb5_def_store_mkey(), mktemp was being invoked with a string WRFILE:.... | Ezra Peisach | 2008-10-19 | 1 | -9/+8 |
| * | makedepend | Ken Raeburn | 2008-09-18 | 1 | -44/+48 |
| * | lean client changes | Zhanna Tsitkov | 2008-08-20 | 1 | -2/+13 |
| * | a stash file is not a keytab | Will Fiveash | 2008-08-15 | 3 | -100/+273 |
| * | Don't leak attr_types storage on error | Ken Raeburn | 2008-08-07 | 1 | -9/+27 |
| * | Check fstat result. Close fd on error | Ken Raeburn | 2008-08-06 | 1 | -1/+5 |
| * | Rewrite conditional test for update log processing to make static analysis si... | Ken Raeburn | 2008-08-06 | 1 | -4/+4 |
| * | After freeing dbprinc, reset it to null | Ken Raeburn | 2008-08-06 | 1 | -1/+3 |
| * | In loop over entries, make local vars local to each iteration | Ken Raeburn | 2008-08-06 | 1 | -11/+11 |
| * | Use autogenerated darwin.exports files for server frameworks | Alexandra Ellwood | 2008-07-09 | 1 | -0/+2 |