s3:registry: extract reg_eventlog prototypes to header of their own
[amitay/samba.git] / source3 / wscript
2010-05-20 Kai Blins3-waf: Actually make --with/--without-swat work
2010-05-20 Kai Blins3-waf: Really disable winbindd build when --without...
2010-05-20 Kai Blins3-waf: more elaborate host_os check for STAT_ST_BLOCKSIZE
2010-05-20 Kai Blins3-waf: fix the winbindd build again
2010-05-20 Stefan Metzmachers3-waf: Also include source4/ when looking for headers
2010-05-20 Kai Blins3-waf: build shared modules as subsystems
2010-05-20 Kai Blins3-waf: autogenerate lists of static modules
2010-05-20 Kai Blins3-waf: tdb includes are in lib/tdb/include
2010-05-20 Kai Blins3-waf: Autogenerate the static and dynamic init functi...
2010-05-20 Kai Blins3-waf: add popt and tdb include dirs to the includes...
2010-05-20 Kai Blins3-waf: Build swat
2010-05-20 Kai Blins3-waf: Fix global includes to fix waf configure -...
2010-05-20 Kai Blins3-waf: Add dummy configuration option for pthreadpool
2010-05-20 Kai Blins3-waf: Add dummy configuration option for utmp
2010-05-20 Kai Blins3-waf: Add dummy configuration option for sendfile...
2010-05-20 Kai Blins3-waf: Add dummy configuration options for quotas
2010-05-20 Kai Blins3-waf: Add dummy configuration option for PAM
2010-05-20 Kai Blins3-waf: Add configuration option for merged build
2010-05-20 Andrew Tridgells3-waf: move the KRB5_DEPRECATED check into lib/replace
2010-05-20 Kai Blins3-waf: Don't recurse into tsocket dir during configure
2010-05-20 Andrew Tridgells3-waf: Add enable selftest configuration option
2010-05-20 Andrew Tridgells3-waf: correctly handle the libcap dependency when...
2010-05-20 Kai Blins3-waf: build wbinfo using waf
2010-05-20 Kai Blins3-waf: Add ctags command
2010-05-20 Kai Blins3-waf: Support smbd build without ldap and kerberos
2010-05-20 Kai Blins3-waf: Allow building without ads/ldap/krb5 even if...
2010-05-20 Kai Blins3-waf: Allow using --enable/--disable options as well
2010-05-20 Andrew Tridgells3-waf: correctly handle cups dependencies when cups...
2010-05-20 Kai Blins3-waf: Add helper that facilitates defining --with...
2010-05-20 Kai Blins3-waf: Fix the CUPS dependency
2010-05-20 Andrew Tridgells3-waf: All sorts of nasty hacks to finally get smbd...
2010-05-20 Kai Blins3-waf: Add some more krb5 checks
2010-05-20 Kai Blins3-waf: Check for LDAP
2010-05-20 Kai Blins3-waf: Move cups, ldap and krb5 checks to the end...
2010-05-20 Kai Blins3-waf: Check for KRB5_DEPRECATED handling
2010-05-20 Kai Blins3-waf: Fake some defines that need to be set by config...
2010-05-20 Kai Blins3-waf: Add more objects trying to build smbd
2010-04-06 Andrew Tridgells4-waf: move to a universal method of recursing into...
2010-04-06 Andrew Tridgells4-waf: set default for bundled libraries
2010-04-06 Andrew Tridgells3-waf: added options for static/shared module building
2010-04-06 Kai Blins3-waf: check for default charsets
2010-04-06 Andrew Tridgells3-waf: more configure tests and minor fixes
2010-04-06 Andrew Tridgells3-waf: added build subdir for dynconfig generation
2010-04-06 Kai Blinbuild: Change checks to conform to new CHECK_* behaviour
2010-04-06 Kai Blinbuild: Check if the compiler will optimize out functions
2010-04-06 Kai Blinbuild: check for int types included from rpc/rpc.h
2010-04-06 Kai Blinbuild: Check for POSIX capabilities
2010-04-06 Kai Blinbuild: Check for various members of struct stat
2010-04-06 Kai Blinbuild: Fix package name and package string case
2010-04-06 Kai Blinbuild: Check for functions needed by Samba3
2010-04-06 Kai Blinbuild: Check for kernel share modes
2010-04-06 Kai Blinbuild: Check for IRIX kernel oplock types
2010-04-06 Kai Blinbuild: Check for Linux kernel oplocks
2010-04-06 Kai Blinbuild: Check for kernel change notify support
2010-04-06 Kai Blinbuild: check for inotify support
2010-04-06 Kai Blinbuild: check for headers needed to generate stack traces
2010-04-06 Kai Blinbuild: Check for krb5 headers
2010-04-06 Kai Blinbuild: Check for LDAP libraries
2010-04-06 Kai Blinbuild: Check for CUPS
2010-04-06 Kai Blinbuild: Add a basic wscript file for Samba3