summaryrefslogtreecommitdiffstats
path: root/source3/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
* s3-prefork: implement prefork frameworkSimo Sorce2011-08-101-0/+1
| | | | | | | Primarily built for forked off rpc service daemons, but not tied to rpc services and generic enough to be used elsewhere easily. Signed-off-by: Andreas Schneider <asn@samba.org>
* build: rename rpcommon to dcerpc-binding an make a public libraryAndrew Bartlett2011-08-081-2/+2
| | | | | | OpenChange needs this library. Andrew Bartlett
* build: provide tevent-util as a public libraryAndrew Bartlett2011-08-081-2/+2
| | | | | | | This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced by generated PIDL output. Andrew Bartlett
* s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmsspAndrew Bartlett2011-08-031-1/+1
| | | | | | | | | | This allows the current behaviour of the NTLMSSP code to be unchanged while adding a way to hook in an alternate implementation via an auth module. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3:smbd - Move printing queue stuffSimo Sorce2011-08-021-1/+2
| | | | | | | | This way we can properly deal with pcap updates in the background queue process if it is enabled (on by default) and not perform these actions in the main smbd process. Signed-off-by: Günther Deschner <gd@samba.org>
* s3-secrets: add lsa_secret passdb api.Günther Deschner2011-07-311-1/+1
| | | | Guenther
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-3/+3
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jul 29 13:34:22 CEST 2011 on sn-devel-104
* s3-waf: replace the dbwrap_util library by a dbwrap library that contains ↵Michael Adam2011-07-291-5/+4
| | | | the dbwrap core
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-1/+3
| | | | | | Also start new folder lib/dbwrap/ where dbwrap_open.c is stored and make the fallbacke implementation functoins non-static and create a dbwrap_private.h header file that contains their prototypes.
* s3-waf: the passdb subsystem needs to be called pdbAndrew Tridgell2011-07-281-22/+22
| | | | | | | | | the 'pdb' name is builtin to the passdb module loading code as a fixed string. We need to call the subsystem pdb so that external passdb modules end up in bin/modules/pdb/ where they can be found by the Samba3 module loader Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-build: Only define ldb3 when not in standalone build.Jelmer Vernooij2011-07-261-4/+3
| | | | | | | | This prevents errors about it by 'make SYMBOLCHECK=1' if there is a system ldb present. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Jul 26 18:21:48 CEST 2011 on sn-devel-104
* libsamba-util: Build in libbitmap.Jelmer Vernooij2011-07-261-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Jul 26 14:45:27 CEST 2011 on sn-devel-104
* cli_smb_common: Lowercase name.Jelmer Vernooij2011-07-261-3/+3
|
* cli_cldap: Lowercase name.Jelmer Vernooij2011-07-261-1/+1
|
* cli_spools: Lowercase name.Jelmer Vernooij2011-07-261-5/+5
|
* charset: Make name lowercase everywhere.Jelmer Vernooij2011-07-231-3/+3
|
* s3-waf: Don't link LIBNTLMSSP twice.Andreas Schneider2011-07-131-1/+1
| | | | It is already linked in libsmb.
* s3-waf: split out LIBCLI_WINREG_INTERNAL as LIBCLI_WINREG was pulling in rpc ↵Günther Deschner2011-07-081-5/+6
| | | | | | | | | | | server code in undesired places. Andreas, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jul 8 18:34:44 CEST 2011 on sn-devel-104
* lib/param: Merge struct loadparm_service into commonAndrew Bartlett2011-07-081-6/+2
| | | | | | | | | | | | | | | | | This is handled by a common header and a .c file that is included into both loadparm.c files. In the process, _lp functions were renamed to lp__ to allow the common function definition declarations to be used by source3 and source4 (which have different macro definitions). The only parameter to change type is 'strict_locking' which was a bool, and is now an int, to accommodate the 'Auto' value from source3. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jul 8 12:35:56 CEST 2011 on sn-devel-104
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-081-5/+0
|
* s3:wscript_build: remove unused variableStefan Metzmacher2011-07-081-2/+0
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jul 8 02:43:22 CEST 2011 on sn-devel-104
* s3:torture: add SMB2-BASICStefan Metzmacher2011-07-081-0/+1
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3:libsmb: add smb2cli_query_directory*()Stefan Metzmacher2011-07-081-0/+1
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3:libsmb: add smb2cli_write*()Stefan Metzmacher2011-07-081-0/+1
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3:libsmb: add smb2cli_read*()Stefan Metzmacher2011-07-081-0/+1
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3:libsmb: add smb2cli_flush*()Stefan Metzmacher2011-07-081-0/+1
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3:libsmb: add smb2cli_close*()Stefan Metzmacher2011-07-081-0/+1
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3:libsmb: add smb2cli_create*()Stefan Metzmacher2011-07-081-0/+1
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*()Stefan Metzmacher2011-07-081-0/+1
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3:libsmb: add smb2cli_sesssetup*() and smb2cli_logoff*()Stefan Metzmacher2011-07-081-0/+1
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3:libsmb: add smb2cli_negprot*()Stefan Metzmacher2011-07-081-0/+1
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3:libsmb: add basic smb2 client infrastructureStefan Metzmacher2011-07-081-0/+1
| | | | | | Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
* s3-printing: add rpc_client/cli_winreg_spoolss.cGünther Deschner2011-07-071-4/+3
| | | | | | Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de>
* s3-waf: make LIBCLI_SPOOLSS a shared libraryGünther Deschner2011-07-071-3/+4
| | | | | | Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de>
* s3-printing: move os2 related functions to printing/nt_printing_os2.c.Günther Deschner2011-07-071-1/+2
| | | | | | Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de>
* s3-waf: Fix linking bugs causing segfaults.Andreas Schneider2011-07-071-1/+1
| | | | | | | | As auth_util.c is linked several times the static variables have different address on different calls. This leads to segfaults. Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Jul 7 16:50:05 CEST 2011 on sn-devel-104
* s3-build add tevent depencency on libsmbAndrew Bartlett2011-07-041-1/+1
| | | | | | | | | This may assist the build on FreeBSD 8.2 Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jul 4 16:19:10 CEST 2011 on sn-devel-104
* s3-build link passdb modules against libpassdbAndrew Bartlett2011-07-041-2/+2
| | | | | | | | | | This ensures that they don't include a duplicate copy of pdb_interface.c functions, because they will instead link the library. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jul 4 12:24:50 CEST 2011 on sn-devel-104
* s3-util: Add a get_remote_hostname() function.Andreas Schneider2011-07-041-1/+1
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s3-param Generate parameter tablesAndrew Bartlett2011-07-021-1/+11
|
* s3-net: use printing_migrate library, and eliminate duplicate code.Günther Deschner2011-07-011-0/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jul 1 17:57:09 CEST 2011 on sn-devel-104
* s3-printing: split out printing migration code into a smaller library.Günther Deschner2011-07-011-2/+8
| | | | Guenther
* s3-waf: lowercase libcli_lsa3 library name.Günther Deschner2011-06-291-10/+10
| | | | Guenther
* s3-waf: lowercase libsmb library name.Günther Deschner2011-06-291-25/+25
| | | | Guenther
* s3-waf: lowercase util_cmdline library name.Günther Deschner2011-06-291-3/+3
| | | | Guenther
* s3-waf: lowercase popt_samba3 library name.Günther Deschner2011-06-291-35/+35
| | | | Guenther
* s3-waf: remove s3-waf specific dynconfig.Günther Deschner2011-06-281-1/+1
| | | | | | | | | | | This merge finally makes --with-logfilebase=foo and friends work appropriately. Andrews, Andreas, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jun 28 17:54:42 CEST 2011 on sn-devel-104
* s3-waf: add some missing tdb dependencies.Günther Deschner2011-06-281-5/+5
| | | | Guenther
* s3: Add cli_symlinkVolker Lendecke2011-06-241-0/+1
|
* s3: Add symlink reparse point marshalling routinesVolker Lendecke2011-06-241-0/+1
|