summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1999-04-27Merge with EOM 1.39Niklas Hallqvist
author: niklas reference transport when doing listen sockets. Style + remove old comment
1999-04-27Merge with EOM 1.95Niklas Hallqvist
author: niklas Handle leftover payloads. author: niklas Simplify exchange life logic some. Some style too. author: niklas Collapse MSG_NO_RETRANS & MSG_KEEP into MSG_LAST. author: niklas Style author: ho Keep track of trailing retransmissions by keeping exchanges around longer. Removed references to sa->last_sent_in_setup, use last_sent and last_received in exchange instead. Free setup exchanges by expiration only. author: ho Backout last change. (Go with exchange directly instead of sa->msg) author: ho Handle phase 2 late retransmissions.
1999-04-27Merge with EOM 1.103Niklas Hallqvist
author: niklas Handle leftover payloads, esp INITIAL CONTACT notifications. Factor out SA expiration setting. Add commentary. author: niklas Send out INITIAL-CONTACT notifications
1999-04-27Merge with EOM 1.83Niklas Hallqvist
author: niklas Do not hold on to the exchange for post quick mode, it will be there.
1999-04-27regress/exchange/Makefile: Merge with EOM 1.6Niklas Hallqvist
regress/exchange/run.sh: Merge with EOM 1.5 regress/rsakeygen/rsakeygen.c: Merge with EOM 1.7 genconstants.sh: Merge with EOM 1.6 genfields.sh: Merge with EOM 1.5 author: niklas 1999
1999-04-27Merge with EOM 1.12Niklas Hallqvist
author: niklas Remove unused macro.
1999-04-27sa.c: Merge with EOM 1.88Niklas Hallqvist
sa.h: Merge with EOM 1.51 author: niklas Handle leftover payloads, esp INITIAL CONTACT notifications. Factor out SA expiration setting. Add commentary. author: ho Keep track of trailing retransmissions by keeping exchanges around longer. Removed references to sa->last_sent_in_setup, use last_sent and last_received in exchange instead. Free setup exchanges by expiration only. author: ho Backout last change. (Go with exchange directly instead of sa->msg) author: ho Handle phase 2 late retransmissions.
1999-04-27Merge with EOM 1.45Niklas Hallqvist
author: niklas typo author: niklas Collapse MSG_NO_RETRANS & MSG_KEEP into MSG_LAST.
1999-04-27doi.h: Merge with EOM 1.26Niklas Hallqvist
isakmp_doi.c: Merge with EOM 1.36 author: niklas Handle leftover payloads.
1999-04-27Merge with EOM 1.18Niklas Hallqvist
author: niklas Mention aggressive mode author: niklas 1999
1999-04-23mac68k uses libkvm nowJason Downs
1999-04-22remove unnecessary linksNiels Provos
1999-04-22Add mac68k to the -p list...Jason Downs
1999-04-21Removed deprecated -S option from synopsis.Alex Feldman
1999-04-21Typo in diagnostic; gonter@whisky.wu-wien.ac.atAlex Feldman
1999-04-20if mount fails with EINVAL, say "not an MSDOS filesystem"Todd C. Miller
1999-04-20Merge with EOM 1.50Niklas Hallqvist
author: niklas Heh forgot to comment out the boehm-gc defines
1999-04-20Merge with EOM 1.49Niklas Hallqvist
author: niklas Remove warnings when finding leaks with Boehm GC
1999-04-20math_2n.c: Merge with EOM 1.15Niklas Hallqvist
math_ec2n.c: Merge with EOM 1.9 author: niklas Plug potential memory leaks in case of memory allocation errors
1999-04-20Merge with EOM 1.10Niklas Hallqvist
author: niklas Use portable malloc+snprintf instead of asprintf
1999-04-20Merge with EOM 1.84Niklas Hallqvist
author: ho Style
1999-04-19./regress/x509/x509test.c: Merge with EOM 1.4Niklas Hallqvist
./dh.h: Merge with EOM 1.4 ./math_ec2n.c: Merge with EOM 1.8 ./crypto.c: Merge with EOM 1.25 ./ike_quick_mode.c: Merge with EOM 1.82 ./math_group.c: Merge with EOM 1.16 ./math_ec2n.h: Merge with EOM 1.4 Style. alloc error reporting. Math error propagation. Allocate right sizes.
1999-04-19./ui.c: Merge with EOM 1.31Niklas Hallqvist
Added timer_report Add call to transport_report 1999 copyrights
1999-04-19./isakmpd.c: Merge with EOM 1.31Niklas Hallqvist
Style. alloc error reporting. Math error propagation. Allocate right sizes. Log any SIGHUPs looking our way. 1999 copyrights
1999-04-19./ike_auth.c: Merge with EOM 1.29Niklas Hallqvist
Accept multiple CERT payloads. Some style nits. Style. alloc error reporting. Math error propagation. Allocate right sizes. Memory alloc. error reporting 1999 copyrights
1999-04-19./pf_encap.c: Merge with EOM 1.63Niklas Hallqvist
remove warning Simplify the checks of existing exchanges by moving it into exchange_establish. This means we need to change the finalize API. Try to make PF_ENCAP support handle multiple connections to a single security gateway. Sigh, log the SPIs in network byte order, please
1999-04-19./log.h: Merge with EOM 1.17Niklas Hallqvist
Added classes LOG_SA and LOG_EXCHANGE, converted many LOG_MISC to new classes, adjusted levels slightly. More SA logging. Move LOG_SIZE to log.h Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes I did not need to do this but... style nits Add class and level to debug messages 1999 copyrights
1999-04-19./ike_phase_1.c: Merge with EOM 1.2Niklas Hallqvist
Style. alloc error reporting. Math error propagation. Allocate right sizes. Let's get aggressive!
1999-04-19./ipsec.c: Merge with EOM 1.101Niklas Hallqvist
Style. alloc error reporting. Math error propagation. Allocate right sizes. Let's get aggressive\! Added classes LOG_SA and LOG_EXCHANGE, converted many LOG_MISC to new classes, adjusted levels slightly. More SA logging. seconds are quad style Fix timer log message to show new lifetime Remove SA_FLAG_REPLACED settings from various parts in preparation of a grand unified setting in exchange_finalize. Fix sa_mark_replaced to not release a referance to the sa, and adjust the API as it won't get called as a finalize func anymore. Keep the original lifetime (before randomization) in the sa, if we sometime will create new proposals out of existing SAs. Add randomized decrease of ISAKMP SA lifetime
1999-04-19./transport.c: Merge with EOM 1.32Niklas Hallqvist
Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes Nitpick: better english Move transport-independent reporting to transport_report instead. Also report the socket fd for UDP transports. A derived transport class is always aligned with the transport superclass, so there is no need to search for the udp_transport that matches a given transport. Add transport_report transport refcnt should start with 0 Garbage collect transports via refcounting. Fix commentary. 1999 copyrights
1999-04-19./exchange.h: Merge with EOM 1.22Niklas Hallqvist
Simplify the checks of existing exchanges by moving it into exchange_establish. This means we need to change the finalize API. Try to make PF_ENCAP support handle multiple connections to a single security gateway.
1999-04-19./sysdep/openbsd/Makefile.sysdep: Merge with EOM 1.3Niklas Hallqvist
Make PF_ENCAP and PF_KEY versions of OpenBSD support separated through the OS make variable of the top Makefile.
1999-04-19./timer.h: Merge with EOM 1.6Niklas Hallqvist
Added timer_report 1999 copyrights
1999-04-19./message.h: Merge with EOM 1.43Niklas Hallqvist
Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes Make message_dump_raw public, for udp_report in udp.c Garbage collect transports via refcounting. Fix commentary. 1999 copyrights
1999-04-19./ike_main_mode.c: Merge with EOM 1.76Niklas Hallqvist
Let's get aggressive\!
1999-04-19./regress/asn/asntest.c: Merge with EOM 1.8Niklas Hallqvist
./regress/pkcs/pkcstest.c: Merge with EOM 1.7 1999
1999-04-19./Makefile: Merge with EOM 1.48Niklas Hallqvist
Let's get aggressive! Comments are not good at the end of an assignment line Make PF_ENCAP and PF_KEY versions of OpenBSD support separated through the OS make variable of the top Makefile. Add commented out usages of Boehm's GC library LDADD and DPADD should be appended to. 1999 (c). Style.
1999-04-19./message.c: Merge with EOM 1.120Niklas Hallqvist
Style. alloc error reporting. Math error propagation. Allocate right sizes. Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes Deal with incoming informational exchanges Make message_dump_raw public, for udp_report in udp.c message_dump_raw logs with LOG_MESSAGE, was LOG_TRANSPORT Garbage collect transports via refcounting. Fix commentary.
1999-04-19./pf_key_v2.c: Merge with EOM 1.11Niklas Hallqvist
exchange_establish do checking of existing exchanges these days Remove SA_FLAG_REPLACED settings from various parts in preparation of a grand unified setting in exchange_finalize. Fix sa_mark_replaced to not release a referance to the sa, and adjust the API as it won't get called as a finalize func anymore.
1999-04-19./timer.c: Merge with EOM 1.11Niklas Hallqvist
Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes Added timer_report 1999 copyrights
1999-04-19./asn.c: Merge with EOM 1.25Niklas Hallqvist
Style Style. alloc error reporting. Math error propagation. Allocate right sizes. Name change so we can #define free 1999 copyrights
1999-04-19./udp.c: Merge with EOM 1.38Niklas Hallqvist
Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes Move transport-independent reporting to transport_report instead. Also report the socket fd for UDP transports. A derived transport class is always aligned with the transport superclass, so there is no need to search for the udp_transport that matches a given transport. Add udp_report for transport_report Garbage collect transports via refcounting. Fix commentary.
1999-04-19./sysdep/openbsd/sysdep-os.h: Merge with EOM 1.2Niklas Hallqvist
1999 copyrights
1999-04-19./math_2n.c: Merge with EOM 1.14Niklas Hallqvist
reporting. Math error propagation. Allocate right sizes.
1999-04-19./sa.c: Merge with EOM 1.83Niklas Hallqvist
Off by one (< -> <=) Added classes LOG_SA and LOG_EXCHANGE, converted many LOG_MISC to new classes, adjusted levels slightly. More SA logging. Simplify the checks of existing exchanges by moving it into exchange_establish. This means we need to change the finalize API. Try to make PF_ENCAP support handle multiple connections to a single security gateway. Dump the SA refcount when doing sa_dump Add LOG_REPORT to always go to logchannel regardless of level; misc small fixes Remove SA_FLAG_REPLACED settings from various parts in preparation of a grand unified setting in exchange_finalize. Fix sa_mark_replaced to not release a referance to the sa, and adjust the API as it won't get called as a finalize func anymore. Garbage collect transports via refcounting. Fix commentary.
1999-04-19./asn.h: Merge with EOM 1.18Niklas Hallqvist
1999 Name change so we can #define free
1999-04-19./README: Merge with EOM 1.20Niklas Hallqvist
Up-to-date
1999-04-19./cookie.c: Merge with EOM 1.20Niklas Hallqvist
./dh.c: Merge with EOM 1.5 ./hash.c: Merge with EOM 1.10 ./math_group.h: Merge with EOM 1.7 Style. alloc error reporting. Math error propagation. Allocate right sizes. 1999 copyrights
1999-04-19./ike_aggressive.c: Merge with EOM 1.1Niklas Hallqvist
./ike_phase_1.h: Merge with EOM 1.1 ./ike_aggressive.h: Merge with EOM 1.1 Let's get aggressive!
1999-04-19./sa.h: Merge with EOM 1.47Niklas Hallqvist
Remove SA_FLAG_REPLACED settings from various parts in preparation of a grand unified setting in exchange_finalize. Fix sa_mark_replaced to not release a referance to the sa, and adjust the API as it won't get called as a finalize func anymore.