summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-13don't process NI_NOFQDN, since the currently coded behavior is not specwiseJun-ichiro itojun Hagino
correct.
2000-03-12add khome/kend to xterm-r6 since our xterm supports these correctly. The ↵Todd C. Miller
old non-xfree86 r6 xterm sends \E[^@ for these keys which is wrong but enabling khome/kend shouldn't really cause any harm there.
2000-03-12Get mainbus working with gcc 2.95.x. -mojMats O Jansson
2000-03-12Update clock code to work until 2001-12-31. -mojMats O Jansson
2000-03-12improve SECURITY section. sync with kame.Jun-ichiro itojun Hagino
2000-03-12undo interface address addition, if in_ifinit fails.Jun-ichiro itojun Hagino
2000-03-12undo interface address addition if in6_ifinit fails.Jun-ichiro itojun Hagino
2000-03-12disallow packets to malicious 6to4 prefix, based onJun-ichiro itojun Hagino
http://playground.iijlab.net/i-d/draft-itojun-ipv6-transition-abuse-00.txt
2000-03-12correct use of perror(). improve src addr selection. (sync with kame)Jun-ichiro itojun Hagino
2000-03-12remove redundant check against ifa_dstaddr.Jun-ichiro itojun Hagino
2000-03-12grammarTheo de Raadt
2000-03-12don't touch root radix node on RTM_*. this can panic system fromJun-ichiro itojun Hagino
non-root userland process, under certain routing table setup. http://orange.kame.net/dev/query-pr.cgi?pr=217
2000-03-12If no 'begin' key on keypad, use 'home' instead since PC keyboardsTodd C. Miller
have 'home', not 'begin'.
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-11Add a few builtins for greater compatibility with gnu-m4, and extendedMarc Espie
functionality. * regular expressions, * line-number reporting * `meta'-macros, builtin and indir. Reviewed by pjanzen@, tested by fries@ and a few others.
2000-03-11work around /kern/msgbuf NUL behaviour; pjanzenTheo de Raadt
2000-03-10A more normal way of building kerberos, faster, and it works with SUDONiklas Hallqvist
2000-03-10A more normal way of building kerberos, faster, and it works with SUDONiklas Hallqvist
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-10repair ramcfg whacking code; mickeyTheo de Raadt
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-10Convert to newer style.Aaron Campbell
2000-03-10fix non behaviorTodd T. Fries
with this `!' lines in /etc/hostname.* run even without certain lines (like a comment) preceeding it.
2000-03-10unlock cryptography functions on Hi/fn 7751 cryptography card. Based on ↵Michael Shalayeff
reverse engineering of an unlock binary provided by Invertex, for their AEON card, which uses the chip
2000-03-10plug leakDavid Leonard
2000-03-10Sync.Angelos D. Keromytis
2000-03-10cleared wrong amount of memory in skipjack zerokey, causes bigtime crashesTheo de Raadt
2000-03-10Make pcvt arrow keys work with vt220 entries; DEC terminals generate DEL,Todd C. Miller
not ^H.
2000-03-10Updates from ncurses-5.0-20000304:Todd C. Miller
o minor corrections/updates to several terminfo entries: rxvt-basic, vt520, vt525, ibm5151, xterm-xf86-v40 o minor corrections to xterm-xf86-v333 terminfo entry o add several terminfo entries from esr's "11.0".
2000-03-10Update to ncurses-5.0-20000304Todd C. Miller
2000-03-10increased buffer size.Steve Murphree
2000-03-09Pull in fnctl modeul so we are sure to get O_* for sysopen().Todd C. Miller
2000-03-09change struct icmp6_filter member name: s/icmp6_filter/icmp6_filt/,Jun-ichiro itojun Hagino
to be compliant with RFC2292. From: Francis Dupont
2000-03-09disallow guessing of root passwordMarkus Friedl
2000-03-09-Wall cleanupTheo de Raadt
2000-03-09-Wall type correctnessTheo de Raadt
2000-03-09update for new adaptec support.Steve Murphree
2000-03-09syncTheo de Raadt
2000-03-09new grep 2.4.1Michael Shalayeff
whole bunch of bug fixes, mmap support (w/ --mmap) changed binary file grep behavior, but could be overwritten w/ -a millert@ ok
2000-03-08multiple inclusion protect because of pstat and socket.h needing ALIGNBYTESTheo de Raadt
2000-03-08Merge with EOM 1.48Niklas Hallqvist
author: ho Do not crash if user forgot address field.
2000-03-08Merge with EOM 1.24Niklas Hallqvist
author: niklas line break
2000-03-08cert.c: Merge with EOM 1.15Niklas Hallqvist
libcrypto.h: Merge with EOM 1.12 author: ho KAME and ssl includes
2000-03-08Merge with EOM 1.38Niklas Hallqvist
author: niklas Comparison to wrong var, fix by rayl@mail.com
2000-03-08Merge with EOM 1.7Niklas Hallqvist
author: ho Add sysdep.h and compile with KAME
2000-03-08Merge with EOM 1.37Niklas Hallqvist
author: ho Add missing #ifdef USE_X509/#endif
2000-03-08Merge with EOM 1.39Niklas Hallqvist
author: ho FreeBSD and NetBSD use KAME author: ho Add netbsd
2000-03-08Merge with EOM 1.32Niklas Hallqvist
author: niklas Use a clearer pointer arithmetic author: niklas Multiple DES API support author: niklas argh author: niklas More braindamage with USE_ macros
2000-03-08syncjasoni
2000-03-08Add support for the new sigset_t and sigaction.jasoni