Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
2000-03-11 | Add a few builtins for greater compatibility with gnu-m4, and extended | Marc Espie | |
functionality. * regular expressions, * line-number reporting * `meta'-macros, builtin and indir. Reviewed by pjanzen@, tested by fries@ and a few others. | |||
2000-03-11 | work around /kern/msgbuf NUL behaviour; pjanzen | Theo de Raadt | |
2000-03-10 | A more normal way of building kerberos, faster, and it works with SUDO | Niklas Hallqvist | |
2000-03-10 | A more normal way of building kerberos, faster, and it works with SUDO | Niklas Hallqvist | |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell | |
2000-03-10 | repair ramcfg whacking code; mickey | Theo de Raadt | |
2000-03-10 | Various cleanups and standardization. | Aaron Campbell | |
2000-03-10 | Convert to newer style. | Aaron Campbell | |
2000-03-10 | fix non behavior | Todd T. Fries | |
with this `!' lines in /etc/hostname.* run even without certain lines (like a comment) preceeding it. | |||
2000-03-10 | unlock 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-10 | plug leak | David Leonard | |
2000-03-10 | Sync. | Angelos D. Keromytis | |
2000-03-10 | cleared wrong amount of memory in skipjack zerokey, causes bigtime crashes | Theo de Raadt | |
2000-03-10 | Make pcvt arrow keys work with vt220 entries; DEC terminals generate DEL, | Todd C. Miller | |
not ^H. | |||
2000-03-10 | Updates 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-10 | Update to ncurses-5.0-20000304 | Todd C. Miller | |
2000-03-10 | increased buffer size. | Steve Murphree | |
2000-03-09 | Pull in fnctl modeul so we are sure to get O_* for sysopen(). | Todd C. Miller | |
2000-03-09 | change struct icmp6_filter member name: s/icmp6_filter/icmp6_filt/, | Jun-ichiro itojun Hagino | |
to be compliant with RFC2292. From: Francis Dupont | |||
2000-03-09 | disallow guessing of root password | Markus Friedl | |
2000-03-09 | -Wall cleanup | Theo de Raadt | |
2000-03-09 | -Wall type correctness | Theo de Raadt | |
2000-03-09 | update for new adaptec support. | Steve Murphree | |
2000-03-09 | sync | Theo de Raadt | |
2000-03-09 | new grep 2.4.1 | Michael 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-08 | multiple inclusion protect because of pstat and socket.h needing ALIGNBYTES | Theo de Raadt | |
2000-03-08 | Merge with EOM 1.48 | Niklas Hallqvist | |
author: ho Do not crash if user forgot address field. | |||
2000-03-08 | Merge with EOM 1.24 | Niklas Hallqvist | |
author: niklas line break | |||
2000-03-08 | cert.c: Merge with EOM 1.15 | Niklas Hallqvist | |
libcrypto.h: Merge with EOM 1.12 author: ho KAME and ssl includes | |||
2000-03-08 | Merge with EOM 1.38 | Niklas Hallqvist | |
author: niklas Comparison to wrong var, fix by rayl@mail.com | |||
2000-03-08 | Merge with EOM 1.7 | Niklas Hallqvist | |
author: ho Add sysdep.h and compile with KAME | |||
2000-03-08 | Merge with EOM 1.37 | Niklas Hallqvist | |
author: ho Add missing #ifdef USE_X509/#endif | |||
2000-03-08 | Merge with EOM 1.39 | Niklas Hallqvist | |
author: ho FreeBSD and NetBSD use KAME author: ho Add netbsd | |||
2000-03-08 | Merge with EOM 1.32 | Niklas 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-08 | sync | jasoni | |
2000-03-08 | Add support for the new sigset_t and sigaction. | jasoni | |
2000-03-08 | Various cleanups and improvements. | Aaron Campbell | |
2000-03-07 | Various cleanup. | Aaron Campbell | |
2000-03-07 | typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de | Markus Friedl | |
2000-03-07 | Typo in synopsis: sont --> const | Alex Feldman | |
2000-03-07 | Use ETHERTYPE_8021Q | Chris Cappuccio | |
2000-03-07 | add ETHERTYPE_8021Q | Chris Cappuccio | |
2000-03-07 | Add 802.1Q from kuznet@ms2.inr.ac.ru via tcpdump.org | Chris Cappuccio | |
also, make extracted_ethertype not extern | |||
2000-03-06 | Various mdoc fixups. | Aaron Campbell | |
2000-03-06 | Do not leave `(' characters dangling at the end of lines; instead, use the | Aaron Campbell | |
appropriate mdoc macros to handle these cases. | |||
2000-03-06 | version 1.2.3 | Theo de Raadt | |
2000-03-06 | fix pr 1113, fclose() -> pclose(), todo: remote popen() | Markus Friedl | |
2000-03-06 | sync | Theo de Raadt | |
2000-03-06 | do signed hex instead of %D | Michael Shalayeff | |