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