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