Viktor Dukhovni
b77e701a22
Goodbye login
2016-11-14 02:59:12 -05:00
Marcin Cieślak
b9145b859d
Enable threads on FreeBSD 10 and 11
2016-11-08 15:15:37 -05:00
Nicolas Williams
44dec510fd
Update to SQLite3 3.14
...
Newer versions of SQLite3 have a number of new features that are
desirable to users who host other DBs in the same file as the HDB (for
example), as well as performance and bug fixes.
We should consider switching the SQLite3 backend for HDB to WITHOUT
ROWID tables for performance reasons. We should also consider using
foreign keys instead of triggers. Making any such changes requires care
to permit both, upgrade and downgrade.
We might want to use the SQLite3 session extension for a SQLite3-
specific, low-level replication (iprop). Given conflict resultion code,
or a sufficiently normalized schema, the session extension would make it
easy to create a multi-master replication system, not unlike what one
would expect of an LDAP setup, though with none of the atomicity that
LDAP is supposed to provide (specifically, O_EXCL semantics for creates
and predicates for updates) unless we were to add a locking protocol.
Note that as of 3.14, the session extension is mutually exclusive of
WITHOUT ROWID tables.
2016-08-11 14:53:25 -05:00
Nicolas Williams
816e8fcfa9
Use thread-safe errno on Solaris
2014-05-05 00:00:46 -05: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
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
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
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 Hörnquist Åstrand
4f53b83577
explicit pthread for netbsd3 and newer
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24333 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-01-17 21:52:55 +00:00
Love Hörnquist Åstrand
952ce041f8
Add patch from Petr Salinger, from Debian via Brian May.
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23906 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-10-13 03:10:58 +00:00
Björn Sandell
6c0bb0a0a7
make it compile on OpenBSD again
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23076 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-04-24 14:42:46 +00:00
Love Hörnquist Åstrand
7a0820554b
darwin supports native pthreads.
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20295 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-04-11 11:08:08 +00:00
Love Hörnquist Åstrand
a8a0554fb3
disable threads on aix because of utmp/utmpx problems
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15402 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-16 16:18:02 +00:00
Love Hörnquist Åstrand
7696971fe7
rework how pthreads support to turned on/off, always run though the
...
switch to figure out what the linker/compiler flag are
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15349 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-03 10:43:19 +00:00
Love Hörnquist Åstrand
6965d18960
s/else if/elif/
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15336 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-01 20:18:37 +00:00
Love Hörnquist Åstrand
5d3efae463
aix case: assume gcc handles -pthread, in the non-gcc case, use the
...
compiler as hint (xlc vs xlc_r) if this environment handles threads or not
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15333 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-01 11:21:02 +00:00
Love Hörnquist Åstrand
c5e8723495
Set PTHREADS_LIBS on Irix.
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14999 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-28 11:11:50 +00:00
Love Hörnquist Åstrand
6cbb186b4c
Add support for Solaris, Irix, and modern Linux. From David Love <fx@gnu.org>
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14973 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-04-27 08:34:07 +00:00
Johan Danielsson
2e995d674c
replace AC_HELP_STRING with AS_HELP_STRING
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14147 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-25 14:14:01 +00:00
Love Hörnquist Åstrand
01958e6820
add -pthread to LIBS since libtool doesn't preserve it for us when
...
adding is as a dependency on libs
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14036 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-07-09 04:50:09 +00:00
Love Hörnquist Åstrand
f32ed23aa8
overquote to pacify automake1.8
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13338 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-02-12 14:21:14 +00:00
Love Hörnquist Åstrand
8fdd082fd4
enable pthread if != no
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12491 ec53bebd-3082-4978-b11e-865c3cabbd6b
2003-07-22 19:11:28 +00:00
Love Hörnquist Åstrand
a30dfdf642
pthread test
...
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12487 ec53bebd-3082-4978-b11e-865c3cabbd6b
2003-07-22 18:44:16 +00:00