summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor spelling & comment formattingKen Raeburn2008-05-161-13/+19
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-301-2/+2
* fix CVE-2007-5972: double fclose() in krb5_def_store_mkey()Tom Yu2007-12-141-2/+1
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-1/+3
* make dependKen Raeburn2007-08-161-24/+27
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-4/+6
* Make clean in lib/kdb leaves error table filesEzra Peisach2006-11-051-0/+1
* Another patch from Will Fiveash, to make "kdb5_util load <dumpfile>"Ken Raeburn2006-10-121-4/+4
* make dependTom Yu2006-10-061-12/+12
* (get_errmsg): Check for errcode_2_string and release_errcode_stringKen Raeburn2006-09-291-1/+4
* * kdb5.c (kdb_load_library): Make error message a little more accurate.Ken Raeburn2006-09-161-29/+47
* Make database plugin responsible for releasing the error-message string, soKen Raeburn2006-09-061-0/+1
* whitespaceKen Raeburn2006-09-061-111/+113
* * kdb_default.c (krb5_def_store_mkey): If the file can't be opened, constructKen Raeburn2006-08-151-0/+3
* Merge remaining changes from LDAP integration branchKen Raeburn2006-07-181-2/+3
* * kdb_default.c (krb5_def_promote_db): New function.Ken Raeburn2006-06-303-0/+11
* New kdb backend operation promote_db, makes a temporary database become theKen Raeburn2006-06-302-0/+45
* * lib/kdb/kdb5.h: Remove macros also defined in include/kdb5.hSam Hartman2006-06-301-6/+0
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-2/+2
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-6/+6