Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-14 | fix BC idiocy and uncle albert pasto repair | Michael Shalayeff | |
2003-03-14 | sync with libc version | Todd C. Miller | |
o ANSI function header o correct function comment o put type on its own line o swap the order of loop invariant when searching for end of dst | |||
2003-03-14 | ANSI function headers | Todd C. Miller | |
2003-03-14 | Put return type on its own line like it belong and use ANSI function header. | Todd C. Miller | |
2003-03-14 | Correctly flag out radix_node entries with RNF_ROOT flag set: this is not | Cedric Berger | |
a match. Before that patch, an IP packet with source or dest address of 0.0.0.0 could corrupt the kernel. People filtering DHCP packets on their firewall using tables should upgrade their kernel now. Thanks to Chris Cappuccio for the good bug report. Ok dhartmei@ henning@ | |||
2003-03-14 | better document how getopts handles options; | Jason McIntyre | |
plus typos; from J.A. Neitzel; Fixes PR 3141; ok millert@ | |||
2003-03-14 | document that the i386* functions have to be compiled with -li386; | Jason McIntyre | |
from er, Charlie Root; Fixes PR 3114; ok tholo@ | |||
2003-03-14 | removed references to non-existent radius.conf(5); | Jason McIntyre | |
from Adrian Close; fixes PR 2558; ok millert@ | |||
2003-03-14 | spl police. | Miod Vallat | |
2003-03-14 | document that sigwait() needs to be linked with -pthread; | Jason McIntyre | |
from Mike Neuman; closes PR 3030 ok marc@ | |||
2003-03-14 | typos; | Jason McIntyre | |
audio(4): ok naddy@ cardbus(4): ok deraadt@ | |||
2003-03-14 | tweaks; | Jason McIntyre | |
echos -> echoes from millert@ ok millert@ | |||
2003-03-14 | RSA blinding for private keys here too. | Hakan Olsson | |
2003-03-14 | Add RSA blinding for private keys. markus@ ok. | Hakan Olsson | |
2003-03-14 | Zombies on the bridge, captain. | Miod Vallat | |
2003-03-14 | remove a dupe | Michael Shalayeff | |
2003-03-14 | unkown -> unknown | margarida | |
ok millert@ | |||
2003-03-14 | Replace strcpy() of a constant w/ strlcpy() for easy grepping; | Todd C. Miller | |
from Raymond M Schneider | |||
2003-03-14 | This goes with the at.c change | Todd C. Miller | |
2003-03-14 | tweak; millert ok | Theo de Raadt | |
2003-03-13 | fix printing of "" and other weird chars. from alexander@beard.se | Ted Unangst | |
closes pr3146 and pr3147 ok millert@ | |||
2003-03-13 | Remove duplicate Amoeba entries. | Miod Vallat | |
2003-03-13 | Use strdup() instead of doing it by hand; deraadt@ OK | Todd C. Miller | |
2003-03-13 | Use the return value of strcpy() to detect ENAMETOOLONG instead of | Todd C. Miller | |
doing an extra strlen; deraadt@ OK | |||
2003-03-13 | Always protect pv_unlink4_4c() with splvm(). This suddenly makes sun4/4c | Miod Vallat | |
feel much much happier. ok deraadt@ | |||
2003-03-13 | more strlcpy; ok beck, and others pointed out a glitch | Theo de Raadt | |
2003-03-13 | clarify how mappings work. closes pr2138 | Ted Unangst | |
ok jmc@ | |||
2003-03-13 | Stash uid and mode in struct at so we don't need to pass around a | Todd C. Miller | |
struct statbuf *. Fixes a bug where atq reports all jobs as being owned by the owner of the last job in the queue. This is fallout from when I added sorting as per the historic BSD atq. | |||
2003-03-13 | make spamd-setup/spamd use/require a reserved source port for the | Bob Beck | |
configuration connection. | |||
2003-03-13 | sync | Theo de Raadt | |
2003-03-13 | print LZS-only and such for the cards (more clear than saying "disabled" for ↵ | Jason Wright | |
the 9751 which isn't true these days) | |||
2003-03-13 | mention hifn 9751 | Jason Wright | |
2003-03-13 | 9751 is actually useful these days. | Jason Wright | |
2003-03-13 | and bandwidth is bits per second | Henning Brauer | |
2003-03-13 | bits not bytes; fk@spoiled.org | Theo de Raadt | |
2003-03-13 | Plug slow memory leak (radix_mask structure). | Cedric Berger | |
tested on i386 by me and Daniel on macppc. ok dhartmei@ henning@ | |||
2003-03-13 | scale the red thresholds according to the queue limit. | Kenjiro Cho | |
the min and max thresholds are set to 10% and 30% of the queue limit. | |||
2003-03-13 | remove an unused function prototype. | Kenjiro Cho | |
from KAME | |||
2003-03-13 | 1 byte underflow; from tdeval | Theo de Raadt | |
2003-03-13 | a few more strlcy; ok from beck & ho | Theo de Raadt | |
2003-03-13 | a few more strlcpy | Theo de Raadt | |
2003-03-13 | Slightly better wording or layout | Miod Vallat | |
2003-03-13 | another | Alexander Yurchenko | |
2003-03-13 | correct table usage in rdr example, spotted by todd | Henning Brauer | |
2003-03-13 | Might as well do blinding here too. | Hakan Olsson | |
2003-03-13 | ssh-agent is similar to ssh-keysign (allows other processes to use | Markus Friedl | |
private rsa keys). however, it gets key over socket and not from a file, so we have to do blinding here as well. | |||
2003-03-13 | move RSA_blinding_on to generic key load method | Markus Friedl | |
2003-03-13 | another | Henning Brauer | |
2003-03-13 | Avoid "j += snprintf()". niklas@ ok. | Hakan Olsson | |
2003-03-13 | my style: length is size_t, not int. | Marc Espie | |