summaryrefslogtreecommitdiff
path: root/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2011-05-09build: Remove --disable-s3build so we can rely on these subsystemsAndrew Bartlett1-2/+1
This will make it easier to write code that uses the whole codebase. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon May 9 12:25:33 CEST 2011 on sn-devel-104
2011-05-08lib/socket move interfaces code to the top levelAndrew Bartlett1-0/+1
2011-04-29build: put doserr.c into it's own subsystem, so it's no longer a duplicateAndrew Bartlett1-0/+1
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 29 10:00:32 CEST 2011 on sn-devel-104
2011-04-27auth/kerberos: Create common helper to get the verified PAC from GSSAPIAndrew Bartlett1-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
2011-03-15build: force _SAMBA_BUILD_==4 to be true in public headersAndrew Tridgell1-0/+3
for s4 public headers, this is always true
2011-03-15build: mark some private includes as OK in public headersAndrew Tridgell1-0/+4
these are includes which are protected by #ifdefs which means they don't get exposed to public users
2011-03-15build: added automated testing of our public headersAndrew Tridgell1-0/+2
we generate test_headers.h, which includes all of our public headers, and check it compiles
2011-03-15build: install public headers in the build treeAndrew Tridgell1-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.
2011-02-24build: moved util_reg.c into a common subsystemAndrew Tridgell1-0/+1
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 05:53:52 CET 2011 on sn-devel-104
2011-02-24build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell1-0/+1
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-22s4-waf: added --enable-s3build configure optionAndrew Tridgell1-1/+2
this enables the build of the s3 binaries in the toplevel build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-22s3build: recurse into source3/Andrew Tridgell1-0/+6
we can now use common build rules Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-10auth Move auth_sam_reply into the top level.Andrew Bartlett1-0/+1
These functions provide conversions between some netlogon.idl and auth.idl structures Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-02-07waf: added top level build rules Andrew Tridgell1-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>