summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/wscript_build
AgeCommit message (Expand)AuthorFilesLines
2010-10-10heimdal_build: Fix dependencies for hx509.Jelmer Vernooij1-1/+1
2010-10-05Add missing dependencies for com_err.Jelmer Vernooij1-2/+2
2010-10-05heimdal-build: Simplify calls to convenience functions.Jelmer Vernooij1-116/+94
2010-10-05heimdal-build: Add HEIMDAL_BINARY convenience method.Jelmer Vernooij1-24/+80
2010-10-05heimdal-build: Implement HEIMDAL_LIBRARY with fewer wafsamba functions.Jelmer Vernooij1-9/+50
2010-10-05heimdal-build: Add heimdal specific subsystem function.Jelmer Vernooij1-10/+52
2010-10-05heimdal-build: Add custom heimdal generator.Jelmer Vernooij1-7/+32
2010-10-05heimdal: Fix name of hx509 library.Jelmer Vernooij1-10/+10
2010-10-05heimdal: Fix name of kdc library.Jelmer Vernooij1-1/+1
2010-10-05heimdal: Fix name of 'hdb'.Jelmer Vernooij1-2/+2
2010-10-05heimdal: Fix library name of heimntlm.Jelmer Vernooij1-5/+5
2010-10-05heimdal: Fix library name of gssapi.Jelmer Vernooij1-1/+1
2010-10-05heimdal: Fix names of roken, wind libraries.Jelmer Vernooij1-26/+26
2010-10-04compile_et: Support using system compile_et.Jelmer Vernooij1-10/+16
2010-10-04heimdal: Support using system com_err.Jelmer Vernooij1-16/+14
2010-10-03heimdal: Move asn1 list to heimdal_build.Jelmer Vernooij1-15/+119
2010-10-03heimdal: Move SAMBA_ERRTABLE to heimdal_build.Jelmer Vernooij1-9/+35
2010-10-03heimdal: Move autoproto code to heimdal_build.Jelmer Vernooij1-0/+25
2010-10-03wafsamba: Move heimdal library code to heimdal_build.Jelmer Vernooij1-262/+274
2010-10-03heimdal: Convert hx509 to library.Jelmer Vernooij1-2/+3
2010-10-03heimdal: convert some subsystems to libraries, consistent with upstream heimdal.Jelmer Vernooij1-15/+22
2010-10-03Add new files for sha512 supportAndrew Bartlett1-1/+1
2010-10-03s4-heimdal_build fix up build after heimdal importAndrew Bartlett1-5/+10
2010-06-23Per Andrews request, revertJelmer Vernooij1-537/+535
2010-06-19heimdal/waf: Initial work on making it possible to use the systemJelmer Vernooij1-535/+537
2010-05-11s4:heimdal_build: remove heimdal/lib/hcrypto/evp-cc.c from the buildStefan Metzmacher1-1/+1
2010-04-26s4-heimdalbuild: remove LIBNETIF dependency from HEIMDAL_GSSAPIAndrew Tridgell1-1/+1
2010-04-12s4:heimdal_build/wscript_build: avoid global deps for hostcc stuffStefan Metzmacher1-0/+3
2010-04-12s4:heimdal_build/wscript: rename HEIMDAL_ROKEN_H => HEIMDAL_ROKEN_HOSTCCStefan Metzmacher1-8/+10
2010-04-12lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCCStefan Metzmacher1-3/+5
2010-04-12s4-waf: inline LIBREPLACE_NETWORK into 'replace'Stefan Metzmacher1-1/+1
2010-04-10s4:heimdal_build/wscript_build: remove more network related stuff from HEIMDA...Stefan Metzmacher1-3/+4
2010-04-10s4:heimdal_build/wscript_build: use LIBREPLACE_H for asn1_compile and compile_etStefan Metzmacher1-2/+2
2010-04-09s4:heimdal_build/wscript_build: we don't need separate subsystems just for op...Stefan Metzmacher1-40/+11
2010-04-09s4:heimdal_build/wscript_build: remove useless dependecies of HEIMDAL_ROKEN_HStefan Metzmacher1-3/+4
2010-04-09s4:heimdal_build/wscript_build: create a HEIMDAL_ROKEN*_SOURCE variableStefan Metzmacher1-3/+40
2010-04-06s4-waf: we don't need strerror_r from rokenAndrew Tridgell1-2/+2
2010-04-06s4-waf: fixed some of the group orderingAndrew Tridgell1-2/+5
2010-04-06s4-waf: look in libintl for dgettext()Andrew Tridgell1-1/+1
2010-04-06s4-waf: added libreplace dep for the conditional heimdal modulesAndrew Tridgell1-0/+4
2010-04-06s4-waf: merge in the latest changes from masterAndrew Tridgell1-5/+13
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06s4-waf: another place where broken ln -f on solaris8 mattersAndrew Tridgell1-2/+2
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: removed testing cflagsAndrew Tridgell1-3/+2
2010-04-06build: fixed ifaddrs.h for heimdal (from template)Andrew Tridgell1-0/+8
2010-04-06build: compile_et needs lib/com_err includesAndrew Tridgell1-0/+1
2010-04-06build: don't install the heimdal compilersAndrew Tridgell1-4/+9
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-45/+55