index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
pdb_tdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-11
s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return type
Michael Adam
1
-1
/
+2
2011-10-11
s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return type
Michael Adam
1
-6
/
+10
2011-10-11
s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...
Michael Adam
1
-2
/
+3
2011-10-11
s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return code
Michael Adam
1
-8
/
+12
2011-10-11
s3:passdb: convert pdb_tdb to use dbwrap wrapper functions.
Michael Adam
1
-46
/
+61
2011-10-11
s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...
Michael Adam
1
-5
/
+6
2011-10-10
s3-passdb: split out passdb/pdb_tdb.h.
Günther Deschner
1
-0
/
+1
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-1
/
+1
2011-07-29
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
1
-0
/
+1
2011-05-06
s3: only include tdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-passdb: add passdb.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-08-26
s3-build: use dbwrap.h only where needed.
Günther Deschner
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-1
/
+1
2009-07-29
s3:passdb: use transaction_wrapped write in tdbsam_new_rid()
Michael Adam
1
-1
/
+2
2009-07-29
s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t.
Michael Adam
1
-3
/
+5
2009-06-28
Turn the pdb_rid_algorithm into a capabilities call that returns flags
Volker Lendecke
1
-3
/
+3
2009-04-01
Allow pdbedit to change a user rid/sid. Based on a fix from Alexander Zagrebi...
Jeremy Allison
1
-3
/
+57
2009-04-01
s3: fix the fix for bug #6195 - dont let smbd child processes panic
Michael Adam
1
-2
/
+16
2009-03-27
Fix the problem of 3.0.x passdb databases being version
Jeremy Allison
1
-5
/
+43
2009-03-27
Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...
Jeremy Allison
1
-1
/
+2
2009-03-18
Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...
Jeremy Allison
1
-14
/
+201
2009-03-17
Missing break in conversion function prevents tdb password database update.
Alexander Zagrebin
1
-0
/
+1
2009-03-07
Shape up pdb_search a bit by making it a talloc ctx with a destructor
Volker Lendecke
1
-7
/
+4
2009-02-17
Fix bug #6117 - Samba 3.3.0: pdbedit -a core dumps.
Jeremy Allison
1
-1
/
+12
2008-12-29
s3:pdb_tdb: store the next rid counter in passdb.tdb instead of winbind_idmap...
Stefan Metzmacher
1
-75
/
+47
2008-12-29
s3:passdb: make marshalling struct samu from and to a buffer more generic
Stefan Metzmacher
1
-651
/
+15
2008-08-13
fixed lots of places that paniced on a failed transaction_commit,
Andrew Tridgell
1
-4
/
+5
2008-08-13
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
1
-1
/
+1
2008-04-15
pdb_tdb: fix the upgrade code, db_traverse returns the number of records!
Stefan Metzmacher
1
-1
/
+3
2008-04-01
pdb_tdb: use != 0 instead off == -1 for dbwrap functions
Stefan Metzmacher
1
-1
/
+1
2008-03-27
pdb_tdb: use db_open_trans()
Stefan Metzmacher
1
-1
/
+1
2008-03-27
pdb_tdb: use db_sam->transaction_start(db_sam) != 0 consistent
Stefan Metzmacher
1
-1
/
+1
2008-03-17
Convert pdb_tdb to use dbwrap
Volker Lendecke
1
-318
/
+316
2008-01-12
Fix CID 469. new_acct can't be NULL here.
Jeremy Allison
1
-2
/
+1
2007-12-29
Make pdb_tdb honour a private dir overridden in smb.conf.
Michael Adam
1
-1
/
+1
2007-12-29
passdb.tdb is located in the private directory
Volker Lendecke
1
-1
/
+2
2007-12-26
Remove the sampwent interface
Volker Lendecke
1
-146
/
+0
2007-12-26
Add tdbsam_search_users
Volker Lendecke
1
-0
/
+134
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
1
-1
/
+1
2007-11-20
More pstring elimination.
Jeremy Allison
1
-42
/
+67
2007-11-05
static pstring removal
Volker Lendecke
1
-2
/
+2
2007-11-01
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
1
-2
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-25
/
+25
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
1
-1
/
+1
2007-10-10
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
1
-11
/
+12
2007-10-10
r21982: make use of tdb_*_bystring() and string_term_tdb_data()
Stefan Metzmacher
1
-29
/
+12
[next]