Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-01 | Merge with EOM 1.42 | Niklas Hallqvist | |
author: niklas Do not consider down interfaces or ones with bad addresses | |||
1999-10-01 | Merge with EOM 1.11 | Niklas Hallqvist | |
author: ho add some more debugging info author: angelos Allow "Life" to be ANY author: angelos Allow "ANY" in some fields | |||
1999-10-01 | Merge with EOM 1.100 | Niklas 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-01 | Update the man page to reflect reality. | Aaron Campbell | |
1999-10-01 | build all the extra modules, for arch's that support DSO | Bob 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-01 | This driver supports more than just Megahertz PCMCIA cards... | Jason Downs | |
1999-10-01 | Attach to SMC 8020 cards, they seem to work fine. | Jason Downs | |
1999-10-01 | sync | Jason Downs | |
1999-10-01 | Add SMC 8020 device. | Jason Downs | |
1999-10-01 | add skc and sk | Jason Wright | |
1999-10-01 | add ifmedia attribute to ax, wb, and lmc | Jason Wright | |
1999-10-01 | fix for: | Jason Wright | |
man: no entry for sk in the manual | |||
1999-10-01 | oops... $OpenBSD$ tags | Jason Wright | |
1999-10-01 | driver for SysKonnect 984x gigabit ethernet adapters; from FreeBSD | Jason Wright | |
1999-10-01 | get rid of references to randomseedfile we dont need it. for sshd | Niels Provos | |
just spit out a warning that the configuration option is obsolete. | |||
1999-10-01 | use new mbuf external management for jumbo packet management | Jason Wright | |
1999-10-01 | remove dependency on external storage managed by mclusters and | Jason Wright | |
add more support for external managers | |||
1999-10-01 | set NOPIC | Angelos D. Keromytis | |
1999-10-01 | Fix | Angelos D. Keromytis | |
1999-10-01 | do not put a dynamic installboot on the miniroot | Theo de Raadt | |
1999-10-01 | Remove ifdefs. | Angelos D. Keromytis | |
1999-10-01 | Remove the totally broken Makefile.bsd-wrapper, go back to old scheme | Angelos D. Keromytis | |
1999-10-01 | Bug fix: skip over signature if not wanted, return correct category of | Marc Espie | |
file. | |||
1999-10-01 | Update for version 2.0 | Angelos D. Keromytis | |
1999-09-30 | Sync w/NetBSD. Add support for ES18[67][89] - Nonaka Kimihiro + muting ↵ | kstailey | |
control fix | |||
1999-09-30 | better cipher name fix. | Niels Provos | |
1999-09-30 | We don't have an /etc/environment. | Aaron Campbell | |
1999-09-30 | I'm such an asshole. | Bob Beck | |
1999-09-30 | add apache xml include dir | Bob Beck | |
1999-09-30 | get xml and os include files | Bob Beck | |
1999-09-30 | - Add -q option to shutup the progressmeter; markus friedl | Aaron Campbell | |
- Describe -q in man page (needs conversion to mdoc still). - Cleanup usage string. - Correct a typo; espie@ | |||
1999-09-30 | reorder usage, like real ssh | Theo de Raadt | |
1999-09-30 | doc that rc4/md5 are gone | Theo de Raadt | |
1999-09-30 | Sync with mod_ssl v2.4.4. ok beck@. | Jakob Schlyter | |
1999-09-30 | <des.h> | Theo de Raadt | |
1999-09-30 | deal with NULL in ciphernames | Niels Provos | |
1999-09-30 | less brain damage, get rid of 'no ' | Niels Provos | |
1999-09-30 | better way to deal with authfile cipher; dugsong@ | Niels Provos | |
1999-09-30 | oops, misremembered history. 1.2.12 was the last free version; beck | Theo de Raadt | |
1999-09-30 | use libc md5 | Theo de Raadt | |
1999-09-30 | no longer using rc4 | Theo de Raadt | |
1999-09-30 | Updated for openssl, Yet another thing I forgot to commit | Bob Beck | |
1999-09-30 | off_t, but needs more looking at later | Theo de Raadt | |
1999-09-30 | -c none dies | Theo de Raadt | |
1999-09-30 | spelling | Theo de Raadt | |
1999-09-30 | we have to enable SSH_CIPHER_NONE for unprotected host keys, etc... | Niels Provos | |
1999-09-30 | remove ``none''. | Niels Provos | |
1999-09-30 | Explanation for why strerror.o is needed. | Marc Espie | |
1999-09-30 | last i checked, screenblank was not a network daemon | Theo de Raadt | |
1999-09-30 | In the construct | Marc 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. |