summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2008-05-08make "to any" optional in binat, or well, the implied default.Theo de Raadt
2008-05-08Loosen grammer to permit any number of newlines within most kinds of { }Theo de Raadt
2008-05-08spaceClaudio Jeker
2008-05-08Fix fallout from the route priority thing.Esben Norby
2008-05-08Don't display the outlabel and interface for POP operations.Esben Norby
2008-05-08Bring back (in a more yacc friendly way) support for setting variablesTheo de Raadt
2008-05-07Remove references to routed.Claudio Jeker
2008-05-07RIP routed.Claudio Jeker
2008-05-07unlink routed. unbreaks the tree (it is obvious claudio has it removed inHenning Brauer
2008-05-07do not assume PF_INOUT is 0 in the enum; ok mcbrideTheo de Raadt
2008-05-07put the mpe bits in the right place;Jason McIntyre
2008-05-07scrub packets based on tags; ok henningMarkus Friedl
2008-05-07Document -priority. looks good norby@Claudio Jeker
2008-05-07allow setting TOS with scrub; ok mcbride, claudioMarkus Friedl
2008-05-07Add support to show and modify rtm_priority.Claudio Jeker
2008-05-07Document the new mpe interface and explain the appropriate commandsPierre-Yves Ritschard
2008-05-06bring in the mpe interface - for ``MPLS Provider Edge'' - this is a workPierre-Yves Ritschard
2008-05-06Yet another missing RTM_VERSION check. Found by norby@. OK henning@Claudio Jeker
2008-05-06print IN6_IFF_AUTOCONF flag, too; ok henning some time agoMarkus Friedl
2008-05-06Document new state creation counter for pfctl -s labelsMarco Pfatschbacher
2008-05-06Add code to specify the mpls label switching operation. OK norby@Claudio Jeker
2008-05-06Add a counter to record how many states have been created by a rule.Marco Pfatschbacher
2008-05-06Labels in the sockaddr are stored like on the wire so shift and byte swapClaudio Jeker
2008-05-06regenClaudio Jeker
2008-05-06Add pop, push and swap options used by MPLS. OK norby@Claudio Jeker
2008-05-06Minor cleanup. OK norby@Claudio Jeker
2008-05-03remove unused functionsCharles Longeau
2008-04-30Correct MPLS output of route -n show.Esben Norby
2008-04-28Teach sysctl about mpls.Esben Norby
2008-04-28It is now possible to enter static MPLS routes into the kernel.Esben Norby
2008-04-21optnl is a crutch for those who do not understand yacc. itTheo de Raadt
2008-04-18remove wparekey from the list of 802.11 ifconfig options.Damien Bergamini
2008-04-17remove a word i misinterpreted;Jason McIntyre
2008-04-16mkfifo makes fifos, not directories; from Ben CalvertJason McIntyre
2008-04-16- wpa-psk is section 8, not 1Jason McIntyre
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2008-04-16pass-phrase -> passphrase, in keeping with the rest of the docs;Jason McIntyre
2008-04-15link wpa-psk(8) to the buildDamien Bergamini
2008-04-15welcome wpa-psk(8).Damien Bergamini
2008-04-13Redo the '?' output in (E)ditor mode so it uses two columns and onceKenneth R Westerback
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2008-04-11add support for the "include" directive using code from pfctl/parse.y.Reyk Floeter
2008-04-07Since Alpha is NUMBOOT=0, no need for #ifdef __alpha__ code inside aKenneth R Westerback
2008-04-07Restore boot block (-B) support that was incorrectly deleted duringKenneth R Westerback
2008-04-06nwflag is never set now that '-r' is no more, so remove it and the warningKenneth R Westerback
2008-04-06Remove stray '-r' reference that survived the nuke of -r.Kenneth R Westerback
2008-04-06Fix logic botch I introduced with r1.123 which effectively disabledKenneth R Westerback
2008-03-29fix a free(NULL) in setcarp_nodes().Damien Bergamini
2008-03-26zap undocumented 'F' flag; prompted by J.Thornburg. ok millert@Otto Moerbeek
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt