summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb
Commit message (Expand)AuthorAgeFilesLines
* General code consistency pass in kdb_db2.c.Greg Hudson2010-05-051-136/+56
* Adjust for removal of krb5_ldap_set_option in r23965Tom Yu2010-05-041-1/+0
* Remove a stray comment from r23966Greg Hudson2010-05-041-1/+0
* Refactor the kdb_db2.c code which processes db_args and profileGreg Hudson2010-05-042-305/+134
* Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson2010-05-046-60/+0
* Update dependenciesKen Raeburn2010-02-201-24/+22
* Update the LDAP dependencies for r23674Greg Hudson2010-01-272-132/+161
* Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2010-01-273-17/+13
* Remove dependency on /bin/csh in test suiteEzra Peisach2009-12-081-2/+14
* In krb5_db2_db_init, make a format string constant to make CoverityGreg Hudson2009-11-251-3/+2
* Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson2009-11-2457-10681/+10404
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-2217-294/+305
* Constrained delegation without PAC supportGreg Hudson2009-11-146-4/+97
* make mark-cstyleTom Yu2009-10-3167-352/+331
* Add variable DB_VERSION to Makefile.in. Generate deps so thatEzra Peisach2009-10-282-0/+44
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-2710-0/+3929
* Account lockoutGreg Hudson2009-10-2522-78/+1122
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-103-115/+127
* Create DB headers before recursing for "make depend" inGreg Hudson2009-09-161-1/+1
* Supply canonical name if present in LDAP iterationGreg Hudson2009-09-031-5/+6
* Supply LDAP service principal aliases to non-referrals clientsGreg Hudson2009-09-031-1/+25
* Rename db2 header files db.h and db-config.h in the source tree, soKen Raeburn2009-08-218-135/+89
* Fix the LDAP build, which was broken by the build reordering inGreg Hudson2009-08-071-3/+8
* In ldap_create.c, remove four incorrect uses of krb5_set_error_messageGreg Hudson2009-06-171-10/+3
* Restore limited support for static linkingGreg Hudson2009-06-084-4/+4
* Fix minor bug in r21269 - wrong field nameKen Raeburn2009-05-301-1/+1
* make dependSam Hartman2009-03-165-100/+114
* Add LDAP back end support for canonical name attributeGreg Hudson2009-03-154-7/+78
* Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash2009-03-101-45/+0
* Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.Greg Hudson2009-03-101-8/+6
* include omitted system header string.hKen Raeburn2009-02-051-0/+1
* Use macros for config parametersZhanna Tsitkov2009-02-041-6/+6
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-025-10/+10
* export new functionsKen Raeburn2009-01-311-0/+2
* recode as more straight-line code to simplify analysisKen Raeburn2009-01-311-5/+7
* Master Key Migration ProjectWill Fiveash2009-01-3012-31/+206
* hash db2 code breaks if st_blksize > 64kKen Raeburn2009-01-231-0/+2
* move generated dependencies out of Makefile.inKen Raeburn2009-01-0519-534/+540
* Merge mskrb-integ onto trunkSam Hartman2009-01-035-9/+12
* Add prototype for usage. Change invocation of usage to db_usage when using a...Ezra Peisach2008-12-293-5/+5
* krb4 removal missed ldap kdb plugin directoryEzra Peisach2008-12-291-3/+3
* make dependSam Hartman2008-12-025-100/+114
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-0114-248/+123
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-051-1/+1
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-6/+6
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-20/+22
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-301-51/+14
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-1/+1
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-4/+1
* Change LDAP key-sequence encoder to use a single data structureKen Raeburn2008-10-061-4/+15