summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-29tweak previous;Jason McIntyre
2009-01-29initial starttls support in mta, this allows:Gilles Chehade
2009-01-29Correct capitalization.Pierre-Yves Ritschard
2009-01-29move some code around in preparation for future work:Henning Brauer
2009-01-29Correct copyright years.Marc Balmer
2009-01-29Only start using the rtc for statclock after we've received the firstMark Kettenis
2009-01-29* Add more CFLAGS commonly found in src/usr.sbin/Pierre-Yves Ritschard
2009-01-29Fix a crash found by bluhm@ in rn_mpath_reprio(). The rn_mklist handling wasClaudio Jeker
2009-01-29detect truncation with strlcpy, not strlen.Pierre-Yves Ritschard
2009-01-29Report error if wake on lan frame is not sent correctly.Pierre-Yves Ritschard
2009-01-29simplify the bpf opening loop a bit.Pierre-Yves Ritschard
2009-01-29bring initial support for SSL in the mta part of smtpd, allowing for:Gilles Chehade
2009-01-29My try at documenting the route socket filtering. ja ja dlg@Claudio Jeker
2009-01-29Common queue walking code for smtpd and smtpctl. Kills majority of showqueue.c,Jacek Masiulaniec
2009-01-29Make multicast actually work this time.Mark Kettenis
2009-01-29Always zero the IP checksum field for packets and packet fragmentsChristian Weisgerber
2009-01-29Hard-code the Link State ID of Intra-Area-Prefix LSAs referencing NetworkStefan Sperling
2009-01-29Improve debugging message in orig_intra_lsa_net().Stefan Sperling
2009-01-29Similar to my last commit, it's stupid to have a file with two veryOwain Ainsworth
2009-01-29Move drmmmap to the main driver file. It's stupid to have a file withOwain Ainsworth
2009-01-29Make anonymous binds work properly.aschrijver
2009-01-29drm_getmap and interface can die too.Owain Ainsworth
2009-01-29No need to use RB_FIND here, RB_INSERT does that job for us.Oleg Safiullin
2009-01-29Introduce -mplslabel to allow ipv4/ipv6 packets enter MPLS clouds.Michele Marchetto
2009-01-29Rip out the drm_drawable support. There is no need for the xserver toOwain Ainsworth
2009-01-29mpls_operation have to be 2 bytes long to storeMichele Marchetto
2009-01-29Round brackets are not required. Back out previous commit.Michele Marchetto
2009-01-29- remove a very annoying debug printf()Gilles Chehade
2009-01-29Switch tsec(4) over to using MCLGETI when allocating mbufs for the rx ring.Mark Kettenis
2009-01-29Remove ikefail10 ipsecctl regression test as it always fails. ItAlexander Bluhm
2009-01-29Improve logging:Hans-Joerg Hoexer
2009-01-29In tcpdump some printf() had an additional \n at the end. RemovingAlexander Bluhm
2009-01-29regenMarco Peereboom
2009-01-29Soundblaster stuff. from brad.Marco Peereboom
2009-01-29log warning when can't read drift file; allows detection ofKevin Steves
2009-01-28fix missing prototype and format related warningsGilles Chehade
2009-01-28Add support for next generation megaraid sas raid controllers.Marco Peereboom
2009-01-28regenMarco Peereboom
2009-01-28LSI 2108 chipsMarco Peereboom
2009-01-28now that mta uses a struct session, it can also use session_respond() justGilles Chehade
2009-01-28mta session state belongs to struct session, not struct batch, remove theGilles Chehade
2009-01-28Correctly document MINCLSIZE which changed some time ago.Claudio Jeker
2009-01-28everything we need for the event handling dance is in struct session, theGilles Chehade
2009-01-28Add 'show database intra' command, which displays Intra-Area-Prefix LSAs.Stefan Sperling
2009-01-28Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a listStefan Sperling
2009-01-28Add brackets around return values.Michele Marchetto
2009-01-28since we're expanding "relay via ssl foobar.org" into two mxhosts (one withGilles Chehade
2009-01-28Reflect MPLS kernel changes.Michele Marchetto
2009-01-28Get rid of the ugly rtentry hack.Michele Marchetto
2009-01-28synchronize synopsis and usage.Igor Sobrado