summaryrefslogtreecommitdiffstats
path: root/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
* build: put doserr.c into it's own subsystem, so it's no longer a duplicateAndrew Bartlett2011-04-291-0/+1
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 29 10:00:32 CEST 2011 on sn-devel-104
* auth/kerberos: Create common helper to get the verified PAC from GSSAPIAndrew Bartlett2011-04-271-0/+1
| | | | | | | | | | | This only works for Heimdal and MIT Krb5 1.8, other versions will get an ACCESS_DEINED error. We no longer manually verify any details of the PAC in Samba for GSSAPI logins, as we never had the information to do it properly, and it is better to have the GSSAPI library handle it. Andrew Bartlett
* build: force _SAMBA_BUILD_==4 to be true in public headersAndrew Tridgell2011-03-151-0/+3
| | | | for s4 public headers, this is always true
* build: mark some private includes as OK in public headersAndrew Tridgell2011-03-151-0/+4
| | | | | these are includes which are protected by #ifdefs which means they don't get exposed to public users
* build: added automated testing of our public headersAndrew Tridgell2011-03-151-0/+2
| | | | | we generate test_headers.h, which includes all of our public headers, and check it compiles
* build: install public headers in the build treeAndrew Tridgell2011-03-151-0/+3
| | | | | | this symlinks our public headers into the build tree, which will allow us to refer to the public headers by their public name inside the source tree.
* build: moved util_reg.c into a common subsystemAndrew Tridgell2011-02-241-0/+1
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 05:53:52 CET 2011 on sn-devel-104
* build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell2011-02-241-0/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-waf: added --enable-s3build configure optionAndrew Tridgell2011-02-221-1/+2
| | | | | | this enables the build of the s3 binaries in the toplevel build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3build: recurse into source3/Andrew Tridgell2011-02-221-0/+6
| | | | | | we can now use common build rules Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* auth Move auth_sam_reply into the top level.Andrew Bartlett2011-02-101-0/+1
| | | | | | | | | These functions provide conversions between some netlogon.idl and auth.idl structures Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* waf: added top level build rules Andrew Tridgell2011-02-071-0/+106
This adds build rules for the top level directory based on the ones from source4. This is an intermediate step towards a combined top level build which will build both the Samba3 (bin/smbd, bin/nmbd etc) and Samba4 (bin/samba) binaries from a single build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>