summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2005-04-03Report quotas > 10GB in a readable way. Diff based on PR 2836.Otto Moerbeek
2005-04-03yacc parserHakan Olsson
2005-04-03Cleanup.Hakan Olsson
2005-04-03Remove debugging code.Hakan Olsson
2005-04-03kill redundant warning - getopt does it for us; from andrushock AT korovino.netDamien Miller
2005-04-02Create unix domain sockets with permissions 0666, so clients canOtto Moerbeek
2005-04-02new sentence, new line;Jason McIntyre
2005-04-01spacingTheo de Raadt
2005-04-01sensorsd(8) execute command on exceeding limitsHans-Joerg Hoexer
2005-04-01.Ox 3.8, not 3.7;Jason McIntyre
2005-04-01these commands said "blocks" when they meant "KBytes" (they even calculatedTheo de Raadt
2005-04-01spacingTheo de Raadt
2005-03-31Better crypt sequence number initialization.Esben Norby
2005-03-31Add support for crypt authentication (MD5).Esben Norby
2005-03-31zap includes, grunkHenning Brauer
2005-03-31and some includes too much here as well, grunkHenning Brauer
2005-03-31zap includes, Alexander von Gernler <grunk@pestilenz.org>Henning Brauer
2005-03-31zap some includes we don't need, Alexander von Gernler <grunk@pestilenz.org>Henning Brauer
2005-03-30remove trailing \n in errx().Moritz Jodeit
2005-03-30output final summary to stderr instead of stdout,Moritz Jodeit
2005-03-30Use getcap to pull out login.conf entries that contain a localcipherTodd C. Miller
2005-03-30spacingTheo de Raadt
2005-03-30Fix some stuff noted by Theo.Hakan Olsson
2005-03-30Move sasyncd(8), for IPsec SA synchronization, in-tree. Work in progress.Hakan Olsson
2005-03-30bgpd used to open listeners in advance in the parent and the SE pickedHenning Brauer
2005-03-30interface validation cleanup / fixesHenning Brauer
2005-03-29-WallHenning Brauer
2005-03-29clean further, theo okHenning Brauer
2005-03-29make this a bit more readableHenning Brauer
2005-03-29add -F to force replacement of entries with -s and -fHenning Brauer
2005-03-29document that `#' also needs to be escaped in strings;Jason McIntyre
2005-03-29The RFC never mentions anything about transfer, this should be transmit.Esben Norby
2005-03-29Add an apm interface to the tctrl(4) device found on SPARCbooks; currentlyMiod Vallat
2005-03-29Allow an apm implementation to return -1 in the minutes_left field of theMiod Vallat
2005-03-29explicitely check interface flags for IFF_UP in kroute_validateHenning Brauer
2005-03-29walk & free network and filter lists after parse errorsHenning Brauer
2005-03-28KNFNiall O'Higgins
2005-03-28- More KNFNiall O'Higgins
2005-03-28one line was 81 chars long. break it up.Niall O'Higgins
2005-03-28clean up this code. make it conform as closely to KNF as possible withoutNiall O'Higgins
2005-03-28walk & free peer_l after failed config parsing attemptsHenning Brauer
2005-03-28ewps, this was not supposed to creep inHenning Brauer
2005-03-28free rules_l if the initial config file parse failsHenning Brauer
2005-03-28KNFHenning Brauer
2005-03-28rip out httpd's homegrown sha-1 implementation and use our own.Niall O'Higgins
2005-03-28better diagnostics on bind() failureHenning Brauer
2005-03-28- KNFNiall O'Higgins
2005-03-28rip out httpd's homegrown md5 implementation and use our own.Niall O'Higgins
2005-03-28add some const to ether_*. remove bonus prototypes this brought out.Ted Unangst
2005-03-27- convert to getopt(3)Niall O'Higgins