aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/ldap/libkdb_ldap
AgeCommit message (Expand)AuthorFilesLines
2010-08-26Merge trunk changes from r24202 to r24258 to plugins2 branchGreg Hudson1-2/+2
2010-07-21Revert the part of r24157 which added the dal_version argument to theGreg Hudson2-4/+2
2010-07-15Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson5-98/+38
2010-07-13Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson2-3/+3
2010-07-13Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson4-20/+14
2010-07-13Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson4-26/+20
2010-07-08Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson1-25/+1
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson8-631/+618
2010-07-03Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson1-1/+1
2010-07-02Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson2-2/+2
2010-07-02Remove db_ and similar prefixes from DAL function names, forGreg Hudson3-3/+3
2010-07-02Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson5-77/+0
2010-07-02Follow-up to r24157: return correctly from krb5_ldap_lib_init() ifGreg Hudson1-0/+1
2010-07-02Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson2-18/+0
2010-07-02Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson3-24/+0
2010-07-02DAL improvementsGreg Hudson2-3/+4
2010-06-07make dependGreg Hudson1-131/+136
2010-05-10Add lockout-related performance tuning variablesGreg Hudson3-16/+74
2010-05-10Make KADM5_FAIL_AUTH_COUNT_INCREMENT more robust with LDAPGreg Hudson1-22/+29
2010-05-04Adjust for removal of krb5_ldap_set_option in r23965Tom Yu1-1/+0
2010-05-04Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson2-11/+0
2010-01-27Update the LDAP dependencies for r23674Greg Hudson1-123/+152
2010-01-27Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson1-1/+0
2009-11-24Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson32-5074/+4899
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-182/+180
2009-11-14Constrained delegation without PAC supportGreg Hudson6-4/+97
2009-10-31make mark-cstyleTom Yu19-64/+59
2009-10-25Account lockoutGreg Hudson13-34/+553
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu1-94/+102
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-06-17In ldap_create.c, remove four incorrect uses of krb5_set_error_messageGreg Hudson1-10/+3
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-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 Fiveash7-9/+114
2009-01-05move generated dependencies out of Makefile.inKen Raeburn2-242/+271
2009-01-03Merge mskrb-integ onto trunkSam Hartman3-3/+4
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson9-204/+89
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 Raeburn6-140/+126
2008-07-22Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn2-7/+13
2008-06-02Change krb5_context.db_context to point to the real structure type,Ken Raeburn7-12/+12
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn2-64/+69