summaryrefslogtreecommitdiff
path: root/source3/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2012-05-06s3:libsmb: add smb2cli_set_info*Stefan Metzmacher1-0/+1
metze
2012-05-06s3:libsmb: add smb2cli_query_info*Stefan Metzmacher1-0/+1
metze
2012-05-03UTIL_TDB: lowercase name.Jelmer Vernooij1-3/+3
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu May 3 20:18:22 CEST 2012 on sn-devel-104
2012-05-01s3:torture: add idmap_tdb_common test codeChristian Ambach1-0/+2
2012-04-27s3:libsmb: add smb2cli_ioctl*Stefan Metzmacher1-0/+1
metze
2012-04-25s3-waf: Cleanup smbregistry.Andreas Schneider1-10/+4
2012-04-25lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into ↵Alexander Bokovoy1-2/+2
lib/replace/system/gssapi.h With waf build include directories are defined by dependencies specified to subsystems. Without proper dependency <gssapi/gssapi.h> cannot be found for embedded Heimdal builds when there are no system-wide gssapi/gssapi.h available. Split out GSSAPI header includes in a separate replacement header and use that explicitly where needed. Autobuild-User: Alexander Bokovoy <ab@samba.org> Autobuild-Date: Wed Apr 25 00:18:33 CEST 2012 on sn-devel-104
2012-04-23Make krb5 wrapper library common so they can be used all overSimo Sorce1-7/+7
2012-04-19s3-dbwrap: Add dbwrap_record_watch_send/recvVolker Lendecke1-0/+2
With this API you can asynchronously wait for a record to be modified
2012-04-18s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdbAndrew Bartlett1-0/+5
2012-04-18s3-build: move file_id.c into samba3-util and create a private headerAndrew Bartlett1-2/+2
2012-04-18dbwrap: Add dbwrap_tdb to private dbwrap libraryAndrew Bartlett1-3/+2
Andrew Bartlett
2012-04-18s3-build: Add missing samba3-util dep to tdb-wrap3Andrew Bartlett1-1/+1
2012-04-18build: Remove more of the s3 special cases in waf: only pidfile.c needs ↵Andrew Bartlett1-1/+7
-DCONFIGFILE
2012-04-17s3-waf: Add possibility to build with system libsmbclient.Andreas Schneider1-34/+1
2012-04-17s3-waf: Fix client/smbclient dependencies.Andreas Schneider1-7/+7
2012-04-17s3: Add smbstatus -N to output the notify dbVolker Lendecke1-1/+1
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Tue Apr 17 11:54:35 CEST 2012 on sn-devel-104
2012-04-17s3: Add two notify benchmark testsVolker Lendecke1-0/+2
2012-04-17s3: Add msg_channelVolker Lendecke1-0/+2
This is a tevent_based variant of messaging_register
2012-04-17s3: Add a second ctdb connect libraryVolker Lendecke1-0/+2
The existing one is not async at all.
2012-04-17s3: Add dbwrap_cacheVolker Lendecke1-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.
2012-04-17s3: Add infrastructure for background jobsVolker Lendecke1-0/+1
2012-04-03s3-libads: Remove ads_verify_ticket() as it is now unusedAndrew Bartlett1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-04-03build: Reduce deps of ntlm_authAndrew Bartlett1-2/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2012-03-24s3-waf: Use samba3-util library instead of lots of tiny libs.Jelmer Vernooij1-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.
2012-03-15build: param must require cups to get the cups headers path in -IAndrew Bartlett1-1/+1
2012-03-14samba3util: Add ccan to dependency list now that str_checksum() uses a ccan ↵Jelmer Vernooij1-1/+1
function. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Mar 14 17:55:51 CET 2012 on sn-devel-104
2012-03-10s3: Add a new set of andx chain handling routinesVolker Lendecke1-1/+2
This is in preparation of getting rid of chain_reply.
2012-02-29s3: Add a test that makes a chained open break an oplockVolker Lendecke1-0/+1
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Feb 29 01:13:03 CET 2012 on sn-devel-104
2012-02-23s3:wscript_build - fix TDB dependency for source3/lib/util.cMatthias Dieter Wallnöfer1-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
2012-02-16s3-librpc: Use gensec_spnego for DCE/RPC authenticationAndrew Bartlett1-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>
2012-02-10s3-waf: add dependency on talloc or it won't build if talloc.h is not in the ↵Matthieu Patou1-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
2012-02-07s3-waf: Link against tdb_compat instead of tdb.Andreas Schneider1-5/+5
2012-02-01s3-libsmb: Remove dead gssapi code.Andreas Schneider1-1/+1
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Feb 1 23:29:44 CET 2012 on sn-devel-104
2012-02-01s3-lib: Fix util_cmdline which doesn't use popt.Andreas Schneider1-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.
2012-02-01s3/wscript: Fix dependency on gssapi, necessary when there is no system ↵Jelmer Vernooij1-1/+1
Kerberos. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Feb 1 02:43:11 CET 2012 on sn-devel-104
2012-01-27s3-pdb: Break SECRETS3 dependency on PDB.Simo Sorce1-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>
2012-01-27s3-waf: Create a subsystem for SERVER_MUTEX.Andreas Schneider1-3/+6
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Fri Jan 27 12:55:01 CET 2012 on sn-devel-104
2012-01-27s3-waf: Add missing dependency of ntlmssp to wbclient.Andreas Schneider1-1/+1
2012-01-27build: Add missing dependencies on poptAmitay Isaacs1-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
2012-01-26s3-build: Remove FIXME, bigballofmud is no moreAndrew Bartlett1-2/+0
2012-01-25s3-waf: Reduce dependencies of winbindd.Andreas Schneider1-24/+9
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Jan 25 13:31:19 CET 2012 on sn-devel-104
2012-01-25s3-waf: Reduce dependencies of smbd_base.Andreas Schneider1-43/+10
2012-01-25s3-waf: Fix cups dependency in PRINTING.Andreas Schneider1-1/+1
2012-01-25s3-waf: Add missing dependency to LIBNET.Andreas Schneider1-2/+1
2012-01-25s3-waf: Reduce libsmbclient dependencies.Andreas Schneider1-2/+8
2012-01-25s3-waf: Reduce libnetapi dependencies.Andreas Schneider1-6/+11
2012-01-25s3-waf: Link vlp only against needed subsystems.Andreas Schneider1-1/+3
2012-01-25s3-waf: Link split_tokens only against needed subsystems.Andreas Schneider1-2/+3
2012-01-25s3-waf: Link dbwrap_torture only against needed subsystems.Andreas Schneider1-1/+3