summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2009-04-27kill 2-line session_msg_submit, used just once; ok gilles@ long ago.Jacek Masiulaniec
2009-04-27fix unlikely fd leak; ok gilles@Jacek Masiulaniec
2009-04-27session_cleanup call in MAIL FROM handler may be removed as aJacek Masiulaniec
2009-04-27check message_id received from smtp uses valid format.Jacek Masiulaniec
2009-04-27Disable EV_READ when setting F_QUIT flag up. Malicious client mayJacek Masiulaniec
2009-04-26sync with changes in relayd, diff by reyk@ and okayd by meGilles Chehade
2009-04-26Unused defines from a time long long ago.Claudio Jeker
2009-04-26typos fixedTobias Stoeckmann
2009-04-26comment typos; no binary changeStuart Henderson
2009-04-24oopsMarc Espie
2009-04-24in session_pickup, do not handle S_RCPT state, it must never beJacek Masiulaniec
2009-04-24Allow UDP and/or TCP redirections instead of just TCP.Reyk Floeter
2009-04-24don't truncate http headers when no separator is given between key andPierre-Yves Ritschard
2009-04-24Make aliases case-insensitive, issue reported by Daniel Ouelett; ok gilles@Jacek Masiulaniec
2009-04-24Enclose common imsg handling code in a function, which additionallyJacek Masiulaniec
2009-04-24use same timeout at each session state, and make use ofJacek Masiulaniec
2009-04-24kill unnecessary struct message_recipient; ok gilles@Jacek Masiulaniec
2009-04-23Rework the way we handle announced networks. Instead of two freak rde_peersClaudio Jeker
2009-04-23allow bgpctl and bgpd.conf to contain 32-bit ASN written in ASPLAINStuart Henderson
2009-04-23sort "show stats" outputJacek Masiulaniec
2009-04-22fix creating packages with long names in plist; from espie@Christian Weisgerber
2009-04-22ignore replies with timestamps after 2030 to prevent time_t / tv_sec wrapsHenning Brauer
2009-04-21small corrections to log_warns and fatalsJacek Masiulaniec
2009-04-21Make /usr/sbin/sendmail not fail due to smtpd being down.Jacek Masiulaniec
2009-04-21instead of calling getpid() all over the place do it once, claudio okHenning Brauer
2009-04-21correct some fatal(x) calls and error stringsEric Faurot
2009-04-21ignore pfkey replies not for us and discard themHenning Brauer
2009-04-20Allow MAIL FROM only in the S_HELO state, which results in behaviourJacek Masiulaniec
2009-04-20fix previous, evtimer_set should be called only once, in session_init.Jacek Masiulaniec
2009-04-20Rewrite smtp session timeouts; use evtimer_* from event(3) insteadJacek Masiulaniec
2009-04-20restore tagged user packages to functionality (for now)Marc Espie
2009-04-19Correct function name in log_warnx().Claudio Jeker
2009-04-19remove class FatPackageLocation. Instead make PackageLocation a hierarchyMarc Espie
2009-04-19synch with my new style search/location changesMarc Espie
2009-04-19Wrap the EV_READ+EVLOCKED dance in one well documented function.Jacek Masiulaniec
2009-04-19error checking for readdir(2); ok gilles@Jacek Masiulaniec
2009-04-19update protocols for s_client;s -starttls; from bradJason McIntyre
2009-04-18correct function name in fatalJacek Masiulaniec
2009-04-18remove dead code; made possible by previous commit.Jacek Masiulaniec
2009-04-18don't copy DigitalSig to partial packages, it makes no senseMarc Espie
2009-04-17correcto in comment; from Amarendra GodboleJason McIntyre
2009-04-17handle case when no input is provided, fixes confusing error:Jacek Masiulaniec
2009-04-17close filedescriptors with closefrom(STDERR_FILENO + 1) before executingReyk Floeter
2009-04-17keep the parent relations of hosts after reloading the configuration.Reyk Floeter
2009-04-17add "Connection: close" to HTTP check headers to deconfuse HTTP/1.1Reyk Floeter
2009-04-16fix a few more typos found by spell(1); rectify a double "with" pointed outIgor Sobrado
2009-04-16Notify the rde when a neighbor goes down.Michele Marchetto
2009-04-16Update kernel forwarding informations when a neighbor reports we areMichele Marchetto
2009-04-16Total rewrite of the sendmail interface. Adds support for -t, -v,Jacek Masiulaniec
2009-04-15don't call setproctitle for parent, at least one process shouldJacek Masiulaniec