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-19
TDB2: remove TDB1 compatibility.
Rusty Russell
95
-8164
/
+160
2012-06-19
TDB2: make SAMBA use tdb1 again for the moment.
Rusty Russell
7
-379
/
+2
2012-06-19
ccan: check for err.h ourselves
Rusty Russell
2
-0
/
+3
2012-06-19
tdb/wscript: Remove unecessary semicolons.
Jelmer Vernooij
1
-4
/
+4
2012-06-18
lib/param: add missing prototype of lpcfg_parm_long()
Stefan Metzmacher
1
-0
/
+3
2012-06-16
attr: Look for attr/attributes.h too.
Jelmer Vernooij
3
-2
/
+4
2012-06-16
s4-lib/param: FLAG DAY for the default FILE SERVER
Andrew Bartlett
1
-2
/
+2
2012-06-15
dbwrap: Remove an unnecessary ZERO_STRUCT
Volker Lendecke
1
-1
/
+0
2012-06-15
dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystring
Volker Lendecke
2
-4
/
+6
2012-06-15
dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystring
Volker Lendecke
2
-4
/
+6
2012-06-15
dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by...
Volker Lendecke
2
-8
/
+8
2012-06-15
dbwrap: dbwrap_change_int32_atomic->dbwrap_change_int32_atomic_bystring
Volker Lendecke
2
-4
/
+8
2012-06-15
dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...
Volker Lendecke
2
-8
/
+8
2012-06-15
dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystring
Volker Lendecke
2
-4
/
+8
2012-06-15
dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
Volker Lendecke
2
-4
/
+4
2012-06-15
dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
Volker Lendecke
2
-4
/
+4
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
[next]