aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/ldap
AgeCommit message (Expand)AuthorFilesLines
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson5-197/+191
2009-11-14Constrained delegation without PAC supportGreg Hudson6-4/+97
2009-10-31make mark-cstyleTom Yu26-94/+86
2009-10-25Account lockoutGreg Hudson14-35/+558
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu2-101/+109
2009-09-03Supply canonical name if present in LDAP iterationGreg Hudson1-5/+6
2009-09-03Supply LDAP service principal aliases to non-referrals clientsGreg Hudson1-1/+25
2009-08-07Fix the LDAP build, which was broken by the build reordering inGreg Hudson1-3/+8
2009-06-17In ldap_create.c, remove four incorrect uses of krb5_set_error_messageGreg Hudson1-10/+3
2009-06-08Restore limited support for static linkingGreg Hudson2-2/+2
2009-05-30Fix minor bug in r21269 - wrong field nameKen Raeburn1-1/+1
2009-03-15Add LDAP back end support for canonical name attributeGreg Hudson4-7/+78
2009-03-10Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash1-45/+0
2009-03-10Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.Greg Hudson1-8/+6
2009-02-04Use macros for config parametersZhanna Tsitkov1-6/+6
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn4-6/+6
2009-01-31export new functionsKen Raeburn1-0/+2
2009-01-30Master Key Migration ProjectWill Fiveash9-17/+137
2009-01-05move generated dependencies out of Makefile.inKen Raeburn5-260/+290
2009-01-03Merge mskrb-integ onto trunkSam Hartman3-3/+4
2008-12-29Add prototype for usage. Change invocation of usage to db_usage when using a...Ezra Peisach3-5/+5
2008-12-29krb4 removal missed ldap kdb plugin directoryEzra Peisach1-3/+3
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson12-243/+118
2008-11-05Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson1-1/+1
2008-11-05Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson1-6/+6
2008-10-30Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson1-51/+14
2008-10-06Change LDAP key-sequence encoder to use a single data structureKen Raeburn1-4/+15
2008-10-06Fix a few missing-decl, signed/unsigned warningsKen Raeburn7-6/+16
2008-09-22Merge three patches from Novell, with some updates related to work inKen Raeburn9-420/+546
2008-09-22Missed some changes for db_context->dal_handle renamingKen Raeburn1-3/+3
2008-08-15a stash file is not a keytabWill Fiveash3-5/+30
2008-07-22Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn2-7/+13
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn1-1/+1
2008-07-17Apply patch from Mark Phalan to correctly use progname instead ofTom Yu5-85/+87
2008-07-16Apply patch from Mark Phalan to initialize progname before useTom Yu1-2/+5
2008-06-02Change krb5_context.db_context to point to the real structure type,Ken Raeburn10-22/+22
2008-04-28Properly escape - in kdb5_ldap_util man pageRuss Allbery1-55/+55
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn4-70/+79
2007-09-24we're not using changelog files any moreKen Raeburn2-49/+0
2007-05-31Configure libkdb_ldap directory at top levelKen Raeburn2-38/+2
2007-05-23Fix up declarations of some static functions.Ken Raeburn2-3/+7
2007-04-13Remove redundant check for null pointerKen Raeburn1-1/+0
2007-03-25Remove separate KRB5_BUILD_LIBRARY_WITH_DEPS macro, just use KRB5_BUILD_LIBRARYKen Raeburn1-1/+1
2007-03-15Depend on kadm5 server library too, now that we use the config_params callsKen Raeburn1-1/+1
2007-02-26Unused macro NEG removedKen Raeburn1-1/+0
2007-02-01Use krb5.h now for kdb errors, not kdb5_err.hKen Raeburn2-3/+3
2007-01-03* ldap_principal.c (attributes_set): Swap first two elementsKen Raeburn2-2/+4
2007-01-03update ldap/Makefile.in for newer autoconf substitution requirementsKen Raeburn1-2/+2
2007-01-03* Makefile.in (install): Install kdb5_ldap_util.M. Based on patch fromKen Raeburn1-0/+1
2006-12-22Some related changes were already in, and I found a couple more to make:Ken Raeburn3-13/+18