Commit Graph

185 Commits

Author SHA1 Message Date
Nicolas Williams
6dd66df594 Make master build on Windows
Add strtoll()/strtoull() to lib/roken
    Add stdint.h to lib/roken (Windows only)
    Add logic to detect whether to use lib/roken's stdint.h based on
        Visual Studio version
    Add include of stdint.h in generated ASN.1 code
    Export missing symbols for 64-bit integers in lib/asn1
    Export missing symbols for FAST
    Add missing sources to kdc/NTMakefile
    Fix issue in kuserok
    Fix bsearch issues
2012-01-17 12:10:14 -06:00
Love Hornquist Astrand
0f9f9d3ab6 add strtoll.c 2012-01-10 22:54:16 +01:00
Love Hornquist Astrand
a11ca3cb1b add rk_getpwnam_r 2011-12-12 21:55:06 -08:00
Love Hörnquist Åstrand
c26da364e8 drop dependency since we need the autoconf to overwrite this 2011-07-24 18:06:33 -07:00
Linus Nordberg
2e35198908 Add version-script.map to _DEPENDENCIES.
Added to 11 out of 14 directories with map files.  Not lib/ntlm,
lib/hcrypto and kdc which have the map file as an explicit dependency
to _OBBJECTS.

Signed-off-by: Love Hörnquist Åstrand <lha@h5l.org>
2011-07-24 14:07:59 -07:00
Love Hörnquist Åstrand
7aaba443bc add NTMakefile and windows directories 2011-07-17 12:16:59 -07:00
Love Hornquist Astrand
01f0a1f509 move tsearch.c to autodetection for libroken.la 2011-05-17 21:47:02 -07:00
Love Hornquist Astrand
36f9851a4e remove tsearch manpage 2011-04-09 18:30:58 -07:00
Derrick Brashear
2a32bf67f0 Add tsearch and friends, and a test program
tsearch is missing from windows. use the netbsd version as it's
license-compatible.
2011-04-08 15:15:36 +01:00
Love Hornquist Astrand
987faedb80 add random abstraction 2010-11-29 09:31:07 -08:00
Eray Aslan
a1c14b2319 Add --with-berkeley-db-include option
Adds --with-berkeley-db-include=dir option to configure to use berkeley
db headers in dir.  Default is to let configure check.  Also adds
support for checking for and using db5/db.h

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
2010-09-05 18:41:30 -07:00
Love Hornquist Astrand
5312f4de31 always include strerror_r.c 2009-12-13 12:02:46 -08: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
a64366ba7f fix depenecies for make-roken 2009-09-19 17:25:54 -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
ba4909eba5 Link libroken with libcrypt since roken uses crypt() in unix_verify_password
Found by Guillaume Rousse
2009-08-26 15:20:51 -07:00
Love Hornquist Astrand
aab1f34689 add doxygen.c 2009-08-18 13:05:36 +02:00
Love Hornquist Astrand
b657b2e680 Add constant time version of memcmp 2009-08-15 13:24:52 +02:00
Love Hornquist Astrand
da61635b75 Quest Software, Inc. and its contributors waive all copyright claims on
the attached getifaddrs test code and dedicate it to the public domain.

