summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1998-11-18obvious typoTheo de Raadt
1998-11-18better strtol() checkingTheo de Raadt
1998-11-18atoi does not do error checking on numbers, change to strtol.Artur Grabowski
pr system/641 From <lha@stacken.kth.se>
1998-11-17From the EOM repos: Only find ready ISAKMP SAs inNiklas Hallqvist
sa_isakmp_lookup_by_peer
1998-11-17Add RCS Ids from the EOM repositoryNiklas Hallqvist
1998-11-16Reinstate X509 signature code except for RSA codeNiklas Hallqvist
1998-11-16Compile with cert.cNiklas Hallqvist
1998-11-16Remove X509 hooksNiklas Hallqvist
1998-11-16reviveNiklas Hallqvist
1998-11-16Add back cert handling, no patent problem hereNiklas Hallqvist
1998-11-15Hardwire our sysdep.c hereNiklas Hallqvist
1998-11-15Remove last warnings after cripplingNiklas Hallqvist
1998-11-15At the moment we do not do certificatesNiklas Hallqvist
1998-11-15Remove more cruftNiklas Hallqvist
1998-11-15remove removed dirs from SUBDIRNiklas Hallqvist
1998-11-15Not clear if we want thisNiklas Hallqvist
1998-11-15update src listNiklas Hallqvist
1998-11-15cripple until laterNiklas Hallqvist
1998-11-15Not clean enough yetNiklas Hallqvist
1998-11-15openBSD RCS IDsNiklas Hallqvist
1998-11-15Make up-to-date wrt to licensingNiklas Hallqvist
1998-11-15Reflect realityNiklas Hallqvist
1998-11-15Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for theNiklas Hallqvist
OpenBSD IPSEC stack by me, Niklas Hallqvist and Niels Provos, funded by Ericsson Radio Systems. It is not yet complete or usable in a real scenario but the missing pieces will soon be there. The early commit is for people who wants early access and who are not afraid of looking at source. isakmpd interops with Cisco, Timestep, SSH & Pluto (Linux FreeS/WAN) so far, so it is not that incomplete. It is really mostly configuration that is lacking.
1998-11-14oopsTheo de Raadt
1998-11-14move ipsec tools into .Theo de Raadt
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesAaron Campbell
1998-11-11only do block checks on files that need it, therefore explicitly avoidingTheo de Raadt
fifos (which linux handles incorrectly, leaving block numbers there at inconvenient times); patch from krw@tcn.net
1998-11-04be really pedantic about punctuation following -mdoc macro'd textAaron Campbell
1998-10-28give up the try to start afsd from mount_afs, the argument passing was too uglyArtur Grabowski
1998-10-11When rounding to cylinder boundaries check to make sure we don't round up ↵Todd C. Miller
past the end of the disk. Noticed by fries@
1998-10-11NAT_MAP is now a flag; garath@code.ridgefield.orgTheo de Raadt
1998-10-11flesh out and -mandoc, much nicer; garath@code.ridgefield.orgTheo de Raadt
1998-10-07clarify -n; noted by markc@Theo de Raadt
1998-10-06fix the SIOCGIFCONF code; bug found by markc@Theo de Raadt
1998-10-04increase data sizeTodd C. Miller
1998-10-03Add DIOCGPDINFO ioctl and use it in disklabel's new -p modeTodd C. Miller
1998-10-02Typos in arithmetic formulaeNiklas Hallqvist
1998-09-28Typo.Ian Darwin
1998-09-26mac68k uses libkvm.oldryker
1998-09-26NAT in_redir flags changed; garath@code.ridgefield.orgTheo de Raadt
1998-09-24'off of' -> 'off'Paul Janzen
1998-09-24Back out gzip changes, they will not make 2.4Todd C. Miller
1998-09-23alphabetize SEE ALSO entries and order them numerically according to sectionAaron Campbell
1998-09-21bad sysctl(), malloc(0), and memory leaks fixesTheo de Raadt
1998-09-19RepairMarc Espie
1998-09-18buf oflowsTheo de Raadt
1998-09-18fix tableTheo de Raadt
1998-09-17sbin/ man page fixesAaron Campbell
1998-09-17pmax needs libkvm.old tooTodd C. Miller
1998-09-16take out gzip support for now, it seems to have problems on some platformsTodd C. Miller