summaryrefslogtreecommitdiffstats
path: root/src/plugins
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
* Straighten the if-ladder in encrypted challenge's process_preauth,Greg Hudson2010-03-251-7/+6
* Update dependenciesKen Raeburn2010-02-204-33/+46
* Move array decl from mixed within code down into the block where it'sKen Raeburn2010-02-201-8/+11
* Update export list for 2007 plugin interface changeKen Raeburn2010-02-201-2/+2
* Move array decl from mixed within code down into the block where it'sKen Raeburn2010-02-201-8/+11
* Make plugins/cksum_body more likely to build, and remove the empty srcGreg Hudson2010-02-191-2/+2
* Fix greet_server buildGreg Hudson2010-02-031-1/+1
* 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-274-18/+13
* Other changes in this ticket guarantee that the padata argument toSam Hartman2010-01-041-1/+1
* NetBSD 5.0.1 uses an OpenSSL snapshot that describes itself as 0.9.9,Ken Raeburn2009-12-311-1/+1
* Remove an inoperable error check in return_pkinit_kxGreg Hudson2009-12-291-2/+0
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-285-68/+90
* Anonymous support for KerberosSam Hartman2009-12-287-194/+358
* 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 the pkinit plugin code, except for the header filesGreg Hudson2009-11-258-4813/+4815
* Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson2009-11-2465-11371/+11089
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-2233-369/+365
* Constrained delegation without PAC supportGreg Hudson2009-11-147-19/+115
* make mark-cstyleTom Yu2009-10-3180-477/+454
* Bump the accessor version number since we made changes.Greg Hudson2009-10-281-2/+2
* 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-2711-0/+3930
* not try to free random stack garbage on errorEzra Peisach2009-10-251-0/+2
* Account lockoutGreg Hudson2009-10-2522-78/+1122
* Increment authdata SPI to V2 (V1 was experimental) to account for additionalLuke Howard2009-10-211-1/+1
* For naming extensions draft compliance, s/mspac:/urn:mspac:/Luke Howard2009-10-201-1/+1
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-104-118/+131
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-098-0/+660
* In anticipation of a new version of OpenSSL 1.0.0, support renamed API: EVP_P...Zhanna Tsitkov2009-10-081-1/+5
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-4/+8
* 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
* Minor code cleanups in pkinit plugin, mostly around malloc/freeGreg Hudson2009-08-187-262/+166
* Check for null characters in pkinit cert fieldsGreg Hudson2009-08-101-0/+7
* Narrow the contract of pkinit_client_profile by passing in the realmGreg Hudson2009-08-101-13/+14
* In pkinit_clnt.c, make private functions static. There and inGreg Hudson2009-08-102-118/+10
* Convert all uses of strtok() in libraries to strtok_r() for threadGreg Hudson2009-08-101-5/+5
* Remove pkinit_identity_process_option, which wasn't doing anythingGreg Hudson2009-08-102-84/+19
* 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-0810-10/+18