summaryrefslogtreecommitdiff
path: root/source4/heimdal_build
AgeCommit message (Collapse)AuthorFilesLines
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
The heimdal changes mean the asn1 compiler produces a 2nd header file
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2-0/+4
them
2010-04-06s4-waf: another place where broken ln -f on solaris8 mattersAndrew Tridgell1-2/+2
2010-04-06build: configure fixes for opensolarisAndrew Tridgell1-1/+5
2010-04-06build: updated configure checks or new syntaxAndrew Tridgell1-12/+10
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: 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 Tridgell1-3/+3
2010-04-06build: don't install the heimdal compilersAndrew Tridgell1-4/+9
2010-04-06build: fixed termcap buildAndrew Tridgell1-1/+3
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-45/+55
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
2010-04-06build: nearly there on samba4 buildAndrew Tridgell2-77/+49
2010-04-06build: fixed heimdal include listsAndrew Tridgell1-16/+16
2010-04-06build: fixed winsize checkAndrew Tridgell1-0/+1
2010-04-06build: fixed iuserok testAndrew Tridgell1-1/+3
2010-04-06build: improve autoconf macrosAndrew Tridgell1-1/+3
- enable headers to be specified - enable both forms of DECL check - more libreplace checks - more heimdal checks - more sysdep checks
2010-04-06build: h_errno for heimdalAndrew Tridgell1-0/+4
2010-04-06build: moved main autoproto rule into samba_autoproto.pyAndrew Tridgell1-0/+1
2010-04-06build: result of hack session with itaAndrew Tridgell1-35/+209
2010-04-06build: add README to explain gen_ndr, and ensure directory existsAndrew Tridgell1-1/+8
2010-04-06build: added heimdal_build table rulesAndrew Tridgell1-1/+51
2010-04-06build: fixes from itaAndrew Tridgell1-0/+15
2010-04-06build: added ASN1, PIDL and ET build rulesAndrew Tridgell1-2/+2
also added selftest example command
2010-04-06build: heimdal_build waf supportAndrew Tridgell2-0/+341
heimdal now mostly builds
2010-03-30s4-heimdal: use the HAVE_INET_* functions from libreplaceAndrew Tridgell1-0/+8
2010-03-30s4-heimdal: for use of libreplace setegid and seteuidAndrew Tridgell1-0/+8
2010-03-30s4-heimdal: a better way of handling dirfd()Andrew Tridgell2-4/+9
This prevents us getting thousands of warnings about dirfd() on solaris
2010-03-29s4-waf: use the libreplace strerror_r if neededAndrew Tridgell2-1/+9
2010-03-27s4:heimdal_build Remove forced HAVE_STRERROR_RAndrew Bartlett1-4/+0
This just causes warnings, now upstream has a more complete fix.
2010-03-27s4:heimdal New files and supporting logic for heimdal updateAndrew Bartlett5-2/+30
2010-02-08s4:heimdal_build: allow flex-2.5.35:bison-2.4.1 to regenerate filesStefan Metzmacher1-1/+9
metze
2010-02-05s4:UID wrapper - Fix includesMatthias Dieter Wallnöfer1-9/+0
The includes of the UID wrapper headers werent't really efficient according to metze's post on the technical mailing list (http://lists.samba.org/archive/samba-technical/2010-February/069165.html). To achieve this move the "uid_wrapper.h" includes into "lib/util/unix_privs.c", "lib/util/util.c", "ntvfs/posix/pvfs_acl.c" and "ntvfs/unixuid/vfs_unixuid.c".
2010-02-05s4:Heimdal build - never require the NSS wrapper for Heimdal KerberosMatthias Dieter Wallnöfer1-5/+5
Disable the use of it in the heimdal code. Notice: This doesn't need to be ported upstream since it only affects the build in conjunction with s4.
2010-01-01heimdal_build: Explicitly specify 'YES' when enabling externalJelmer Vernooij1-4/+4
libraries.
2009-11-13s4:heimdal: import lorikeet-heimdal-200909210500 (commit ↵Andrew Bartlett2-1/+5
290db8d23647a27c39b97c189a0b2ef6ec21ca69)
2009-11-12s4:heimdal_build: allow flex-2.5.35 with bison-2.3Stefan Metzmacher1-0/+1
metze
2009-10-21S4: Building on a system with libintlTorgeir Lerkerød1-0/+5
Heimdal's internal buildsystem uses a different define for checking for libintl than what samba uses. LIBINTL vs HAVE_LIBINTL_H. Since changing heimdals defineswould brake dropin merges of heimdal. This is a simple workaround in line with others in heimdal_build catalog. Signed-off-by: Torgeir Lerkerød <torgeir.lerkerod@gmail.com> Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-09-15s4:heimdal_build: fix one more problem with automatic dependeciesStefan Metzmacher1-1/+1
metze
2009-09-14s4:heimdal_build: fix the build with --enable-automatic-dependenciesStefan Metzmacher1-1/+1
We need to create the header file before we generate the source file. metze
2009-09-13s4:heimdal_build Fix build breakages caused by asn1compile changeAndrew Bartlett1-2/+1
The issue was that we referenced an asn1compile generated file by name, not by the subsystem is was generated by. Andrew Bartlett
2009-09-13s4:heimdal_build Love pointed me at the --one-code-file option to asn1_compileAndrew Bartlett1-32/+17
This new option avoids a lot of code that was used to intuit what files would be output by the compiler. Andrew Bartlett
2009-08-26s4:heimdal_build: lib/hcrypto/evp-aes-cts.o belongs to HEIMDAL_HCRYPTOStefan Metzmacher1-1/+1
metze
2009-08-05s4:heimdal_build: define HEIMDAL_LOCALEDIRStefan Metzmacher1-0/+1
metze