Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-11 | s3:dbwrap: add function dbwrap_wipe() | Gregor Beck | 4 | -0/+29 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-11 | s3:dbwrap: add specific dbwrap_parse_record() implementation to dbwrap_rbt | Gregor Beck | 1 | -0/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-11 | s3:dbwrap: implement dbwrap_fallback_exists() with dbwrap_parse_record() | Gregor Beck | 1 | -10/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-11 | s3:dbwrap: allow NULL parser for dbwrap_parse_record() | Gregor Beck | 1 | -0/+9 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-11 | s3:dbwrap: dbwrap_parse_record() should always return -1 on "not found" | Gregor Beck | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-11 | s3:dbwrap: add function dbwrap_parse_record() | Gregor Beck | 2 | -0/+16 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
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 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-11 | s3:dbwrap: add specific dbwrap_exists() implementation to dbwrap_tdb | Gregor Beck | 1 | -0/+8 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-11 | s3:dbwrap: add function dbwrap_exists() | Gregor Beck | 2 | -0/+31 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
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 ↵ | Michael Adam | 2 | -3/+14 | |
additional parameter | |||||
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 ↵ | Michael Adam | 2 | -16/+16 | |
subsystem | |||||
2011-10-11 | s3:dbwrap: move dbwrap_delete() back to dbwrap.c, the core of the dbwrap ↵ | Michael Adam | 2 | -15/+14 | |
subsystem | |||||
2011-10-11 | s3:dbwrap: move dbwrap_fetch() back to dbwrap.c, the core of the dbwrap ↵ | Michael Adam | 2 | -12/+14 | |
subsystem | |||||
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 | |
The compiler on openindiana doesn't like them. metze | |||||
2011-10-07 | ldb: use ldb directly rather than via a copy | Andrew Bartlett | 2 | -726/+0 | |
This avoids needing to manually sync the two files, which due to the top level build must be API compatible at all times anyway. The most important recent change was: commit e3b76bd6205acfc1a89fbcab5d9588b32cb47b88 Author: Andrew Tridgell <tridge@samba.org> Date: Thu Jul 28 15:51:31 2011 +1000 ldb: fixed a search expression parse bug However, as we always control the search expression in the callers to this code, no backport to other releases is required. Andrew Bartlett | |||||
2011-10-06 | s3:lib: remove unused/empty modules.c | Stefan Metzmacher | 1 | -22/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Oct 6 15:23:45 CEST 2011 on sn-devel-104 | |||||
2011-10-06 | s3: Use the uid_wrapper | Volker Lendecke | 2 | -0/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-10-06 | lib/util: consolidate module loading into common code | Andrew Bartlett | 2 | -120/+9 | |
This creates a samba-modules private libary that handles the details. Andrew Bartlett | |||||
2011-10-06 | s3-module allow libreplace to provide dlopen replacement | Andrew Bartlett | 1 | -24/+0 | |
Given that we have replacement dlopen() etc, use this from libreplace. The dlerror() from libreplace gives a good error if the platform really does not have dlopen(). Andrew Bartlett | |||||
2011-10-04 | s3:lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10) | Stefan Metzmacher | 1 | -0/+11 | |
By default user processes can't attach a debugger to a process. So explicitly allow that for all child processes, before calling the panic action script. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Oct 4 12:51:35 CEST 2011 on sn-devel-104 | |||||
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__ ↵ | Michael Adam | 1 | -2/+1 | |
record in traverse It did not compare the last charcter (usually '\0') Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Sep 28 16:54:59 CEST 2011 on sn-devel-104 | |||||
2011-09-28 | s3-messaging Do not ever send a kill to -1 | Andrew Bartlett | 1 | -0/+3 | |
This from a report by Olaf Flebbe <o.flebbe@science-computing.de> Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Sep 28 00:23:44 CEST 2011 on sn-devel-104 | |||||
2011-09-27 | s3-messaging Ensure that the message is of the correct legnth | Andrew Bartlett | 1 | -1/+1 | |
By using ndr_pull_struct_blob_all we are more robust against wrongly formatted messages. Andrew Bartlett | |||||
2011-09-23 | build: Fix waf build on MacOS X | Andrew Bartlett | 1 | -1/+2 | |
The -framework CoreFoundation is required by the charset_macosxfs module The system/time.h header is required to access the replacement clock_gettime() Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Sep 23 10:58:02 CEST 2011 on sn-devel-104 | |||||
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 | |
this allows the s3 code to understand and cache responses from the s4 winbindd which may include a single SID mapped to both a uid and a gid Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Sep 23 01:47:54 CEST 2011 on sn-devel-104 | |||||
2011-09-23 | lib/util: move some timespec helpers from source3 to the toplevel | Stefan Metzmacher | 1 | -146/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Sep 23 00:15:31 CEST 2011 on sn-devel-104 | |||||
2011-09-21 | s3-netapi: allow to use default krb5 credential cache for libnetapi users. | Günther Deschner | 2 | -8/+23 | |
Guenther | |||||
2011-09-20 | s3:dbwrap_ctdb: skip the internal __db_sequence_number__ key from ↵ | Michael Adam | 1 | -0/+26 | |
(persistent) traverse and traverse_read This is is used internally in the persistent transactions and should not surface. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Sep 20 07:59:20 CEST 2011 on sn-devel-104 | |||||
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 | |
Keeps the tdb2 API change (which returns error codes, rather than -1) localized. The function returns -1 down the other path, so make it consistent. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-09-14 | dbwrap_tdb: handle tdb2 return values properly. | Rusty Russell | 1 | -4/+4 | |
TDB2 versions of tdb_parse_record etc return an error code, not -1. Turn those into -1/0 in dbwrap_tdb to insulate the rest of the code from that change. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-09-14 | tdb_compat: adapt to tdb2 API change. | Rusty Russell | 1 | -3/+4 | |
Add the ecode arg to all the log functions, and log it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-09-07 | s3:dbwrap_ctdb: improve error message in transaction destructor | Gregor Beck | 1 | -1/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-09-07 | s3: let g_lock_unlock() return more specific status codes on failure | Gregor Beck | 1 | -2/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-08-31 | s3:lib S-1-5-9 is "Enterprise Domain Controllers" | Christian Ambach | 1 | -1/+1 | |
and not ServerLogon | |||||
2011-08-31 | s3:lib remove duplicate entry for "Anonymous Logon" | Christian Ambach | 1 | -1/+0 | |
2011-08-31 | s3:lib add S-1-5-17 to well-known SID list | Christian Ambach | 1 | -0/+1 | |
http://support.microsoft.com/kb/243330/en-us says the name is "This organization", but Windows 2008 says IUSR Picking the Windows 2008 variant as 'This Organization' would be duplicate to S-1-5-15 | |||||
2011-08-31 | s3:lib add some more well-known sids | Christian Ambach | 1 | -0/+3 | |
add S-1-3-2/Creator Owner Server, S-1-3-3/Creator Group Server and S-1-3-4/Owner Rights to the well-known SID list | |||||
2011-08-31 | s3:lib add new well-known SIDs for BUILTIN | Christian Ambach | 1 | -0/+8 | |
Distributed COM Users, Cryptographic Operators, Event Log Readers and Certificate Service DCOM Access were missing from the BUILTIN well-known SID list |