summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-01-29tweak usage()Igor Sobrado
2009-01-29fix compiler warningJacek Masiulaniec
2009-01-29Implement "smtpctl show stats"; ok gilles@Jacek Masiulaniec
2009-01-29better parsing of .forward filesOleg Safiullin
2009-01-29Correctly byte-swap the link state ID when building Intra-Area-PrefixStefan Sperling
2009-01-29One more step on the long road of beautifying ospf6ctl output:Stefan Sperling
2009-01-29Don't print a header line above every individual Intra-Area-Prefix LSAStefan Sperling
2009-01-29Originate Intra-Area-Prefix LSAs which reference a router LSA.Stefan Sperling
2009-01-29In Link LSAs, #prefixes is a 32bit value.Stefan Sperling
2009-01-29various improvements; help/ok mbalmerJason McIntyre
2009-01-29lsa_get_prefix() should return the number of bytes consumed and not theClaudio Jeker
2009-01-29Fix offset calculation for lsa_prefix structs.Stefan Sperling
2009-01-29Better error handling.Marc Balmer
2009-01-29missing prototype for session_respond() in mta, move session_respond()'sGilles Chehade
2009-01-29- remove debug messageGilles Chehade
2009-01-29Received header line was incomplete for mail submitted through the enqueuerGilles Chehade
2009-01-29fix a bug in mta's event maskingGilles Chehade
2009-01-29initial starttls support in mta, this allows:Gilles Chehade
2009-01-29Correct capitalization.Pierre-Yves Ritschard
2009-01-29Correct copyright years.Marc Balmer
2009-01-29* Add more CFLAGS commonly found in src/usr.sbin/Pierre-Yves Ritschard
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-29Common queue walking code for smtpd and smtpctl. Kills majority of showqueue.c,Jacek Masiulaniec
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-29Make anonymous binds work properly.aschrijver
2009-01-29No need to use RB_FIND here, RB_INSERT does that job for us.Oleg Safiullin
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-29In tcpdump some printf() had an additional \n at the end. RemovingAlexander Bluhm
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-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-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-28first steps towards better mta code. currently mta uses struct batch toGilles Chehade
2009-01-28cleanup; ok gilles@Jacek Masiulaniec
2009-01-28when pausing listeners, do not simply disable their events as newGilles Chehade
2009-01-28reuse recipient_to_path; ok gilles@Jacek Masiulaniec
2009-01-28relayhost flags were not properly copied to the relayhost array of theGilles Chehade
2009-01-28Print the right header for Intra-Area-Prefix LSAs when showing the database.Stefan Sperling
2009-01-28Make races between queue and runner impossible by implementing the policy:Jacek Masiulaniec
2009-01-28if recipient was provided as a username, append the local hostname, thisGilles Chehade