summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap_ldap.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-3/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison2007-10-101-4/+4
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+1505