Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-25 | "successful" spelling fixes in comments & documentation | Peter Valchev | |
2002-11-25 | for loN and link1 translate the iface into address properly; henning@ ok | Michael Shalayeff | |
2002-11-25 | adjust; slightly off due to 1K = 1000 fix | Henning Brauer | |
2002-11-25 | 1Kb = 1000b, not 1024; as discussed with kjc@ and theo | Henning Brauer | |
2002-11-25 | kill trailing newlines; markus@ | Henning Brauer | |
2002-11-25 | test mixed af rules. broken right now. sigh. | Henning Brauer | |
2002-11-25 | remove printf's in xl_setmode(). | Brad Smith | |
-- deraadt@ ok | |||
2002-11-25 | KNF | Henning Brauer | |
2002-11-25 | add xl(4) as supported on macppc and the missing em(4). | Dale Rahn | |
2002-11-25 | Fix URL CRLF Injection bug. | margarida | |
-- A CRLF injection vulnerability has been reported for Lynx that may allow an attacker to include extra HTTP headers when viewing web pages. If Lynx is called from the command line, carriage return and line feed (CRLF) characters may be included in the specified URL. These characters are not escaped when the input is used to construct a HTTP request. URL: http://www.flora.org/lynx-dev/html/month082002/msg00211.html henning@ fgs@ pjanzen@ pvalchev@ ok | |||
2002-11-25 | .Xr pfctl/pf.conf, not altqd/altq.conf; partitially from David Krause; Thanks! | Henning Brauer | |
2002-11-25 | altq leftovers; David Krause | Henning Brauer | |
2002-11-25 | Missing check around snprintf(). | Mike Pechkin | |
millert@ ok | |||
2002-11-25 | succesful -> successful | Anil Madhavapeddy | |
2002-11-25 | protect the arc4_getbyte() w/ an splhigh since | Michael Shalayeff | |
there by multiple pathways, where it worked until read from userland in big buffers and some luck. does not cause a memory trashing, but rather may mess up the arc4 state such that it will not generate one particular value until a stir. sigh. was reported by multiple people over some time. | |||
2002-11-25 | avoid size_t -> int conversion. style nit for sizeof(). David Krause | Jun-ichiro itojun Hagino | |
2002-11-25 | another pass, sigh | Theo de Raadt | |
2002-11-25 | fix queue example | Henning Brauer | |
2002-11-25 | more crap tuning | Theo de Raadt | |
2002-11-25 | yeah | Henning Brauer | |
2002-11-25 | I am sick of this thing. It does not follow the rules of manual pages. | Theo de Raadt | |
Reoganize it, start to use the proper commands that one uses when writing man pages, and damn well do not continue to make this a "different for the hell of it" game. One writes manual pages by reading the source of others; if you cannot do it that way, stay the hell away. | |||
2002-11-25 | Mention the net.inet.tcp.ecn sysctl. | Wilbern Cobb | |
ok kjc@ | |||
2002-11-25 | snc | Theo de Raadt | |
2002-11-25 | more fun | Peter Valchev | |
2002-11-25 | Warn if atexit(3) fails. Change some tabs to spaces. Use | Chad Loder | |
STDERR_FILENO instead of 2. OK millert@ | |||
2002-11-24 | consistency; s/nat/translation/ a few times | Henning Brauer | |
ok pb@ mcbride@ | |||
2002-11-24 | move } outside #ifdef INET6 | Ryan Thomas McBride | |
unbreaks compiling kernel without IPv6 support. how embarassing, spotted by Chris Kuethe | |||
2002-11-24 | typo: "the the" | Kevin Steves | |
2002-11-24 | KNF while beeing here | Henning Brauer | |
2002-11-24 | gack. | Henning Brauer | |
2002-11-24 | Add HISTORY section | Todd C. Miller | |
2002-11-24 | test altq and queue | Henning Brauer | |
2002-11-24 | make succeed again; explicit address family needed in one more case now | Henning Brauer | |
2002-11-24 | KNF | Henning Brauer | |
2002-11-24 | KNF | Henning Brauer | |
2002-11-24 | make the example parseable (quotes around macros) | Philipp Buehler | |
from sam smith, thx henning@ ok | |||
2002-11-24 | also no opt_user_ldt.h | Philipp Buehler | |
miod@, millert@ ok | |||
2002-11-24 | Check whether the chip enabled or not by reading status register. | Alexander Yurchenko | |
Close PR 2980 ok gluk@ | |||
2002-11-24 | use 8 rounds for passwd, like login.conf specifies; rob_ses@web.de | Theo de Raadt | |
2002-11-24 | there is no spoon^Wopt_pool.h | Philipp Buehler | |
miod@, millert@ ok (:art: I'll fix it post 3.2.) | |||
2002-11-24 | Be sun4m-friendly in FDC_C_HANDLER case. | Miod Vallat | |
2002-11-24 | we "now" have /usr/share/pf | Philipp Buehler | |
short descr about the items henning "go ahead, schnellschnellschnell" | |||
2002-11-24 | missed one about ordering in the ruleset-file | Philipp Buehler | |
2002-11-24 | modifiers for -F/-s in the same order as it is required in pf.conf(5) | Philipp Buehler | |
2002-11-24 | reflect new ordering requirements (..nat, queue, filter) | Philipp Buehler | |
2002-11-24 | consistency: use sin6 as variable name for sockaddr_in6, not sin | Henning Brauer | |
no functional changes ok millert@ pval@ | |||
2002-11-24 | enforce that queue comes right before filtering | Philipp Buehler | |
'options, normalization, translation, queue, filter' now henning@ ok | |||
2002-11-24 | RIO is not yet in GENERIC | Philipp Buehler | |
henning@, kjc@ ok | |||
2002-11-24 | Fix an error message and remove 'S' from getopt, it's not used. | Daniel Hartmeier | |
From Andreas Oestling. | |||
2002-11-24 | Explicit unsigned char and unsigned short instead of u_char, u_short. | Marc Espie | |
Make these files usable with -D_POSIX_SOURCE okay millert@ |