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
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-11
s3:dbwrap: add specific dbwrap_wipe() implementation to dbwrap_rbt
Gregor Beck
1
-0
/
+14
2011-10-11
s3:dbwrap: add specific dbwrap_wipe() implementation to dbwrap_tdb
Gregor Beck
1
-0
/
+8
2011-10-11
s3:dbwrap: add a comment
Michael Adam
1
-0
/
+4
2011-10-11
s3:dbwrap: add function dbwrap_wipe()
Gregor Beck
4
-0
/
+29
2011-10-11
s3:dbwrap: add specific dbwrap_parse_record() implementation to dbwrap_rbt
Gregor Beck
1
-0
/
+15
2011-10-11
s3:dbwrap: implement dbwrap_fallback_exists() with dbwrap_parse_record()
Gregor Beck
1
-10
/
+2
2011-10-11
s3:dbwrap: allow NULL parser for dbwrap_parse_record()
Gregor Beck
1
-0
/
+9
2011-10-11
s3:dbwrap: dbwrap_parse_record() should always return -1 on "not found"
Gregor Beck
1
-1
/
+1
2011-10-11
s3:dbwrap: add function dbwrap_parse_record()
Gregor Beck
2
-0
/
+16
2011-10-11
s3:dbwrap: add specific dbwrap_exists() implementation to dbwrap_rbt
Gregor Beck
1
-0
/
+6
2011-10-11
s3:dbwrap: factor out db_rpt_search_internal()
Gregor Beck
1
-46
/
+43
2011-10-11
s3:dbwrap: add specific dbwrap_exists() implementation to dbwrap_tdb
Gregor Beck
1
-0
/
+8
2011-10-11
s3:dbwrap: add function dbwrap_exists()
Gregor Beck
2
-0
/
+31
2011-10-11
s3:dbwrap: add a wrapper dbwrap_traverse_read()
Michael Adam
2
-0
/
+22
2011-10-11
s3:dbwrap: change the dbwrap_traverse() wrapper to return the count in an add...
Michael Adam
2
-3
/
+14
2011-10-11
s3:dbwrap: reorganize dbwrap.h some
Michael Adam
1
-5
/
+8
2011-10-11
s3:dbwrap: move dbwrap_traverse() to dbwrap.c, the core of the dbrwap subsystem
Michael Adam
2
-9
/
+8
2011-10-11
s3:dbwrap: move dbwrap_store() back to dbwrap.c, the core of the dbwrap subsy...
Michael Adam
2
-16
/
+16
2011-10-11
s3:dbwrap: move dbwrap_delete() back to dbwrap.c, the core of the dbwrap subs...
Michael Adam
2
-15
/
+14
2011-10-11
s3:dbwrap: move dbwrap_fetch() back to dbwrap.c, the core of the dbwrap subsy...
Michael Adam
2
-12
/
+14
2011-10-11
s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.h
Michael Adam
4
-2
/
+31
2011-10-11
s3:dbwrap: move the db_open_file() prototype to a new header dbwrap_file.h
Michael Adam
3
-8
/
+37
2011-10-11
s3:dbwrap: move the db_open_tdb() prototype to a new header dbwrap_tdb.h
Michael Adam
4
-5
/
+35
2011-10-11
s3:dbwrap: move the db_open_ctdb() prototype to a new header dbwrap_ctdb.h
Michael Adam
4
-7
/
+38
2011-10-08
s3:lib/netapi: avoid '//' comments
Stefan Metzmacher
2
-3
/
+3
2011-10-07
ldb: use ldb directly rather than via a copy
Andrew Bartlett
2
-726
/
+0
2011-10-06
s3:lib: remove unused/empty modules.c
Stefan Metzmacher
1
-22
/
+0
2011-10-06
s3: Use the uid_wrapper
Volker Lendecke
2
-0
/
+2
2011-10-06
lib/util: consolidate module loading into common code
Andrew Bartlett
2
-120
/
+9
2011-10-06
s3-module allow libreplace to provide dlopen replacement
Andrew Bartlett
1
-24
/
+0
2011-10-04
s3:lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)
Stefan Metzmacher
1
-0
/
+11
2011-09-30
s3: Fix a C++ warning
Volker Lendecke
1
-1
/
+2
2011-09-30
s3: Fix a C++ warning
Volker Lendecke
1
-1
/
+2
2011-09-28
s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec...
Michael Adam
1
-2
/
+1
2011-09-28
s3-messaging Do not ever send a kill to -1
Andrew Bartlett
1
-0
/
+3
2011-09-27
s3-messaging Ensure that the message is of the correct legnth
Andrew Bartlett
1
-1
/
+1
2011-09-23
build: Fix waf build on MacOS X
Andrew Bartlett
1
-1
/
+2
2011-09-23
build: avoid util.h as a public header name due to conflict with MacOS
Andrew Bartlett
1
-1
/
+1
2011-09-23
s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH
Andrew Tridgell
2
-1
/
+58
2011-09-23
lib/util: move some timespec helpers from source3 to the toplevel
Stefan Metzmacher
1
-146
/
+0
2011-09-21
s3-netapi: allow to use default krb5 credential cache for libnetapi users.
Günther Deschner
2
-8
/
+23
2011-09-20
s3:dbwrap_ctdb: skip the internal __db_sequence_number__ key from (persistent...
Michael Adam
1
-0
/
+26
2011-09-20
s3:g_lock: add a missing \n to a debug message in g_lock_init
Michael Adam
1
-1
/
+1
2011-09-14
util_tdb: return -1/0 from lock_with_timeout functions.
Rusty Russell
1
-2
/
+2
2011-09-14
dbwrap_tdb: handle tdb2 return values properly.
Rusty Russell
1
-4
/
+4
2011-09-14
tdb_compat: adapt to tdb2 API change.
Rusty Russell
1
-3
/
+4
2011-09-07
s3:dbwrap_ctdb: improve error message in transaction destructor
Gregor Beck
1
-1
/
+2
2011-09-07
s3: let g_lock_unlock() return more specific status codes on failure
Gregor Beck
1
-2
/
+2
2011-08-31
s3:lib S-1-5-9 is "Enterprise Domain Controllers"
Christian Ambach
1
-1
/
+1
2011-08-31
s3:lib remove duplicate entry for "Anonymous Logon"
Christian Ambach
1
-1
/
+0
[next]