Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-05-06 | Add the tape device nodes to the miniroot, for tape install, deraadt@ ok | Miod Vallat | |
2000-05-06 | avoid underflow on unsigned value arithmetic (when optlen < 4). | Jun-ichiro itojun Hagino | |
2nd half of NetBSD Security Advisory 2000-002. | |||
2000-05-06 | add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8 | Markus Friedl | |
2000-05-06 | work around filleproc() vs exit1() race of p_rlimit | Theo de Raadt | |
2000-05-06 | avoid unaligned access in timestamp; ↵ | Theo de Raadt | |
http://www.newhackcity.net/advisories/20000504a_0.txt; checked by provos and itojun | |||
2000-05-05 | Forgot to update usage(). | Hakan Olsson | |
2000-05-05 | Make -G flag work for user{add,mod}. | Hakan Olsson | |
2000-05-05 | Wow, we grew... | Marc Espie | |
2000-05-05 | Reserve the first cylinder for bootblock if NUMBOOT=1. Basically treat | Todd C. Miller | |
it the same as the space we reserver on i386 to avoid fdisk trouncing. The user can change this via the 'b' command and a message is printed at startup to this effect. | |||
2000-05-05 | remote trailing comments before calling __b64_pton | Markus Friedl | |
2000-05-05 | log failure before sending the reply | Markus Friedl | |
2000-05-05 | #include <string.h>; <goeran@cdg.chalmers.se> | Jakob Schlyter | |
2000-05-05 | Nip references to extract-in-place | Marc Espie | |
2000-05-05 | Better approximation to reality, ok'd theo. | Marc Espie | |
2000-05-05 | Sizes adjust. May be tweaked by Fries yet. | Marc Espie | |
2000-05-05 | limit size of a password file entry (including &-expansion) | Jakob Schlyter | |
replace a couple of strcpy with strlcpy | |||
2000-05-05 | build without INET6; <goeran@cdg.chalmers.se> | Jakob Schlyter | |
2000-05-05 | Don't set filesize limit to infinity on exit. | Artur Grabowski | |
This is only needed in accounting and has to be done carefully because the limit structures are shared between processes. Found by Denis A. Doroshenko, analysed by Hannah Schroeter. | |||
2000-05-05 | Add limfree prototype to sys/recosurcevar.h. | Artur Grabowski | |
2000-05-05 | cope with interface detach (like pcmcia card removal). remove any | Jun-ichiro itojun Hagino | |
IPv6 addresses assigned to the interface. reported by ho, bunch of help from niklas. KAME PR 231. | |||
2000-05-05 | some docs | Brandon Creighton | |
2000-05-05 | 451NX machines now probe all pci busses; M.Drochner@fz-juelich.de | Theo de Raadt | |
2000-05-04 | use _PASSWORD_LEN constant | Jakob Schlyter | |
adduser(); correct sync_uid_gid handling adduser(); initialize password correctly copydotfiles(); run chmod properly creategid(); cleanup groupmod(); add missing newline moduser(); do not overwrite shell with gecos moduser(); initialize password correctly read_defaults(); read default password from usermgmt.conf userdel(); initialize password correctly ok deraadt@. | |||
2000-05-04 | replace broken uuencode w/ libc b64_ntop | Markus Friedl | |
2000-05-04 | clear padding in ssh2 | Markus Friedl | |
2000-05-04 | Bypass routes only worked for one packet, then they effectively became a | Niklas Hallqvist | |
filter. | |||
2000-05-04 | Don't attach a PCTECH RZ1000 on the PCI bus--it has severe problems. | Todd C. Miller | |
It will attach at wdc and be less problematical, though I still wouldn't trust my data to it. |