summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* s4-waf: more dependencies on tallocAndrew Tridgell2010-04-0610-9/+15
| | | | | these are needed so we can support a system talloc without using the bundled talloc.h
* s4-waf: cleaned up tevent dependencyAndrew Tridgell2010-04-062-2/+1
|
* s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell2010-04-0611-21/+23
|
* s4-waf: support the use of system librariesAndrew Tridgell2010-04-061-7/+11
| | | | | | | | | distros can set --bundled-libraries=NONE to force use of all system libraries. If the right version isn't found then configure will fail. Users may choose which libraries to use from the system, and which to use bundled libs. The default is to try system libs, and use them if their version matches the one in the source tree.
* s4-waf: fixed some deps now we don't auto-include tevent and replaceAndrew Tridgell2010-04-063-3/+3
| | | | | this is preparation for being able to use system versions of these libraries
* s4-waf: set default for bundled librariesAndrew Tridgell2010-04-062-4/+4
|
* s4-waf: don't auto-include bundled library headersAndrew Tridgell2010-04-061-1/+1
| | | | | If we are going to use the system versions of these libraries then we should not force the use of the non-system headers
* s4-waf: set the bundled library extension for some libsAndrew Tridgell2010-04-062-14/+12
|
* ldb-waf: rename libldb.so to libldb-s4.so if built as part of s4Andrew Tridgell2010-04-061-1/+23
| | | | | Also include the ldap backend if not built as part of s4. In s4, we use the ldapi backend.
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-0674-0/+148
| | | | them
* s4-waf: ensure all the ldb.pc.in vars are setAndrew Tridgell2010-04-061-0/+9
|
* s4-waf: move the gnu dirs check to the generic wafsamba codeAndrew Tridgell2010-04-061-2/+0
|
* s4-waf: install dcerpc_atsvc.pcAndrew Tridgell2010-04-061-1/+1
|
* s4-waf: enable the configuration and options for pidlAndrew Tridgell2010-04-061-0/+2
|
* s4-waf: enable the pc_files in the build rulesAndrew Tridgell2010-04-066-7/+9
|
* s4-waf: install the rest of our python filesAndrew Tridgell2010-04-064-8/+15
|
* s4-waf: install pidlAndrew Tridgell2010-04-061-0/+1
|
* s4-waf: install the rest of the headersAndrew Tridgell2010-04-068-20/+26
|
* s4-waf: set CONFIG_H variable for selftestAndrew Tridgell2010-04-061-0/+3
|
* s4-waf: forgot these filesAndrew Tridgell2010-04-062-0/+24
|
* s4-waf: started adding auto-install of include filesAndrew Tridgell2010-04-064-11/+16
|
* s4-waf: added rap/rpc.cAndrew Tridgell2010-04-061-1/+1
|
* s4-waf: another place where broken ln -f on solaris8 mattersAndrew Tridgell2010-04-061-2/+2
|
* s4-waf: cope with systems with zlib versions that are too oldAndrew Tridgell2010-04-061-1/+1
|
* s4-waf: update torture for new ndr/drsblobs.c testsAndrew Tridgell2010-04-061-1/+1
|
* build: honor existing LD_LIBRARY_PATH settings when adding shared lib pathsAndrew Tridgell2010-04-061-2/+2
|
* s4-waf: remove the need for some of the lib aliasesAndrew Tridgell2010-04-063-6/+2
|
* s4-waf: disable_gnutls is goneAndrew Tridgell2010-04-061-1/+1
|
* s4-waf: don't hardcode python pathAndrew Tridgell2010-04-061-1/+1
|
* build: need to mark disabled libraries as DISABLEDAndrew Tridgell2010-04-061-2/+4
|
* build: honor both --enable-gnutls and --disable-gnutlsAndrew Tridgell2010-04-061-5/+12
| | | | | This shows how we can do the dual-boolean rules we use so much with autoconf
* build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell2010-04-062-2/+0
| | | | this stops lib/replace becoming a mess
* build: add cflags from pkg_config results to header/function testsAndrew Tridgell2010-04-061-4/+8
| | | | | | | | | When we find a package with pkg_config we may need to use the resulting ccflags and ldflags in later tests. Support this by adding lib= options to CHECK_FUNC and CHECK_HEADER This gets gnutls on FreeBSD working
* build: setnttoken depends on libreplaceAndrew Tridgell2010-04-061-1/+1
|
* build: sys_lease_linux needs to be conditionally enabledAndrew Tridgell2010-04-061-9/+12
|
* build: configure fixes for opensolarisAndrew Tridgell2010-04-062-1/+12
|
* build: added --with-selftest-prefixAndrew Tridgell2010-04-061-3/+8
|
* build: updated configure checks or new syntaxAndrew Tridgell2010-04-063-19/+14
|
* build: added etags and ctags make targetsAndrew Tridgell2010-04-061-0/+6
|
* build: rkpty should not directly include socket_wrapper.cAndrew Tridgell2010-04-061-1/+1
|
* build: fixed build of heimdal/lib/roken/err.hAndrew Tridgell2010-04-061-0/+9
|
* build: commented the missing subsystemsAndrew Tridgell2010-04-061-12/+14
|
* build: fixed libcli/ndr_netlogon.c dependency rulesAndrew Tridgell2010-04-062-1/+2
|
* build: support systems without rpathAndrew Tridgell2010-04-061-0/+3
|
* build: removed testing cflagsAndrew Tridgell2010-04-061-3/+2
|
* build: fixed ifaddrs.h for heimdal (from template)Andrew Tridgell2010-04-061-0/+8
|
* build: fixed gnutls checkAndrew Tridgell2010-04-061-1/+1
|
* build: more functions that are in -lsocket -lnsl on some systemsAndrew Tridgell2010-04-061-4/+10
|
* build: compile_et needs lib/com_err includesAndrew Tridgell2010-04-061-0/+1
|
* build: don't look for gettext twiceAndrew Tridgell2010-04-061-2/+0
|