| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Added type checking for 64-bit platforms | Alexandra Ellwood | 2008-07-01 | 1 | -7/+10 |
| * | krb5_get_error_message returns const char * | Alexandra Ellwood | 2008-07-01 | 1 | -2/+2 |
| * | make depend | Ken Raeburn | 2008-06-30 | 1 | -1/+2 |
| * | Big endian stash file support | Alexandra Ellwood | 2008-06-27 | 1 | -2/+18 |
| * | Include kdb_log.h for missing prototypes. Declare conv_princ_2db & | Ezra Peisach | 2008-06-24 | 1 | -2/+3 |
| * | Merge from branch sun-iprop | Ken Raeburn | 2008-06-24 | 7 | -33/+2795 |
| * | Change krb5_context.db_context to point to the real structure type, | Ken Raeburn | 2008-06-02 | 2 | -74/+73 |
| * | Minor spelling & comment formatting | Ken Raeburn | 2008-05-16 | 1 | -13/+19 |
| * | (more) After malloc/realloc/calloc/strdup/asprintf failures, use | Ken Raeburn | 2008-04-30 | 1 | -2/+2 |
| * | fix CVE-2007-5972: double fclose() in krb5_def_store_mkey() | Tom Yu | 2007-12-14 | 1 | -2/+1 |
| * | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 1 | -1/+3 |
| * | make depend | Ken Raeburn | 2007-08-16 | 1 | -24/+27 |
| * | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 1 | -4/+6 |
| * | Make clean in lib/kdb leaves error table files | Ezra Peisach | 2006-11-05 | 1 | -0/+1 |