summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-12-06NULL-ify s_msg.datafp upon fclose unconditionally.Jacek Masiulaniec
2008-12-06- teach smtpctl how to inspect queue and runqueue, it supports two commandsGilles Chehade
2008-12-06evbuffer_readline already strips <CRLF> so that callers don't have to.Jacek Masiulaniec
2008-12-06- it is now possible to specify an interface instead of an address or aGilles Chehade
2008-12-05haul in some stuff from ntpd.8; ok toddJason McIntyre
2008-12-05- more err/errx -> fatal/fatalx, warn/warnx -> log_warn/log_warnxGilles Chehade
2008-12-05- err -> fatal(), old diff from Jacek Masiulaniec <jacekm@dobremiasto.net>Gilles Chehade
2008-12-05- cosmethic, no functionnal changeGilles Chehade
2008-12-05use HTTP/1.1 instead of HTTP/1.0 if a host header is specified.Reyk Floeter
2008-12-05change the way relayd reports check results: instead of logging anReyk Floeter
2008-12-05add a few HOST-RESOURCES-MIB types (just names, no functionality yet)Reyk Floeter
2008-12-05need set argument now in this example; ok mbalmer@Kevin Steves
2008-12-05fix a possible crash in debugging mode (if compiled for with -DDEBUG)Reyk Floeter
2008-12-05tweaks;Jason McIntyre
2008-12-05- smtpctl utility to control the smtpd, don't expect too much yet as it isGilles Chehade
2008-12-05- last part of the new queue code: the runner process (unprivileged andGilles Chehade
2008-12-05add ethertype and tcpdump support for VLAN stacking (QinQ) withStuart Henderson
2008-12-04- in session_read(), set EV_WRITE if we are going to send a "transactionGilles Chehade
2008-12-04Declare printf-style functions with __attribute__((format(printf,x,x)))Chad Loder
2008-12-04cosmetic changes:Reyk Floeter
2008-12-04- allow smtpd to build againGilles Chehade
2008-12-04move smtpd build to smtpd subdir so we can traverse to newaliases and makemapTodd T. Fries
2008-12-04some basic cleanup;Jason McIntyre
2008-12-04- when in state S_DATACONTENT, do not disable EV_READ if the last line weGilles Chehade
2008-12-04- when doing the session timeout lookup, do not remove the last sessionGilles Chehade
2008-12-04- fix event masking for DATA and make DATA look more like MAIL and RCPTGilles Chehade
2008-12-04obvious 'missing space' typo in message, ok gilles@ krw@Ian Darwin
2008-12-03- smtpd's db maps are incompatible with sendmail's and needs a distinctGilles Chehade
2008-12-03smtpd's aliases db is incompatible with sendmail's and requires a distinctGilles Chehade
2008-12-03clarify GPIO device specification. with input from jmc; ok mbalmer@ jmc@Kevin Steves
2008-12-03delete unused prototype, from lint; ok mbalmer@Kevin Steves
2008-12-03- these were used to debug the previous queue scheduler, they are no longerGilles Chehade
2008-12-03- remove log_debug() that's no longer neededGilles Chehade
2008-12-03- fix event masking issues in smtp process which could lead to a fatal() ifGilles Chehade
2008-12-03there is no longer a default GPIO device; ok mbalmer@ jmc@Kevin Steves
2008-12-03Some more ambigous -> ambiguous pointed out by mbalmer (there areStuart Henderson
2008-12-03typo; from Anathae TownsendJason McIntyre
2008-12-02correct spelling (ambigous -> ambiguous)Stuart Henderson
2008-12-02Initial support for neighbor expiry.Michele Marchetto
2008-12-02tweak previous;Jason McIntyre
2008-12-01bzero local variable; ok uweTheo de Raadt
2008-12-01there is zero reason for this parse.y to look different from the others; ok uweTheo de Raadt
2008-12-01- in mxsort, fix type of loop counter, it will never be < 0 if it isGilles Chehade
2008-12-01introduce btd(8) and btctl(8), tweak bt.conf(5)Todd T. Fries
2008-12-01introduce bt.conf(5), ok uwe@Todd T. Fries
2008-11-30Fix output.Marc Balmer
2008-11-29revert my last change -Reyk Floeter
2008-11-29fix typo in 'draft-ietf-ipsec-isakmp-xauth-06.txt'Reyk Floeter
2008-11-29Allow the words "on", "off", or "toggle" to be used instead of theMarc Balmer
2008-11-28Add support for escaped characters to the search filter parsing function.aschrijver