summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:idmap_ldap: add idmap_domain arg to idmap_ldap_alloc_init and verify_idpoolMichael Adam2010-08-141-37/+6
* s3:idmap_ldap: remove unused filter range from struct idmap_ldap_contextMichael Adam2010-08-141-1/+0
* s3:idmap_ldap: don't load ranges - they have been loaded into struct idmap_do...Michael Adam2010-08-141-49/+1
* s3:idmap_ldap: use filter range from idmap domain, not idmap_ldap_contextMichael Adam2010-08-141-8/+4
* s3:idmap_ldap: re-implement allocate_id in idmap methods.Michael Adam2010-08-141-0/+1
* s3:idmap_ldap: remove unused idmap_ldap_alloc_methods.Michael Adam2010-08-141-7/+0
* s3:idmap_ldap: remoce unused idmap_alloc_ldap_initMichael Adam2010-08-141-6/+0
* s3:idmap_ldap: don't call idmap_alloc_ldap_init in idmap_ldap_initMichael Adam2010-08-141-8/+0
* s3:idmap: remove the set_mapping method from the idmap APIMichael Adam2010-08-141-1/+0
* s3:idmap: remove unused method set_id_hwm from idmap APIMichael Adam2010-08-141-119/+0
* s3:idmap: remove unused alloc method get_id_hwm from idmap APIMichael Adam2010-08-141-98/+0
* s3:idmap: remove unused method dump_data() from the idmap APIMichael Adam2010-08-141-1/+0
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3:idmap_ldap: remove unreached code (and explicit error return code)Michael Adam2010-06-211-5/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-2/+2
* s3:idmap_ldap: fix indentation: tab/space mixupMichael Adam2009-11-231-14/+14
* s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_initMichael Adam2009-11-201-0/+2
* s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_alloc_...Michael Adam2009-11-201-0/+2
* Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrindJeremy Allison2009-10-151-0/+1
* s3:idmap_ldap: filter out of range mappings in default idmap configMichael Adam2009-05-281-16/+55
* s3:winbind:idmap_ldap: warn about duplicate SID->XID mappings (bug #6387)Michael Adam2009-05-251-2/+11
* s3:winbind:idmap_ldap: warn about duplicate XID->SID mappings (bug #6387)Michael Adam2009-05-251-0/+8
* s3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_unixids_to_sids (#6387)Michael Adam2009-05-221-1/+1
* Initialize the id_map status in idmap_ldap to avoid surpriseBo Yang2009-02-271-0/+8
* Fix prototypesVolker Lendecke2008-08-121-2/+2
* Remove "idmap alloc config : range" parameterVolker Lendecke2008-08-121-34/+11
* idmap rewriteVolker Lendecke2008-08-121-28/+27
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-4/+2