index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
tdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed potential free of NULL found by SGI speedshop.
Jeremy Allison
2001-06-11
1
-1
/
+2
*
Added *.po to .cvsignore files.
Tim Potter
2001-06-01
1
-0
/
+1
*
merged fix for tdb_unpack from 2_2
Andrew Tridgell
2001-05-30
1
-1
/
+4
*
added list function to tdbtool
Andrew Tridgell
2001-05-30
1
-0
/
+2
*
- fixed an off-by-1 bug in the delayed deletion code that I believe
Andrew Tridgell
2001-05-30
4
-58
/
+162
*
added a tdb_open_log() function that opens a tdb and enables logging
Andrew Tridgell
2001-05-30
2
-1
/
+34
*
more portable TDB_LOG macro
Andrew Tridgell
2001-05-29
1
-1
/
+1
*
try to make the tailer code much more robust. When a record
Andrew Tridgell
2001-05-28
4
-14
/
+123
*
Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.
Jeremy Allison
2001-05-25
1
-3
/
+32
*
make sure that when a tdb expands we fill the expanded area, otherwise ENOSPC...
Andrew Tridgell
2001-05-15
1
-6
/
+29
*
Implemented max connections in a similar way to 2.0.x (scan of connection db).
Jeremy Allison
2001-05-14
1
-6
/
+8
*
clearer tdb_mmap code
Andrew Tridgell
2001-05-06
1
-24
/
+19
*
merge from 2.2
Andrew Tridgell
2001-05-06
2
-8
/
+7
*
Fix problem with OpenBSD mmap and write not being coherent.
Jeremy Allison
2001-05-04
1
-8
/
+29
*
merge from 2.2
Andrew Tridgell
2001-04-18
1
-0
/
+1
*
Getting medieval with compiler warnings as Jeremy puts it.
Tim Potter
2001-04-16
1
-2
/
+2
*
Fix for True64 treating readonly as a reserved word !
Jeremy Allison
2001-04-14
1
-2
/
+2
*
Merge of Andrew's changes in 2.2.
Jeremy Allison
2001-04-13
2
-49
/
+3
*
Fixed some compiler warnings.
Tim Potter
2001-04-11
1
-2
/
+2
*
Added HAVE_STDARG_H to tdbutil.c
Jeremy Allison
2001-04-10
1
-5
/
+51
*
optimise by default
Andrew Tridgell
2001-02-20
1
-1
/
+1
*
It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2k
Jeremy Allison
2001-02-13
1
-6
/
+15
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-29
3
-28
/
+101
*
Set the tdb->map_ptr to NULL if mmap() returns -1.
Tim Potter
2001-01-16
1
-0
/
+3
*
The line was:
Christopher R. Hertel
2000-12-30
1
-1
/
+6
*
Added lock backouts on fail.
Jeremy Allison
2000-12-15
1
-3
/
+28
*
Two tdb bugfixes. First one - ensure that traverse lock is moved before deleting
Jeremy Allison
2000-12-13
1
-45
/
+58
*
Added Tim's fix for read-only crashes.
Jeremy Allison
2000-12-11
1
-0
/
+2
*
Fixed bug with tdb_next_lock failing when reaching then end of a hashchain
Jeremy Allison
2000-12-07
2
-9
/
+39
*
tdb_chainunlock() no longer returns a value.
Tim Potter
2000-12-06
1
-2
/
+2
*
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
2000-12-06
6
-1058
/
+1255
*
Fixed one tdb_read -> rec_free_read call.
Jeremy Allison
2000-12-05
1
-10
/
+2
*
Added sorted freelist neighbour merge code to stop tdb fragmentation.
Jeremy Allison
2000-12-05
2
-32
/
+251
*
Added print_freelist command.
Jeremy Allison
2000-12-02
2
-0
/
+38
*
change the split threahold for the free list to prevent freelist
Andrew Tridgell
2000-12-02
1
-1
/
+1
*
fixed a potential locking deadlock in tdb
Andrew Tridgell
2000-11-27
1
-1
/
+1
*
rpc_parse/parse_spoolss.c: Updated comment for old version of W2K.
Jeremy Allison
2000-11-10
1
-1
/
+1
*
got rid of tdb_writelock() and instead lock a chain. tdb_writelock()
Andrew Tridgell
2000-10-10
1
-25
/
+0
*
added tdb_lock_bystring() and tdb_unlock_bystring()
Andrew Tridgell
2000-10-10
1
-0
/
+24
*
Fixes from Damian at Cisco to tidy up some tdbtool issues.
Jeremy Allison
2000-10-05
1
-4
/
+15
*
Herb's fixes for profiling & compiler warnings.
Jeremy Allison
2000-10-05
1
-1
/
+1
*
Added debug so if zero length messages get sent we successfully remove
Jeremy Allison
2000-10-02
1
-3
/
+7
*
Added John Reilly's enumports/addprinter/delprinter scripting code plus the
Jeremy Allison
2000-07-31
1
-0
/
+14
*
support both read and write locks inside the tdb
Andrew Tridgell
2000-06-15
1
-1
/
+6
*
- use read locks when possible
Andrew Tridgell
2000-06-15
1
-42
/
+44
*
use the right MMAP flag
Andrew Tridgell
2000-06-15
1
-1
/
+1
*
Moved tdb functions that access parse structs into parse_prs.c
Jeremy Allison
2000-06-08
1
-30
/
+0
*
Fixing get/set of security descriptors.
Jeremy Allison
2000-06-07
1
-8
/
+4
*
added some debug code to track down pack/unpack problems
Andrew Tridgell
2000-06-04
1
-0
/
+12
*
getting and setting security descriptors on printers now works
Andrew Tridgell
2000-05-27
1
-10
/
+42
[next]