summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-09-25Last missing piece in the equal cost multipath support for ospfd.Claudio Jeker
2007-09-25handle empty strings returned by fgetsCharles Longeau
2007-09-25Introduce two new functions to be able to load certificates whilePierre-Yves Ritschard
2007-09-22avoid case ranges; ok millert@Otto Moerbeek
2007-09-21typo: print hexdump of packet, instead of pcap header; ok canacar, henningMarkus Friedl
2007-09-20obey -F installedMarc Espie
2007-09-18use C99 explicit struct initializer instead of deprecated gcc 2.5Otto Moerbeek
2007-09-18Correctly track the E-bit of router LSA on config reloads. If redistributionClaudio Jeker
2007-09-16log_fmt_peer() does not use a static buffer so it is necessary to free theClaudio Jeker
2007-09-16Change the way nexthops are calculated on the root level. Instead of lookingClaudio Jeker
2007-09-15[fF]uther -> [fF]urther in comments and man page. First one spotted onKenneth R Westerback
2007-09-14remove some warnings:Charles Longeau
2007-09-14use a setup function for options, cleaner; ok cloderTheo de Raadt
2007-09-14Correctly assign a default weight of 1 to sensors and servers.Chris Kuethe
2007-09-13Move parser to use NUMBER as all other parse.y do know. A bit tricky becauseClaudio Jeker
2007-09-13add -n to usage();Jason McIntyre
2007-09-13Provide the -n switch like in the other imsg daemons for testingPierre-Yves Ritschard
2007-09-13one more missed change;Jason McIntyre
2007-09-13Small style tweak, from jmc and Maurice JanssenChris Kuethe
2007-09-12Add a knob to compensate for a refclock that is early or late. Based on aChris Kuethe
2007-09-12default weight has to remain 1; seen by Maurice JanssenTheo de Raadt
2007-09-12Another parser.y that switches to parse numbers directly in the lexer.Claudio Jeker
2007-09-12tweak previous;Jason McIntyre
2007-09-12Add NUMBER support for signed and unsigned 64bit numbers to the lexerReyk Floeter
2007-09-12unchecked conversion from signed 64 to unsigned 32Theo de Raadt
2007-09-12spacingTheo de Raadt
2007-09-11this is where it all started, since future ntpd.conf commands will requireTheo de Raadt
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
2007-09-11macro argument unused, using local instead; spotted by mpfTheo de Raadt
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
2007-09-11The same dance as in all other routing daemons. baudrate is 64bit plusClaudio Jeker
2007-09-11More baudrate fixes. Again don't forget to initialize the iface->baudrate.Claudio Jeker
2007-09-1164bit baudrate and %llu to printHenning Brauer
2007-09-11baudrate, two non-obvious ones marked for micheleHenning Brauer
2007-09-11baudrate 64bit, two more questionable marked for norbyHenning Brauer
2007-09-11baudrate is 64bit now, plus print w/ %lluHenning Brauer
2007-09-11baudrate u_long -> u_int64_tHenning Brauer
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-09-11add application/x-bittorrentHenning Brauer
2007-09-11Switch some more baudrates to 64 bit and initialize iface->baudrate.Claudio Jeker
2007-09-11Baudrate is 64bit so use %llu in printf(). Reminded by chl@Claudio Jeker
2007-09-11Improve the ospfd(8) manpage.Esben Norby
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann
2007-09-10add support for relaying DNS traffic (with a little bit of packetReyk Floeter
2007-09-09better printing code, fixing certain properties; reported by kettenis,Federico G. Schwindt
2007-09-07Initialize length variable slen properly to avoid possible EINVALAlexander Bluhm
2007-09-07unexpeced -> unexpected;Jason McIntyre
2007-09-07Fix use of arguments in usage().Marc Balmer
2007-09-07some small cleanup, including standard synopsis/usage and sort options;Jason McIntyre
2007-09-07add a "show sessions" command to dump the complete list of running relayReyk Floeter