summaryrefslogtreecommitdiff
path: root/source3/wscript
AgeCommit message (Collapse)AuthorFilesLines
2010-07-19s3-rpc_server: Added callbacks for init and shutdown of a rpc service.Andreas Schneider1-6/+14
This adds two callback function for each rpc service. One is for initialisation and the other for shutdown. rpc_<service>_unregister() needs to be called to execute the shutdown function.
2010-06-20s3: Attempt to fix the build on NetBSDKai Blin1-3/+3
Unlike Linux and OSX, NetBSD seems to have *netgrent prototypes in netgroup.h.
2010-06-20s3-waf: Change the (set|get|end)netgrent checks to match the configure.in checksKai Blin1-9/+12
2010-06-17s3-waf: Add check for iconvKai Blin1-0/+8
2010-06-17s3-waf: Work around missing *netgrent prototypes on OSX 10.4Kai Blin1-5/+16
2010-06-01s3-waf: Add check for dirent.d_off memberKai Blin1-0/+4
2010-06-01s3-waf: Check for device major and minor macrosKai Blin1-0/+8
2010-06-01s3-waf: Add check for asm/types.hKai Blin1-0/+2
2010-05-31s3-waf: Check if compiler supports LL suffixKai Blin1-0/+6
2010-05-31s3-waf: Check for broken nisplus include filesKai Blin1-0/+3
2010-05-30s3-waf: support avahi buildsKai Blin1-0/+12
2010-05-30s3-waf: Add more darwin-specific optionsKai Blin1-0/+2
2010-05-30s3-waf: Set HAVE_GSSAPI if gssapi libs were foundKai Blin1-1/+2
2010-05-28s3-waf: Support builds with utmp accountingKai Blin1-3/+34
2010-05-28s3-waf: Match the defines from the autotools build on PACKAGE_*Kai Blin1-5/+5
2010-05-28s3-waf: Detect which version of krb5_enctype_to_string is usedKai Blin1-0/+24
Pair-Programmed-With: Günther Deschner <gd@samba.org>
2010-05-28waf Read VERSION file inside WAF to set package versionAndrew Bartlett1-7/+11
This replaces the call to mkversion.sh in both the Samba3 and Samba4 WAF builds. Andrew Bartlett
2010-05-27s3-waf: Fix typoKai Blin1-1/+1
Sorry for the noise
2010-05-27s3-waf: Also set "developer" env when building in developer modeKai Blin1-0/+1
2010-05-26s3-waf: more work on krb5 build.Günther Deschner1-0/+30
Guenther
2010-05-26s3-waf: Allow to build with kerberos supportKai Blin1-0/+9
2010-05-26s3-waf: Check for additional options on *xattrKai Blin1-0/+6
2010-05-26s3-waf: Add darwin to the host_os-specific checksKai Blin1-0/+2
2010-05-26s3-waf: Don't hardcode the name of the awk executable in wscript_buildKai Blin1-0/+2
2010-05-25s3-waf: very simple start on getting krb5 build to work.Günther Deschner1-0/+2
Guenther
2010-05-21s3-waf: Actually make --with/--without-swat workKai Blin1-0/+3
2010-05-21s3-waf: Really disable winbindd build when --without-winbind is specifiedKai Blin1-0/+1
2010-05-20s3-waf: more elaborate host_os check for STAT_ST_BLOCKSIZEKai Blin1-4/+11
2010-05-20s3-waf: fix the winbindd build againKai Blin1-1/+3
2010-05-20s3-waf: Also include source4/ when looking for headersStefan Metzmacher1-1/+1
2010-05-20s3-waf: build shared modules as subsystemsKai Blin1-0/+11
2010-05-20s3-waf: autogenerate lists of static modulesKai Blin1-1/+2
2010-05-20s3-waf: tdb includes are in lib/tdb/includeKai Blin1-1/+1
2010-05-20s3-waf: Autogenerate the static and dynamic init function callsKai Blin1-4/+23
2010-05-20s3-waf: add popt and tdb include dirs to the includes listKai Blin1-1/+1
2010-05-20s3-waf: Build swatKai Blin1-0/+1
2010-05-20s3-waf: Fix global includes to fix waf configure --help outputKai Blin1-2/+4
2010-05-20s3-waf: Add dummy configuration option for pthreadpoolKai Blin1-0/+1
2010-05-20s3-waf: Add dummy configuration option for utmpKai Blin1-0/+1
2010-05-20s3-waf: Add dummy configuration option for sendfile-supportKai Blin1-0/+1
2010-05-20s3-waf: Add dummy configuration options for quotasKai Blin1-0/+2
2010-05-20s3-waf: Add dummy configuration option for PAMKai Blin1-0/+1
2010-05-20s3-waf: Add configuration option for merged buildKai Blin1-0/+1
This doesn't enable the merged build, but doesn't error out when the --disable-merged-build configuration option is set
2010-05-20s3-waf: move the KRB5_DEPRECATED check into lib/replaceAndrew Tridgell1-7/+0
this needs to be with the krb5.h check
2010-05-20s3-waf: Don't recurse into tsocket dir during configureKai Blin1-1/+0
2010-05-20s3-waf: Add enable selftest configuration optionAndrew Tridgell1-0/+3
2010-05-20s3-waf: correctly handle the libcap dependency when libcap is not installedAndrew Tridgell1-1/+2
2010-05-20s3-waf: build wbinfo using wafKai Blin1-0/+1
2010-05-20s3-waf: Add ctags commandKai Blin1-0/+7
2010-05-20s3-waf: Support smbd build without ldap and kerberosKai Blin1-33/+40