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