Love Hornquist Astrand
ad824fcd6a
remove bit that might make old perl fail
2013-07-19 14:40:37 +02:00
Love Hornquist Astrand
581f834b4e
include db6/db.h
2013-07-18 14:58:54 +02:00
Love Hornquist Astrand
787d9ceec9
check for db6/db.h
2013-07-18 14:58:54 +02:00
Love Hornquist Astrand
644bbff26f
better documentation
2013-07-18 14:58:54 +02:00
Love Hornquist Astrand
6d356ae74d
remove debug printf's
2013-05-07 13:27:10 -07:00
Love Hornquist Astrand
c98d31d186
fixup
2013-05-07 13:25:07 -07:00
Love Hornquist Astrand
dca1de8dc8
add doxygen support and json export document support
2013-04-30 11:25:35 -07:00
Howard Chu
9f95207933
Add support for OpenLDAP libmdb
2012-10-07 16:47:45 -07:00
Stef Walter
b0b94a445a
Add pkg-config files for krb5 libraries
...
* These can be used along side krb5-config
Signed-off-by: Love Hornquist Astrand <lha@h5l.org >
2012-09-27 14:00:49 -07:00
Love Hornquist Astrand
8fb0c019ec
use Getopt::Std, patch original from Leonardo <rnalrd@gmail.com>, updated by me
2012-09-23 10:41:34 -07:00
Nicolas Williams
98809e86ce
Move base into lib
...
This involves reverting dd267e8fc3
,
but that gets lost in the move.
This builds on Ubuntu and Windows at this time.
2012-06-20 19:32:08 -05:00
Eray Aslan
06130cf7bf
Fix broken qop.5 man page generation
...
$base should not include sub directories. Filter them out.
Signed-off-by: Love Hornquist Astrand <lha@h5l.org >
2012-05-30 16:36:18 +02:00
Samuel Thibault
0ef0446645
Properly activate the pthread support on GNU/Hurd.
...
Originally submitted as a patch to the Debian Heimdal package:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483281
Signed-Off-By: Jelmer Vernooij <jelmer@debian.org >
Signed-off-by: Love Hörnquist Åstrand <lha@h5l.org >
2012-04-05 22:55:01 -07:00
Love Hörnquist Åstrand
2a11d93bc0
define DEVELOPER_MODE when --enable-developer
2012-02-29 21:58:48 -08:00
Love Hörnquist Åstrand
053c44e100
Rename over old file, but only if it changed
2012-02-29 21:56:07 -08:00
Love Hörnquist Åstrand
b83452dd37
Wno-unused-result (not supported on gcc-4.2)
2012-02-29 08:31:58 -08:00
Roland C. Dowdeswell
e8779d5d4a
Add -Wshadow and deal with the warnings.
2012-02-21 11:17:55 +00:00
Roland C. Dowdeswell
cc47c8fa7b
Turn on -Wextra -Wno-sign-compare -Wno-unused-paramter and fix issues.
...
We turn on a few extra warnings and fix the fallout that occurs
when building with --enable-developer. Note that we get different
warnings on different machines and so this will be a work in
progress. So far, we have built on NetBSD/amd64 5.99.64 (which
uses gcc 4.5.3) and Ubuntu 10.04.3 LTS (which uses gcc 4.4.3).
Notably, we fixed
1. a lot of missing structure initialisers,
2. unchecked return values for functions that glibc
marks as __attribute__((warn-unused-result)),
3. made minor modifications to slc and asn1_compile
which can generate code which generates warnings,
and
4. a few stragglers here and there.
We turned off the extended warnings for many programs in appl/ as
they are nearing the end of their useful lifetime, e.g. rsh, rcp,
popper, ftp and telnet.
Interestingly, glibc's strncmp() macro needed to be worked around
whereas the function calls did not.
We have not yet tried this on 32 bit platforms, so there will be
a few more warnings when we do.
2012-02-20 19:45:41 +00:00
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
Nicolas Williams
8aa248370f
Make the build system make and install section 7 manpages
2011-12-21 15:43:56 -06:00
Love Hörnquist Åstrand
376181632b
handle &&, from Jaideep Padhye
2011-11-20 09:55:15 -08:00
Love Hörnquist Åstrand
660d996dbf
set compile-et to no if its not found, try to not use it
2011-11-20 09:55:15 -08:00
Love Hörnquist Åstrand
d576ee3866
add glue for silent-rules
2011-11-13 10:01:40 -08:00
Love Hornquist Astrand
240b298e61
Simplify base/section rules, patch from David R Boldt
2011-09-29 13:52:06 +02:00
Nicolas Williams
1de3db5678
Make getpwnam_r() check work on Ubuntu
...
NULL is not defined w/o including stddefs.h, so the test program
fails to compile. A simple s/NULL/0/ fixes it.
2011-09-27 17:32:11 -05:00
Nicolas Williams
cdceea1b3e
Revert "A simple (but wrong?) fix for Solaris build issues"
...
This reverts commit 6a7f2a5b2e
.
2011-09-27 16:05:34 -05:00
Nicolas Williams
e927695a5d
Better fix for the Solaris getpwnam_r() build issue
2011-09-27 16:05:03 -05:00
Nicolas Williams
6a7f2a5b2e
A simple (but wrong?) fix for Solaris build issues
2011-09-27 01:59:44 -05:00
Love Hornquist Astrand
8e455dc774
dont use initstate/setstate
2011-09-21 17:38:21 +02:00
Love Hornquist Astrand
a2256e00d8
use __deprecated__
2011-09-19 11:10:51 +02:00
Love Hornquist Astrand
57d468518f
fix __has_extension macro to take an argument
2011-09-11 18:30:45 +02:00
Love Hornquist Astrand
4b0087fd4a
use __has_extension(attribute_deprecated_with_message) if it exists
2011-09-09 14:16:48 +02:00
Love Hörnquist Åstrand
5c262dd3d3
set COMPILE_ET to the found binary at the end if we are using it
2011-08-28 16:19:19 -07:00
Love Hörnquist Åstrand
ee58c256f4
remove krb4 bits
2011-08-10 09:16:51 -07:00
Jelmer Vernooij
0b3c720c01
cf: Also enable pthreads on Linux 3.
...
Signed-off-by: Love Hornquist Astrand <lha@h5l.org >
2011-07-23 09:22:51 -07:00
Thomas Klausner
97df66c0a0
Put Nd argument after Nd macro.
...
Signed-off-by: Love Hornquist Astrand <lha@h5l.org >
2011-05-21 11:54:27 -07:00
Love Hornquist Astrand
305596d9ad
Rename subsystem_DEPRECATED to subsystem_DEPRECATED_FUNCTION(X)
...
Start to explain what the replacement function is.
Generate the #define/#undef logic in generated header files.
Use gcc style where the deprecation warning is after the prototype.
2011-05-17 23:12:51 -07:00
Love Hornquist Astrand
01f0a1f509
move tsearch.c to autodetection for libroken.la
2011-05-17 21:47:02 -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
Nicolas Williams
9cbe3298d7
Second attempt to make DB selection saner.
...
Signed-off-by: Love Hornquist Astrand <lha@h5l.org >
2011-04-04 22:44:57 -07:00
Nicolas Williams
6a836fc939
First attempt to make DB selection saner.
...
Signed-off-by: Love Hornquist Astrand <lha@h5l.org >
2011-04-04 22:44:57 -07:00
Love Hornquist Astrand
9ef071c94e
replace libeditline with libedit
2011-03-13 14:18:14 -07:00
Asanka C. Herath
0e0fba8866
Windows: Detect VC version instead of hardcoding it
2010-11-29 10:41:44 -05:00
Asanka C. Herath
d267f208ae
Windows: Fix argument matching for perl scripts
2010-11-24 15:33:05 -05:00
Asanka C. Herath
9f589500dc
Windows: Modifications to generate generic .def files from DLLs
2010-11-24 15:32:58 -05:00
Asanka C. Herath
9bb59e45c6
Deal with backslash delimited paths in make-proto.pl
2010-11-24 15:32:44 -05:00
Asanka C. Herath
d98e72bc62
Windows: Build Texinfo documentation as compiled HTML
2010-11-24 15:32:30 -05:00
Asanka C. Herath
182e20d6f3
Add copyrights to w32 scripts
2010-11-24 15:32:28 -05:00
Joerg Pulz
b1bbd18686
fix FreeBSD PTHREAD_LIBADD
...
Signed-off-by: Love Hornquist Astrand <lha@h5l.org >
2010-10-31 00:28:24 -07:00
Love Hornquist Astrand
8ddc462ec1
Add heimbase
2010-10-18 15:00:34 -07:00