summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Make login_cache_write take a pointerVolker Lendecke2010-03-161-1/+1
* s3: Make login_cache_read take a pointer, avoid a mallocVolker Lendecke2010-03-161-9/+8
* s3: Remove a typedefVolker Lendecke2010-03-161-2/+2
* s3: change ldap filter to what really was intendedBjörn Jacke2010-02-101-1/+1
* s3:pdb_ldap: don't search for the users primary group, if we already know itStefan Metzmacher2010-02-081-31/+35
* s3:pdb_ldap: optimize ldapsam_alias_memberships() and cache ldap searches.Stefan Metzmacher2010-02-081-7/+29
* s3:pdb_ldap: try to build the full unix_pw structure with ldapsam:trusted sup...Stefan Metzmacher2010-02-081-5/+85
* s3: shortcut gid_to_sid when "ldapsam:trusted = yes"Stefan Metzmacher2010-02-081-0/+71
* s3: Hide some uses of pdb_get_init_flags (which I would love to remove...)Volker Lendecke2010-02-051-1/+1
* s3: Remove some pointless uses of string_sid_tallocVolker Lendecke2010-01-231-8/+6
* s3:pdb_ldap: Fix large paged search.Volker Lendecke2010-01-211-0/+1
* s3:pdb_ldap: restore Samba 3.0.x behavior and use the first "uid" value.Stefan Metzmacher2010-01-141-1/+1
* s3: Remove a pointless if-statementVolker Lendecke2010-01-121-3/+2
* s3:pdb_ldap:init_sam_from_ldap: untangle an assignment from the checkMichael Adam2010-01-071-3/+3
* s3:pdb_ldap: fix a comment typoMichael Adam2009-11-191-1/+1
* s3: shortcut uid_to_sid when "ldapsam:trusted = yes"Michael Adam2009-11-191-0/+75
* s3:smbd: also fill the memcache with sid<->id mappings in ldapsam_sid_to_id()Michael Adam2009-11-131-0/+2
* s3:smbd: make idmap cache persistent for "ldapsam:trusted".Michael Adam2009-11-131-0/+4
* Fix large paged searchVolker Lendecke2009-11-131-0/+1
* s3:ldap: don't search when no values where foundBjörn Jacke2009-11-021-1/+1
* ѕ3:ldap: search for account policies in objectclass sambaDomain, not *Björn Jacke2009-10-311-1/+6
* s3-pdb_ldap: fix crash bug in ldapsam_set_trusteddom_pw().Günther Deschner2009-10-201-2/+2
* s3-pdb_ldap: Fix bug #4296: Clean up group membership while deleting a user.Günther Deschner2009-09-021-0/+46
* s3-pdb_ldap: Make ldapsam_alias_memberships behave like the tdbsam equivalent.Günther Deschner2009-08-031-0/+7
* Fix bug 5886Volker Lendecke2009-07-141-8/+26
* s3-account_policy: add pdb_policy_type enum.Günther Deschner2009-07-141-19/+21
* Make escape_ldap_string take a talloc contextVolker Lendecke2009-07-091-23/+22
* Fix bug #6431 - local groups from 3.0 setups no longer found.Volker Lendecke2009-06-301-8/+8
* Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke2009-06-281-3/+3
* Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke2009-06-081-1/+2
* s3-samr: fix return code of _samr_LookupRids when run with pdb_ldap.Günther Deschner2009-06-071-0/+5
* Fix some nonempty blank linesVolker Lendecke2009-05-311-52/+52
* 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-081-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
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-0/+1
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-11/+11
* 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