summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb
Commit message (Expand)AuthorAgeFilesLines
* make mark-cstyleTom Yu2009-10-3111-2680/+2688
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-272-3/+73
* Account lockoutGreg Hudson2009-10-252-30/+51
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-25/+31
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-69/+64
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-64/+69
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-031-0/+2
* Clean up and simplify kdb5.c; no functional changesGreg Hudson2009-06-081-707/+311
* In kdb5.c, remove calls to the locking macros which were stubbed outGreg Hudson2009-06-081-258/+1
* Restore limited support for static linkingGreg Hudson2009-06-081-74/+43
* Make results of krb5_db_def_fetch_mkey more predictableGreg Hudson2009-06-011-25/+16
* Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash2009-03-101-1/+1
* Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.Greg Hudson2009-03-102-40/+41
* deal with memleaks in migrate mkey projectWill Fiveash2009-02-052-6/+11
* Create and use (in several places) a variant ofKen Raeburn2009-02-051-26/+11
* new multi-masterkey support doesn't work well when system clock is setWill Fiveash2009-02-041-11/+18
* Use macros for config parametersZhanna Tsitkov2009-02-041-1/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-022-3/+3
* Master Key Migration ProjectWill Fiveash2009-01-305-29/+1018
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-286-12/+12
* Add some output parameter initializations n order to eliminate someGreg Hudson2009-01-231-0/+3
* kdb/keytab.c: map KRB5_KDB_NO_MATCHING_KEY to KRB5_KT_KVNONOTFOUND.Sam Hartman2009-01-071-0/+2
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-121/+119
* Merge mskrb-integ onto trunkSam Hartman2009-01-036-187/+192
* Create a private header file for local functions missing prototypes.Ezra Peisach2008-12-294-14/+60
* Remove unneeded LEAN_CLIENT #define'sZhanna Tsitkov2008-12-021-12/+0
* Simplify memory management a bit in places, by allocating and freeingKen Raeburn2008-11-241-139/+107
* Fix a memory management bugKen Raeburn2008-11-171-2/+4
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-52/+56
* Apply a patch from Apple to correct a few memory leaksGreg Hudson2008-11-031-2/+9
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-242-4/+3
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-231-9/+4
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-10/+1
* In krb5_def_store_mkey(), mktemp was being invoked with a string WRFILE:....Ezra Peisach2008-10-191-9/+8
* makedependKen Raeburn2008-09-181-44/+48
* lean client changesZhanna Tsitkov2008-08-201-2/+13
* a stash file is not a keytabWill Fiveash2008-08-153-100/+273
* Don't leak attr_types storage on errorKen Raeburn2008-08-071-9/+27
* Check fstat result. Close fd on errorKen Raeburn2008-08-061-1/+5
* Rewrite conditional test for update log processing to make static analysis si...Ken Raeburn2008-08-061-4/+4
* After freeing dbprinc, reset it to nullKen Raeburn2008-08-061-1/+3
* In loop over entries, make local vars local to each iterationKen Raeburn2008-08-061-11/+11
* Use autogenerated darwin.exports files for server frameworksAlexandra Ellwood2008-07-091-0/+2
* Added type checking for 64-bit platformsAlexandra Ellwood2008-07-011-7/+10
* krb5_get_error_message returns const char *Alexandra Ellwood2008-07-011-2/+2
* make dependKen Raeburn2008-06-301-1/+2
* Big endian stash file supportAlexandra Ellwood2008-06-271-2/+18
* Include kdb_log.h for missing prototypes. Declare conv_princ_2db &Ezra Peisach2008-06-241-2/+3
* Merge from branch sun-ipropKen Raeburn2008-06-247-33/+2795
* Change krb5_context.db_context to point to the real structure type,Ken Raeburn2008-06-022-74/+73