summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2005-03-26inet_addr("127.0.0.1") -> htonl(INADDR_LOOPBACK)Claudio Jeker
2005-03-26proper check on log type. ok henning claudioTed Unangst
2005-03-26simplify state engine, the old one was very confusing and wrong too.Otto Moerbeek
2005-03-26explciitely 0-initialize pidsHenning Brauer
2005-03-26Prototypes where moved to ospfd.h so no need to keep them here.Claudio Jeker
2005-03-26ospfctl bits for the "ospfctl show fib interface" part. This will printClaudio Jeker
2005-03-26Implement the IMSG_CTL_IFINFO bits correctly. This is needed forClaudio Jeker
2005-03-26Move the path_empty()/path_destroy() check out of the inner for-loop.Claudio Jeker
2005-03-26kroute.c cleanup, simplify code and remove unused functions.Claudio Jeker
2005-03-26fix a little race on SIGCHLD where we must delay the claenup untilHenning Brauer
2005-03-26start sentence with capital letterPeter Valchev
2005-03-25all hail Theo and do as He wishes.Marc Espie
2005-03-25Use the return value from getopt() instead of optopt in non-errorJared Yanovich
2005-03-25use getopt() for argument list parsingRobert Nagy
2005-03-25whitespaceMoritz Jodeit
2005-03-25what is an ospfe engine?Henning Brauer
2005-03-25extra char in getopt string, Michael Knudsen <e@molioner.dk>Henning Brauer
2005-03-25whitespaceOtto Moerbeek
2005-03-24one more fatal/fatalx, alexanderHenning Brauer
2005-03-24fatal vs fatalx, Alexander von GernlerHenning Brauer
2005-03-24whitespace;Jason McIntyre
2005-03-24soem fatal()s that should be fatalx()s, Alexander von GernlerHenning Brauer
2005-03-24support blowfish encryption in the password files and use it by defaultHenning Brauer
2005-03-24fix memory leak in error paths. found with coverity prevent.Ted Unangst