tron
|
6dda4e3f48
|
Use poll(2) to wait for rnd(4). The initialisation of OpenSSL's RNG
now works reliably if the first FD_SETSIZE file descriptors are in use.
|
2007-09-07 08:10:00 +00:00 |
mgrooms
|
324a68d0b7
|
Sort sainfo sections on insert and improve matching logic.
|
2007-09-05 06:55:44 +00:00 |
mgrooms
|
edac7dae7c
|
Correct the syntax for wins4 in the man page and add nbns4 as an alias. Pointed out by Claas Langbehn.
|
2007-09-03 18:08:42 +00:00 |
manu
|
1c79bc103b
|
src/racoon/isakmp_xauth.c: Don't mix up RADIUS authentication and
authorization ports. Allow interoperability with freeradius
|
2007-08-07 04:35:01 +00:00 |
taca
|
9fcfdb104e
|
Apply a patch from https://bugzilla.mindrot.org/show_bug.cgi?id=1306.
Fix nasty "error: channel 0: chan_read_failed for istate 3" message.
|
2007-07-31 03:09:49 +00:00 |
mgrooms
|
8628a88239
|
Update NEWS file with additional 0.7 improvements.
|
2007-07-24 04:29:23 +00:00 |
mgrooms
|
9b7e05e155
|
Various racoon configuration manpage updates.
|
2007-07-18 22:50:47 +00:00 |
christos
|
0878f17383
|
PR/36665: Matthias Scheler: Thread support is not enabled in NetBSD's OpenSSL
I enabled it.
|
2007-07-18 20:19:56 +00:00 |
vanhu
|
c3bc7fe364
|
use a single PATH_IPSEC_H to fix some path_to_ipsec.h issues
|
2007-07-18 12:07:49 +00:00 |
vanhu
|
9f7ae421ea
|
fixed a socket leak
|
2007-07-16 15:05:10 +00:00 |
vanhu
|
0fd2ceaf72
|
indentation
|
2007-07-16 15:03:13 +00:00 |
christos
|
4d0c78dab0
|
PR/36624: Edgar Fu: sshd should not check pw_{expire,change} if UsePam is
enabled. This is what the "portable" version of openssh does.
|
2007-07-10 15:48:56 +00:00 |
christos
|
a39c84a8c3
|
PR/36623: Edgar Fu: ssh publickey authentification fails if homedir not present
Removed extra realpath check that was introduced by a bogus merge.
|
2007-07-10 14:56:25 +00:00 |
christos
|
30638c77c3
|
PR/36562: Takeshi Nakayama: sshd(8) HostbasedAuthentication fails after
upgrading to 4.0_BETA
Remove $HOME test since this is also used by sshd.
|
2007-06-26 18:28:34 +00:00 |
christos
|
d1cb3ec527
|
remove unused variable.
|
2007-06-25 01:42:31 +00:00 |
christos
|
c6b86acffc
|
don't use __progname for the pam service name. Hard-code it to "sshd"
|
2007-06-24 23:48:30 +00:00 |
manu
|
72fe4c3a84
|
From Paul Winder <Paul.Winder@tadpole.com>:
Fix ignored INTERNAL_DNS4_LIST
|
2007-06-07 20:04:26 +00:00 |
vanhu
|
6ae0ffb7d9
|
From Rong-En Fan: fix compilation with gcc 4.2
|
2007-06-06 15:37:15 +00:00 |
vanhu
|
cc41629a4c
|
fixed compilation with gcc 4.2
|
2007-06-06 15:37:14 +00:00 |
vanhu
|
6817ea28d9
|
speeds up interfaces update when they changed
|
2007-06-06 09:47:30 +00:00 |
vanhu
|
1ed22670fa
|
From Jianli Liu: speed up interfaces update when they change.
|
2007-06-06 09:47:29 +00:00 |
vanhu
|
7c53bfe0b6
|
ignore obsolete lifebyte when validating reloaded configuration
|
2007-06-06 09:18:16 +00:00 |
manu
|
a16fcccee0
|
From Joy Latten <latten@austin.ibm.com>
Fix file descriptor shortage when using labeled IPsec.
|
2007-05-31 19:54:54 +00:00 |
manu
|
23326f5b62
|
From Jianli Liu <jlliu@nortel.com>:
In racoonctl, use the specified socket path instead of the default location
|
2007-05-30 21:02:39 +00:00 |
christos
|
5d1825b2a1
|
Use RESCUEDIR if set.
|
2007-05-17 00:17:50 +00:00 |
christos
|
538010e358
|
coverity CID 4168: yyerror() does not return, so we proceed to de-reference
NULL. Make it return -1 instead like in other places.
|
2007-05-16 21:00:40 +00:00 |
christos
|
dc073934fe
|
coverity CID 4170: yyerror() does not return, so we proceed to de-reference
NULL. Make it return -1 instead like in other places.
|
2007-05-16 20:59:04 +00:00 |
vanhu
|
5e29f1f1bb
|
search a ph1 by address if iph2->ph1 is NULL when validating the new config
|
2007-05-04 14:33:38 +00:00 |
vanhu
|
79dfa780cb
|
...
|
2007-05-04 09:10:07 +00:00 |
vanhu
|
0f20ab497d
|
added some debug in getph1byaddr() to track some port matching problems with NAT-T
|
2007-05-04 09:09:54 +00:00 |
vanhu
|
e91f01072a
|
added some debug in isakmp_chkph1there() to track some port matching problems with NAT-T
|
2007-05-04 09:09:47 +00:00 |
vanhu
|
ff0f36d165
|
added some debug for DELETE_SA process
|
2007-05-04 09:09:35 +00:00 |
vanhu
|
ae24f5b259
|
Force the update of ph2 in pk_recvupdate() if NAT_T support, to solve some port match problems with the first IPSec SAs negociated as initiator
|
2007-05-04 09:09:26 +00:00 |
plunky
|
e3a1867a4d
|
fix usage error: use type for .Ft
|
2007-04-13 18:22:08 +00:00 |
vanhu
|
ace683e685
|
checks proto_id in ipsecdoi_chkcmpids()
|
2007-04-04 13:09:36 +00:00 |
vanhu
|
f31c3aee8e
|
dumps peer's ID and peer's certificate subject /subjectaltname if they don't match
|
2007-04-04 13:07:31 +00:00 |
vanhu
|
52c7a2891e
|
Store the DPD main scheduler in ph1 handler, to be able to cancel it when removing the handler, and some minor cleanups in DPD code
|
2007-03-26 15:58:07 +00:00 |
christos
|
8f6921b522
|
PR/36069: Huang Yushuo: racoon can't work with pam_group
Set RUSER.
|
2007-03-24 02:07:42 +00:00 |
vanhu
|
2af4eed892
|
From Joy Latten: fix a segfault when using security labels between 32bit and 64bit host.
|
2007-03-23 15:43:19 +00:00 |
vanhu
|
38a126966c
|
fixed a segfault when using security labels between a 32bit and a 64bit host
|
2007-03-23 15:43:18 +00:00 |
vanhu
|
27934310cd
|
expire zombie handlers in getph2byid(), to avoid situations where we'll never negociate a phase2 again
|
2007-03-23 15:34:31 +00:00 |
vanhu
|
1046a9e619
|
From Cyrus Rahman: give more details about what is checked when using certificates to authenticate
|
2007-03-23 09:57:29 +00:00 |
vanhu
|
a1d41ca41d
|
give more details about what is checked when using certificates to authenticate
|
2007-03-23 09:57:28 +00:00 |
vanhu
|
27187d08ab
|
fixed subnet check to generate IPV4_ADDRESS when needed in sockaddr2id()
|
2007-03-22 10:26:19 +00:00 |
vanhu
|
002f3b4723
|
checks if arg is NULL in SCHED_KILL
|
2007-03-21 14:37:58 +00:00 |
vanhu
|
452cfb7edf
|
NULL sched check is now done in SCHED_KILL
|
2007-03-21 14:29:22 +00:00 |
vanhu
|
43c152a498
|
checks if arg is NULL in SCHED_KILL
|
2007-03-21 14:28:59 +00:00 |
vanhu
|
a270a7afb9
|
From Yves-Alexis Perez: enable monitoring of ipv6 address changes on Linux.
|
2007-03-15 14:12:12 +00:00 |
vanhu
|
7a26f531db
|
enable monitoring of ipv6 addresse changes on linux
|
2007-03-15 14:12:11 +00:00 |
vanhu
|
0fca99dc2f
|
Consider a negociation timeout when retry_counter is <=0 instead of < 0
|
2007-03-15 10:37:44 +00:00 |