summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2011-09-04Especially with SSL and short data transfers, it could happen thatAlexander Bluhm
2011-09-04The relayd used the CHECK_TIMEOUT for connect and ssl handshake.Alexander Bluhm
2011-09-03make -column lists pretty again;Jason McIntyre
2011-09-01grammar fix; from BrynetJason McIntyre
2011-09-01move a log_debug() call to a less annoying spot so that it does not getGilles Chehade
2011-09-01Introduce a small set of functions to manage stat counters in aEric Faurot
2011-09-01add missing header needed by bsearch()Charles Longeau
2011-09-01- if no filter is setup, do not overwrite the data line with filtmsg bufferCharles Longeau
2011-09-01Fix the display of running utilities (e.g. don't say we are runningAntoine Jacoutot
2011-08-31propagate change of internalsMarc Espie
2011-08-31add support for per-line DATA callbacks, this allows filters to take theirGilles Chehade
2011-08-31versionspec stuff belongs in PkgSpec, not PackageNameMarc Espie
2011-08-31synch with current state of affairs a bitMarc Espie
2011-08-30Call free() into ramqueue_remove_{batch,host,message,envelope}() instead of j...Charles Longeau
2011-08-30remove unused headerCharles Longeau
2011-08-30fix format stringCharles Longeau
2011-08-29cast all printed time_t to long long int, and change format string accordingly.Charles Longeau
2011-08-29remove unused fileCharles Longeau
2011-08-29add missing header needed by signal()Charles Longeau
2011-08-28Clear bounce envelope structure, to avoid wrong use when bounce_record_messag...Charles Longeau
2011-08-28Use the correct terminology, replace the term "entry" with the term "attribut...aschrijver
2011-08-28Add support for the netid.byname YP map. This map is used by getgrouplist(3),aschrijver
2011-08-28fix pasto in strlcpy() truncation testGilles Chehade
2011-08-27typoGilles Chehade
2011-08-27initial support for a session-time filtering APIGilles Chehade
2011-08-27the order of packinglists has been fixed for years by now, so it's noMarc Espie
2011-08-26add missing header needed by time()Charles Longeau
2011-08-26remove one more reference to pkg_merge; ok espieJason McIntyre
2011-08-26zap it from there tooMarc Espie
2011-08-26Shared Stuff never got usedMarc Espie
2011-08-26zap fatpackages. nobody actually uses them.Marc Espie
2011-08-23zap old INSTALL/DEINSTALL stuff, it's been deprecated for 3 years, and removedMarc Espie
2011-08-22Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENOTodd C. Miller
2011-08-20Add support for -v (enable verbose logging on the command line).Stuart Henderson
2011-08-20Decouple log_verbose() from log_init() so the verbose flag stays set withStuart Henderson
2011-08-20Decouple log_verbose() from log_init() so the verbose flag stays set withStuart Henderson
2011-08-19Use futimens() instead of futimes() to avoid converting to/fromTodd C. Miller
2011-08-19as with other list types, column lists generally do not need a Pp/-compactJason McIntyre
2011-08-18spacingMarc Espie
2011-08-18tweakMarc Espie
2011-08-17- plug a memory leak in runner_remove_envelope()Gilles Chehade
2011-08-17move ramqueue_host pointer from ramqueue_envelope to ramqueue_message.Gilles Chehade
2011-08-17- teach smtpctl remove about the new ramqueue structureGilles Chehade
2011-08-17- introduce ramqueue_lookup_{host,message,envelope} to perform lookups inGilles Chehade
2011-08-17pkg_add and pkg_delete will now syslog activity by default.Marc Espie
2011-08-16smtpctl show sizes, displays the size of queue-related structures, usefulGilles Chehade
2011-08-16add a host-tree and an envelope-tree in the ramqueue, they will be used toGilles Chehade
2011-08-03Remove the 'obsolete file(s)' feature. It may come back at some pointAntoine Jacoutot
2011-08-02clean up the 1st sentence even more. it is unbelievable how it sometimesTheo de Raadt
2011-08-02better describe what this app does, at the behest of deraadt;Jason McIntyre