Changed to looked to the other heimdal test apps by me
2009-08-07 20:00:09 +02:00
Love Hornquist Astrand
3ae9834b37 As part of distdir don't build vis.h for platforms that doesn't need it 2009-08-05 15:42:55 +02:00
Love Hörnquist Åstrand
184c439426 makefile fixes from Martin von Gagern
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24801 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-02-22 23:29:17 +00:00
Love Hörnquist Åstrand
cb57cd57f8 add version-script.map
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24606 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-02-04 22:08:51 +00:00
Love Hörnquist Åstrand
52962332c2 drop libnroken.la
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24425 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-01-25 00:41:57 +00:00
Love Hörnquist Åstrand
5fcdb233c3 provide convenice lib
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23886 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-10-13 02:59:41 +00:00
Love Hörnquist Åstrand
0609deca0e Add cloexec.c
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23442 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-07-27 12:07:13 +00:00
Love Hörnquist Åstrand
7b478c5c6a add xfree.c
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23411 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-07-26 18:34:03 +00:00
Love Hörnquist Åstrand
025fee4239 Add rkpty.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23098 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-04-27 18:50:27 +00:00
Love Hörnquist Åstrand
1e3a18f6a3 pty testing application
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23078 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-04-26 21:50:08 +00:00
Love Hörnquist Åstrand
77f0d548bf make AM_CPPFLAGS +=
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22623 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-02-23 15:03:11 +00:00
Love Hörnquist Åstrand
36fd2d7ec4 Use AM_CPPFLAGS instead, not really right, but definatly better then
CPPFLAGS. Thanks to Mike Whitton for pointing this out.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22605 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-02-22 15:39:17 +00:00
Love Hörnquist Åstrand
ab10e54e0a add missing files.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22409 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-01-12 05:53:37 +00:00
Love Hörnquist Åstrand
66cae56565 add TEST_STRPFTIME
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21893 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-08-09 08:45:17 +00:00
Love Hörnquist Åstrand
490df6d56b add ndbm_wrap.[ch] to EXTRA_DIST
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21616 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-07-17 07:25:38 +00:00
Love Hörnquist Åstrand
d1e8fe8724 New library version.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21450 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-07-10 12:47:51 +00:00
Love Hörnquist Åstrand
b6d9890960 update version number and remove depenency on libvers for libraries
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19974 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-01-17 17:30:31 +00:00
Love Hörnquist Åstrand
f58f1599d2 make sure built headers are copied to the ${build_topdir}/include
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19509 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-12-27 00:05:19 +00:00
Love Hörnquist Åstrand
db6202c4f0 Install extra posix headers in <roken/...> to avoid dup headers.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19306 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-12-11 18:49:51 +00:00
Love Hörnquist Åstrand
4ed9098914 move socket_wrapper.h to dist headers
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18660 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-10-20 16:32:12 +00:00
Love Hörnquist Åstrand
e812a600e7 split dist and nondist HEADERS
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18658 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-10-20 16:29:33 +00:00
Love Hörnquist Åstrand
4ede706ab3 Add build_HEADERZ to EXTRA_DIST
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18311 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-10-07 17:02:20 +00:00
Love Hörnquist Åstrand
3a9334a935 Add man_MANS to EXTRA_DIST
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18309 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-10-07 15:38:14 +00:00
Love Hörnquist Åstrand
695b6a759f Add to all objects BUILD_ROKEN_LIB.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18300 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-10-07 13:09:15 +00:00
Love Hörnquist Åstrand
e701b1bff6 revert previous
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18291 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-10-07 10:07:30 +00:00
Love Hörnquist Åstrand
846cd296b3 Include manpages in distribution.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18289 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-10-07 10:05:51 +00:00
Love Hörnquist Åstrand
de2de1213c Add samba socket wrapper fragment.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18097 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-09-16 17:33:07 +00:00
Love Hörnquist Åstrand
d81b773e4c Don't depend on dblibrary.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16562 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-01-13 14:26:12 +00:00
Love Hörnquist Åstrand
57dfd2209e (libroken_la_SOURCES) += dumpdata.c
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16091 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-09-23 00:02:50 +00:00
Love Hörnquist Åstrand
35f52db90c (libroken_la_SOURCES): += strpool.c
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15520 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-28 22:52:25 +00:00
Love Hörnquist Åstrand
33d883090d (snprintf_test_SOURCES): Add snprintf-test.h.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15218 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-24 11:39:01 +00:00
Johan Danielsson
2b08f81bbf only link with dblib if we need it
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15158 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-05-17 09:09:49 +00:00