925 Commits

Author SHA1 Message Date
Asanka Herath
38f3c4d20a Windows: Note that the .def files are generated 2010-08-20 16:52:46 -04:00
Asanka Herath
fbf3864422 Windows: Script for generating exports lists for shim layer
This script analyzes the export lists for MIT Kerberos for Windows,
export lists for Heimdal DLLs and the symbol lists from the shim code
and generates the appropriate export definition (.DEF) files.

.DEF files that are generated are committed to the source tree because
otherwise having MIT KfW DLLs around would be a build requirement.  If
there is any change to the shim code, the export .DEF files should be
rebuilt using:

  nmake /f NTMakefile DEV=1 gen-defs

.. from the packages/windows/kfw_shim directory.  The new .DEF files
should then be commited.
2010-08-20 13:14:18 -04:00
Asanka Herath
ba44354336 Windows: Check exported symbols
During a test run, cross check the Windows exports list against the
version-script files.  For the test to pass, all symbols on either
list should be accounted for.

If there are symbols that are specific to Windows or symbols that are
not included on Windows, they should be annotated in the .def file as
follows:

    ;!  non_windows_symbol

    	common_symbol

        windows_only_symbol ;!
2010-08-20 13:06:55 -04:00
Love Hornquist Astrand
fea82013eb Check for dd_fd in DIR not struct dirent
Pointed out by Ragnnar Sundblad in private mail
2010-03-21 08:58:33 -07:00
Love Hornquist Astrand
94a8d9c5e5 autoconf test for dirfd and dd_fd 2010-02-25 22:18:32 -08:00
Guido Günther
45a94f309b Use libcapng to drop all privileges
except for CAPNG_NET_BIND_SERVICE so we can bind to ports < 1024.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
2010-02-18 19:08:45 -08:00
Love Hornquist Astrand
ec18315352 drop autobuild 2010-02-18 19:08:24 -08:00
Love Hornquist Astrand
ce1846a573 its really just LIBADD more most of them 2009-12-17 10:43:49 +01:00
Love Hornquist Astrand
1b6d89c457 correct quoting 2009-12-17 10:15:24 +01:00
Love Hornquist Astrand
c0b1bab378 Use -lpthread for modern freebsd instead 2009-12-17 10:10:13 +01:00
Love Hornquist Astrand
50b48daa9b use PTHREADS_LIBADD for freebsd6 and newer 2009-12-17 09:26:28 +01:00
Love Hornquist Astrand
85327d6242 freebsd supports pthreads 2009-12-13 22:47:23 -08:00
Love Hornquist Astrand
6dcf1c947b Try handle strerror_r more correct 2009-12-13 12:01:31 -08:00
Brian May
87d30c0e23 glue for strsvisx 2009-11-29 21:47:29 -08:00
Love Hornquist Astrand
48d68a3815 define rk_PATH_DELIM 2009-11-25 02:02:10 +01:00
Asanka Herath
c9fdd77bc8 probe exported symbols
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
2009-11-24 12:30:24 -08:00
Asanka Herath
d6f90d3ef5 probe exported symbols
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
2009-11-24 12:30:17 -08:00
Love Hornquist Astrand
607bae3c9e glue in working autoconf logic 2009-11-21 22:58:59 -08:00
Love Hornquist Astrand
d50689ec8b fake rk_LIBDISPATCH for now 2009-11-21 16:26:07 -08:00
Love Hornquist Astrand
ee4afc8060 add block support 2009-11-21 10:25:08 -08:00
Love Hornquist Astrand
2b4b9a613e require com_right_r 2009-11-03 22:21:34 -08:00
Love Hornquist Astrand
63e865e500 Fix quoting for [], reported by Klas Heggemann 2009-10-13 23:44:44 -07:00
Love Hornquist Astrand
fb35ca4026 detect strerror_r and if not there, provide it 2009-10-12 09:01:55 -07:00
Love Hornquist Astrand
1e9ec73bbc [HEIMDAL-646] aix
AIX qsort() is unstable and might change the order of the elements
if they are equal, libwind require them to be in the same order as they were
on the input, pull in FreeBSD qsort and use that instead of AIX version.
2009-10-11 15:08:58 -07:00
Love Hornquist Astrand
f960c129b5 add missing ] 2009-09-26 15:24:55 -07:00
Love Hornquist Astrand
d1a46017f0 allow cross compiling TRY_RUN target (assume getaddrinfo is sane) 2009-09-26 15:22:39 -07:00
Love Hornquist Astrand
9d206b1654 allow cross compiling TRY_RUN target ( 2009-09-26 15:21:14 -07:00
Love Hornquist Astrand
f68a1bfb1a use maybe-valgrind.sh 2009-09-21 09:38:10 -07:00
Love Hornquist Astrand
7016cb579f try checking if we should run libtool/valgrind or not 2009-09-21 09:37:55 -07:00
Love Hornquist Astrand
c4192ba355 use = to between type and argument to be less confusing 2009-09-20 21:59:37 -07:00
Love Hornquist Astrand
043897bba4 remove ROKEN_VERSION 2009-09-20 01:36:42 -07:00
Love Hornquist Astrand
80504759c1 include headers when we try to to find the symbols, since it might not be a variable... 2009-09-19 18:04:30 -07:00
Love Hornquist Astrand
cfafa64f83 Maybe include <netdn.h>, maybe include <ws2tcpip.h> 2009-09-19 17:53:56 -07:00
Love Hornquist Astrand
cadd62466b Maybe include <sys/socket.h> 2009-09-19 17:45:42 -07:00
Love Hornquist Astrand
fb0fc045c9 check for winsock2 2009-09-19 17:35:53 -07:00
Love Hornquist Astrand
7005f1f3f9 process roken.h.in with a perlscript when cross compiling 2009-09-19 16:43:35 -07:00
Love Hornquist Astrand
d687a46cee Add back missing AH_BOTTOM 2009-09-18 15:49:42 -07:00
Love Hornquist Astrand
048ccef92e SUN4 dead, sorry 2009-09-16 16:34:39 -07:00
Love Hornquist Astrand
486ebbb49a use ifdef 2009-09-16 16:11:51 -07:00
Love Hornquist Astrand
de036b72f2 authentication is always turned on 2009-09-16 16:10:19 -07:00
Love Hornquist Astrand
8578600dbb Drop IRIX 4 support 2009-09-16 14:58:21 -07:00
Love Hornquist Astrand
bb05c428f7 no AC_SUBST for VOID_RETSIGTYPE 2009-09-16 12:23:14 -07:00
Love Hornquist Astrand
46443d23bb install tools in libexec/heimdal, fix deps 2009-09-16 05:59:54 -07:00
Love Hornquist Astrand
7f86c4d6a2 Add more EVP_MD symbols, don't depend on SHA1_Init/SHA256_Init 2009-08-17 10:24:59 +02:00
Love Hornquist Astrand
77752adcc2 Add more EVP symbols, don't depend on MD4_Init/MD5_Init 2009-08-17 10:21:16 +02:00
Love Hornquist Astrand
cef9330349 If using OpenSSL, require EC 2009-08-06 09:19:08 +02:00
Love Hornquist Astrand
99a05b37ca Add missing ',' between parameters [HEIMDAL-599]
From Michael Hammer of Gentoo, make this work with autoconf-2.64
2009-08-03 09:52:17 +02:00
Love Hörnquist Åstrand
c99b2003e2 Implement gss_wrap_iov, gss_unwrap_iov for CFX type encryption types.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25286 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-06-22 17:56:41 +00:00
Love Hörnquist Åstrand
46f96cfa71 .hx is a SUFFIX
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25262 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-06-03 17:24:48 +00:00
Love Hörnquist Åstrand
1416d90377 copy .hx files to .h files
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25261 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-06-03 17:24:37 +00:00