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