summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-05-25merge smtp_listener_setup into its only caller; ok gilles@Jacek Masiulaniec
2009-05-25Recent event masking scheme change turned the S_GREETED and S_HELO casesJacek Masiulaniec
2009-05-25In dispatch_rtmsg_addr() don't fatal on missing multipath deletes. Not 100%Claudio Jeker
2009-05-25Disallow submission using /usr/sbin/sendmail while the server isJacek Masiulaniec
2009-05-25add a missing check for truncated dport in the returned UDP header forStuart Henderson
2009-05-24Parent process shouldn't be base64-decoding untrusted strings, moveJacek Masiulaniec
2009-05-24Implement pipelining detection inside session_readline, makes the callingJacek Masiulaniec
2009-05-24Parent process forks 3 types of processes, track them all in a single treeJacek Masiulaniec
2009-05-24Instead of keeping stats private to each process, and querying everyJacek Masiulaniec
2009-05-24put back the ambiguous message in non-interactive modeMarc Espie
2009-05-21Make it possible to turn off the decision process per RIB. This is mainlyClaudio Jeker
2009-05-21no longer create a dynamic map with 127.0.0.1 and ::1 for every single ruleGilles Chehade
2009-05-21fix sockaddr_storage lenght check in mfa_check_source()Gilles Chehade
2009-05-20Do not fall back to using nobody if _user is missing, butThordur I. Bjornsson
2009-05-20Delay enabling of EV_READ until S_INIT (smtps) or S_TLS (starttls).Jacek Masiulaniec
2009-05-20Whitespaces cleanup.Michele Marchetto
2009-05-20previous commit to add reload support was missing some code, this diffsGilles Chehade
2009-05-20fix looking at the mode bits so that we do not reply to broadcast and otherHenning Brauer
2009-05-20replace a TAILQ_FOREACH loop with a TAILQ_FIRST loop when releasing entriesGilles Chehade
2009-05-20first step towards configuration reload in smtpd, smtpctl reload will parseGilles Chehade
2009-05-20fix a pasto causing "smtpctl resume mta" to try to resume mdaGilles Chehade
2009-05-19ever since we switched from delivering to mboxes ourselves to using theGilles Chehade
2009-05-19remove useless check on NULL ssl cert and key, the check cannot be reachedGilles Chehade
2009-05-19Accept STARTTLS only after EHLO; ok gilles@Jacek Masiulaniec
2009-05-19- Don't advertise nor accept STARTTLS command when session is secure.Jacek Masiulaniec
2009-05-19Do not ever run /usr/sbin/sendmail, it could link to sendmailJacek Masiulaniec
2009-05-19Verify the amount of IMSG payload is exactly as expected; ok gilles@Jacek Masiulaniec
2009-05-18Complete rework of bufferevent event masking allowing for moreJacek Masiulaniec
2009-05-18move text on weight to where it is first referred to;Kevin Steves
2009-05-17F_LOCAL and F_ORIGINAL are gone. The Adj-Rib-In is now a distinct tree.Claudio Jeker
2009-05-17Adjust for IMSG_CTL_SHOW_NETWORK change in the RDE. IMSG_CTL_SHOW_NETWORK isClaudio Jeker
2009-05-17Simplify the IMSG_CTL_SHOW_NETWORK case and make it actually work by sendingClaudio Jeker
2009-05-17rib_dump_r needs to check the af of the prefix because there is no rib perClaudio Jeker
2009-05-17Adjust show rib memory output after the monster commit to bgpd.Claudio Jeker
2009-05-17Rework most of the RDE to allow multiple RIBs. This is mostly preparationClaudio Jeker
2009-05-17fascinating how make parses if statements...Theo de Raadt
2009-05-15Stop this silliness with machine dependent man pagesTheo de Raadt
2009-05-15Do not ignore the route metric for "redistribute default".Marco Pfatschbacher
2009-05-14use the nitems() macro where appropriateEric Faurot
2009-05-14correct function name in fatalJacek Masiulaniec
2009-05-13Remove unused args from getopts.Antoine Jacoutot
2009-05-13do MX lookups in both "relay" and "relay via" case; ok gilles@Jacek Masiulaniec
2009-05-13log dbopen and db->get errors; based on diff from Daniel Ouellet.Jacek Masiulaniec
2009-05-13no need for _KERNEL or the rtentry; ok claudioTheo de Raadt
2009-05-13when using a timedelta sensor for -s, if the sensor is invalid duringKevin Steves
2009-05-12simplify the descriptions of -a and -b; this has taken me and antoineJason McIntyre
2009-05-12- tweak the description of -aJason McIntyre
2009-05-11This commit adds a new feature to sysmerge(8), usable in '-a' mode.Antoine Jacoutot
2009-05-11remove an extraneous slash from the requested URL; some strict proxiesStuart Henderson
2009-05-11Make bgpctl show network print both AF_INET and AF_INET6 as mentioned in theClaudio Jeker