index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tdb2: add a capability list from the header.
Rusty Russell
2011-12-05
9
-27
/
+410
*
tdb2: provide tdb_layout_write() rather than implying it by new_tdb_layout arg.
Rusty Russell
2011-12-05
4
-32
/
+47
*
tdb2: add an internal TDB_CANT_CHECK flag.
Rusty Russell
2011-12-05
2
-0
/
+12
*
tdb2: suppress failtest more than once on mmap.
Rusty Russell
2011-12-05
1
-0
/
+5
*
tdb2: simplify failtest helper.
Rusty Russell
2011-12-05
2
-31
/
+3
*
tdb2: failtest: use a linked list for history, not an array.
Rusty Russell
2011-12-05
2
-30
/
+26
*
tdb2: consolidate testing failtest suppression routines.
Rusty Russell
2011-12-05
8
-72
/
+14
*
tdb2: fix intermittant failure in run-50-multiple-freelists-fail.c
Rusty Russell
2011-12-05
4
-10
/
+18
*
lib/ccan/cast: fix warnings with -Wextra (specifically -Wmissing-field-initia...
Rusty Russell
2011-12-05
1
-3
/
+3
*
lib/ccan/compiler, ilog: IDEMPOTENT "idempotent does not mean what you think ...
Rusty Russell
2011-12-05
3
-10
/
+10
*
lib/ccan/asearch: fix example on 64 bit platforms.
Rusty Russell
2011-12-05
1
-1
/
+1
*
lib/ccan/htable: benchmark against hsearch(3)
Rusty Russell
2011-12-05
3
-2
/
+108
*
lib/ccan/likely: use htable_type
Rusty Russell
2011-12-05
3
-66
/
+80
*
lib/ccan/htable: HTABLE_INITIALIZER() for static initialization.
Rusty Russell
2011-12-05
3
-15
/
+29
*
lib/ccan/htable: clean up interface, document htable_type better.
Rusty Russell
2011-12-05
9
-254
/
+251
*
lib/ccan/htable: start empty.
Rusty Russell
2011-12-05
4
-39
/
+87
*
lib/ccan/htable, strset: benchmarking tools.
Rusty Russell
2011-12-05
5
-1
/
+1104
*
lib/ccan/str: fix warnings.
Rusty Russell
2011-12-05
2
-1
/
+5
*
lib/ccan/str: relicense to public domain.
Rusty Russell
2011-12-05
6
-513
/
+2
*
lib/ccan/typesafe_cb: fix example macro ordering in typesafe_cb_preargs docum...
Rusty Russell
2011-12-05
1
-2
/
+2
*
lib/ccan/htable: fix tools/speed.
Rusty Russell
2011-12-05
1
-2
/
+3
*
lib/ccan/build_assert: Remove stale LGPL license comment.
Joey Adams
2011-12-05
1
-1
/
+0
*
lib/ccan/array_size: relicense under public domain.
Rusty Russell
2011-12-05
3
-510
/
+1
*
Revert making public of the samba-module library.
Jelmer Vernooij
2011-12-03
7
-144
/
+64
*
lib/util: factor out tdb_data_is_empty
Gregor Beck
2011-12-03
2
-0
/
+5
*
tevent: Fix typo in build script.
Jelmer Vernooij
2011-12-03
1
-1
/
+1
*
Update ldb API sigs.
Jelmer Vernooij
2011-11-30
2
-0
/
+258
*
Bump ldb version to 1.1.4 after introduction of ldb_module_error.
Jelmer Vernooij
2011-11-30
1
-1
/
+1
*
socket_wrapper: use libreplace headers based on "#ifdef HAVE_LIBREPLACE"
Michael Adam
2011-11-25
1
-3
/
+5
*
socket_wrapper: simplify include path for replace.h
Michael Adam
2011-11-25
1
-1
/
+1
*
Remove unused variable.
Jeremy Allison
2011-11-24
1
-1
/
+0
*
Fix uninitialized variable frees on error paths.
Jeremy Allison
2011-11-23
1
-11
/
+11
*
Ensure we don't free uninitialized variables.
Jeremy Allison
2011-11-23
1
-2
/
+2
*
s3 libaddns: Prevent a crash when dns_create_update fails
Kai Blin
2011-11-22
1
-1
/
+1
*
Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...
Jeremy Allison
2011-11-21
2
-5
/
+2
*
lib/param: add "SMB2_22" to enum_protocol
Stefan Metzmacher
2011-11-20
1
-0
/
+1
*
socket_wrapper/py_socket_wrapper.c - include Python 2.4 compatiblity code
Matthias Dieter Wallnöfer
2011-11-19
1
-0
/
+7
*
socket_wrapper: Added python interface to socket_wrapper
Amitay Isaacs
2011-11-17
3
-0
/
+938
*
ldb: Add handy macros for reporting error inside ldb module
Amitay Isaacs
2011-11-17
1
-0
/
+2
*
lib/param simplify server role values specified in smb.conf
Andrew Bartlett
2011-11-17
1
-5
/
+1
*
param: use lp_is_security_and_server_role_valid()
Andrew Bartlett
2011-11-17
1
-5
/
+11
*
param: Check if server role and security parameters are conflicting
Amitay Isaacs
2011-11-17
2
-0
/
+40
*
param: Connect lp_security to the lib/param code to allow tests
Andrew Bartlett
2011-11-17
1
-0
/
+10
*
param: Move enum values into a common (included) .c file
Andrew Bartlett
2011-11-17
2
-81
/
+113
*
param: move server role helpers into loadparm.h
Andrew Bartlett
2011-11-17
4
-33
/
+5
*
param: calculate server role from security, and security from server role
Andrew Bartlett
2011-11-17
4
-7
/
+201
*
s3-param remove lp_domain_logons(), always use IS_DC
Andrew Bartlett
2011-11-17
1
-1
/
+1
*
param: make server role list common and include auto (for the new default)
Andrew Bartlett
2011-11-17
1
-1
/
+9
*
param: Add "domain logons" and "domain master" parameters
Amitay Isaacs
2011-11-17
1
-0
/
+20
*
lib/util/debug: with log level = 10 we should be more verbose
Stefan Metzmacher
2011-11-16
1
-3
/
+9
[prev]
[next]