Age | Commit message (Expand) | Author |
2007-10-09 | missing newlines in printfs | Theo de Raadt |
2007-10-09 | Unneeded and to noisy debug output | Claudio Jeker |
2007-10-09 | Bye bye in_cksum.c, you're not needed here anymore. | Claudio Jeker |
2007-10-09 | Remaining bit of last night work. Make packet reception use all the goodies | Claudio Jeker |
2007-10-09 | Instead of IP_RECVIF we use IPV6_RECVPKTINFO to get the ifindex and the | Claudio Jeker |
2007-10-09 | The router dead_interval switched from 32bit to a 16bit value in OSPFv3. | Claudio Jeker |
2007-10-09 | Do not notify twice about the same timeout in check_icmp, this previously | Pierre-Yves Ritschard |
2007-10-09 | "Minimum IP MTU" means what it says. Ensure that packets returned by | Kenneth R Westerback |
2007-10-08 | Use a small cyclic buffer ring in log_in6addr() so that the function can be | Claudio Jeker |
2007-10-08 | bad place for a stray space; | Jason McIntyre |
2007-10-08 | Welcome ospf6d | Esben Norby |
2007-10-08 | attribute packed -> __packed | Gilles Chehade |
2007-10-07 | trash $Header goo which is just annoying; 5595 | Theo de Raadt |
2007-10-07 | delete ugly $Header stuff; pr 5595 | Theo de Raadt |
2007-10-06 | Allow the various pf table actions to operate independently. For example, | Chris Kuethe |
2007-10-06 | finish loop as soon as the ldconfig search directories have been found. | Steven Mestdagh |
2007-10-05 | stylistic changes in the relay/relay_config structure. | Reyk Floeter |
2007-10-05 | cast to an int | Reyk Floeter |
2007-10-05 | using an enum in the imsg_hdr is gross, use a fixed u_int16_t instead | Reyk Floeter |
2007-10-05 | unbreak non-SSL relays by calling the ssl context init only if the SSL | Reyk Floeter |
2007-10-04 | Handle CARP for IPv6. Reported and tested by todd@ | Can Erkin Acar |
2007-10-04 | when inserting blackhole or reject routes, set the gateway address to | Henning Brauer |
2007-10-02 | stop messing with lgetc to please hoststated's check/expect. | Pierre-Yves Ritschard |
2007-10-02 | Use kinfo_proc2 instead of kinfo_proc. | Mark Kettenis |
2007-10-02 | clean up merged code. | Pierre-Yves Ritschard |
2007-10-01 | Add NUMBER to hoststated's lexer, very similar to what has gone in | Pierre-Yves Ritschard |
2007-10-01 | Sync .nd with other parts of hoststated, prompted by jmc@ | Pierre-Yves Ritschard |
2007-10-01 | kill some remaining debug that snuk in. | Pierre-Yves Ritschard |
2007-10-01 | keep lines < 80. | Pierre-Yves Ritschard |
2007-10-01 | fix alot of whitespace problems... | Esben Norby |
2007-09-30 | When printing the config always include the interface IP address. | Claudio Jeker |
2007-09-29 | KNF. | Pierre-Yves Ritschard |
2007-09-28 | KNF | Pierre-Yves Ritschard |
2007-09-28 | spaces | Claudio Jeker |
2007-09-28 | Better description of the daemon. | Pierre-Yves Ritschard |
2007-09-28 | nit | Marc Espie |
2007-09-28 | Correct my mail address. | Pierre-Yves Ritschard |
2007-09-28 | Change the ssl_privsep code to work on char buffers. | Pierre-Yves Ritschard |
2007-09-28 | Cleanup some #includes plus some minor other cleanup. OK norby@ | Claudio Jeker |
2007-09-28 | "require to +inf." is not a good verb pattern, so reword; | Jason McIntyre |
2007-09-28 | Add missing "s" to https check description. | Christopher Pascoe |
2007-09-27 | Move SSL context creation after privileges are dropped. | Pierre-Yves Ritschard |
2007-09-27 | Simplify ssl_privsep.c, since it won't need to remain synced with the | Pierre-Yves Ritschard |
2007-09-27 | Do not clear the changed flag to early, which prevented a table | Pierre-Yves Ritschard |
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 |