index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
pdb_tdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
param: rename lp function and variable from "renameuser_script" to "rename_us...
Garming Sam
2014-02-07
1
-1
/
+1
*
dbwrap: add a dbwrap_flags argument to db_open()
Michael Adam
2014-02-07
1
-3
/
+3
*
s3:passdb/pdb_tdb add parameter to control handling of BUILTIN
Christian Ambach
2013-06-21
1
-0
/
+10
*
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2012-08-09
1
-7
/
+21
*
s3: Fix Coverity ID 710803 Resource leak
Volker Lendecke
2012-07-31
1
-0
/
+1
*
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
2012-07-18
1
-1
/
+1
*
dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...
Volker Lendecke
2012-06-15
1
-2
/
+2
*
dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
Volker Lendecke
2012-06-15
1
-1
/
+1
*
dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
Volker Lendecke
2012-06-15
1
-1
/
+1
*
dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
Volker Lendecke
2012-06-15
1
-4
/
+4
*
dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
Volker Lendecke
2012-06-15
1
-7
/
+8
*
s3: Add a "lock_order" argument to db_open
Volker Lendecke
2012-01-18
1
-3
/
+6
*
s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return type
Michael Adam
2011-10-11
1
-1
/
+2
*
s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return type
Michael Adam
2011-10-11
1
-6
/
+10
*
s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...
Michael Adam
2011-10-11
1
-2
/
+3
*
s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return code
Michael Adam
2011-10-11
1
-8
/
+12
*
s3:passdb: convert pdb_tdb to use dbwrap wrapper functions.
Michael Adam
2011-10-11
1
-46
/
+61
*
s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...
Michael Adam
2011-10-11
1
-5
/
+6
*
s3-passdb: split out passdb/pdb_tdb.h.
Günther Deschner
2011-10-10
1
-0
/
+1
*
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
2011-07-29
1
-1
/
+1
*
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
2011-07-29
1
-0
/
+1
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
1
-0
/
+1
*
s3-passdb: add passdb.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3-build: use dbwrap.h only where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-1
/
+1
*
s3:passdb: use transaction_wrapped write in tdbsam_new_rid()
Michael Adam
2009-07-29
1
-1
/
+2
*
s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t.
Michael Adam
2009-07-29
1
-3
/
+5
*
Turn the pdb_rid_algorithm into a capabilities call that returns flags
Volker Lendecke
2009-06-28
1
-3
/
+3
*
Allow pdbedit to change a user rid/sid. Based on a fix from Alexander Zagrebi...
Jeremy Allison
2009-04-01
1
-3
/
+57
*
s3: fix the fix for bug #6195 - dont let smbd child processes panic
Michael Adam
2009-04-01
1
-2
/
+16
*
Fix the problem of 3.0.x passdb databases being version
Jeremy Allison
2009-03-27
1
-5
/
+43
*
Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...
Jeremy Allison
2009-03-27
1
-1
/
+2
*
Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...
Jeremy Allison
2009-03-18
1
-14
/
+201
*
Missing break in conversion function prevents tdb password database update.
Alexander Zagrebin
2009-03-17
1
-0
/
+1
*
Shape up pdb_search a bit by making it a talloc ctx with a destructor
Volker Lendecke
2009-03-07
1
-7
/
+4
*
Fix bug #6117 - Samba 3.3.0: pdbedit -a core dumps.
Jeremy Allison
2009-02-17
1
-1
/
+12
*
s3:pdb_tdb: store the next rid counter in passdb.tdb instead of winbind_idmap...
Stefan Metzmacher
2008-12-29
1
-75
/
+47
*
s3:passdb: make marshalling struct samu from and to a buffer more generic
Stefan Metzmacher
2008-12-29
1
-651
/
+15
*
fixed lots of places that paniced on a failed transaction_commit,
Andrew Tridgell
2008-08-13
1
-4
/
+5
*
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
2008-08-13
1
-1
/
+1
*
pdb_tdb: fix the upgrade code, db_traverse returns the number of records!
Stefan Metzmacher
2008-04-15
1
-1
/
+3
*
pdb_tdb: use != 0 instead off == -1 for dbwrap functions
Stefan Metzmacher
2008-04-01
1
-1
/
+1
*
pdb_tdb: use db_open_trans()
Stefan Metzmacher
2008-03-27
1
-1
/
+1
*
pdb_tdb: use db_sam->transaction_start(db_sam) != 0 consistent
Stefan Metzmacher
2008-03-27
1
-1
/
+1
*
Convert pdb_tdb to use dbwrap
Volker Lendecke
2008-03-17
1
-318
/
+316
*
Fix CID 469. new_acct can't be NULL here.
Jeremy Allison
2008-01-12
1
-2
/
+1
*
Make pdb_tdb honour a private dir overridden in smb.conf.
Michael Adam
2007-12-29
1
-1
/
+1
*
passdb.tdb is located in the private directory
Volker Lendecke
2007-12-29
1
-1
/
+2
[next]