summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2009-04-15s/ssmtp/smtps/; ok gilles@Jacek Masiulaniec
2009-04-15fix a bug where after all MX-es were found to be non-contactable,Jacek Masiulaniec
2009-04-14Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc...Janne Johansson
2009-04-14Route costs can be safely stored in one byte.Michele Marchetto
2009-04-14initial implementation of package signatures, based on x509 certificates andMarc Espie
2009-04-13explicitely say that package signatures contain run time dependenciesIngo Schwarze
2009-04-12restrict YP UID and GID rangesIngo Schwarze
2009-04-12Code assumed the certificate name to always match the interface name, evenGilles Chehade
2009-04-12When runner_check_loop() detects a mail loop, remove the envelope. This isGilles Chehade
2009-04-12when an error occurs while delivering a message with an empty envelope as aGilles Chehade
2009-04-12Better output (i.e. /etc instead of //etc)Antoine Jacoutot