Age | Commit message (Expand) | Author |
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 |
2007-09-07 | simple style change in the switch | Reyk Floeter |
2007-09-07 | add an interface to dump running relay sessions to the control socket | Reyk Floeter |
2007-09-07 | remove unused flags field from the structure | Reyk Floeter |
2007-09-07 | store the table's port as the relay's dstport | Reyk Floeter |
2007-09-07 | add a function to print delays in hours, minutes, and seconds | Reyk Floeter |
2007-09-06 | rename relay_host to print_host in log.c | Reyk Floeter |
2007-09-05 | be extra careful with pointers in session_cmp | Reyk Floeter |
2007-09-05 | add my copyright because i added a lot. | Reyk Floeter |
2007-09-05 | store relay sessions in SPLAY trees instead of TAILQ lists. this will | Reyk Floeter |
2007-09-05 | increase th maximum string size for the sslciphers from 32 to 768. | Reyk Floeter |
2007-09-04 | add support to print the derivated tree from the OpenPROM (alas devinfo or | Federico G. Schwindt |
2007-09-04 | use memrchr; ok millert@. | Federico G. Schwindt |
2007-09-04 | Add the ability to specify a host header when using http(s) check methods. | Pierre-Yves Ritschard |
2007-09-04 | small fix in the error path when accepting new relay sessions | Reyk Floeter |
2007-09-04 | support chained ssl certificates; a chain can be added to the | Reyk Floeter |
2007-09-04 | Use err(3) functions. input and ok millert. | Federico G. Schwindt |
2007-09-03 | malloc(n * m) -> calloc(n, m); ok espie | Theo de Raadt |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-09-01 | Include err.h and remove unused variables. | Ray Lai |
2007-08-31 | Copy editit() from sendbug, synchronizing editor calling code. | Ray Lai |
2007-08-28 | add -I option for printing the interfaces; | Markus Friedl |
2007-08-28 | reverse mistaken commit, restore FETCH_CMD to functionality. | Marc Espie |
2007-08-24 | Yet another application that does not check if the RTM_VERSION is the expected | Claudio Jeker |
2007-08-24 | Add a new configuration directive 'RLimitNOFILE' to set the number of | Marc Balmer |
2007-08-23 | write out the object url in the error message if that's an object error and | Marc Espie |
2007-08-23 | fix v* order in keep_most_recent. | Marc Espie |
2007-08-22 | Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUG | Chris Kuethe |
2007-08-21 | No need to keep RLOGIN_PORT and RSH_PORT defines hanging around since their | Kenneth R Westerback |