summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
* s3:passdb: use transaction_wrapped write in tdbsam_new_rid()Michael Adam2009-07-291-1/+2
* s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t.Michael Adam2009-07-291-3/+5
* Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke2009-06-281-3/+3
* Allow pdbedit to change a user rid/sid. Based on a fix from Alexander Zagrebi...Jeremy 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 #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
* Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke2009-03-071-7/+4
* Fix bug #6117 - Samba 3.3.0: pdbedit -a core dumps.Jeremy Allison2009-02-171-1/+12
* s3:pdb_tdb: store the next rid counter in passdb.tdb instead of winbind_idmap...Stefan Metzmacher2008-12-291-75/+47
* s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher2008-12-291-651/+15
* fixed lots of places that paniced on a failed transaction_commit,Andrew Tridgell2008-08-131-4/+5
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-1/+1
* pdb_tdb: fix the upgrade code, db_traverse returns the number of records!Stefan Metzmacher2008-04-151-1/+3
* pdb_tdb: use != 0 instead off == -1 for dbwrap functionsStefan Metzmacher2008-04-011-1/+1
* 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
* Convert pdb_tdb to use dbwrapVolker Lendecke2008-03-171-318/+316
* Fix CID 469. new_acct can't be NULL here.Jeremy Allison2008-01-121-2/+1
* Make pdb_tdb honour a private dir overridden in smb.conf.Michael Adam2007-12-291-1/+1
* passdb.tdb is located in the private directoryVolker Lendecke2007-12-291-1/+2
* Remove the sampwent interfaceVolker Lendecke2007-12-261-146/+0
* Add tdbsam_search_usersVolker Lendecke2007-12-261-0/+134
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* More pstring elimination.Jeremy Allison2007-11-201-42/+67
* static pstring removalVolker Lendecke2007-11-051-2/+2
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-25/+25
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-1/+1
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-11/+12
* r21982: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-10-101-29/+12
* r18703: Fix the annoying effect that happens when nscd is running:Günther Deschner2007-10-101-0/+4
* r17150: MMC User & group plugins fixes:Gerald Carter2007-10-101-5/+15
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-16/+27
* r16663: Fix coverity #301, memleak in error path.Jeremy Allison2007-10-101-1/+1
* r16624: Fix bug #3877, reported by jason@ncac.gwu.eduJeremy Allison2007-10-101-2/+1
* r16582: Fix Klocwork #1997 and all generic class of problemsJeremy Allison2007-10-101-0/+6
* r16014: Correctly set the group RID in init_sam_from_buffer.Volker Lendecke2007-10-101-0/+2
* r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke2007-10-101-3/+3
* r14634: Many bug fixes thanks to train rides and overnight stays in airportsGerald Carter2007-10-101-13/+7
* r14577: BUG Fixes:Gerald Carter2007-10-101-8/+6
* r13765: Fix bug reported by jra. Don't check for a group SID when storingGerald Carter2007-10-101-0/+2
* r13747: Fix the reference count for tdbsam_open() - on anJeremy Allison2007-10-101-5/+9