Age | Commit message (Expand) | Author |
2003-03-13 | 1 byte underflow; from tdeval | Theo de Raadt |
2003-03-13 | Might as well do blinding here too. | Hakan Olsson |
2003-03-13 | Avoid "j += snprintf()". niklas@ ok. | Hakan Olsson |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2003-03-13 | zap two sprintf, more to go | Theo de Raadt |
2003-03-13 | more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from me | Theo de Raadt |
2003-03-13 | thought we had already deleted this | Theo de Raadt |
2003-03-12 | more .Li | Theo de Raadt |
2003-03-12 | document setting ipx frame type; from ianm@cit.uws.edu.au | Michael Shalayeff |
2003-03-11 | do the queue ID assignment for cbq already in userland. ensure that queues | Henning Brauer |
2003-03-11 | On pfctl -a foo -Fn/-Fr, traverse all subrulesets in the anchor and | Daniel Hartmeier |
2003-03-11 | fix format strings in debugging output, qid is unsigned | Henning Brauer |
2003-03-11 | sprinkle some .Li | David Krause |
2003-03-11 | fix spacing in sample output | David Krause |
2003-03-11 | files with dead .Xr's; | Jason McIntyre |
2003-03-11 | mdoc fixes: macros are not allowed inside .Bd -literal blocks | David Krause |
2003-03-11 | spelling | David Krause |
2003-03-11 | always compile and set pcap filters even when filters are not specified. | Kenjiro Cho |
2003-03-11 | strcpy -> strlcpy; Hans-Joerg.Hoexer@yerbouti.franken.de | Theo de Raadt |
2003-03-11 | mention that avgfilesize is in bytes. | Ted Unangst |
2003-03-10 | filesystem -> file system for a little consistency | Ted Unangst |
2003-03-10 | document dirpref options -g and -h (w/ avgfpdir) | Ted Unangst |
2003-03-10 | check for multiple same named queues on one interface. | Henning Brauer |
2003-03-10 | correctly cope with errors returned by eval_pfqueue and pfctl_add_altq | Henning Brauer |
2003-03-10 | rework error handling in eval_pfqueue(). | Henning Brauer |
2003-03-10 | when complaining about a queue wiwthout parent, include the queue name in | Henning Brauer |
2003-03-10 | it doesn't make sense to mimic pfctl -vsr output in pfctl -vsl (same for | Henning Brauer |
2003-03-10 | whitespace | Henning Brauer |
2003-03-10 | based on ideas from david, fix the Cm problems, and others | Theo de Raadt |
2003-03-10 | double word (be be) in comment | David Krause |
2003-03-09 | cope with LOOP_THROUGH modifying the lis (queues). | Henning Brauer |
2003-03-09 | cope with the fact that LOOP_THROUGH loops once even if the list is empty by | Henning Brauer |
2003-03-09 | if fopen fails, do not bork; rob@animoid-row.org | Theo de Raadt |
2003-03-08 | Remove unneeded #includes, from Andrey Matveev andrushock(at)pisem(dot)net | Daniel Hartmeier |
2003-03-08 | fix the obvious: | Henning Brauer |
2003-03-08 | in expand_queue, make a private copy of the struct pf_altq before modifying | Henning Brauer |
2003-03-08 | when complaining about a queue's abndwidth beeing to small (below the | Henning Brauer |
2003-03-08 | inlcude queue interals in -gsr and -gsq output; will make debugging easier. | Henning Brauer |
2003-03-07 | Only show non-active tables when the -g flag is given. | Cedric Berger |
2003-03-07 | document -g | Henning Brauer |
2003-03-07 | don't include debugging output, namely, the result of teh skip steps | Henning Brauer |
2003-03-07 | spelling errors/typos | David Krause |
2003-03-07 | don't print out the complete keyboard map when changed; ok miod@ | Markus Friedl |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-03-06 | fix text2sockaddr() when HAVE_GETNAMEINFO is false and port is NULL. | Cedric Berger |
2003-03-06 | "len" is decremented too early, so the second argument | Cedric Berger |
2003-03-06 | Bad cut'n'paste msg plus style fixes. | Hakan Olsson |
2003-03-06 | fix queue assignment on filter rules which are not bound to an interface. | Henning Brauer |
2003-03-06 | Less ambiguous l-value usage. Noted by cedric@ | Hakan Olsson |
2003-03-06 | Make fsdb(8) a little easier to find with some cross references. | Hugh Graham |