summaryrefslogtreecommitdiff
path: root/source3/passdb
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: Fix bug 5198 -- parse chfn(1)-change gecos fieldVolker Lendecke2010-03-021-1/+34
* s3:passdb: only use gid_to_sid() result if the result is a group of our local...Stefan Metzmacher2010-02-111-4/+16
* 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:passdb: speed up pdb_get_group_sid()Stefan Metzmacher2010-02-111-5/+28
* s3: Make pdb_copy_sam_account also copy the group sidVolker Lendecke2010-02-111-0/+4
* 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
* Fix bug #7072 - Accounts can't be unlocked from ldap.Jeremy Allison2010-02-041-8/+17
* Do not segfault in pdb_search_destructor if no real search was startedVolker Lendecke2010-01-271-1/+2
* 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
* s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().Michael Adam2009-06-271-1/+1
* s3-passdb: fix uninitialized variable in local_password_change().Günther Deschner2009-06-091-1/+1
* s3/passdb: Fix debug message: 'net setmaxrid' does not exist.Karolin Seeger2009-06-061-2/+2
* Consolidate user create/delete paths in smbpasswdSimo Sorce2009-06-031-147/+179
* s3: zero an uninitialized arrayMarc VanHeyningen2009-05-271-1/+4
* s3: Fallback to the legacy sid_to_(uid|gid) instead of returning NULL.Aravind Srinivasan2009-05-122-26/+4
* 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-113-10/+10
* 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-052-2/+2
* 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-062-29/+18
* Allow pdbedit to change a user rid/sid. Based on a fix from Alexander Zagrebi...Jeremy Allison2009-04-011-3/+57
* s3-passdb: add smb_create_user().Günther Deschner2009-04-011-0/+59
* s3: fix the fix for bug #6195 - dont let smbd child processes panicMichael Adam2009-04-011-2/+16
* Fix the problem of 3.0.x passdb databases being versionJeremy Allison2009-03-271-5/+43
* Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison2009-03-271-1/+2
* Fix bug 6097Volker Lendecke2009-03-241-1/+1
* Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison2009-03-181-14/+201
* Missing break in conversion function prevents tdb password database update.Alexander Zagrebin2009-03-171-0/+1
* s3 pdb_wbc_sam: LookupRids should return sAMAccountName, not NT4 namesDan Sledz2009-03-121-5/+7
* Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke2009-03-074-57/+46
* s3 passdb: Add back some useful debug statementsTim Prouty2009-03-031-18/+24
* It appears that the first time we see a uid/gid that winbind can't map,Dan Sledz2009-03-021-14/+22
* Fix an incompatible pointer passed to winbind_get_groupsVolker Lendecke2009-02-251-1/+3
* s3: Rename auth_onefs_wb and pdb_onefs_samDan Sledz2009-02-241-58/+73