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
/
tdb
/
tdbutil.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-04-10
Fix from Andrew Esh to ensure tdb_pack can't segfault.
Jeremy Allison
1
-7
/
+10
2003-01-30
Add 3 second timeout when terminating server and sending print notify
Jeremy Allison
1
-4
/
+13
2003-01-15
*lots of small merges form HEAD
Gerald Carter
1
-5
/
+9
2003-01-14
Merge from HEAD:
Andrew Bartlett
1
-40
/
+27
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-21
/
+21
2002-11-23
Lots of fixes for error paths where tdb_fetch() data need freeing.
Jeremy Allison
1
-4
/
+8
2002-11-09
Add chainlock_read functions to get a read lock. Used in *massively*
Jeremy Allison
1
-4
/
+39
2002-11-07
Merge of scalable printing code fix... Needs testing.
Jeremy Allison
1
-11
/
+8
2002-10-04
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
1
-5
/
+44
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-5
/
+106
2002-04-09
When printing a tdb log message display "unnamed" instead of "unknown" if
Tim Potter
1
-1
/
+1
2002-04-07
uint32 store and fectch functions, a signed int is not enough sometimes
Simo Sorce
1
-0
/
+96
2002-03-21
Make winbindd_idmap tdb endian independent. This is very important for
Jeremy Allison
1
-93
/
+0
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-22
Display tdb name of "unknown" in logging debug when tdb has not been named.
Tim Potter
1
-1
/
+1
2002-01-20
This is another *BIG* change...
Andrew Bartlett
1
-1
/
+1
2002-01-18
Ensure we log tdb open fails. Patch from Alexander Bokovoy <a.bokovoy@sam-sol...
Jeremy Allison
1
-4
/
+2
2002-01-09
Added int32 version of "atomic" update.
Jeremy Allison
1
-0
/
+35
2002-01-09
Added int32 versions of the endian-dependent code.
Jeremy Allison
1
-2
/
+66
2002-01-03
Fixed nasty cast of tdb_delete in traversals.
Jeremy Allison
1
-0
/
+11
2001-12-05
changed the DEBUG level of tdb_pack and tdb_unpack. Instead of 8, it's now
Jean-François Micouleau
1
-2
/
+2
2001-12-04
Tidup.
Jeremy Allison
1
-43
/
+80
2001-12-04
undo
Martin Pool
1
-1
/
+3
2001-12-04
Better error handling:
Martin Pool
1
-3
/
+1
2001-09-06
actually obey the "use mmap" smb.conf option
Andrew Tridgell
1
-1
/
+5
2001-05-30
merged fix for tdb_unpack from 2_2
Andrew Tridgell
1
-1
/
+4
2001-05-30
- fixed an off-by-1 bug in the delayed deletion code that I believe
Andrew Tridgell
1
-0
/
+1
2001-05-30
added a tdb_open_log() function that opens a tdb and enables logging
Andrew Tridgell
1
-0
/
+33
2001-05-25
Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.
Jeremy Allison
1
-3
/
+32
2001-05-06
merge from 2.2
Andrew Tridgell
1
-2
/
+5
2001-04-18
merge from 2.2
Andrew Tridgell
1
-0
/
+1
2001-04-16
Getting medieval with compiler warnings as Jeremy puts it.
Tim Potter
1
-2
/
+2
2001-04-13
Merge of Andrew's changes in 2.2.
Jeremy Allison
1
-48
/
+2
2001-04-11
Fixed some compiler warnings.
Tim Potter
1
-2
/
+2
2001-04-10
Added HAVE_STDARG_H to tdbutil.c
Jeremy Allison
1
-5
/
+51
2000-12-06
tdb_chainunlock() no longer returns a value.
Tim Potter
1
-2
/
+2
2000-12-06
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
1
-2
/
+2
2000-11-10
rpc_parse/parse_spoolss.c: Updated comment for old version of W2K.
Jeremy Allison
1
-1
/
+1
2000-10-10
added tdb_lock_bystring() and tdb_unlock_bystring()
Andrew Tridgell
1
-0
/
+24
2000-07-31
Added John Reilly's enumports/addprinter/delprinter scripting code plus the
Jeremy Allison
1
-0
/
+14
2000-06-08
Moved tdb functions that access parse structs into parse_prs.c
Jeremy Allison
1
-30
/
+0
2000-06-07
Fixing get/set of security descriptors.
Jeremy Allison
1
-8
/
+4
2000-06-04
added some debug code to track down pack/unpack problems
Andrew Tridgell
1
-0
/
+12
2000-05-27
getting and setting security descriptors on printers now works
Andrew Tridgell
1
-10
/
+42
2000-05-24
added tdb_pack() and tdb_unpack()
Andrew Tridgell
1
-0
/
+148
2000-05-12
While we're all making incompatible tdb changes, I changed the implementation
Tim Potter
1
-4
/
+4
2000-05-09
Added tdb_store_by_string() and tdb_fetch_by_string() functions to store
Tim Potter
1
-0
/
+27
2000-04-29
put tdb utility functions in a separate file
Andrew Tridgell
1
-0
/
+67