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