1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source3
Michael Adam 6d82b59755 s3:first cut at dbwrap_tool - a tdb tool that is CTDB-aware.
This tool (in contrast to tdbtool) reads Samba's configuration
and if clustering = yes, it talks to CTDB instead of accessing
the TDB data bases directly. This is done by simply using
the dbwrap mechanim, just like the Samba daemons.

This first version can read and write int32 and uint32 values
and delete records from a (c)tdb database.
More operations will follow.

This tool can already be useful in CTDB environments, e.g. when
"net idmap restore" fails to set the USER and GROUP HWM keys,
because the methods are deliberately not implemented in
idmap_tdb2.c. You can manually set the high water marks
with
"dbwrap_tool store idmap_tdb2.tdb 'USER HWM' int32 12345"
and
"dbwrap_tool store idmap_tdb2.tdb 'GROUP HWM' int32 67890"

Michael
2009-05-15 11:46:53 +02:00
..
auth s3 auth: Make debug message louder and more useful 2009-05-12 17:13:40 -07:00
client Maximum password length check too short in mount.cifs 2009-05-14 15:04:27 -05:00
exports Compile liblua 2008-12-17 12:57:18 +01:00
groupdb Fix a bunch of compiler warnings about wrong format types. 2009-05-11 21:56:57 -07:00
include s3:libsmb: move read_smb_send/recv() static in async_smb.c 2009-05-13 18:27:50 +02:00
iniparser
iniparser_build Make Samba 3 and Samba 4 both use the same single copy of libreplace. 2008-09-16 16:30:14 +02:00
intl Use common util_file code. 2008-10-12 17:34:43 +02:00
lib s3-netapi: implement NetShutdownInit_r and NetShutdownAbort_r. 2009-05-14 14:18:26 +02:00
libaddns s3: only define TALLOC_ZERO if needed 2009-03-16 11:14:53 +01:00
libads s3-cldap: check for zero ip address in ads_cldap_netlogon(). 2009-04-28 12:49:17 +02:00
libgpo Fix Coverity ID 913 (NEGATIVE_RETURNS) -- gd, please check! 2009-05-03 23:06:01 +02:00
libnet s3-libnetjoin: make acct_flags dependent on secure channel type. 2009-04-24 14:38:28 +02:00
librpc s3-build: re-run make samba3-idl. 2009-05-14 14:18:26 +02:00
libsmb What to do about debugging in a multi-threaded application? 2009-05-13 14:51:43 -04:00
locale/pam_winbind Revert "s3: checkin .po for pam_winbind" because of license issue. 2009-05-13 22:00:05 +08:00
locking Fix Coverity ID 897: REVERSE_INULL 2009-05-06 12:01:30 +02:00
lua-5.1.4 Add the Lua distibution from http://www.lua.org/ftp/lua-5.1.4.tar.gz 2008-12-17 12:57:18 +01:00
m4 Move syslog check out of m4 library file into configure.in 2009-04-20 16:25:17 +02:00
modules s3 onefs: Self-contend level2 oplocks on BRL 2009-05-12 17:53:16 -07:00
nmbd Fix Coverity bug #902, uninitialized variable. 2009-04-23 02:02:28 -07:00
pam_smbpass s3:fix build of the pam_smbpass shared module 2009-04-27 11:21:01 +02:00
param Add some const 2009-05-14 12:15:10 +02:00
passdb s3: Fallback to the legacy sid_to_(uid|gid) instead of returning NULL. 2009-05-12 17:13:40 -07:00
pkgconfig
po
printing s3-printing: no need to define struct table_node 4 times. 2009-05-13 15:27:06 +02:00
profile S3: Add in profile counters for new vfs and syscall entries. 2009-02-24 15:53:01 -08:00
registry s3-printing: fix debug statement in virtual registry layer 2009-05-06 10:20:52 +02:00
rpc_client Cause cli_close to return an NTSTATUS. 2009-04-30 16:57:42 -07:00
rpc_parse Rework Samba3 to use new libcli/auth code (partial) 2009-04-14 16:23:35 +10:00
rpc_server Fix the core of the SAMR access functions. This passes make test, but 2009-05-14 15:11:50 -07:00
rpcclient s3-printing: no need to define struct table_node 4 times. 2009-05-13 15:27:06 +02:00
script Turn on SHORTNAME-TEST in torture. 2009-05-14 16:49:34 -07:00
selftest selftest/Samba3: Test smb signing against the member server 2009-03-23 12:21:14 +01:00
services s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handle 2009-04-27 11:21:04 +02:00
smbd Make us pass SHORTNAME-TEST. 2009-05-14 16:49:18 -07:00
stf
tests Move configure test files to the top-level and share them between s3 and 2009-01-22 11:35:28 +01:00
torture Make error message clearer on fail. 2009-05-14 16:30:11 -07:00
utils s3:first cut at dbwrap_tool - a tdb tool that is CTDB-aware. 2009-05-15 11:46:53 +02:00
web Convert Samba3 to use the common lib/util/charset API 2009-04-14 12:53:56 +10:00
winbindd Convert response.extra_data.data from malloc to talloc 2009-05-12 18:02:00 +02:00
.dmallocrc
.indent.pro
autogen.sh Allow using external libtalloc. 2009-03-14 20:56:26 +01:00
change-log
config.guess s3:config.guess: clean some whitespace/tab mixtures that git complains about 2009-05-01 01:17:59 +02:00
config.sub s3:config.sub: clean some space/tab mixup that git complains about 2009-05-01 01:18:01 +02:00
configure.developer
configure.in s3:build: extend the support fo Debian GNU/kFooBar to kOpenSolaris 2009-05-12 08:41:01 +02:00
Doxyfile
dynconfig.c Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.c 2009-01-12 12:16:03 +01:00
install-sh
localedir.c i18n/l10n pam_winbind 2008-11-13 12:43:58 +01:00
mainpage.dox
Makefile.in s3:first cut at dbwrap_tool - a tdb tool that is CTDB-aware. 2009-05-15 11:46:53 +02:00
samba4-templates.mk merged-build: link in LIBREPLACE into samba4 code as in the native build 2009-02-03 16:31:02 +01:00
samba4.m4 configure: Use m4 defines for minimum library versions rather than shell 2009-03-26 16:28:45 +01:00
samba4.mk s4:selftest: rename SMBD_VALGRIND => SAMBA_VALGRIND 2009-03-21 10:44:40 +01:00
smbadduser.in
VERSION