summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2011-02-01s3: test addrchangeVolker Lendecke1-0/+1
2011-02-01s3: Add support for AF_NETLINK addr notificationsVolker Lendecke1-0/+1
Via an AF_NETLINK socket, the Linux kernel can inform us when IP addresses are added or dropped. This will first be used in winbind, it was triggered by clustering with ctdb. When winbind is connected to a domain controller and ctdb decides to move away the IP address that winbind used locally for the connection to the DC, the next request will run into a timeout. winbind sends out its request, but the response will never arrive: The IP is gone. It will also be interesting for more reliable online/offline detection, but this is something for future winbind refactoring.
2011-01-30s3: On FreeBSD, compile zfsacl if sunacl.h is aroundVolker Lendecke1-1/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jan 30 12:17:49 CET 2011 on sn-devel-104
2011-01-25idl: add file_id idl.Günther Deschner1-1/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 25 12:27:00 CET 2011 on sn-devel-104
2011-01-24s3-build: remove source4 include path for autoconf build as well.Günther Deschner1-1/+0
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 24 17:40:56 CET 2011 on sn-devel-104
2011-01-21s3-build: remove RPCCLI_SPOOLSS subsystem.Günther Deschner1-2/+1
Guenther
2011-01-17s3:build: don't use librpc/gen_ndr/cli_echo.[ch] anymoreStefan Metzmacher1-2/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 17 09:34:12 CET 2011 on sn-devel-104
2011-01-13s3-build: remove RPCCLI_WINREG subsystem.Günther Deschner1-2/+1
Guenther Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Thu Jan 13 15:06:36 CET 2011 on sn-devel-104
2011-01-13s3-build: remove RPCCLI_SRVSVC subsystem.Günther Deschner1-2/+1
Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
2011-01-13s3-build: remove RPCCLI_NETLOGON subsystem.Günther Deschner1-2/+1
Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
2011-01-13s3-build: remove RPCCLI_SVCCTL subsystem.Günther Deschner1-2/+1
Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
2011-01-11s3-build: remove RPCCLI_DRSUAPI subsystem.Günther Deschner1-2/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 11 23:01:24 CET 2011 on sn-devel-104
2011-01-11s3-build: remove RPCCLI_INITSHUTDOWN subsystem.Günther Deschner1-2/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 11 17:59:21 CET 2011 on sn-devel-104
2011-01-11s3-build: remove RPCCLI_EVENTLOG subsystem.Günther Deschner1-2/+1
Guenther
2011-01-11s3-build: remove RPCCLI_WKSSVC subsystem.Günther Deschner1-2/+1
Guenther
2011-01-07s3-build: fix classic build after libcli netlogon changes.Günther Deschner1-2/+2
Guenther
2011-01-07s3: Make nmbd socket dir configurableVolker Lendecke1-0/+6
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 7 14:14:19 CET 2011 on sn-devel-104
2011-01-06lib/addns: move DNS client library to the main directory.Günther Deschner1-3/+3
Guenther
2011-01-06s3-build: no need to compile librpc/gen_ndr/cli_dfs.c anymore.Günther Deschner1-2/+1
Guenther
2011-01-04s3:build: don't use cli_dssetup.c any moreStefan Metzmacher1-2/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 22:21:48 CET 2011 on sn-devel-104
2011-01-04s3:build: don't use cli_epmapper.c anymoreStefan Metzmacher1-2/+1
metze
2011-01-04s3:build: don't use cli_ntsvcs.c any more.Stefan Metzmacher1-2/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 17:23:17 CET 2011 on sn-devel-104
2011-01-04s3:build: don't use cli_wbint.c any moreStefan Metzmacher1-1/+0
metze
2011-01-04s3-build: Remove broken RPC modules support.Andreas Schneider1-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-22s3: Test smbsock_any_connectVolker Lendecke1-0/+1
2010-12-22s3: Add an async smbsock_connectVolker Lendecke1-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-19s3: "make etags" should not grow TAGS infinitely...Volker Lendecke1-0/+1
2010-12-19wb_reqtrans is not used in libwbclientVolker Lendecke1-2/+2
2010-12-19Move wbc_async.[ch] to its only user: smbtorture3Volker Lendecke1-1/+1
2010-12-15s3:libsmb: add cli_np_tstream.cStefan Metzmacher1-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-13s3-selftest: support differing VFSLIBDIR in autoconf and waf build.Günther Deschner1-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-26s3/smbtorture: use $MAKE to build to make sure we use the make that makes ↵Björn Jacke1-2/+2
our build
2010-11-24s3-test: try to avoid a problem of CFLAGS propogating to the torture buildAndrew Tridgell1-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-22libaddns: add dns_errstr().Günther Deschner1-1/+1
Guenther
2010-11-08s3:idmap: add a new ID mapping module autoridChristian Ambach1-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-28s3: Add a vfs_time_audit moduleAbhidnya P Chirmule1-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-23lib/util: Add tevent WERROR wrappersKai Blin1-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-20Make getpwnam_alloc() static to lib/username.c, and ensure all username ↵Jeremy Allison1-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-20nsstest: no need for two copies of the same tool.Günther Deschner1-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-14libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett1-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-14libcli/security Move source3/lib/util_seaccess.c into the common codeAndrew Bartlett1-1/+1
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-10-14s3 Replace is_sid_in_token() with security_token_has_sid() from common codeAndrew Bartlett1-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-08s3: Add a little test for the echo responderVolker Lendecke1-1/+2
2010-10-06s3-build: use the simpler "make bin/smbtorture" for s4 tortureAndrew Tridgell1-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-01samba: share readline wrappers among all buildsystems.Günther Deschner1-1/+1
Guenther
2010-10-01samba: share select wrappers.Günther Deschner1-2/+3
Guenther
2010-10-01s3: Add subunit-test target.Jelmer Vernooij1-0/+4
2010-09-23tdb: add restoreVolker Lendecke1-0/+9
Based on an idea by Simon McVittie, largely rewritten
2010-09-23s3-dcerpc: add spnego server helpersSimo Sorce1-1/+2
squashed: add michlistMIC signature checks Signed-off-by: Günther Deschner <gd@samba.org>
2010-09-23s3-dcerpc: move client spnego stuff in /librpc/cryptoSimo Sorce1-1/+1
Signed-off-by: Günther Deschner <gd@samba.org>