summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-05-152.7 tree unlock. fix some descriptions.Theo de Raadt
2000-05-13plug an mbuf leakTheo de Raadt
2000-05-12work around kerberos SBINDIR being misdefined; hinTheo de Raadt
2000-05-12nasty bug in %f; espieTheo de Raadt
2000-05-12fix an oopsie; millertTheo de Raadt
2000-05-10ipf 3.3.14, fixes an ipnat problem and ip option mishandling, which the ↵Theo de Raadt
bridge code cares about
2000-05-10make sure ip_timestamp is aligned correctlyJason Wright
2000-05-08fix dhcp 'NONE' ness from install to allow media parsing to workTodd T. Fries
.. ok deraadt@, millert@
2000-05-08If 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-08OpenSSH-2.1Markus Friedl
2000-05-08handle escapes in real and original key format, ok millert@Markus Friedl
2000-05-08no drain if ibuf_empty, fixes x11fwd problems; tests by fries@Markus Friedl
2000-05-08some markus certified spelling adjustmentsHugh Graham
2000-05-08bug compat w/ ssh-2.0.13 x11, split out bugsMarkus Friedl
2000-05-08One last nit fix. (markus approved)Hugh Graham
2000-05-08crank MAX_SCATTER to handle large chain lengths; deraadt ok'd.Jason Wright
2000-05-08zap typoHugh Graham
2000-05-08complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)Markus Friedl
2000-05-08syncTheo de Raadt
2000-05-08Fix 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-08from 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-07interop w/ SecureFXMarkus Friedl
2000-05-07make x11-fwd interop w/ ssh-2.0.13Markus Friedl
2000-05-07Add -n flag to getresp, indicating shell escapes are not to be allowedTodd C. Miller
Don't show gre interfaces when prompting user for an ether device
2000-05-07Correct a bad bug in m_prepend()brian
Submitted by: luoqi@FreeBSD.org
2000-05-07Kill 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-07Add distrib/special to srcdirs for dhclientTodd C. Miller
2000-05-06Oops, make the script behave as documentedMiod Vallat
2000-05-06Document (and fix) bootable tape creation and useMiod Vallat
2000-05-06Mention bootable tape particularities, deraadt@ okMiod Vallat
2000-05-06Add the tape device nodes to the miniroot, for tape install, deraadt@ okMiod Vallat
2000-05-06avoid underflow on unsigned value arithmetic (when optlen < 4).Jun-ichiro itojun Hagino
2nd half of NetBSD Security Advisory 2000-002.
2000-05-06add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8Markus Friedl
2000-05-06work around filleproc() vs exit1() race of p_rlimitTheo de Raadt
2000-05-06avoid unaligned access in timestamp; ↵Theo de Raadt
http://www.newhackcity.net/advisories/20000504a_0.txt; checked by provos and itojun
2000-05-05Forgot to update usage().Hakan Olsson
2000-05-05Make -G flag work for user{add,mod}.Hakan Olsson
2000-05-05Wow, we grew...Marc Espie
2000-05-05Reserve the first cylinder for bootblock if NUMBOOT=1. Basically treatTodd 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-05remote trailing comments before calling __b64_ptonMarkus Friedl
2000-05-05log failure before sending the replyMarkus Friedl
2000-05-05#include <string.h>; <goeran@cdg.chalmers.se>Jakob Schlyter
2000-05-05Nip references to extract-in-placeMarc Espie
2000-05-05Better approximation to reality, ok'd theo.Marc Espie
2000-05-05Sizes adjust. May be tweaked by Fries yet.Marc Espie
2000-05-05limit size of a password file entry (including &-expansion)Jakob Schlyter
replace a couple of strcpy with strlcpy
2000-05-05build without INET6; <goeran@cdg.chalmers.se>Jakob Schlyter
2000-05-05Don'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-05Add limfree prototype to sys/recosurcevar.h.Artur Grabowski
2000-05-05cope with interface detach (like pcmcia card removal). remove anyJun-ichiro itojun Hagino
IPv6 addresses assigned to the interface. reported by ho, bunch of help from niklas. KAME PR 231.