summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-15assume presense of getifaddrs(3).Jun-ichiro itojun Hagino
2003-05-15make getifaddrs(3) a default, as all BSD has it by nowJun-ichiro itojun Hagino
2003-05-15fix 64bit issue; report itojun@Markus Friedl
2003-05-15warn for unsupported config option. ok markus@Jakob Schlyter
2003-05-15check pim version before checksum. version check is cheaper.Jun-ichiro itojun Hagino
2003-05-15Make "ssh -V" print the OpenSSL version in a human readable form. PatchDamien Miller
from Craig Leres (mindrot at ee.lbl.gov); ok markus@
2003-05-15- removed dead .Xr to scsipi(9) and whitespace at EOLJason McIntyre
from Paul Weissmann
2003-05-15unbreak tree; ok margarida@Todd T. Fries
2003-05-15tweak;Jason McIntyre
ok frantzen@
2003-05-15and tag too long in binat codepathHenning Brauer
2003-05-15tag too long in the nat/rdr codepathHenning Brauer
2003-05-15too long tag on filterHenning Brauer
2003-05-15properly complain about too long tagsHenning Brauer
2003-05-15The version needs to be set to the highest of the merged libraries,Hans Insulander
which is 12.0
2003-05-15-Wall; ok hin@Magnus Holmberg
2003-05-15IPv6 IPsec gateway now functions; patch by itojun, tested by myself and vincentTodd T. Fries
closes pr 3231
2003-05-15We'll be using symlinks instead of empty libraries, so these filesHans Insulander
are not needed. Sorry for commiting them.
2003-05-15add _kdc, _kadmin, and _isakmpd pseudo-accounts; ok deraadt@David Krause
2003-05-15Install symlinks for libkafs, libasn1 and libhdb so that 3rd partyHans Insulander
applications that really insist on finding them won't break. ok millert@
2003-05-15Use less magic numbers when programming the vidc control register.Miod Vallat
2003-05-15NetBSD PR 15025: libwrap hangs in an infinite loop when a host access linePaul Janzen
is > 2048 characters long. ok millert a long time ago.
2003-05-15first sprintf test: positional argsTheo de Raadt
2003-05-15make usage printing match what's in the manpage, which is better; ok jfb@Jason Peel
2003-05-15Deal with some common filenames.Hans Insulander
2003-05-15Remove old inaccurate comments.Miod Vallat
2003-05-15disable kerberos when not supported. ok markus@Jakob Schlyter
2003-05-15~B is ssh2 onlyMarkus Friedl
2003-05-15Advanced put/get testing for sftp. OK @djmmouring
2003-05-15anotherHenning Brauer
2003-05-15Teach ls how to display multiple column display and allow users to returnmouring
to single column format via 'ls -1'. OK @djm
2003-05-15Make put/get (globed and nonglobed) code more consistant. OK djm@mouring
2003-05-15Fix some typos, clarify a few bits, and fix a display issue with `:'.Todd C. Miller
Based on a patch rom Brian Poole
2003-05-15From Brian PooleTodd C. Miller
o fix typos o remove a redundant check for verbose
2003-05-15Correct a two year old typo, which might actually makeHakan Olsson
setsockopt(..., IP_IPSEC_LOCAL_AUTH, ...) start working.
2003-05-15avoid warning; ok jakob@Damien Miller
2003-05-15split out custom EVP ciphersMarkus Friedl
2003-05-15Use vis() on any remotely created input before displaying it on a screen.Paul Janzen
deraadt@ ok
2003-05-15Remove relics of an ancient pastMiod Vallat
2003-05-15Cleanup. Do not store the private key in either the exchange or sa structs.Hakan Olsson
2003-05-15add missing freerrsetJakob Schlyter
2003-05-15Work around some OpenSSL BIO "features" to read the key correctly.Hakan Olsson
2003-05-15Proper exit of the monitor process.Hakan Olsson
2003-05-15wait() for the child processHakan Olsson
2003-05-15Regression for fmt_scaled() and scan_scaled().Ian Darwin
2003-05-15always parse kerberos options. ok djm@ markus@Jakob Schlyter
2003-05-15New: fmt_scaled() and scan_scaled() convert to and from "human readable"Ian Darwin
or scaled numbers. fmt_scaled, and the format, based on Ken Stailey's code for "df -h"; scan_scaled is new. Significantly commented on and reworked by pjanzen@; other comments from millert@. OK pjanzen@.
2003-05-15Add a -q flag to suppress all output when setting a variable, andJean-Francois Brousseau
remove the -v flag from the SYNOPSIS for the -w option since it has no effect ok jsyn@ millert@
2003-05-15Remove my test cruft accidentally commitedHans Insulander
2003-05-15Start of privilege separation for isakmpd.Hakan Olsson
There are some kinks left, so keep it default disabled for now. markus@ says ok to commit.
2003-05-15cleanup unregister of per-method packet handlers; ok djm@Markus Friedl