summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-04-29perl5.005_03Todd C. Miller
1999-04-29Y2K fix: allow 'shutdown yymmddhhmm' to work in the next century.Alex Feldman
1999-04-29Work around the blocking read() that causes so many hung ftpd processes.Jason Downs
This has been extensively tested.
1999-04-29Unfortunate side effect of the mandoc macros:Marc Espie
.Nd takes at most 9 arguments. Hence, if the description is longer than that, you lose. Unless you get it to be just one argument, by quoting it. Automated search of other such manpages to do, or a way to fix .Nd if someone knows enough troff...
1999-04-29always check return value of strdup()Aaron Campbell
1999-04-29don't step on the tail if there is no one, or core dumps; millert - yesMichael Shalayeff
1999-04-28Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdogAlex Feldman
timers.
1999-04-28please use Ar macros when describing option flags, tooAaron Campbell
1999-04-28no such errno EOPNOSUPPORT, make it EOPNOTSUPP as it ought to beAaron Campbell
1999-04-28Implement -U <username> option from FreeBSD. Original code by Peter Wemm.Alex Feldman
1999-04-28Do not provide gethostby.*_r for now, as configure scripts findNiklas Hallqvist
the functions using nm(1), but then no prototypes exist and things break. d@ will contemplate over the issue and resolve it for real later :-)
1999-04-28add autoconfig_verbose toggling command to boot_configTheo de Raadt
1999-04-28check correct arg; garath@ntplx.netTheo de Raadt
1999-04-28zap the newhashinit hack.Artur Grabowski
Add an extra flag to hashinit telling if it should wait in malloc. update all calls to hashinit.
1999-04-27Merge with EOM 1.5Niklas Hallqvist
author: niklas Bind notify message types to the IPsec notify message types as well.
1999-04-27Merge with EOM 1.23Niklas Hallqvist
author: niklas Simplify exchange life logic some. Some style too.
1999-04-27TO-DO: Merge with EOM 1.34Niklas Hallqvist
DESIGN-NOTES: Merge with EOM 1.41 author: niklas Up-to-date
1999-04-27Merge with EOM 1.35Niklas Hallqvist
author: niklas Do not lose the transport we are handling author: niklas Remove obsolete XXX comment. author: niklas Collapse MSG_NO_RETRANS & MSG_KEEP into MSG_LAST.
1999-04-27ike_aggressive.c: Merge with EOM 1.2Niklas Hallqvist
ike_main_mode.c: Merge with EOM 1.77 ipsec.h: Merge with EOM 1.35 author: niklas Send out INITIAL-CONTACT notifications
1999-04-27Merge with EOM 1.124Niklas Hallqvist
author: niklas When seeing duplicates, just retransmit if the last sent message was the last of an exchange, thus not scheduled for retransmission. 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.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-27disable newgrp alias since OpenBSD doesn't have a newgrp(1)Todd C. Miller
1999-04-27make this compile for !MNN case. (which is the default). DUH.Artur Grabowski
1999-04-27use assembler hereMichael Shalayeff
1999-04-27Specify the ssh command to use for a VPN inline.brian
1999-04-27Change ``set device'' so that it parses its arguments as onebrian
device per argument rather than the old way of concatenating everything then splitting the result at commas and whitespace. Old syntax of ``set device /dev/cuaa0, /dev/cuaa1'' may no longer contain the comma, but syntax such as ``set device "!ssh host ppp -direct label"'' is now possible.
1999-04-26Added bktr.Alex Feldman
1999-04-26syncTheo de Raadt
1999-04-26another modemTheo de Raadt
1999-04-26Add support for NetBSDbrian
1999-04-26#include <errno.h>, not <sys/errno.h>brian
1999-04-26Add support for NetBSD (history() from libedit is different).brian
1999-04-26Only proto xgets() if stdio has been includedJason Downs
1999-04-26s/STDIN_FILENO/STDOUT_FILENO/ to match top distribution code, rohee@essi.fr.Jason Downs
1999-04-25Document .Bsx and .Fx macros.Alex Feldman
1999-04-25Added -susv2 to .St usage.Alex Feldman
1999-04-25Fixed bug involving offsets from yearly "special events" (i.e Easter).Paul Janzen
1999-04-25Reading large file from ext2fs caused vm_fault; gluk@ecsc.mipt.ruTodd C. Miller
Approved by csapuntz@openbsd.org
1999-04-25Make ttystat() work correctly with strings that are not NUL-terminated.Todd C. Miller
If ut_line begins with "ftp" copy the pid into a temp buffer before the strol() since ut_line may not be NUL-terminated.
1999-04-25missing parts from last commitTodd C. Miller
1999-04-25m68k assembler version of strlcpy(3)Todd C. Miller