Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-04 | s3:build: don't use cli_wbint.c any more | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2011-01-04 | s3-build: Remove broken RPC modules support. | Andreas Schneider | 1 | -6/+8 | |
With the current module support for rpc we're not able to call the init functions with the rpc callback structure. So init functions and shutdown functions aren't called. These init functions are needed to setup pre requirements like migrating the printer databases and register at the endpoint mapper. The shutdown functions cleanup memory and deregister from the endpoint mapper. | |||||
2010-12-22 | s3: Test smbsock_any_connect | Volker Lendecke | 1 | -0/+1 | |
2010-12-22 | s3: Add an async smbsock_connect | Volker Lendecke | 1 | -0/+1 | |
This connects to 445 and after 5 milliseconds also to 139. It treats a netbios session setup failure as equivalent as a TCP connect failure. So if 139 is faster but fails the nb session setup, the 445 still has the chance to succeed. | |||||
2010-12-19 | s3: "make etags" should not grow TAGS infinitely... | Volker Lendecke | 1 | -0/+1 | |
2010-12-19 | wb_reqtrans is not used in libwbclient | Volker Lendecke | 1 | -2/+2 | |
2010-12-19 | Move wbc_async.[ch] to its only user: smbtorture3 | Volker Lendecke | 1 | -1/+1 | |
2010-12-15 | s3:libsmb: add cli_np_tstream.c | Stefan Metzmacher | 1 | -0/+1 | |
This abstracts a named pipe over smb as a tstream, which will make it easier to implement the dcerpc layer in a more generic way. metze | |||||
2010-12-13 | s3-selftest: support differing VFSLIBDIR in autoconf and waf build. | Günther Deschner | 1 | -0/+1 | |
With this change make test in the s3 waf build (w/o s4 smbtorture yet) works! Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Dec 13 13:06:05 CET 2010 on sn-devel-104 | |||||
2010-11-26 | s3/smbtorture: use $MAKE to build to make sure we use the make that makes ↵ | Björn Jacke | 1 | -2/+2 | |
our build | |||||
2010-11-24 | s3-test: try to avoid a problem of CFLAGS propogating to the torture build | Andrew Tridgell | 1 | -2/+2 | |
CFLAGS is set by s3 to include -D_SAMBA_BUILD_=3. We need to ensure this does not propogate to the smbtorture4 build Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 24 14:40:16 CET 2010 on sn-devel-104 | |||||
2010-11-22 | libaddns: add dns_errstr(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-11-08 | s3:idmap: add a new ID mapping module autorid | Christian Ambach | 1 | -0/+4 | |
This is an initial implementation of the idmap_autorid module. It works similar to the idmap_rid module but requires less configuration. It will automatically pick ranges for each domain, so you do not have to bother any more about adding an idmap configuration for all of the domains in the forest. This is very easy to use and to configure and much more deterministic and faster than idmap_tdb, the typical choice of Samba users up to now. | |||||
2010-10-28 | s3: Add a vfs_time_audit module | Abhidnya P Chirmule | 1 | -0/+5 | |
This warns if a file system is slow Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Oct 28 08:56:44 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | lib/util: Add tevent WERROR wrappers | Kai Blin | 1 | -0/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Oct 23 07:35:28 UTC 2010 on sn-devel-104 | |||||
2010-10-20 | Make getpwnam_alloc() static to lib/username.c, and ensure all username ↵ | Jeremy Allison | 1 | -1/+1 | |
lookups go through Get_Pwnam_alloc(), which is the correct wrapper function. We were using it *some* of the time anyway, so this just makes us properly consistent. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Oct 20 16:02:12 UTC 2010 on sn-devel-104 | |||||
2010-10-20 | nsstest: no need for two copies of the same tool. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Oct 20 15:05:34 UTC 2010 on sn-devel-104 | |||||
2010-10-14 | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 1 | -2/+3 | |
This should ensure we only have one copy of these core functions in the tree. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | libcli/security Move source3/lib/util_seaccess.c into the common code | Andrew Bartlett | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-14 | s3 Replace is_sid_in_token() with security_token_has_sid() from common code | Andrew Bartlett | 1 | -1/+2 | |
The two routines are identical, so there is no need to keep both. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-08 | s3: Add a little test for the echo responder | Volker Lendecke | 1 | -1/+2 | |
2010-10-06 | s3-build: use the simpler "make bin/smbtorture" for s4 torture | Andrew Tridgell | 1 | -2/+2 | |
and the same for bin/ndrdump Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Oct 6 12:58:21 UTC 2010 on sn-devel-104 | |||||
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-10-01 | samba: share select wrappers. | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2010-10-01 | s3: Add subunit-test target. | Jelmer Vernooij | 1 | -0/+4 | |
2010-09-23 | tdb: add restore | Volker Lendecke | 1 | -0/+9 | |
Based on an idea by Simon McVittie, largely rewritten | |||||
2010-09-23 | s3-dcerpc: add spnego server helpers | Simo Sorce | 1 | -1/+2 | |
squashed: add michlistMIC signature checks Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcerpc: move client spnego stuff in /librpc/crypto | Simo Sorce | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcerpc: add server helpers for gssapi auth | Simo Sorce | 1 | -1/+2 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcerpc: add server helpers for ntlmssp auth | Simo Sorce | 1 | -1/+3 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3-dcerpc: move crypto stuff in /librpc/crypto | Simo Sorce | 1 | -2/+2 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-23 | s3: fix tdbdump build on Solaris and other boxes | Björn Jacke | 1 | -1/+1 | |
needed to fix up aea64ef275b6e94ca7afb8fa2bb172416773abdf | |||||
2010-09-23 | s3-build: move epmapper client to LIBMSRPC. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2010-09-23 | s3-build: fix the build of split_tokens. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-09-23 | s3-build: fix the build of test_lp_load. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-09-23 | s3-build: strip down dependencies of smbta-util. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-09-23 | s3: tdbdump does not use our libs | Volker Lendecke | 1 | -3/+2 | |
2010-09-22 | s3-registry: handle registration entries (.reg) files | Gregor Beck | 1 | -0/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2010-09-22 | s3-lib: add srprs, primitives to build simple recursive parsers | Gregor Beck | 1 | -1/+1 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2010-09-22 | s3-lib: add cbuf, a talloced character buffer | Gregor Beck | 1 | -2/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2010-09-21 | s3:registry: remove now (finally) obsolete reg_util_registry.{c,h} | Michael Adam | 1 | -2/+1 | |
2010-09-20 | s3-lib/util Remove unused smb_uuid_unpack() | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-20 | s3: Replace sid_binstring and sid_guidstring with PIDL-based alternatives | Andrew Bartlett | 1 | -4/+6 | |
This reduces the manual marshalling of these structures by removing the duplication here. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-20 | s3:registry: move higher level function reg_open_path to new module reg_api_util | Michael Adam | 1 | -0/+1 | |
The reg_api.c code should just export functions that direclty relate to winreg api calls. | |||||
2010-09-20 | s3-registry: move regf based reg_api calls into own file. | Günther Deschner | 1 | -2/+7 | |
Guenther | |||||
2010-09-19 | s3-rpcclient: add some winreg commands. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-09-16 | s3: Add the PAC info3 struct to the netsamlogon_cache in ntlm_auth | Volker Lendecke | 1 | -0/+1 | |
2010-09-16 | s3: Add convenience make target buildfarm-test. | Jelmer Vernooij | 1 | -0/+3 | |
2010-09-16 | s3-selftest: Move Samba3-specific script to source3/selftest. | Jelmer Vernooij | 1 | -1/+1 | |
2010-09-15 | s3-rpc_server: Renamed rpc_ncacn_np_internal.c. | Simo Sorce | 1 | -4/+5 | |
Signed-off-by: Andreas Schneider <asn@samba.org> |