summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2007-10-21Fix for CVE-2007-4995 from OpenSSL CVSadrianp
2007-10-19Add SPLITNET_{INCLUDR_LOCAL}_CIDR to hook scriptsmanu
2007-10-15Try to increase the buffer size of the pfkey socket, this may help things whe...vanhu
2007-10-02new plog macrovanhu
2007-10-02From Scott Lamb: include plog.h to work with the new plog macro.vanhu
2007-10-02From Scott Lamb: plog changed to _plog to work with new plog macrovanhu
2007-10-02From Scott Lamb: new plog macro.vanhu
2007-09-28apply a patch from openssl CVS to fix a remaining off-by-one errordrochner
2007-09-19Set REUSE option on sockets to prevent failures associated with closing and i...mgrooms
2007-09-19Prevent duplicate entries in splitnet list. Submitted by Gabriel Somlo.mgrooms
2007-09-13Fix autoconf check for selinux support. Submitted by Joy Latten.mgrooms
2007-09-12Implement clientaddr sainfo remote id option and refine the sainfo man page s...mgrooms
2007-09-07Use poll(2) to wait for rnd(4). The initialisation of OpenSSL's RNGtron
2007-09-05Sort sainfo sections on insert and improve matching logic.mgrooms
2007-09-03Correct the syntax for wins4 in the man page and add nbns4 as an alias. Point...mgrooms
2007-08-07src/racoon/isakmp_xauth.c: Don't mix up RADIUS authentication andmanu
2007-07-31Apply a patch from https://bugzilla.mindrot.org/show_bug.cgi?id=1306.taca
2007-07-24Update NEWS file with additional 0.7 improvements.mgrooms
2007-07-18Various racoon configuration manpage updates.mgrooms
2007-07-18PR/36665: Matthias Scheler: Thread support is not enabled in NetBSD's OpenSSLchristos
2007-07-18use a single PATH_IPSEC_H to fix some path_to_ipsec.h issuesvanhu
2007-07-16fixed a socket leakvanhu
2007-07-16indentationvanhu
2007-07-10PR/36624: Edgar Fu: sshd should not check pw_{expire,change} if UsePam ischristos
2007-07-10PR/36623: Edgar Fu: ssh publickey authentification fails if homedir not presentchristos
2007-06-26PR/36562: Takeshi Nakayama: sshd(8) HostbasedAuthentication fails afterchristos
2007-06-25remove unused variable.christos
2007-06-24don't use __progname for the pam service name. Hard-code it to "sshd"christos
2007-06-07From Paul Winder <Paul.Winder@tadpole.com>:manu
2007-06-06From Rong-En Fan: fix compilation with gcc 4.2vanhu
2007-06-06fixed compilation with gcc 4.2vanhu
2007-06-06speeds up interfaces update when they changedvanhu
2007-06-06From Jianli Liu: speed up interfaces update when they change.vanhu
2007-06-06ignore obsolete lifebyte when validating reloaded configurationvanhu
2007-05-31From Joy Latten <latten@austin.ibm.com>manu
2007-05-30From Jianli Liu <jlliu@nortel.com>:manu
2007-05-17Use RESCUEDIR if set.christos
2007-05-16coverity CID 4168: yyerror() does not return, so we proceed to de-referencechristos
2007-05-16coverity CID 4170: yyerror() does not return, so we proceed to de-referencechristos
2007-05-04search a ph1 by address if iph2->ph1 is NULL when validating the new configvanhu
2007-05-04...vanhu
2007-05-04added some debug in getph1byaddr() to track some port matching problems with ...vanhu
2007-05-04added some debug in isakmp_chkph1there() to track some port matching problems...vanhu
2007-05-04added some debug for DELETE_SA processvanhu
2007-05-04Force the update of ph2 in pk_recvupdate() if NAT_T support, to solve some po...vanhu
2007-04-13fix usage error: use type for .Ftplunky
2007-04-04checks proto_id in ipsecdoi_chkcmpids()vanhu
2007-04-04dumps peer's ID and peer's certificate subject /subjectaltname if they don't ...vanhu
2007-03-26Store the DPD main scheduler in ph1 handler, to be able to cancel it when rem...vanhu
2007-03-24PR/36069: Huang Yushuo: racoon can't work with pam_groupchristos