obnox/samba/samba-obnox.git
2010-04-06 Thomas Nagybuild: replace h_file when replacing md5
2010-04-06 Andrew Tridgellbuild: attempt to fix md5 problem on solaris8
2010-04-06 Andrew Tridgells4-waf: remove the need for some of the lib aliases
2010-04-06 Andrew Tridgellbuild: a few more build rules that should have on_resul...
2010-04-06 Andrew Tridgellbuild: fixed case of system library deps
2010-04-06 Stefan Metzmacherbuild: make use on_results=True for some build rules
2010-04-06 Andrew Tridgells4-waf: disable_gnutls is gone
2010-04-06 Andrew Tridgells4-waf: don't hardcode python path
2010-04-06 Andrew Tridgellbuild: cope with systems that don't have md5 in python
2010-04-06 Andrew Tridgellbuild: need to mark disabled libraries as DISABLED
2010-04-06 Andrew Tridgellbuild: honor both --enable-gnutls and --disable-gnutls
2010-04-06 Andrew Tridgellbuild: fixed the cflags for pkg_config libs
2010-04-06 Andrew Tridgellbuild: split out the base waf rules into buildtools...
2010-04-06 Andrew Tridgellbuild: use gzip for waf packing, to try to make it...
2010-04-06 Andrew Tridgells3-waf: the start of the main build for s3
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 Andrew Tridgellbuild: use shell=True for SAMBA_GENERATOR
2010-04-06 Andrew Tridgellbuild: added msg argument to CHECK_TYPE()
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 inttypes.h
2010-04-06 Kai Blinbuild: check for headers needed to generate stack traces
2010-04-06 Kai Blinbuild: check size of dev_t, ino_t and time_t
2010-04-06 Kai Blinbuild: check for uint_t
2010-04-06 Kai Blinbuild: Check for syscall headers
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
2010-04-06 Andrew Tridgellbuild: add cflags from pkg_config results to header...
2010-04-06 Andrew Tridgellbuild: test all the developer cflags before adding...
2010-04-06 Andrew Tridgellbuild: setnttoken depends on libreplace
2010-04-06 Andrew Tridgellbuild: sys_lease_linux needs to be conditionally enabled
2010-04-06 Andrew Tridgellbuild: add additional libreplace conditional sources
2010-04-06 Andrew Tridgellbuild: finer grained rpath checking for binary/install
2010-04-06 Andrew Tridgellbuild: configure fixes for opensolaris
2010-04-06 Andrew Tridgellbuild: socklen_t is in sys/socket.h
2010-04-06 Andrew Tridgellbuild: added --with-selftest-prefix
2010-04-06 Andrew Tridgellbuild: fixed headers for C prototype check
2010-04-06 Andrew Tridgellbuild: updated configure checks or new syntax
2010-04-06 Andrew Tridgellbuild: rewrote the autoconf-like macros to be more...
2010-04-06 Andrew Tridgellbuild: fixed prototype test
2010-04-06 Andrew Tridgellbuild: added checks for solaris getXXent_r() functions
2010-04-06 Andrew Tridgellbuild: added CHECK_C_PROTOTYPE() configure function
2010-04-06 Andrew Tridgellbuild: python 2.4 doesn't support multiple union argume...
2010-04-06 Andrew Tridgellbuild: sun c compiler wants a newline
2010-04-06 Andrew Tridgellbuild: expand indirect syslibs after loop unrolling
2010-04-06 Andrew Tridgellbuild: fixed handling of full dependencies for --disabl...
2010-04-06 Andrew Tridgellbuild: don't use double binaries/libs if not needed
2010-04-06 Andrew Tridgellbuild: mark wafsamba as unbuffered, so stdout and stder...
2010-04-06 Andrew Tridgellbuild: added etags and ctags make targets
2010-04-06 Andrew Tridgellbuild: check if a simple C program runs
2010-04-06 Andrew Tridgellbuild: more complete implementation of waf configure -C
2010-04-06 Andrew Tridgellbuild: rkpty should not directly include socket_wrapper.c
2010-04-06 Andrew Tridgellbuild: fixed build of heimdal/lib/roken/err.h
2010-04-06 Andrew Tridgellbuild: enable real cacheing with waf configure -C
2010-04-06 Andrew Tridgellbuild: added --disable-shared option
2010-04-06 Andrew Tridgellbuild: optimise and re-enable check_duplicate_sources
2010-04-06 Andrew Tridgellbuild: commented the missing subsystems
2010-04-06 Andrew Tridgellbuild: fixed libcli/ndr_netlogon.c dependency rules
2010-04-06 Andrew Tridgellbuild: fixed issue with CC="ccache cc" on solaris
2010-04-06 Andrew Tridgellbuild: support systems without rpath
2010-04-06 Andrew Tridgellbuild: removed testing cflags
2010-04-06 Andrew Tridgellbuild: cope with subsystems with no enabled modules
2010-04-06 Andrew Tridgellbuild: 'makefile' (lowercase) is now a generated file
2010-04-06 Andrew Tridgellbuild: tevent_epoll.c is conditional on HAVE_EPOLL
2010-04-06 Andrew Tridgellbuild: fixed ifaddrs.h for heimdal (from template)
2010-04-06 Andrew Tridgellbuild: if a library is found, but not the fn, still...
2010-04-06 Andrew Tridgellbuild: don't use gcc warnings during configure
2010-04-06 Andrew Tridgellbuild: fixed gnutls check
2010-04-06 Andrew Tridgellbuild: fixed check for pthread_create()
2010-04-06 Andrew Tridgellbuild: more careful library list handling
2010-04-06 Andrew Tridgellbuild: CONFIG_SET() takes conf argument
2010-04-06 Andrew Tridgellbuild: more functions that are in -lsocket -lnsl on...
2010-04-06 Andrew Tridgellbuild: cope with double check for functions
2010-04-06 Andrew Tridgellbuild: compile_et needs lib/com_err includes
2010-04-06 Andrew Tridgellbuild: libreplace now depends on nsl and socket
2010-04-06 Andrew Tridgellbuild: inet_n*() are normally in libc
2010-04-06 Andrew Tridgellbuild: lib needs to take a list when more than 1
2010-04-06 Andrew Tridgellbuild: ensure all libs in CHECK_FUNCS_IN() get a target...
2010-04-06 Andrew Tridgellbuild: cope with multiple libs in CHECK_FUNCS_IN()
2010-04-06 Andrew Tridgellbuild: cope with multiple checks for the same function...
2010-04-06 Andrew Tridgellbuild: don't look for gettext twice
2010-04-06 Andrew Tridgellbuild: these cause problems incrementally too
2010-04-06 Andrew Tridgellbuild: more non-incremental headers
2010-04-06 Andrew Tridgellbuild: don't add curses.h to incremental confdefs.h
2010-04-06 Andrew Tridgellbuild: check libc first for several libraries
2010-04-06 Andrew Tridgellbuild: fixed REPLACE_GETPASS
2010-04-06 Kai Blinbuild: Check for various headers S3 needs.
next