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
/
source4
/
lib
/
tdb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
1
-3
/
+2
2007-10-10
r12254: Add some (hopefully correct) descriptions for libraries that are inst...
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r11567: Ldb API change patch.
Simo Sorce
1
-9
/
+48
2007-10-10
r11304: Add support back in for loading shared modules (not used yet)
Jelmer Vernooij
1
-5
/
+0
2007-10-10
r11303: Support defining and installing public headers for libraries.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r11300: Treat libraries as a special kind of subsystem
Jelmer Vernooij
1
-13
/
+4
2007-10-10
r11244: Relative path names in .mk files
Jelmer Vernooij
1
-8
/
+8
2007-10-10
r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...
Jelmer Vernooij
1
-15
/
+0
2007-10-10
r10893: add configure test for utime (needed for the previous utime patch)
Andrew Tridgell
1
-1
/
+1
2007-10-10
r10891: I noticed that the secrets.db was not being backed up on my system due
Andrew Tridgell
1
-0
/
+9
2007-10-10
r10586: Add MergedObject() builder. Default to Library() rather
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r10524: SAFE_FREE() in tdb does not need the discard_const_p()
Andrew Tridgell
1
-10
/
+1
2007-10-10
r10522: finally got the locking working on solaris10. This adds a read lock on
Andrew Tridgell
1
-0
/
+12
2007-10-10
r10496: - added configure test for sys/time.h
Andrew Tridgell
2
-3
/
+3
2007-10-10
r10495: older redhat boxes need sys/time.h for select()
Andrew Tridgell
1
-0
/
+3
2007-10-10
r10494: - don't generate a tdb log message for any type of failed lock probe
Andrew Tridgell
1
-5
/
+2
2007-10-10
r10493: we need sys/select.h to enable select() in the solaris workaround
Andrew Tridgell
2
-1
/
+4
2007-10-10
r10492: work around a bug in solaris which cases lock upgrades to fail with
Andrew Tridgell
3
-1
/
+28
2007-10-10
r10484: try to fix the pread/pwrite declaration problems
Andrew Tridgell
3
-8
/
+3
2007-10-10
r10483: fixed some uninitialised variables warnings
Andrew Tridgell
2
-1
/
+3
2007-10-10
r10475: make sure we report failures in tdbtorture (ie. get the exit status r...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r10471: stratos doesn't have getpagesize(), so guess 8k on systems that don't
Andrew Tridgell
3
-2
/
+6
2007-10-10
r10470: solaris8 has a problem with tdbtorture with 3 processes. To see if
Andrew Tridgell
1
-1
/
+1
2007-10-10
r10469: use the older style of structure initialisation for tdb to make it
Andrew Tridgell
2
-12
/
+12
2007-10-10
r10468: - terminate tdbtorture quickly when an error is detected
Andrew Tridgell
3
-23
/
+49
2007-10-10
r10467: aix doesn't like zero length malloc :(
Andrew Tridgell
1
-0
/
+5
2007-10-10
r10466: work around missing pread/pwrite declaration on openbsd
Andrew Tridgell
3
-0
/
+23
2007-10-10
r10465: separate out a read_only db from a read-only traversal to ensure we
Andrew Tridgell
6
-12
/
+13
2007-10-10
r10463: consider it an error if tdbtorture produces any log messages
Andrew Tridgell
1
-1
/
+10
2007-10-10
r10462: cope better with compilers that don't put the object file in the same...
Andrew Tridgell
1
-0
/
+4
2007-10-10
r10461: fixed tdb build on systems without stdint.h
Andrew Tridgell
1
-2
/
+2
2007-10-10
r10460: fixed portability of transaction code to systems with integer
Andrew Tridgell
1
-6
/
+7
2007-10-10
r10459: fixed some portability problems
Andrew Tridgell
3
-0
/
+6
2007-10-10
r10424: for caller convenience, automatically turn a tdb_traverse() into a
Andrew Tridgell
1
-0
/
+4
2007-10-10
r10421: following on discussions with simo, I have worked out a way of
Andrew Tridgell
10
-32
/
+130
2007-10-10
r10420: Two minor scons fixes
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r10415: The ldb and tdb libraries are bad examples to test out the make proto
Tim Potter
1
-6
/
+4
2007-10-10
r10410: blindly update the scons file for tdb. I'm not sure how this works,
Andrew Tridgell
1
-1
/
+1
2007-10-10
r10405: added transactions into tdb, and hook them into ldb. See my
Andrew Tridgell
17
-113
/
+1323
2007-10-10
r10385: removed obsolete comment
Andrew Tridgell
1
-1
/
+0
2007-10-10
r10384: add _GNU_SOURCE in tdb configure
Andrew Tridgell
1
-0
/
+1
2007-10-10
r10379: Add files for ldb and tdb to proto_files. The tool for building proto.h
Tim Potter
1
-5
/
+9
2007-10-10
r10336: Add sconscript for a couple more subsystems.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r10335: Build tdb tools into bin directory.
Tim Potter
1
-4
/
+5
2007-10-10
r10330: Add SConscript to more subsystems. Some of the tdb tools build now.
Jelmer Vernooij
2
-1
/
+14
2007-10-10
r10258: Fix an unused/duplicate local variable.
Tim Potter
1
-2
/
+0
2007-10-10
r10253: a fairly large tdb cleanup and re-organise. Nearly all of this change
Andrew Tridgell
24
-2578
/
+2231
2007-10-10
r9774: r11605@blu: tridge | 2005-08-30 12:02:19 +1000
Andrew Tridgell
1
-0
/
+3
2007-10-10
r9773: r11599@blu: tridge | 2005-08-30 11:55:57 +1000
Andrew Tridgell
1
-5
/
+13
2007-10-10
r9769: r11592@blu: tridge | 2005-08-30 10:40:19 +1000
Andrew Tridgell
1
-0
/
+37
[next]