Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-25 | - clarify "put" and "get" commands. This is based on a FreeBSD PR submitted | Jason McIntyre | |
by Gary W. Swearingen and fixed by Simon L. Nielsen in rev. 1.15; - some other small clarifications to the man page - sync usage()'s with the man page | |||
2003-09-25 | update BUGS; this section is getting bigger rather than smaller :( | Jason McIntyre | |
2003-09-25 | add supported chips to .Nd; | Jason McIntyre | |
ok jason@ | |||
2003-09-25 | .Xr daily(8) and changelist(5); | Jason McIntyre | |
2003-09-25 | man page for /etc/changelist format; | Jason McIntyre | |
ok deraadt@ | |||
2003-09-25 | add man page for zlib(3). This is basically an mdoc version of <zlib.h>. | Jason McIntyre | |
ok henning@ deraadt@ | |||
2003-09-25 | - add .Bk/.Ek to SYNOPSIS | Jason McIntyre | |
- use -offset rather than indenting the actual display - kill unnecessary .Pp | |||
2003-09-25 | realloc fixes; 3rd rev to make markus happier | Theo de Raadt | |
2003-09-25 | correct realloc (no ptr = realloc(ptr, ...)); comment & ok deraadt | Peter Valchev | |
2003-09-25 | sync | Theo de Raadt | |
2003-09-25 | support AAA131U2; cmaxwell@themanor.net | Theo de Raadt | |
2003-09-25 | sync with netbsd; fixes some problems with the upcoming atw driver. | Federico G. Schwindt | |
krw@ ok. | |||
2003-09-25 | do not crank size first, do not do p = realloc(p, ... | Theo de Raadt | |
2003-09-25 | whack commons as wanted by ho | Theo de Raadt | |
2003-09-25 | do not crank size before erealloc | Theo de Raadt | |
2003-09-25 | p = realloc(p is not allowed | Theo de Raadt | |
2003-09-25 | don't run out of bounds. fixes david's crash during regress. | Ted Unangst | |
ok david deraadt millert | |||
2003-09-24 | cleanup privsep communications between child/parent with a lot more | Anil Madhavapeddy | |
paranoia. noticed by aaron@, feedback from drahn@ cloder@ millert@ | |||
2003-09-24 | realloc fix | Theo de Raadt | |
2003-09-24 | realloc fix; ho ok | Theo de Raadt | |
2003-09-24 | on-link DoS by bogus ARP. reported by apple | Jun-ichiro itojun Hagino | |
2003-09-24 | realloc fixes; ok ho | Theo de Raadt | |
2003-09-24 | realloc fixes; ok ho matthieu | Theo de Raadt | |
2003-09-24 | realloc fixes; ho ok | Theo de Raadt | |
2003-09-24 | realloc fixes: unallocate for next use if realloc fixes; do not incr size; | Theo de Raadt | |
do not p = realloc(p, ...; ok from ho, cloder | |||
2003-09-24 | sensorsd monitors the hardware sensors as reported by sysctl in hw.sensors. | Henning Brauer | |
limits can be configured, out of range notifications through syslog. config file parsing based on bob's hints, lots of hints from theo feedback from grange, otto, mickey as well ok deraadt@; grange@ on an earlier version | |||
2003-09-24 | knf | Theo de Raadt | |
2003-09-24 | fix automatic connection which is supposed to be done in put command; | Theo de Raadt | |
found by jmc, fixed by me | |||
2003-09-24 | Remove state setup no-ops. | Ryan Thomas McBride | |
ok cedric@ frantzen@ henning@ | |||
2003-09-24 | re-add AES, but without using EVP; | Markus Friedl | |
patch from Hans-Joerg.Hoexer at yerbouti.franken.de; ok ho@ (interops with isakmpd+AES in OpenBSD 3.4) | |||
2003-09-24 | back out EVP change; causes fd leaks; ok cedric@ | Markus Friedl | |
2003-09-24 | Fix realloc usage and make sure we don't increase buffer size on failure. | Cedric Berger | |
ok henning@ mcbride@ | |||
2003-09-24 | Compile after poll changes... | Miod Vallat | |
2003-09-24 | hifn(4) is only in GENERIC | Jason Wright | |
2003-09-24 | Hifn 7955 and 7956 (aka soekris vpn1401/1411) | Jason Wright | |
2003-09-24 | 7955/7956 | Jason Wright | |
2003-09-24 | initial support for hifn 7955 (no AES or PK yet) | Jason Wright | |
2003-09-24 | indent | Theo de Raadt | |
2003-09-24 | crank max connections to 800 (really, there are poeple doing this) | Theo de Raadt | |
2003-09-23 | Sample files for /etc/mail, installed at 'make distribution' time. | Todd C. Miller | |
2003-09-23 | move client only agent code to clientloop.c | Markus Friedl | |
2003-09-23 | Limit "proc: table is full" messages to once every 10 seconds which helps ↵ | Todd C. Miller | |
when there is a fork bomb going on. From NetBSD (jdolecek) | |||
2003-09-23 | don't print trailing \0; bug #709; Robert.Dahlem@siemens.com | Markus Friedl | |
ok millert/deraadt@ | |||
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl | |
cleanup_exit() function. re-refine cleanup_exit() where appropriate, allocate sshd's authctxt eary to allow simpler cleanup in sshd. tested by many, ok deraadt@ | |||
2003-09-23 | simplify by using getifaddrs. cedric@ ok | Jun-ichiro itojun Hagino | |
2003-09-23 | use getaddrinfo for name-to-address resolution. mcbride@ ok | Jun-ichiro itojun Hagino | |
2003-09-23 | o mention why poll(2) is often more effecient than select(2) | Todd C. Miller | |
o add a bit on priority from POSIX o provide a simple example o our poll(2) does not return EAGAIN (we block on memory allocation failure) o correct some comments about the flags now that we support more of them | |||
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller | |
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK | |||
2003-09-23 | regen (Prepare for conversion of select backend -> poll) | Todd C. Miller | |
2003-09-23 | Prepare for conversion of select backend -> poll | Todd C. Miller | |