Age | Commit message (Expand) | Author |
2009-12-10 | do not leak memory, found by parfait, ok millert otto | Theo de Raadt |
2009-12-10 | plug some memory leaks; found by parfait, ok henning | Theo de Raadt |
2009-12-09 | off by one in carp configuration; found by parfait, ok jsg | Theo de Raadt |
2009-12-03 | Adjust pflog BPF descriptions, problem pointed out by jmc@ | Stuart Henderson |
2009-12-01 | Add the new exec command to run a process and its children in a | Reyk Floeter |
2009-12-01 | add "exec" keyword | Reyk Floeter |
2009-11-28 | remove unused variables | Charles Longeau |
2009-11-26 | Silence dhclient by immediately exiting if the interface doesn't exist | Kenneth R Westerback |
2009-11-25 | Move the -p option to the correct place. | Joel Sing |
2009-11-24 | Preserve rawmode when setting scale. ok miod@, oga@. | Matthieu Herrb |
2009-11-24 | put -P in the right place; | Jason McIntyre |
2009-11-24 | Allow the passphrase to be changed on softraid crypto volumes. Ensure that | Joel Sing |
2009-11-23 | since "nat/rdr pass" are history natpass can go | Henning Brauer |
2009-11-23 | rewrite the bridge "rule" option for clarity; tweaks/ok deraadt | Jason McIntyre |
2009-11-23 | correct bridge rule descriptions | Theo de Raadt |
2009-11-22 | brconfig(8) functionality is now in ifconfig(8) | Theo de Raadt |
2009-11-22 | cleanup after the NAT changes. we used to have multiple rulesets (scrub, | Henning Brauer |
2009-11-22 | The spanning priority is conflicting with the interface priority so it | Claudio Jeker |
2009-11-22 | Move information describing the bridge and brconfig behaviour into | Theo de Raadt |
2009-11-22 | Merge brconfig into ifconfig. It is annoying that it is impossible to do | Claudio Jeker |
2009-11-22 | Fix ifconfig -a vs. ifconfig -A and make ifconfig without any arg behave | Claudio Jeker |
2009-11-21 | tweak previous; | Jason McIntyre |
2009-11-21 | Add new option tunneldomain to ifconfig to specify the routing table | Claudio Jeker |
2009-11-16 | pflogd no longer needs libutil; ok deraadt@ | Otto Moerbeek |
2009-11-15 | vether(4) interfaces can be created too; ok deraadt | Jason McIntyre |
2009-11-13 | fix a few memory leaks found by parfait; ok hshoexer | Theo de Raadt |
2009-11-13 | Don't use [] in function arguments when dealing with arrays | Jonathan Gray |
2009-11-12 | free flagsp if flags variable indicates it was not used, found by parfait; ok... | Theo de Raadt |
2009-11-12 | 4 memory leaks found by parfait; ok millert | Theo de Raadt |
2009-11-12 | reading off the end of table bug, found by parfait | Theo de Raadt |
2009-11-12 | memory leak found by parfait; ok jsg | Theo de Raadt |
2009-11-12 | Make sure we have enough space for the trailing \0 on prepend/append | Jonathan Gray |
2009-11-09 | pfsync devices can be dynamically created too; from vladimir kirillov | Jason McIntyre |
2009-11-09 | A few more places to be updated for the route pool change. | Jonathan Gray |
2009-11-05 | IPv6 support for divert sockets. | Michele Marchetto |
2009-11-05 | adding an interface if it already is added should be successful, not give a | Todd T. Fries |
2009-11-04 | tweak previous; | Jason McIntyre |
2009-11-04 | tweak previous; | Jason McIntyre |
2009-11-03 | Lies. We no longer support this magic netmask at the end of the line | Claudio Jeker |
2009-11-03 | Get rid of pflogd.pid because the privsep child cannot delete the pidfile; | Theo de Raadt |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-11-02 | s/hz/Hz/ on multiples of the SI unit hertz other than MHz. | Igor Sobrado |
2009-11-02 | Print the route metrics in monitor mode if -v is used. This info can be | Claudio Jeker |
2009-11-02 | Use strtonum instead of atoi, this allows to do basic range checking. | Claudio Jeker |
2009-10-31 | If the nmea(4) or endrun(4) timing disciplines are selected ignore status | Chris Kuethe |
2009-10-30 | The script that generates keywords.h wasn't updated when | Jonathan Gray |
2009-10-28 | Add a dedicated pf pool for route options as suggested by henning, | Jonathan Gray |
2009-10-28 | route_host initializes the netmask to a /128 no matter what af is used so | Claudio Jeker |
2009-10-28 | Correct function name in err and errx. | Claudio Jeker |
2009-10-28 | poll events must be reinitialized after each call to poll. fixes | Chris Kuethe |