Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-14 | s4:heimdal_build: move #undef __APPLE__ to the end of roken.h | Stefan Metzmacher | 2 | -5/+5 | |
Some system includes need __APPLE__ defined. metze | |||||
2010-05-12 | s4:heimdal_build: undefine __APPLE__ as we don't need that magic | Stefan Metzmacher | 1 | -0/+5 | |
This hopefully fixes the build on Mac OS 10. metze | |||||
2010-05-12 | s4:heimdal_build: remove heimdal/lib/hcrypto/evp-cc.c from autoconf build | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2010-05-11 | s4:heimdal_build: remove heimdal/lib/hcrypto/evp-cc.c from the build | Stefan Metzmacher | 1 | -1/+1 | |
This is not needed and contains one big #ifdef __APPLE__ and breaks the build on Mac OS 10. metze | |||||
2010-04-26 | s4-heimdalbuild: remove LIBNETIF dependency from HEIMDAL_GSSAPI | Andrew Tridgell | 1 | -1/+1 | |
this avoids the s3compat layer from getting duplicate interfaces code | |||||
2010-04-12 | s4:heimdal_build/wscript_build: avoid global deps for hostcc stuff | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2010-04-12 | s4:heimdal_build/wscript: rename HEIMDAL_ROKEN_H => HEIMDAL_ROKEN_HOSTCC | Stefan Metzmacher | 1 | -8/+10 | |
metze | |||||
2010-04-12 | lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCC | Stefan Metzmacher | 1 | -3/+5 | |
metze | |||||
2010-04-12 | s4-waf: inline LIBREPLACE_NETWORK into 'replace' | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-04-10 | s4:heimdal_build/wscript_build: remove more network related stuff from ↵ | Stefan Metzmacher | 1 | -3/+4 | |
HEIMDAL_ROKEN_H metze | |||||
2010-04-10 | s4:heimdal_build/wscript_build: use LIBREPLACE_H for asn1_compile and compile_et | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-04-09 | s4:heimdal_build/wscript_build: we don't need separate subsystems just for ↵ | Stefan Metzmacher | 1 | -40/+11 | |
optional source files metze | |||||
2010-04-09 | s4:heimdal_build/wscript_build: remove useless dependecies of HEIMDAL_ROKEN_H | Stefan Metzmacher | 1 | -3/+4 | |
This hopefully fixes the build on host opi - OpenSUSE 10.2 (x86_64). metze | |||||
2010-04-09 | s4:heimdal_build/wscript_build: create a HEIMDAL_ROKEN*_SOURCE variable | Stefan Metzmacher | 1 | -3/+40 | |
metze | |||||
2010-04-06 | s4-waf: we don't need strerror_r from roken | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | s4-waf: fixed some of the group ordering | Andrew Tridgell | 1 | -2/+5 | |
We need to try to keep targets in the right groups | |||||
2010-04-06 | s4-waf: look in libintl for dgettext() | Andrew Tridgell | 2 | -1/+3 | |
2010-04-06 | s4-waf: heimdal wants to look for dd_fd in DIR | Andrew Tridgell | 1 | -0/+4 | |
2010-04-06 | s4-waf: added libreplace dep for the conditional heimdal modules | Andrew Tridgell | 1 | -0/+4 | |
2010-04-06 | s4-waf: merge in the latest changes from master | Andrew Tridgell | 1 | -5/+13 | |
The heimdal changes mean the asn1 compiler produces a 2nd header file | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 2 | -0/+4 | |
them | |||||
2010-04-06 | s4-waf: another place where broken ln -f on solaris8 matters | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | build: configure fixes for opensolaris | Andrew Tridgell | 1 | -1/+5 | |
2010-04-06 | build: updated configure checks or new syntax | Andrew Tridgell | 1 | -12/+10 | |
2010-04-06 | build: rkpty should not directly include socket_wrapper.c | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: fixed build of heimdal/lib/roken/err.h | Andrew Tridgell | 1 | -0/+9 | |
2010-04-06 | build: removed testing cflags | Andrew Tridgell | 1 | -3/+2 | |
2010-04-06 | build: fixed ifaddrs.h for heimdal (from template) | Andrew Tridgell | 1 | -0/+8 | |
2010-04-06 | build: more functions that are in -lsocket -lnsl on some systems | Andrew Tridgell | 1 | -4/+10 | |
2010-04-06 | build: compile_et needs lib/com_err includes | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: don't look for gettext twice | Andrew Tridgell | 1 | -2/+0 | |
2010-04-06 | build: don't add curses.h to incremental confdefs.h | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | build: check libc first for several libraries | Andrew Tridgell | 1 | -3/+3 | |
2010-04-06 | build: don't install the heimdal compilers | Andrew Tridgell | 1 | -4/+9 | |
2010-04-06 | build: fixed termcap build | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -45/+55 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: nearly there on samba4 build | Andrew Tridgell | 2 | -77/+49 | |
2010-04-06 | build: fixed heimdal include lists | Andrew Tridgell | 1 | -16/+16 | |
2010-04-06 | build: fixed winsize check | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: fixed iuserok test | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: improve autoconf macros | Andrew Tridgell | 1 | -1/+3 | |
- enable headers to be specified - enable both forms of DECL check - more libreplace checks - more heimdal checks - more sysdep checks | |||||
2010-04-06 | build: h_errno for heimdal | Andrew Tridgell | 1 | -0/+4 | |
2010-04-06 | build: moved main autoproto rule into samba_autoproto.py | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: result of hack session with ita | Andrew Tridgell | 1 | -35/+209 | |
2010-04-06 | build: add README to explain gen_ndr, and ensure directory exists | Andrew Tridgell | 1 | -1/+8 | |
2010-04-06 | build: added heimdal_build table rules | Andrew Tridgell | 1 | -1/+51 | |
2010-04-06 | build: fixes from ita | Andrew Tridgell | 1 | -0/+15 | |
2010-04-06 | build: added ASN1, PIDL and ET build rules | Andrew Tridgell | 1 | -2/+2 | |
also added selftest example command | |||||
2010-04-06 | build: heimdal_build waf support | Andrew Tridgell | 2 | -0/+341 | |
heimdal now mostly builds | |||||
2010-03-30 | s4-heimdal: use the HAVE_INET_* functions from libreplace | Andrew Tridgell | 1 | -0/+8 | |