summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-3/+3
* winbindd: Use wrapper for string to integer conversionSwen Schillig2019-03-011-8/+29
* winbindd: Use dom_sid_str_bufVolker Lendecke2018-12-201-4/+12
* winbind: Use dom_sid_str_bufVolker Lendecke2018-12-111-12/+10
* s3: Rename server_event_context() to global_event_context()Christof Schmitt2018-09-071-1/+1
* winbind: Replace winbind_event_context with server_event_contextVolker Lendecke2017-11-181-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* smbldap: Introduce "smbldap_get_ldap"Volker Lendecke2017-04-201-24/+28
* idmap_ldap: Fix CID 1404836 Dereference before null checkVolker Lendecke2017-04-061-10/+1
* idmap_ldap: Use idmap_config_const_stringVolker Lendecke2017-03-201-11/+2
* idmap_ldap: Use idmap_config_const_stringVolker Lendecke2017-03-201-3/+2
* s3-winbindd: Move idmap_fetch_secret to idmap_utils.c for reuseChristof Schmitt2013-03-091-24/+0
* s3-winbindd: Move common code for LDAP id mapping to idmap_utilsChristof Schmitt2013-03-091-44/+2
* s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy2012-09-071-1/+1
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+6
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.Günther Deschner2011-11-161-1/+3
* s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner2011-11-161-0/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3:idmap_ldap: allow creation of ldap stored mappings for explicitly configur...Michael Adam2011-06-011-1/+1
* s3:idmap_ldap: rename idmap_ldap_get_new_id to idmap_ldap_allocate_idMichael Adam2011-06-011-6/+6
* s3:idmap_ldap: rename idmap_ldap_allocate_id to idmap_ldap_allocate_id_internalMichael Adam2011-06-011-3/+3
* s3:idmap: remove the params argument from the init functionMichael Adam2011-03-221-2/+1
* s3:idmap: remove special treatment of domain "*" from idmap_ldap_init.Michael Adam2011-03-221-9/+5
* s3:idmap: remove use of params from idmap_ldap_init - it is not used any moreMichael Adam2011-03-221-13/+7
* s3:idmap_ldap: fix a few typos in a commentMichael Adam2011-03-111-3/+4
* s3: Remove close_fn from idmap_methodsVolker Lendecke2011-03-061-6/+0
* s3-idmap-ldap: private_data is a talloc child of domVolker Lendecke2011-03-061-10/+0
* s3:idmap_ldap: remove special handling of alloc secret (not used any more).Michael Adam2011-01-021-11/+8
* s3:idmap_ldap: remove unused idmap_ldap_alloc_context.Michael Adam2011-01-021-7/+0
* s3:idmap_ldap: remove alloc context member from ldap_idmap_contextMichael Adam2011-01-021-1/+0
* s3:idmap_ldap: remove use of alloc context from idmap_ldap_allocate_id().Michael Adam2011-01-021-16/+10
* s3:idmap_ldap: remove unused idmap_ldap_alloc_close_destructor().Michael Adam2011-01-021-12/+0
* s3:idmap_ldap: remove unused idmap_ldap_alloc_init().Michael Adam2011-01-021-82/+0
* s3:idmap_ldap: don't call idmap_ldap_alloc_init in idmap_ldap_init.Michael Adam2011-01-021-3/+3
* s3:idmap_ldap: remove use of the ldap_idmap_alloc_context from verify_idpool().Michael Adam2011-01-021-12/+7
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-1/+2
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-261-0/+1
* s3:idmap_ldap: use idmap_rw_new_mapping in idmap_ldap_new_mappingMichael Adam2010-08-141-34/+3
* s3:idmap_ldap: add idmap_rw_ops to idmap_ldap_context and init in db_init()Michael Adam2010-08-141-0/+11
* s3:idmap_ldap: add my (C)Michael Adam2010-08-141-0/+1
* s3:idmap_ldap: create mappings for unmapped sids in idmap_ldap_sids_to_unixids()Michael Adam2010-08-141-4/+13
* s3:idmap_ldap: add a idmap_ldap_new_mapping().Michael Adam2010-08-141-0/+48
* s3:idmap_ldap: add idmap_ldap_get_new_id() to allocate a new id given a domainMichael Adam2010-08-141-0/+25
* s3:idmap_ldap: move idmap_ldap_set_mapping() further up.Michael Adam2010-08-141-112/+113
* s3:idmap_ldap: make idmap_ldap_alloc_context a member of idmap_ldap_contextMichael Adam2010-08-141-71/+75
* s3:idmap_ldap: call idmap_ldap_alloc_init from idmap_ldap_init.Michael Adam2010-08-141-0/+7
* s3:idmap_ldap: remove the (now unused) range from idmap_ldap_alloc_contextMichael Adam2010-08-141-3/+0
* s3:idmap_ldap: use ranges from idmap domain in idmap_ldap_allocate_id()Michael Adam2010-08-141-5/+6