summaryrefslogtreecommitdiffstats
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6628 - "smbpassdb -a" using rid algorithm with tdbsam passdbSimo Sorce2009-08-121-1/+1
* s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache().Michael Adam2009-08-111-1/+1
* s3/passdb: Fix debug message: 'net setmaxrid' does not exist.Karolin Seeger2009-06-061-2/+2
* s3: zero an uninitialized arrayMarc VanHeyningen2009-05-281-1/+4
* s3/ldap: also handle DirX return codesBjörn Jacke2009-05-151-0/+2
* Allow pdbedit to change a user rid/sid. Based on a fix from AlexanderJeremy Allison2009-04-011-3/+57
* 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 co...Jeremy Allison2009-03-181-14/+201
* Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery.Jeremy Allison2009-01-141-1/+1
* s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename script.Günther Deschner2008-12-091-1/+1
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-141-7/+7
* Fix bug #5825 - Account locking out doesnt work with an LDAP backend.Based on...Jeremy Allison2008-11-061-1/+3
* Use sys_getgrnam not getgrnam. Pointed out by Herb.Jeremy Allison2008-07-241-5/+5
* pdb_ldap: Raise level for debug message to avoid log file flooding.John H Terpstra2008-07-241-1/+1
* Fix typo.Karolin Seeger2008-07-141-1/+1
* 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
* Fix a memleak in secrets_fetch_afs_keyVolker Lendecke2008-06-071-0/+2
* Fix a memleak in secrets_fetch_trust_account_password_legacyVolker Lendecke2008-06-071-0/+1
* Fix a memleak in fetch_ldap_pwVolker Lendecke2008-06-071-1/+2
* Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter2008-05-231-3/+3
* Fix a panic in the [ug]id2sid valgrind bug fixVolker Lendecke2008-05-061-4/+6
* Fix a valgrind bug in the new [ug]id2sid cacheVolker Lendecke2008-05-061-6/+6
* pdb_tdb: fix the upgrade code, db_traverse returns the number of records!Stefan Metzmacher2008-04-151-1/+3
* Convert dbwrap_trans_delete to NTSTATUSVolker Lendecke2008-04-011-1/+4
* Convert dbwrap_trans_store to NTSTATUSVolker Lendecke2008-04-011-3/+6
* pdb_tdb: use != 0 instead off == -1 for dbwrap functionsStefan Metzmacher2008-04-011-1/+1
* passdb: guard pdb_generate_sam_sid() with a transactionStefan Metzmacher2008-04-011-2/+24
* passdb/secrets: add secrets_db_ctx() to get the db_contextStefan Metzmacher2008-04-011-0/+9
* pdb_tdb: use db_open_trans()Stefan Metzmacher2008-03-271-1/+1
* pdb_tdb: use db_sam->transaction_start(db_sam) != 0 consistentStefan Metzmacher2008-03-271-1/+1
* passdb/secrets: use db_open_trans()Stefan Metzmacher2008-03-271-1/+2
* passdb/secrets: it's enough to use traverse_read() in secrets_trusted_domains()Stefan Metzmacher2008-03-271-1/+1
* Coverity fixesMarc VanHeyningen2008-03-172-6/+14
* Convert pdb_tdb to use dbwrapVolker Lendecke2008-03-171-318/+316
* Fix bug 4901Volker Lendecke2008-03-141-3/+8
* Convert secrets.c to use dbwrapVolker Lendecke2008-03-111-128/+93
* Use a separate tdb for mutexesVolker Lendecke2008-03-101-31/+0
* Convert secrets_lock_trust_account_password to tallocVolker Lendecke2008-03-101-8/+24
* Make use of talloc_asprintf_strupper_m in secrets.cVolker Lendecke2008-03-101-37/+21
* Avoid some pointless checksVolker Lendecke2008-03-101-12/+0
* Use talloc_tos() in secrets_initVolker Lendecke2008-03-101-12/+5
* 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
* Fix some warningsVolker Lendecke2008-02-251-1/+4
* Change ldap search filter. This function is also used to search machine accou...Karolin Seeger2008-02-191-2/+2
* Use netr_SamInfo3 in remaining places.Günther Deschner2008-02-172-2/+2