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-31
Fix an IPv6 breakage I introduced by adding an strlcpy truncation check. Foun...
Jeremy Allison
1
-3
/
+10
2012-03-30
ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl function
Matthieu Patou
8
-23
/
+28
2012-03-29
Start to add truncate checks on all uses of strlcpy(). Reading lwn
Jeremy Allison
3
-24
/
+35
2012-03-29
lib/tdb: Update ABI
Amitay Isaacs
2
-1
/
+67
2012-03-29
lib/tdb: Add/expose lock functions to support CTDB
Amitay Isaacs
1
-2
/
+16
2012-03-29
cast: make sure suncc sees a constant.
Rusty Russell
2
-8
/
+22
2012-03-29
cast: test/compile_fail-cast_static.c should fail without COMPOUND_LITERALS.
Rusty Russell
1
-3
/
+9
2012-03-29
tdb2: fix prototype in tdb1 code.
Rusty Russell
1
-5
/
+5
2012-03-27
s4 dns: Check smb.conf if we should allow recursion
Kai Blin
1
-0
/
+21
2012-03-26
LDB/s4 - deny the "(dn=...)" syntax on search filters when in AD mode
Matthias Dieter Wallnöfer
3
-2
/
+19
2012-03-25
replace: Avoid DEBUG(), which is not available in libreplace.
Jelmer Vernooij
1
-1
/
+1
2012-03-24
libreplace: Add usleep implementation.
Jelmer Vernooij
2
-0
/
+20
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
4
-43
/
+2
2012-03-24
lib/util: Allow calloc use in util.c, too.
Jelmer Vernooij
1
-0
/
+1
2012-03-24
replace: Work around socket wrapper.
Jelmer Vernooij
1
-0
/
+1
2012-03-24
replace: Add system/network.h for ucred struct.
Jelmer Vernooij
1
-0
/
+1
2012-03-24
libreplace: Add getpeereid implementation.
Jelmer Vernooij
6
-31
/
+71
2012-03-24
lib/util: Remove dummy wrapper for getgrgid().
Jelmer Vernooij
2
-10
/
+0
2012-03-24
lib/util: Remove dummy wrapper for getgrnam().
Jelmer Vernooij
2
-7
/
+1
2012-03-24
lib/util: Remove dummy wrapper for getpwuid().
Jelmer Vernooij
2
-8
/
+2
2012-03-24
lib/util: Remove dummy wrapper for getpwnam().
Jelmer Vernooij
2
-8
/
+2
2012-03-24
lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.
Jelmer Vernooij
2
-22
/
+0
2012-03-24
lib/util: Move calloc_array and memalign_array to top-level libutil.
Jelmer Vernooij
2
-0
/
+32
2012-03-24
lib/util: Remove prototype for removed sys_memalign.
Jelmer Vernooij
1
-4
/
+0
2012-03-24
lib/util: Remove trivial wrapper sys_connect() around connect().
Jelmer Vernooij
2
-20
/
+0
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
[next]