summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix EnumDomainAliases when no aliases are in LDAPVolker Lendecke2010-06-101-6/+4
* s3:pdb_ldap: fix bug 7507 - init_sam_from_ldap stores group in sid2uid cacheMichael Adam2010-06-101-1/+1
* s3:pdb_ldap: don't search for the users primary group, if we already know itStefan Metzmacher2010-02-111-31/+35
* s3:pdb_ldap: optimize ldapsam_alias_memberships() and cache ldap searches.Stefan Metzmacher2010-02-111-7/+29
* s3:pdb_ldap: try to build the full unix_pw structure with ldapsam:trusted sup...Stefan Metzmacher2010-02-111-5/+85
* s3: shortcut gid_to_sid when "ldapsam:trusted = yes"Stefan Metzmacher2010-02-111-0/+72
* s3: shortcut uid_to_sid when "ldapsam:trusted = yes"Michael Adam2010-02-111-0/+75
* s3:smbd: also fill the memcache with sid<->id mappings in ldapsam_sid_to_id()Michael Adam2010-02-111-0/+2
* s3:smbd: make idmap cache persistent for "ldapsam:trusted".Michael Adam2010-02-111-0/+4
* Fix large paged searchVolker Lendecke2010-02-111-0/+1
* =?utf-8?q?=D1=953:ldap:=20search=20for=20account=20policies=20in=20objectclas...Björn Jacke2010-02-111-1/+6
* s3:ldap: don't search when no values where found (cherry picked from commit 7...Björn Jacke2010-02-111-1/+1
* s3:pdb_ldap: restore Samba 3.0.x behavior and use the first "uid" value.Stefan Metzmacher2010-01-191-1/+1
* s3:pdb_ldap: Fix large paged search.Volker Lendecke2009-12-101-0/+1
* s3-pdb_ldap: Fix bug #4296: Clean up group membership while deleting a user.Günther Deschner2009-09-021-0/+46
* Fix bug 5886Volker Lendecke2009-08-311-8/+26
* Fix bug #6431 - local groups from 3.0 setups no longer found.Volker Lendecke2009-07-031-8/+8
* Fix the last few format arg missmatches I missed.Jeremy Allison2009-05-121-4/+4
* Fix bug 6157Volker Lendecke2009-05-121-1/+1
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-7/+7
* s3/ldap: also handle DirX return codesBjörn Jacke2009-05-111-0/+2
* s3-ldap: fix more callers of smbldap_dn_talloc() that were passing a NULL con...Günther Deschner2009-05-051-1/+1
* s3-ldapsam: Fix Bug #6313: ldapsam_update_sam_account() crashes while doing t...Günther Deschner2009-05-051-1/+1
* s3:smbldap Remove smbldap_get_dnAndrew Bartlett2009-04-061-28/+15
* Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke2009-03-071-10/+10
* Fix printf warnings found on systems where time_t <> long int.Jeremy Allison2009-02-191-8/+8
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-0/+1
* Fix more ‘asprintf’, declared with attribute warn_unused_result.Jeremy Allison2008-12-231-3/+4
* s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename script.Günther Deschner2008-12-091-1/+1
* pdb_ldap: Raise level for debug message to avoid log file flooding.John H Terpstra2008-07-241-1/+1
* Use LDAP macros instead of attribute names.Karolin Seeger2008-07-181-20/+19
* Fix typo.Karolin Seeger2008-07-141-1/+1
* Fix some memleaks regarding trustdom passwordsVolker Lendecke2008-07-101-3/+15
* Fix some uninitialized variable references via ndr_printVolker Lendecke2008-07-101-1/+3
* Give a nice error message if trying to join with a non-privileged userVolker Lendecke2008-07-101-1/+1
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-24/+54
* Coverity fixesMarc VanHeyningen2008-03-171-4/+10
* Fix bug 4901Volker Lendecke2008-03-141-3/+8
* Fix a memleak -- Coverity ID 222Volker Lendecke2008-03-051-1/+2
* Fix crash bug in pdb_init_ldapsam().Günther Deschner2008-03-041-2/+2
* Change ldap search filter. This function is also used to search machine accou...Karolin Seeger2008-02-191-2/+2
* Change ldap search filter. This function is also used to search machine accou...Karolin Seeger2008-02-111-1/+1
* Fix memleak in ldapsam_rename_sam_account() found by IBM checker.Michael Adam2008-01-091-1/+1
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-7/+11
* Fix for bug #5163 from Laurent Pinchart <pinchart@skynet.be>Jeremy Allison2008-01-021-0/+4
* Remove the sampwent interfaceVolker Lendecke2007-12-261-102/+0
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-8/+8
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-151-5/+9
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-3/+4
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-30/+27