Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-15 | Typo in quotes. | Marc Espie | |
2000-05-15 | draft-ietf-secsh-architecture-05.txt | Markus Friedl | |
2000-05-15 | /etc/mail/aliases | Theo de Raadt | |
2000-05-15 | document ssh -T -N (ssh2 only) | Markus Friedl | |
2000-05-15 | fix usage() | Markus Friedl | |
2000-05-15 | Cardbus serial infrastructure | Niklas Hallqvist | |
2000-05-15 | regen | Niklas Hallqvist | |
2000-05-15 | oops typo | Niklas Hallqvist | |
2000-05-15 | We are OpenBSD | Niklas Hallqvist | |
2000-05-15 | Cardbus com driver, from NetBSD, but adapted for our style conventions | Niklas Hallqvist | |
and with pccom support added | |||
2000-05-15 | comment typo | Niklas Hallqvist | |
2000-05-15 | Less verbose, detach logic | Niklas Hallqvist | |
2000-05-15 | Add support for building libraries with debugging information in them. | Niklas Hallqvist | |
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get installed in /usr/lib/debug. This directory will be searched first if gcc is given the -g flag during the link stage. | |||
2000-05-15 | typo | Todd T. Fries | |
2000-05-15 | driver for the databook isa/pcmcia bridge (commented out in GENERIC for now); | Jason Wright | |
from NetBSD. | |||
2000-05-15 | 2.8 | Jason Wright | |
2000-05-15 | Add comment on input MSS calculation based on previous PMTUD results, | Angelos D. Keromytis | |
as per TCP-imply IETF WG draft(s). The correct approach is to just use the relevant interface's MTU. | |||
2000-05-15 | Update to reality | Todd C. Miller | |
2000-05-15 | since Makefile.inc is included at the end, do ENVDEF+= there | Todd C. Miller | |
and use ENVDEF= in the Makefile (this was reversed). Also, pull in the right Makefile.inc for things that don't get installed in usr.sbin. | |||
2000-05-15 | Fix sanity check that caused really short packets (ICMPs with less | Angelos D. Keromytis | |
than 8 bytes of payload) to be dropped. Did not affect TCP/UDP packets and most ICMP packets. | |||
2000-05-15 | 2.7 tree unlock. fix some descriptions. | Theo de Raadt | |
2000-05-13 | plug an mbuf leak | Theo de Raadt | |
2000-05-12 | work around kerberos SBINDIR being misdefined; hin | Theo de Raadt | |
2000-05-12 | nasty bug in %f; espie | Theo de Raadt | |
2000-05-12 | fix an oopsie; millert | Theo de Raadt | |
2000-05-10 | ipf 3.3.14, fixes an ipnat problem and ip option mishandling, which the ↵ | Theo de Raadt | |
bridge code cares about | |||
2000-05-10 | make sure ip_timestamp is aligned correctly | Jason Wright | |
2000-05-08 | fix dhcp 'NONE' ness from install to allow media parsing to work | Todd T. Fries | |
.. ok deraadt@, millert@ | |||
2000-05-08 | If there are no CD devices, abort early. | Todd C. Miller | |
For ISO9660 CDs we can take advantage of the label spoofing and not ask the user for partition/fstype. Also shorten a few variable names. This makes CD installs go more smoothly. | |||
2000-05-08 | OpenSSH-2.1 | Markus Friedl | |
2000-05-08 | handle escapes in real and original key format, ok millert@ | Markus Friedl | |
2000-05-08 | no drain if ibuf_empty, fixes x11fwd problems; tests by fries@ | Markus Friedl | |
2000-05-08 | some markus certified spelling adjustments | Hugh Graham | |
2000-05-08 | bug compat w/ ssh-2.0.13 x11, split out bugs | Markus Friedl | |
2000-05-08 | One last nit fix. (markus approved) | Hugh Graham | |
2000-05-08 | crank MAX_SCATTER to handle large chain lengths; deraadt ok'd. | Jason Wright | |
2000-05-08 | zap typo | Hugh Graham | |
2000-05-08 | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) | Markus Friedl | |
2000-05-08 | sync | Theo de Raadt | |
2000-05-08 | Fix 12 hours handling, so that you can say leave 1830 when it is 1800. | Marc Espie | |
(Anything over 1300 is obviously 24 hours based, and interval arithmetic is much simpler than the old code would make you believe...) | |||
2000-05-08 | from art@: | Michael Shalayeff | |
in timeout_hardclock_update() check out if there is anything in the timeout queue before calculating the return value. thanks to Adam Rogoyski <rogoyski@cs.utexas.edu> for debugging and testing help. | |||
2000-05-07 | interop w/ SecureFX | Markus Friedl | |
2000-05-07 | make x11-fwd interop w/ ssh-2.0.13 | Markus Friedl | |
2000-05-07 | Add -n flag to getresp, indicating shell escapes are not to be allowed | Todd C. Miller | |
Don't show gre interfaces when prompting user for an ether device | |||
2000-05-07 | Correct a bad bug in m_prepend() | brian | |
Submitted by: luoqi@FreeBSD.org | |||
2000-05-07 | Kill rd.group, rd.master.passwd, rd.disktab; use DESTDIR ones instead. | Todd C. Miller | |
Also copy in protocols and services Remove links to kill, pwd, test, and [ to match raminst.conf Add link for dhclient as it was added to raminst.conf | |||
2000-05-07 | Add distrib/special to srcdirs for dhclient | Todd C. Miller | |
2000-05-06 | Oops, make the script behave as documented | Miod Vallat | |
2000-05-06 | Document (and fix) bootable tape creation and use | Miod Vallat | |
2000-05-06 | Mention bootable tape particularities, deraadt@ ok | Miod Vallat | |