Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-19 | Remove redundant address family check -- sam@errno.com | Angelos D. Keromytis | |
2002-06-19 | add an undo insert record on insert-file. this makes insert-file undoable. | Vincent Labrecque | |
ok deraadt@ | |||
2002-06-19 | sync | Theo de Raadt | |
2002-06-19 | sync | Jason Wright | |
2002-06-19 | add magma dma4 serial board (thanks Matt!) | Jason Wright | |
2002-06-19 | - set the size correctly. | Federico G. Schwindt | |
- a few minor cosmetical changes. | |||
2002-06-19 | natypos | Miod Vallat | |
2002-06-19 | sbus pcmcia bridge driver (nell); from NetBSD. | Federico G. Schwindt | |
2002-06-19 | remove custom CFLAGS; ok deraadt, millert, beck | Peter Valchev | |
2002-06-19 | move initialization a bit later. | Federico G. Schwindt | |
2002-06-19 | init goodhosts | Eric Jackson | |
2002-06-19 | Since we can no longer count on isprint() to tell us whether or not | Todd C. Miller | |
a character is 7-bit ASCII, check the high bit by hand when deciding whether to print a WEP key as ASCII or hex. | |||
2002-06-19 | remove __BROKEN_INDIRECT_CONFIG cruft. | Federico G. Schwindt | |
2002-06-19 | do not syslog from libraries! | Theo de Raadt | |
2002-06-19 | make the monitor sync the transfer ssh1 session key; | Markus Friedl | |
transfer keycontext only for RC4 (this is still depends on EVP implementation details and is broken). | |||
2002-06-19 | "Enabled for Ss" -> "Enabled for D days HH:MM:SS", ok frantzen@ | Daniel Hartmeier | |
2002-06-19 | more careful buffer handling; pointed out by deraadt@ | Niels Provos | |
2002-06-19 | more cleanup for timed. | Eric Jackson | |
use queue.h instead of these badly hand done lists functionalize more common code remove some unused code/declarations use strlcpy minor KNF deraadt@ ok | |||
2002-06-19 | decode embedded scopeid on -inalv multicast address printing | Jun-ichiro itojun Hagino | |
2002-06-19 | Update license based on lite2 version | Todd C. Miller | |
2002-06-19 | Sync. | Mike Pechkin | |
#include -> .include naddy@, espie@ ok | |||
2002-06-19 | this was derived from UCB if_sl. therefore, we can update the UCB if_sl | Theo de Raadt | |
copyright contained in this. a license problem remains, of course... | |||
2002-06-19 | mark which nlist[] kmem entries are not needed in the sysctl case, and which are | Theo de Raadt | |
2002-06-19 | disable trsp, nothing uses it | Theo de Raadt | |
2002-06-19 | ansi | Theo de Raadt | |
2002-06-19 | use more snprintf | Theo de Raadt | |
2002-06-19 | kill sprintf | Theo de Raadt | |
2002-06-19 | Remove BUGS section as it no longer applies. | Miod Vallat | |
Reported by Peter Philipp (pphilipp at mac dot com) | |||
2002-06-19 | Fix compilation error if option DEBUG is defined. | Miod Vallat | |
Reported by Peter Philipp (pphilipp at mac dot com) | |||
2002-06-19 | rename variable so that scoping is more obvious | Niels Provos | |
2002-06-19 | Poach a commit; error(1) groks yacc output now... | Todd C. Miller | |
2002-06-19 | have yacc spit out c compiler-like error messages, so that utilities which | Theo de Raadt | |
expect those can cope. I've wanted this for >12 years. | |||
2002-06-19 | re-enable both crypto operations | Theo de Raadt | |
2002-06-19 | regress for the kqueu for random | Michael Shalayeff | |
2002-06-19 | add kqfilter for random, regress is coming | Michael Shalayeff | |
2002-06-19 | cdev_ugen_init does not need to be, it's just a usbdev, just like any other ↵ | Michael Shalayeff | |
usb device | |||
2002-06-19 | using cdev_ugen_init for all sorts of usb devices is just one pint less ↵ | Michael Shalayeff | |
wrong than using cdev_decl_random for the same purpose | |||
2002-06-19 | Updates from lite2 via NetBSD; fixes license. | Todd C. Miller | |
2002-06-19 | kq: it did not work like this and it seem to be working, from the denver ↵ | Michael Shalayeff | |
whereabouts | |||
2002-06-19 | KNF, -Wall, and other cleanups. still does not failover 100% correctly | Theo de Raadt | |
for operations when /dev/crypto is missing, for instance in chroot | |||
2002-06-19 | stupid stupid bug ja ja ja ja | Theo de Raadt | |
2002-06-19 | stretch some ugly while(); | Theo de Raadt | |
2002-06-19 | correct size_t printing | Theo de Raadt | |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt | |
2002-06-18 | pull in missing includes | Theo de Raadt | |
2002-06-18 | size_t cleanups | Theo de Raadt | |
2002-06-18 | gcc -Wall (pass this one up, hin) | Theo de Raadt | |
2002-06-18 | string.h | Theo de Raadt | |
2002-06-18 | oops, forgot to commit this when gpr was added. | Federico G. Schwindt | |
2002-06-18 | Style. | Angelos D. Keromytis | |