summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-10-01Merge with EOM 1.42Niklas Hallqvist
author: niklas Do not consider down interfaces or ones with bad addresses
1999-10-01Merge with EOM 1.11Niklas Hallqvist
author: ho add some more debugging info author: angelos Allow "Life" to be ANY author: angelos Allow "ANY" in some fields
1999-10-01Merge with EOM 1.100Niklas Hallqvist
author: niklas AUTHENTICATION_ALGORITHM is a must in AH transforms. Better error reporting. author: ho More debugging output. author: angelos Remove evil experimental code, fix off-by-1 buffer allocation.
1999-10-01Update the man page to reflect reality.Aaron Campbell
1999-10-01build all the extra modules, for arch's that support DSOBob Beck
(not enabled by default). enable suexec with reasonable OpenBSD paramters, but install 555 - user must change to be setuid before use. Change configuration to use /dev/arandom
1999-10-01This driver supports more than just Megahertz PCMCIA cards...Jason Downs
1999-10-01Attach to SMC 8020 cards, they seem to work fine.Jason Downs
1999-10-01syncJason Downs
1999-10-01Add SMC 8020 device.Jason Downs
1999-10-01add skc and skJason Wright
1999-10-01add ifmedia attribute to ax, wb, and lmcJason Wright
1999-10-01fix for:Jason Wright
man: no entry for sk in the manual
1999-10-01oops... $OpenBSD$ tagsJason Wright
1999-10-01driver for SysKonnect 984x gigabit ethernet adapters; from FreeBSDJason Wright
1999-10-01get rid of references to randomseedfile we dont need it. for sshdNiels Provos
just spit out a warning that the configuration option is obsolete.
1999-10-01use new mbuf external management for jumbo packet managementJason Wright
1999-10-01remove dependency on external storage managed by mclusters andJason Wright
add more support for external managers
1999-10-01set NOPICAngelos D. Keromytis
1999-10-01FixAngelos D. Keromytis
1999-10-01do not put a dynamic installboot on the minirootTheo de Raadt
1999-10-01Remove ifdefs.Angelos D. Keromytis
1999-10-01Remove the totally broken Makefile.bsd-wrapper, go back to old schemeAngelos D. Keromytis
1999-10-01Bug fix: skip over signature if not wanted, return correct category ofMarc Espie
file.
1999-10-01Update for version 2.0Angelos D. Keromytis
1999-09-30Sync w/NetBSD. Add support for ES18[67][89] - Nonaka Kimihiro + muting ↵kstailey
control fix
1999-09-30better cipher name fix.Niels Provos
1999-09-30We don't have an /etc/environment.Aaron Campbell
1999-09-30I'm such an asshole.Bob Beck
1999-09-30add apache xml include dirBob Beck
1999-09-30get xml and os include filesBob Beck
1999-09-30- Add -q option to shutup the progressmeter; markus friedlAaron Campbell
- Describe -q in man page (needs conversion to mdoc still). - Cleanup usage string. - Correct a typo; espie@
1999-09-30reorder usage, like real sshTheo de Raadt
1999-09-30doc that rc4/md5 are goneTheo de Raadt
1999-09-30Sync with mod_ssl v2.4.4. ok beck@.Jakob Schlyter
1999-09-30<des.h>Theo de Raadt
1999-09-30deal with NULL in ciphernamesNiels Provos
1999-09-30less brain damage, get rid of 'no 'Niels Provos
1999-09-30better way to deal with authfile cipher; dugsong@Niels Provos
1999-09-30oops, misremembered history. 1.2.12 was the last free version; beckTheo de Raadt
1999-09-30use libc md5Theo de Raadt
1999-09-30no longer using rc4Theo de Raadt
1999-09-30Updated for openssl, Yet another thing I forgot to commitBob Beck
1999-09-30off_t, but needs more looking at laterTheo de Raadt
1999-09-30-c none diesTheo de Raadt
1999-09-30spellingTheo de Raadt
1999-09-30we have to enable SSH_CIPHER_NONE for unprotected host keys, etc...Niels Provos
1999-09-30remove ``none''.Niels Provos
1999-09-30Explanation for why strerror.o is needed.Marc Espie
1999-09-30last i checked, screenblank was not a network daemonTheo de Raadt
1999-09-30In the constructMarc Espie
VAR!=cat file make warns if file exists, but is empty (couldn't read shell output, or such bullshit) Weird, as everything actually went right. As I don't want to change that behavior so close to release, and since the needed-list may again be needed in the future, the line VAR!=cat file && echo is used instead. make will happily get a new line to eat, that it will strip right away => no more warning. Go figure.