summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Fix minor bug in r21269 - wrong field nameKen Raeburn2009-05-301-1/+1
* Temporarily disable FAST PKINIT for 1.7 releaseGreg Hudson2009-05-252-0/+35
* Uninitialized variable may cause unpredictable behavior in kdc_verify_preauthZhanna Tsitkov2009-04-301-238/+239
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-031-2/+1
* make dependSam Hartman2009-03-312-30/+25
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-315-0/+505
* Revert r21880 which included k5-int.h in several pkinit source files.Greg Hudson2009-03-244-3/+20
* make dependSam Hartman2009-03-166-110/+143
* 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
* Include k5-int.h in several pkinit source files, in order to defineGreg Hudson2009-02-043-1/+3
* Use macros for config parametersZhanna Tsitkov2009-02-045-34/+34
* 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
* Add some output parameter initializations n order to eliminate someGreg Hudson2009-01-231-0/+3
* Oops. Don't include openssl install paths from my local machine.Ken Raeburn2009-01-051-19/+3
* move generated dependencies out of Makefile.inKen Raeburn2009-01-0529-630/+642
* Build against Python 2.5 as well as 2.3. Long term, should use python-configKen Raeburn2009-01-052-1/+3
* Merge mskrb-integ onto trunkSam Hartman2009-01-036-10/+13
* 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-026-115/+137
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-0118-254/+131
* 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-052-12/+15
* Replace strcpy/strcat/sprintf uses in a couple of sample code filesGreg Hudson2008-11-051-1/+1
* 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
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-6/+2
* Change LDAP key-sequence encoder to use a single data structureKen Raeburn2008-10-061-4/+15
* Fix a few missing-decl, signed/unsigned warningsKen Raeburn2008-10-067-6/+16
* Merge three patches from Novell, with some updates related to work inKen Raeburn2008-09-229-420/+546
* Missed some changes for db_context->dal_handle renamingKen Raeburn2008-09-221-3/+3
* makedependKen Raeburn2008-09-181-16/+18
* Fix PROG_LIBPATH so in-tree tests workTom Yu2008-08-251-1/+1
* Incorporate Apple's patchKen Raeburn2008-08-253-0/+145
* a stash file is not a keytabWill Fiveash2008-08-153-5/+30
* Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn2008-07-222-7/+13
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-202-2/+2
* Apply patch from Mark Phalan to correctly use progname instead ofTom Yu2008-07-175-85/+87
* Apply patch from Mark Phalan to initialize progname before useTom Yu2008-07-161-2/+5
* Check for strdup failure. Fix a memory leak in one failure caseKen Raeburn2008-06-271-0/+32
* misc memory leaksKen Raeburn2008-06-271-0/+1