summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_ldap.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-14s3:idmap: remove unused method dump_data() from the idmap APIMichael Adam1-1/+0
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-06-21s3:idmap_ldap: remove unreached code (and explicit error return code)Michael Adam1-5/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-2/+2
2009-11-23s3:idmap_ldap: fix indentation: tab/space mixupMichael Adam1-14/+14
2009-11-20s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_initMichael Adam1-0/+2
2009-11-20s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_alloc_...Michael Adam1-0/+2
2009-10-15Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrindJeremy Allison1-0/+1
2009-05-28s3:idmap_ldap: filter out of range mappings in default idmap configMichael Adam1-16/+55
2009-05-25s3:winbind:idmap_ldap: warn about duplicate SID->XID mappings (bug #6387)Michael Adam1-2/+11
2009-05-25s3:winbind:idmap_ldap: warn about duplicate XID->SID mappings (bug #6387)Michael Adam1-0/+8
2009-05-22s3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_unixids_to_sids (#6387)Michael Adam1-1/+1
2009-02-27Initialize the id_map status in idmap_ldap to avoid surpriseBo Yang1-0/+8
2008-08-12Fix prototypesVolker Lendecke1-2/+2
2008-08-12Remove "idmap alloc config : range" parameterVolker Lendecke1-34/+11
2008-08-12idmap rewriteVolker Lendecke1-28/+27
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-4/+2
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-3/+4
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison1-4/+4
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+1505