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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-24
replace: Move memalign() from lib/util/system.c to libreplace.
Jelmer Vernooij
5
-38
/
+45
2012-03-23
lib/async_req: Retry read_packet with read(2)
Volker Lendecke
1
-0
/
+4
2012-03-23
lib/tdb: fix transaction issue for HAVE_INCOHERENT_MMAP.
Rusty Russell
1
-11
/
+10
2012-03-23
lib/tdb: fix test/run-die-during-transaction when HAVE_INCOHERENT_MMAP.
Rusty Russell
1
-0
/
+5
2012-03-23
lib/tdb: fix missing return 0 code.
Rusty Russell
1
-1
/
+1
2012-03-22
lib/tdb2: fix -Wcast-qual warnings.
Rusty Russell
15
-59
/
+33
2012-03-22
lib/tdb2: fix -Wshadow warnings.
Rusty Russell
6
-27
/
+27
2012-03-22
lib/tdb2: fix OpenBSD incoherent mmap (tdb2 version)
Rusty Russell
3
-8
/
+31
2012-03-22
lib/tdb2: fix OpenBSD incoherent mmap (tdb1 version)
Rusty Russell
3
-24
/
+56
2012-03-22
lib/tdb: fix OpenBSD incoherent mmap.
Rusty Russell
4
-24
/
+58
2012-03-22
lib/replace: test for incoherent mmap.
Rusty Russell
3
-0
/
+97
2012-03-22
lib/ccan/failtest: compile fix for OpenBSD
Rusty Russell
3
-0
/
+17
2012-03-22
lib/ccan: namespacize ccan/list to avoid conflict with OpenIndiana's sys/list.h
Rusty Russell
20
-357
/
+392
2012-03-22
lib/tdb: fix up run-die-during-transaction test cases on Solaris.
Rusty Russell
4
-5
/
+4
2012-03-16
build: Fix build issue on OpenBSD 5.x
Amitay Isaacs
1
-1
/
+1
2012-03-16
Remove more unnecessary shebang lines in python files.
Jelmer Vernooij
1
-2
/
+0
2012-03-15
util: Add --disable-fault-handling.
Ira Cooper
3
-0
/
+8
2012-03-14
testtools/matchers.py: fix a comment typo
Michael Adam
1
-1
/
+1
2012-03-14
lib/util: only change umask during mkdir()
Stefan Metzmacher
1
-7
/
+4
2012-03-14
lib/util: cope with races between lstat and mkdir in directory_create_or_exist()
Stefan Metzmacher
1
-2
/
+8
2012-03-14
lib/util: use a helper variable in directory_create_or_exist()
Stefan Metzmacher
1
-2
/
+5
2012-03-14
lib/util: do an early return on error directory_create_or_exist()
Stefan Metzmacher
1
-10
/
+10
2012-03-14
lib/util: remove unneeded else branch in directory_create_or_exist()
Stefan Metzmacher
1
-21
/
+24
2012-03-14
lib/util: don't start DEBUG output with 'error '
Stefan Metzmacher
1
-1
/
+1
2012-03-14
lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/
Rusty Russell
17
-20
/
+0
2012-03-14
lib/tdb2: remove unneccessary _FILE_OFFSET_BITS define in test/.
Rusty Russell
1
-2
/
+0
2012-03-14
lib/crypto: Detect CommonCrypto and use it if available
Matthieu Patou
3
-1
/
+15
2012-03-14
lib/tdb2: make summary handle capabilities properly.
Rusty Russell
1
-31
/
+13
2012-03-14
lib/tdb2: fix error string formatting.
Rusty Russell
3
-5
/
+7
2012-03-14
lib/tdb2: Add gcc-style format attribute to tdb_logerr.
Rusty Russell
1
-4
/
+5
2012-03-10
tdb_wrap: Move to specific directory.
Jelmer Vernooij
4
-8
/
+9
2012-03-10
tevent: Install tevent.py into PYTHONARCHDIR rather than PYTHONDIR for consis...
Jelmer Vernooij
1
-1
/
+1
2012-03-10
lib/tdb: fix tests for standalone out-of-tree.
Rusty Russell
1
-1
/
+2
2012-03-08
lib/util: Add a callback facility for debug messages
Andrew Bartlett
2
-14
/
+52
2012-03-08
failtest: don't assume FD_SETSIZE is maximum runtime fd.
Rusty Russell
3
-3
/
+68
2012-03-07
addns: Fix the Solaris/Illumos build.
Ira Cooper
2
-0
/
+10
2012-03-07
lib/tdb2: add --valgrind, --valgrind-log options.
Rusty Russell
1
-1
/
+13
2012-03-07
lib/tdb2: wire up unit tests.
Rusty Russell
2
-1
/
+81
2012-03-07
lib/tdb2: adapt unit tests to SAMBA environment.
Rusty Russell
89
-147
/
+234
2012-03-07
lib/ccan: import failtest and required ccan modules for TDB2 unit tests.
Rusty Russell
69
-0
/
+7608
2012-03-04
s3-auth: Remove security=share (depricated since 3.6).
Andrew Bartlett
2
-7
/
+1
2012-03-04
change low FDs are handled in Samba
Andrew Bartlett
3
-12
/
+23
2012-03-02
pyldb: Fix some more long lines, fix formatting.
Jelmer Vernooij
1
-14
/
+37
2012-03-01
pyldb: Avoid using PyErr_LDB_ERROR_IS_ERR_RAISE where PyErr_SetLdbError suffi...
Jelmer Vernooij
1
-13
/
+16
2012-03-01
build: look for backtrace_symbols in libexec
Andrew Bartlett
1
-1
/
+1
2012-02-29
lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 test
Stefan Metzmacher
2
-1
/
+93
2012-02-29
lib/crypto: add aes_cmac_128* (rfc 4493)
Stefan Metzmacher
4
-4
/
+231
2012-02-27
lib/crypto: fix hmac_sha256_final() prototype
Stefan Metzmacher
1
-1
/
+1
2012-02-27
s3-param: Align lp_{max,min}protocol with lib/param names
Andrew Bartlett
1
-0
/
+24
2012-02-27
lib/tdb2: rename tdb2.pc to tdb.pc
Rusty Russell
2
-1
/
+1
[prev]
[next]