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
r19570: Fix dependencies in pkg-config files.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c
Andrew Tridgell
3
-601
/
+1
2007-10-10
r19425: two more tdb functions from samba3
Andrew Tridgell
2
-0
/
+13
2007-10-10
r19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0
Andrew Tridgell
5
-12
/
+23
2007-10-10
r19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read()
Andrew Tridgell
7
-69
/
+142
2007-10-10
r19276: remove unused file
Stefan Metzmacher
1
-58
/
+0
2007-10-10
r18604: fixed shell syntax
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18600: - fix shell syntax in tests for libraries
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18594: fail the configure step if the required library is not found for tdb,
Andrew Tridgell
1
-1
/
+5
2007-10-10
r18539: 'make distclean' should delete config.cache
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18535: move the AC_CANONICAL_HOST and host specific flag tests into
Andrew Tridgell
2
-0
/
+3045
2007-10-10
r18485: include libreplace.m4 in the aclocal.m4 files
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r18400: move MAP_FAILED define to lib/replace/system/shmem.h
Andrew Tridgell
1
-4
/
+0
2007-10-10
r18301: I discovered how to load the warnings from a build farm build into
Andrew Tridgell
2
-2
/
+2
2007-10-10
r18285: tdb now needs install-sh
Andrew Tridgell
1
-0
/
+238
2007-10-10
r18280: more portability tidyups, ensuring we use libreplace everywhere
Andrew Tridgell
1
-6
/
+0
2007-10-10
r18213: don't list LIBREPLACE depdendecies explicit and
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r18160: - pread and pwrite replacements need to be non-static
Andrew Tridgell
1
-22
/
+0
2007-10-10
r18152: move our AC macros into lib/replace/libreplace_macros.m4
Stefan Metzmacher
1
-12
/
+1
2007-10-10
r18149: fix make *clean
Stefan Metzmacher
1
-4
/
+5
2007-10-10
r18148: - use PHONY for test
Stefan Metzmacher
1
-4
/
+14
2007-10-10
r18143: the 'showflags' convention from Samba is useful for the other packages
Andrew Tridgell
1
-1
/
+6
2007-10-10
r18131: fixed tdb subsystem to use right tdb.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r18129: moved the system includes into libreplace - this gives much more
Andrew Tridgell
8
-124
/
+17
2007-10-10
r18108: move tdb to use the same build methods
Andrew Tridgell
3
-4
/
+16
2007-10-10
r18098: use m4_include() instead of sinclude()
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18090: sometimes autoconf picks up some old stuff:
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r18031: Merge my replace fixes:
Jelmer Vernooij
2
-10
/
+13
2007-10-10
r17960: try to use gmake if present on IRIX
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r17781: fix compiler warning
Stefan Metzmacher
1
-3
/
+1
2007-10-10
r17737: fixed a 'declaration in code' error
Andrew Tridgell
1
-1
/
+2
2007-10-10
r17686: tdb.pc is in the build directory
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17684: and we need -Iinclude for tdb
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17680: make standalone tdb support building and testing in a different
Andrew Tridgell
2
-5
/
+16
2007-10-10
r17532: merge from SAMBA_3_0 Revision: 17460
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r17507: pread and pwrite depends on HAVE_PREAD/HAVE_PWRITE not HAVE_PREAD_DEC...
Simo Sorce
1
-7
/
+0
2007-10-10
r17114: print some sizes for debugging
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r17113: build tdb and ldb standalone with the same sizes of 'off_t' as from s...
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r16938: Fix breakage of TDB on VOS (declaration after statement)
Andrew Bartlett
1
-1
/
+2
2007-10-10
r16917: Fix compile errors found by the testing of tdb on the build farm.
Andrew Bartlett
1
-3
/
+9
2007-10-10
r16916: Implement metze's proposed changes to the tdb logging API.
Andrew Bartlett
6
-18
/
+31
2007-10-10
r16776: fix typo
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r16774: This patch modifies the tdb API to allow the logging function to be used
Andrew Bartlett
11
-119
/
+133
2007-10-10
r16043: Fix error message
Simo Sorce
1
-3
/
+3
2007-10-10
r15573: Fix build of systems that have iconv headers in non-standard locations
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15339: Signature for tdb_reopen_all() has changed.
Tim Potter
1
-1
/
+1
2007-10-10
r15301: Use static libraries internally. This required a few hacks in the build
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15300: Only enable SWIG shared libs if python is available
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
1
-6
/
+6
[prev]
[next]