Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | param: Add "domain logons" and "domain master" parameters | Amitay Isaacs | 2011-11-17 | 1 | -0/+20 |
| | | | | | This makes parsing of config files with s3 loadparm code and s4 loadparm code consistent. | ||||
* | lib/util/debug: with log level = 10 we should be more verbose | Stefan Metzmacher | 2011-11-16 | 1 | -3/+9 |
| | | | | | | | | | | | | | | log level = 10 already impacts performance, so we can turn on more details and print the pid, [e][u|g]id and class information. So it implies "debug pid = yes", "debug uid = yes" and "debug class = yes". This generates a lot more useful log files. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Nov 16 12:25:02 CET 2011 on sn-devel-104 | ||||
* | s3: allow to set TCP_NODELAYACK socket option on AIX | Björn Jacke | 2011-11-15 | 1 | -0/+3 |
| | | | | | | | | this is the AIX way to disable delayed ACKs, the same like TCP_QUICKACK on Linux Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue Nov 15 21:00:07 CET 2011 on sn-devel-104 | ||||
* | waf: Factor checking for undefined symbol flags out into separate method. | Jelmer Vernooij | 2011-11-13 | 4 | -0/+8 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 13 19:38:38 CET 2011 on sn-devel-104 | ||||
* | pytdb: Shorter description which fits on a single line. | Jelmer Vernooij | 2011-11-13 | 1 | -1/+2 |
| | |||||
* | testtools: Import new upstream snapshot. | Jelmer Vernooij | 2011-11-13 | 6 | -8/+30 |
| | |||||
* | subunit: Import new upstream snapshot. | Jelmer Vernooij | 2011-11-13 | 7 | -22/+92 |
| | |||||
* | ldb: Only check for pkg-config file when checking for system ldb. | Jelmer Vernooij | 2011-11-13 | 1 | -2/+2 |
| | |||||
* | tevent: Only check for pkg-config file when checking for system tevent. | Jelmer Vernooij | 2011-11-13 | 1 | -1/+1 |
| | |||||
* | tdb: Only check for pkg-config file when checking for system tdb. | Jelmer Vernooij | 2011-11-13 | 1 | -1/+1 |
| | |||||
* | talloc: Only check for pkg-config file when checking for system talloc. | Jelmer Vernooij | 2011-11-13 | 1 | -2/+2 |
| | |||||
* | subunit: Only check for pkg-config file and use proper pkg-config file name. | Jelmer Vernooij | 2011-11-13 | 1 | -1/+1 |
| | |||||
* | tevent: Only build pytevent if the system doesn't provide it. | Jelmer Vernooij | 2011-11-13 | 1 | -5/+8 |
| | |||||
* | ldb: Use pyembed rather than pyext for ldb-util library. | Jelmer Vernooij | 2011-11-13 | 1 | -1/+1 |
| | |||||
* | tevent: remove unnecessary enablement. | Jelmer Vernooij | 2011-11-13 | 1 | -1/+0 |
| | |||||
* | pytalloc-util: Don't mark as python extension, use pyembed instead. | Jelmer Vernooij | 2011-11-13 | 1 | -1/+1 |
| | |||||
* | ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest rather | Jelmer Vernooij | 2011-11-10 | 1 | -33/+37 |
| | | | | than samba.tests. | ||||
* | Revert "pyldb: fixed ldb API test" | Jelmer Vernooij | 2011-11-10 | 1 | -36/+39 |
| | | | | | | This reverts commit 333248f08c83cc5b18f8e7e84cb19d79a8309d6e. This commit made the pyldb tests depend on the Samba testsuite. | ||||
* | Fix -Wunused-but-set-variable compiler warnings in tevent_signal.c | Martin Schwenke | 2011-11-10 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | The results of some read(2) and write(2) calls are assigned into a variable that is never used. Presumably this used to avoid compiler warnings or similar. However, from (approximately) GCC 4.6 this produces some warnings: [ 609/3910] Compiling lib/tevent/tevent_signal.c ../lib/tevent/tevent_signal.c: In function ‘tevent_common_signal_handler’: ../lib/tevent/tevent_signal.c:85:10: warning: variable ‘res’ set but not used [-Wunused-but-set-variable] ../lib/tevent/tevent_signal.c: In function ‘signal_pipe_handler’: ../lib/tevent/tevent_signal.c:183:10: warning: variable ‘res’ set but not used [-Wunused-but-set-variable] The simplest thing to do is remove the variables and cast the function return to void. There is already a comment above each call. Signed-off-by: Martin Schwenke <martin@meltin.net> Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | pyldb: fixed ldb API test | Andrew Tridgell | 2011-11-10 | 1 | -39/+36 |
| | | | | it was failing previously, but the failure wasn't being noticed | ||||
* | pyldb: enhanced get() method on msg object | Andrew Tridgell | 2011-11-10 | 1 | -14/+33 |
| | | | | | | | get() now takes a default value and an idx, allowing for much easier usage Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | ||||
* | util/time: Make some functions explicitly public. | Jelmer Vernooij | 2011-11-03 | 1 | -3/+3 |
| | |||||
* | util/time: Remove unnecessary _PUBLIC_ - that's implicit for things in ↵ | Jelmer Vernooij | 2011-11-03 | 1 | -44/+40 |
| | | | | header files. | ||||
* | param: Remove duplicate initialization of 'share backend' parameter | Amitay Isaacs | 2011-11-08 | 1 | -2/+0 |
| | |||||
* | torture: add torture_assert_guid_equal() macro. | Günther Deschner | 2011-11-03 | 1 | -0/+10 |
| | | | | Guenther | ||||
* | lib/param: use SMB_SIGNING_IF_REQUIRED instead of SMB_SIGNING_SUPPORTED | Stefan Metzmacher | 2011-11-03 | 1 | -6/+7 |
| | | | | metze | ||||
* | lib/param: map "* signing = auto" to SMB_SIGNING_SUPPORTED | Stefan Metzmacher | 2011-11-03 | 1 | -1/+1 |
| | | | | metze | ||||
* | s4:smb_server: change the default for "server signing" to "default" | Stefan Metzmacher | 2011-11-03 | 1 | -1/+1 |
| | | | | metze | ||||
* | lib/param: change the default for "client signing" to "default" | Stefan Metzmacher | 2011-11-03 | 1 | -1/+2 |
| | | | | metze | ||||
* | pyldb: Remove duplicate definition of SYNTAX_DN. | Jelmer Vernooij | 2011-11-02 | 1 | -1/+0 |
| | |||||
* | ldb: fix compiler warning | David Disseldorp | 2011-11-02 | 1 | -1/+1 |
| | | | | | | | Mixed declarations and code. Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Wed Nov 2 16:51:24 CET 2011 on sn-devel-104 | ||||
* | tdb2: don't be fascist when TDB_VERSION1 is specified. | Rusty Russell | 2011-11-02 | 2 | -5/+40 |
| | | | | | | | | | | | | | | | We currently insist that a tdb file be a version1 file if tdb_open() is passed the TDB_VERSION1 flag; we fail if it's actually a tdb2. But that makes generic wrappers harder, and is unlikely to be what the user wants: if they do, they can check tdb_get_flags() & TDB_VERSION1 after opening. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit 9691464a16ef22d6acadfef209666381dfe22b2f) Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Wed Nov 2 08:38:38 CET 2011 on sn-devel-104 | ||||
* | tdb2: use HAVE_LIBREPLACE instead of _SAMBA_BUILD_. | Rusty Russell | 2011-11-01 | 3 | -5/+5 |
| | | | | | | | | | | | This is what lib/tdb2 really wants: to know if it should use normal headers or replace.h. It currently uses _SAMBA_BUILD_, which is wrong for ldb, for example. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Tue Nov 1 03:19:58 CET 2011 on sn-devel-104 | ||||
* | lib/util Add ABI to the samba-module library | Andrew Bartlett | 2011-10-28 | 2 | -0/+4 |
| | | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Oct 28 14:42:43 CEST 2011 on sn-devel-104 | ||||
* | lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystem | Andrew Bartlett | 2011-10-28 | 2 | -2/+2 |
| | | | | | | | This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | ||||
* | lib/util Rename samba_init_module -> samba_module_init | Andrew Bartlett | 2011-10-28 | 2 | -4/+4 |
| | | | | | | | This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | ||||
* | lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_run | Andrew Bartlett | 2011-10-28 | 1 | -1/+1 |
| | | | | | | | This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | ||||
* | lib/util Rename samba_init_module_fn -> samba_module_init_fn | Andrew Bartlett | 2011-10-28 | 4 | -15/+15 |
| | | | | | | | This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | ||||
* | lib/util Split samba-modules library into public and private parts | Andrew Bartlett | 2011-10-28 | 6 | -52/+128 |
| | | | | | | | This will allow OpenChange to get at the symbols it needs, without exposing any more of this as a public API than we must. Andrew Bartlett | ||||
* | lib/util Rename load_samba_modules -> samba_modules_load | Andrew Bartlett | 2011-10-28 | 2 | -2/+2 |
| | | | | | | | This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | ||||
* | lib/util Rename run_init_functions -> samba_init_module_fns_run | Andrew Bartlett | 2011-10-28 | 2 | -2/+2 |
| | | | | | | | This is to provide a cleaner namespace in the public samba plugin functions. Andrew Bartlett | ||||
* | lib/util Rename init_module_fn to samba_init_module_fn | Andrew Bartlett | 2011-10-28 | 2 | -14/+14 |
| | | | | | | This prepares for making the samba_module.h header public again, for OpenChange. I am keen to avoid too much API namespace pollution if we can. | ||||
* | ldb:common/ldb_modules.c - fix a typo in comment | Matthias Dieter Wallnöfer | 2011-10-27 | 1 | -1/+1 |
| | | | | Reviewed-by: abartlet | ||||
* | replace: Add don't include unistd.h directly and add uid_wrapper. | Andreas Schneider | 2011-10-27 | 2 | -0/+24 |
| | |||||
* | Include uid_wrapper correctly. | Andreas Schneider | 2011-10-27 | 5 | -21/+18 |
| | |||||
* | uid_wrapper: Add uwrap_setresgid(). | Andreas Schneider | 2011-10-27 | 2 | -0/+24 |
| | |||||
* | uid_wrapper: Fix build on UNIX platforms. | Andreas Schneider | 2011-10-27 | 1 | -0/+10 |
| | |||||
* | uid_wrapper: Handle euid and egid 0. | Andreas Schneider | 2011-10-27 | 1 | -7/+29 |
| | |||||
* | uid_wrapper: Make sure we have initialized the wrapper. | Andreas Schneider | 2011-10-27 | 1 | -0/+2 |
| | |||||
* | uid_wrapper: Fix prototypes. | Andreas Schneider | 2011-10-27 | 1 | -2/+2 |
| |