summaryrefslogtreecommitdiffstats
path: root/source3/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Add msg_channelVolker Lendecke2012-04-171-0/+2
| | | | This is a tevent_based variant of messaging_register
* s3: Add a second ctdb connect libraryVolker Lendecke2012-04-171-0/+2
| | | | The existing one is not async at all.
* s3: Add dbwrap_cacheVolker Lendecke2012-04-171-1/+1
| | | | | | This is a caching layer for the notify database and potentially for the brlock database. It caches the parse_record operation as long as the underlying seqnum does not change.
* s3: Add infrastructure for background jobsVolker Lendecke2012-04-171-0/+1
|
* s3-libads: Remove ads_verify_ticket() as it is now unusedAndrew Bartlett2012-04-031-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* build: Reduce deps of ntlm_authAndrew Bartlett2012-04-031-2/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-waf: Use samba3-util library instead of lots of tiny libs.Jelmer Vernooij2012-03-241-52/+18
| | | | | | | | The smaller libraries are currently all trivial in size and don't have any dependencies other than samba-util. Having lots of small private libraries is a pain for packaging, and there isn't much advantage in this.
* build: param must require cups to get the cups headers path in -IAndrew Bartlett2012-03-151-1/+1
|
* samba3util: Add ccan to dependency list now that str_checksum() uses a ccan ↵Jelmer Vernooij2012-03-141-1/+1
| | | | | | | function. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Mar 14 17:55:51 CET 2012 on sn-devel-104
* s3: Add a new set of andx chain handling routinesVolker Lendecke2012-03-101-1/+2
| | | | This is in preparation of getting rid of chain_reply.
* s3: Add a test that makes a chained open break an oplockVolker Lendecke2012-02-291-0/+1
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Feb 29 01:13:03 CET 2012 on sn-devel-104
* s3:wscript_build - fix TDB dependency for source3/lib/util.cMatthias Dieter Wallnöfer2012-02-231-3/+1
| | | | | | | | | https://bugzilla.samba.org/show_bug.cgi?id=8708 Signed-off-by: Andrew Tridgell <tridge@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 23 01:43:04 CET 2012 on sn-devel-104
* s3-librpc: Use gensec_spnego for DCE/RPC authenticationAndrew Bartlett2012-02-161-1/+0
| | | | | | | | | | | | | This ensures that we use the same SPNEGO code on session setup and on DCE/RPC binds, and simplfies the calling code as spnego is no longer a special case in cli_pipe.c A special case wrapper function remains to avoid changing the application layer callers in this patch. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-waf: add dependency on talloc or it won't build if talloc.h is not in the ↵Matthieu Patou2012-02-101-4/+8
| | | | | | | | | | default include path The problem occurs only if talloc, tdb and ldb are used as system libraries and talloc is not installed in a default. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Fri Feb 10 23:27:29 CET 2012 on sn-devel-104
* s3-waf: Link against tdb_compat instead of tdb.Andreas Schneider2012-02-071-5/+5
|
* s3-libsmb: Remove dead gssapi code.Andreas Schneider2012-02-011-1/+1
| | | | | Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Feb 1 23:29:44 CET 2012 on sn-devel-104
* s3-lib: Fix util_cmdline which doesn't use popt.Andreas Schneider2012-02-011-3/+3
| | | | | | This creates its own header file for util_cmdline so it doesn't need to link against popt. This should fix linking on FreeBSD.
* s3/wscript: Fix dependency on gssapi, necessary when there is no system ↵Jelmer Vernooij2012-02-011-1/+1
| | | | | | | Kerberos. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Feb 1 02:43:11 CET 2012 on sn-devel-104
* s3-pdb: Break SECRETS3 dependency on PDB.Simo Sorce2012-01-271-9/+13
| | | | | | | | | | | | | | | This is causing circular depdnendcies that bring libpdb in all code and this is BAD. This change 'protects' the sid and guid of the domain by adding a special key that makes them effectively read only. Limit this temporarily to the samba 4 build, once it gets some good testing the samba4 ifdefs can be dropped. fix pdb dependencies Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-waf: Create a subsystem for SERVER_MUTEX.Andreas Schneider2012-01-271-3/+6
| | | | | Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Fri Jan 27 12:55:01 CET 2012 on sn-devel-104
* s3-waf: Add missing dependency of ntlmssp to wbclient.Andreas Schneider2012-01-271-1/+1
|
* build: Add missing dependencies on poptAmitay Isaacs2012-01-271-0/+2
| | | | | | | | This fixes compilation issues on freebsd where system popt is installed under /usr/local. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Fri Jan 27 08:33:52 CET 2012 on sn-devel-104
* s3-build: Remove FIXME, bigballofmud is no moreAndrew Bartlett2012-01-261-2/+0
|
* s3-waf: Reduce dependencies of winbindd.Andreas Schneider2012-01-251-24/+9
| | | | | Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Jan 25 13:31:19 CET 2012 on sn-devel-104
* s3-waf: Reduce dependencies of smbd_base.Andreas Schneider2012-01-251-43/+10
|
* s3-waf: Fix cups dependency in PRINTING.Andreas Schneider2012-01-251-1/+1
|
* s3-waf: Add missing dependency to LIBNET.Andreas Schneider2012-01-251-2/+1
|
* s3-waf: Reduce libsmbclient dependencies.Andreas Schneider2012-01-251-2/+8
|
* s3-waf: Reduce libnetapi dependencies.Andreas Schneider2012-01-251-6/+11
|
* s3-waf: Link vlp only against needed subsystems.Andreas Schneider2012-01-251-1/+3
|
* s3-waf: Link split_tokens only against needed subsystems.Andreas Schneider2012-01-251-2/+3
|
* s3-waf: Link dbwrap_torture only against needed subsystems.Andreas Schneider2012-01-251-1/+3
|
* s3-waf: Link dbwrap_tool only against needed subsystems.Andreas Schneider2012-01-251-1/+3
|
* s3-waf: Link test_lp_load only against needed subsystems.Andreas Schneider2012-01-251-1/+4
|
* s3-waf: Link rpc_open_tcp only against needed subsystems.Andreas Schneider2012-01-251-2/+3
|
* s3-waf: Link ntlm_auth only against needed subsystems.Andreas Schneider2012-01-251-4/+8
|
* s3-waf: Link versiontest only against needed subsystems.Andreas Schneider2012-01-251-1/+3
|
* s3-waf: Link smbfilter only against needed subsystems.Andreas Schneider2012-01-251-2/+4
|
* s3-waf: Link locktest2 only against needed subsystems.Andreas Schneider2012-01-251-2/+5
|
* s3-waf: Link vfstest only against needed subsystems.Andreas Schneider2012-01-251-1/+4
|
* s3-waf: Link pdbtest only against needed subsystems.Andreas Schneider2012-01-251-2/+4
|
* s3-waf: Link locktest only against needed subsystems.Andreas Schneider2012-01-251-2/+5
|
* s3-waf: Link sharesec only against needed subsystems.Andreas Schneider2012-01-251-1/+3
|
* s3-waf: Link eventlogadm only against needed subsystems.Andreas Schneider2012-01-251-2/+4
|
* s3-waf: Link smbcquotas only against needed subsystems.Andreas Schneider2012-01-251-2/+5
|
* s3-waf: Link smbcacls only against needed subsystems.Andreas Schneider2012-01-251-3/+5
|
* s3-waf: Link msgtest only against needed subsystems.Andreas Schneider2012-01-251-1/+3
|
* s3-waf: Link maketest only against needed subsystems.Andreas Schneider2012-01-251-2/+4
|
* s3-waf: Link smbconftort only against needed subsystems.Andreas Schneider2012-01-251-1/+4
|
* s3-waf: Link nmblookup only against needed subsystems.Andreas Schneider2012-01-251-2/+9
|