summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2010-04-06s4-waf: started adding auto-install of include filesAndrew Tridgell4-11/+16
2010-04-06s4-waf: added rap/rpc.cAndrew Tridgell1-1/+1
2010-04-06s4-waf: another place where broken ln -f on solaris8 mattersAndrew Tridgell1-2/+2
2010-04-06s4-waf: cope with systems with zlib versions that are too oldAndrew Tridgell1-1/+1
2010-04-06s4-waf: update torture for new ndr/drsblobs.c testsAndrew Tridgell1-1/+1
2010-04-06build: honor existing LD_LIBRARY_PATH settings when adding shared lib pathsAndrew Tridgell1-2/+2
2010-04-06s4-waf: remove the need for some of the lib aliasesAndrew Tridgell3-6/+2
2010-04-06s4-waf: disable_gnutls is goneAndrew Tridgell1-1/+1
2010-04-06s4-waf: don't hardcode python pathAndrew Tridgell1-1/+1
2010-04-06build: need to mark disabled libraries as DISABLEDAndrew Tridgell1-2/+4
2010-04-06build: honor both --enable-gnutls and --disable-gnutlsAndrew Tridgell1-5/+12
2010-04-06build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell2-2/+0
2010-04-06build: add cflags from pkg_config results to header/function testsAndrew Tridgell1-4/+8
2010-04-06build: setnttoken depends on libreplaceAndrew Tridgell1-1/+1
2010-04-06build: sys_lease_linux needs to be conditionally enabledAndrew Tridgell1-9/+12
2010-04-06build: configure fixes for opensolarisAndrew Tridgell2-1/+12
2010-04-06build: added --with-selftest-prefixAndrew Tridgell1-3/+8
2010-04-06build: updated configure checks or new syntaxAndrew Tridgell3-19/+14
2010-04-06build: added etags and ctags make targetsAndrew Tridgell1-0/+6
2010-04-06build: rkpty should not directly include socket_wrapper.cAndrew Tridgell1-1/+1
2010-04-06build: fixed build of heimdal/lib/roken/err.hAndrew Tridgell1-0/+9
2010-04-06build: commented the missing subsystemsAndrew Tridgell1-12/+14
2010-04-06build: fixed libcli/ndr_netlogon.c dependency rulesAndrew Tridgell2-1/+2
2010-04-06build: support systems without rpathAndrew Tridgell1-0/+3
2010-04-06build: removed testing cflagsAndrew Tridgell1-3/+2
2010-04-06build: fixed ifaddrs.h for heimdal (from template)Andrew Tridgell1-0/+8
2010-04-06build: fixed gnutls checkAndrew Tridgell1-1/+1
2010-04-06build: more functions that are in -lsocket -lnsl on some systemsAndrew Tridgell1-4/+10
2010-04-06build: compile_et needs lib/com_err includesAndrew Tridgell1-0/+1
2010-04-06build: don't look for gettext twiceAndrew Tridgell1-2/+0
2010-04-06build: don't add curses.h to incremental confdefs.hAndrew Tridgell1-2/+2
2010-04-06build: check libc first for several librariesAndrew Tridgell2-4/+4
2010-04-06build: don't assume bash in configure.wafAndrew Tridgell1-1/+1
2010-04-06build: spelling fix, and syntax highlighting fixAndrew Tridgell1-2/+2
2010-04-06build: conditionally enable inotifyAndrew Tridgell2-8/+10
2010-04-06build: check for pam headersAndrew Tridgell1-0/+1
2010-04-06build: install samba in sbinAndrew Tridgell1-1/+2
2010-04-06build: don't install the heimdal compilersAndrew Tridgell1-4/+9
2010-04-06build: don't install talloc_testsuite and ldbtestAndrew Tridgell1-2/+4
2010-04-06build: Add a ctags command to build a ctags-style tags fileKai Blin1-0/+8
2010-04-06build: install codepage filesAndrew Tridgell1-0/+1
2010-04-06build: don't default to WAFCACHE in configureAndrew Tridgell1-2/+5
2010-04-06build: use RUN_COMMAND() to wrap os.system()Andrew Tridgell1-6/+3
2010-04-06build: fixed st_done test completion codeAndrew Tridgell2-6/+4
2010-04-06build: default to 1 job in make, to be build farm friendlyAndrew Tridgell1-1/+6
2010-04-06build: ensure that the 'build' command appears in waf --helpAndrew Tridgell1-0/+5
2010-04-06build: disable WAFCACHE by defaultAndrew Tridgell1-2/+8
2010-04-06build: compatibility makefile targetsAndrew Tridgell2-3/+15
2010-04-06build: alias the libiconv target name for subsystems that depend on 'ICONV'Andrew Tridgell1-1/+1
2010-04-06build: added 'waf etags' targetAndrew Tridgell1-1/+9