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-06-15
dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
Volker Lendecke
2
-4
/
+4
2012-06-15
dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
Volker Lendecke
2
-4
/
+4
2012-06-15
s3-build: Do not write loadparm generated files into the build tree
Andrew Bartlett
2
-4
/
+4
2012-06-15
lib/param: Use server role = 'standalone server' to be consistant with member...
Andrew Bartlett
1
-0
/
+1
2012-06-15
lib/param: make security=domain and security=ads conflict with being a DC
Andrew Bartlett
1
-18
/
+2
2012-06-15
lib/param: Create a seperate server role for "active directory domain control...
Andrew Bartlett
3
-5
/
+9
2012-06-15
lib/util: Fix typo in comment.
Jelmer Vernooij
1
-1
/
+1
2012-06-14
tdb2: remove unused debug_fprintf() macro that breaks the build
Stefan Metzmacher
1
-2
/
+0
2012-06-14
tdb: remove unused debug_fprintf() macro that breaks the build
Stefan Metzmacher
1
-2
/
+0
2012-06-14
lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIME
Stefan Metzmacher
3
-10
/
+16
2012-06-14
lib/replace: execute strptime.c tests
Stefan Metzmacher
1
-0
/
+1
2012-06-14
Revert "replace: use replace for non 'samba' compliant strptime"
Stefan Metzmacher
1
-19
/
+0
2012-06-14
lib/replace: add more condition to add snprintf.c
Stefan Metzmacher
1
-1
/
+3
2012-06-14
Revert "lib/replace: Fix snprintf() override for systems with a broken snprin...
Stefan Metzmacher
1
-1
/
+1
2012-06-14
lib/replace: s/execute=1/execute=True
Stefan Metzmacher
1
-1
/
+1
2012-06-13
replace: fix unused variable warning
Björn Jacke
1
-3
/
+6
2012-06-13
Revert "replace: fix unused variable warning"
Björn Jacke
1
-5
/
+4
2012-06-13
replace: fix unused variable warning
Björn Jacke
1
-4
/
+5
2012-06-12
s3: Use talloc_tos() in more places in dbwrap_util
Volker Lendecke
1
-6
/
+10
2012-06-12
lib/testtools: fix use of a non-existent word (existant)
Michael Adam
1
-1
/
+1
2012-06-12
tdb:tests: fix use of a non-existent word (existant)
Michael Adam
1
-2
/
+2
2012-06-12
ldb:tests: fix use of a non-existent word (existant)
Michael Adam
1
-1
/
+1
2012-06-12
lib/util: fix use of a non-existent word (existant) in a comment
Michael Adam
1
-1
/
+1
2012-06-11
debug: Do not constantly rename logs when max log size = 0
Andrew Bartlett
1
-16
/
+18
2012-06-11
lib/param: simplfy lp_find_security()
Andrew Bartlett
1
-5
/
+0
2012-06-11
pyldb: Ensure that the ldb argument is really an ldb before we dereference
Andrew Bartlett
1
-0
/
+10
2012-06-11
lib/ldb/tools: add missing "replace.h"
Stefan Metzmacher
4
-0
/
+4
2012-06-09
tdb2: use ccan/err instead of err.h
Rusty Russell
35
-36
/
+11
2012-06-09
ccan: make failtest use ccan/err.
Rusty Russell
2
-1
/
+2
2012-06-09
ccan: import err module.from ccan revision 5add556a1cb64b49a664506aa76216d885...
Rusty Russell
6
-2
/
+348
2012-06-08
tevent: change version to 0.9.16
Stefan Metzmacher
2
-1
/
+83
2012-06-08
tevent: expose tevent_context_init_ops
Stefan Metzmacher
2
-3
/
+19
2012-06-08
lib/tevent: Add trace point callback
Martin Schwenke
8
-0
/
+82
2012-06-08
lib/tevent: In poll_event_context, add a pointer back to the tevent_context
Martin Schwenke
1
-0
/
+4
2012-06-08
samba_util: mark smb_panic as _NORETURN_.
Rusty Russell
1
-1
/
+1
2012-06-07
ccan: Only build ccan-failtest when we are in developer mode
Andrew Bartlett
2
-32
/
+50
2012-06-07
lib/tdb2: build tests when built at toplevel.
Rusty Russell
1
-23
/
+94
2012-06-07
util: fix build on platforms without IPv6 support
Björn Jacke
1
-1
/
+1
2012-06-06
lib/replace: Fix snprintf() override for systems with a broken snprintf()
Andrew Bartlett
1
-1
/
+1
2012-06-05
s3:build(autoconf): fix "no AC_LANG_SOURCE call detected" warnings
Martin Schwenke
1
-36
/
+36
2012-06-05
libreplace: Add copyrights to ease tracking of this file in future
Andrew Bartlett
1
-0
/
+2
2012-06-05
libreplace: Remove autoconf build system
Andrew Bartlett
9
-3648
/
+0
2012-06-04
libreplace: Ensure we link xattr.c on MacOS
Andrew Bartlett
1
-1
/
+1
2012-06-03
lib/krb5_wrap: Remove unused smb_krb5_get_creds
Andrew Bartlett
2
-125
/
+0
2012-06-03
librepace: put #defines after #include "sys/xattr.h"
Andrew Bartlett
2
-40
/
+8
2012-06-03
lib/replace: Undo change of 0 -> NULL
Andrew Bartlett
1
-1
/
+1
2012-06-03
libreplace: Fix up MacOS xattr functions
Andrew Bartlett
1
-0
/
+18
2012-06-03
libreplace: Link libreplace against attr when required
Andrew Bartlett
1
-1
/
+8
2012-06-03
libreplace: Use true rather than True in xattr.c
Andrew Bartlett
1
-2
/
+2
2012-06-02
libreplace: Fix build on MacOS where we have the same fn name but more arguments
Andrew Bartlett
1
-8
/
+8
[prev]
[next]