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