Age | Commit message (Expand) | Author |
2012-09-15 | When enqueueing from the local socket, the input address is faked as "::1". | Eric Faurot |
2012-09-15 | Don't depend on sa_family_t being typedefed by <sys/types.h>; pull in | Philip Guenthe |
2012-09-14 | Remove s_ssl from the smtp session since it is duplicated in the io struct. | Eric Faurot |
2012-09-14 | When printing ioev, do not segfault if there is no associated iobuf. | Eric Faurot |
2012-09-14 | tweak the description of "value" somewhat; ok gilles | Jason McIntyre |
2012-09-14 | Check limits before allocating the session. | Eric Faurot |
2012-09-14 | restructure this page somewhat, and make it read better; ok gilles | Jason McIntyre |
2012-09-13 | There is no need to compile this with -Werror by default. | Claudio Jeker |
2012-09-12 | reword a bit | Gilles Chehade |
2012-09-12 | - document that aliases lookups are folded to lowercase | Gilles Chehade |
2012-09-12 | missed a word :-) | Gilles Chehade |
2012-09-12 | - e-mail -> email , as discussed with jmc@ on aliases(5) | Gilles Chehade |
2012-09-12 | - reword paragraph on ~/.forward permissions | Gilles Chehade |
2012-09-12 | after a bit of discussion we decided to remove these for now, we'll | Gilles Chehade |
2012-09-12 | - we lacked man pages for the aliases and forward file formats rewrote from | Gilles Chehade |
2012-09-12 | Define empty CDIAGFLAGS for programs that use Werror. | Christiano F. Haesbaert |
2012-09-12 | Fix a race condition which would cause segfault due to the kernel | Christiano F. Haesbaert |
2012-09-12 | bgpctl bits for the GR support added to bgpd. | Claudio Jeker |
2012-09-12 | Better graceful restart support (implementing more then just the EoR record). | Claudio Jeker |
2012-09-11 | - simplify scheduler_compute_schedule by making it a quadratic delaying. | Gilles Chehade |
2012-09-11 | Initialize fd correctly. This fixes a lot of problems. | Eric Faurot |
2012-09-11 | remove the session entry from the search tree when it's dead. | Eric Faurot |
2012-09-11 | log the process name and place when calling fatal(). | Eric Faurot |
2012-09-11 | Rework the scheduler internals. Fix some scheduling loop issues and | Eric Faurot |
2012-09-10 | nasty typo. | Eric Faurot |
2012-09-08 | remove unused header | Charles Longeau |
2012-09-07 | fix typo and comment | YASUOKA Masahiko |
2012-09-06 | shorter display for trivial updatesets, | Marc Espie |
2012-09-05 | zap dead file | Eric Faurot |
2012-09-05 | don't let pkg_add turn interactive, and waive the @ask-update questions. | Marc Espie |
2012-09-05 | don't truncate a pointer to int, before checking the low bits -- use uintptr_t | Theo de Raadt |
2012-09-04 | fix log_err() calls (from Patrick Wildt) and remove extra space. | Okan Demirmen |
2012-09-03 | fix the example filter to match current API by using | Charles Longeau |
2012-09-02 | remove warning | Charles Longeau |
2012-09-01 | remove unused flag | Gilles Chehade |
2012-09-01 | - remove crypto_backend | Gilles Chehade |
2012-09-01 | show more precisely what the problem is. | Marc Espie |
2012-08-31 | Use EVP_MAX_MD_SIZE for the key size for now as discussed on icb. | Federico G. Schwindt |
2012-08-31 | Update license to two-clause BSD. Permission to do so was granted | Todd C. Miller |
2012-08-30 | increase fread()/fwrite() buffer from 8k to 16k | Charles Longeau |
2012-08-30 | - rename show_envelope() to show_queue_envelope() | Gilles Chehade |
2012-08-30 | change crypto_setup() prototype to use const char * instead of uint8_t * | Charles Longeau |
2012-08-30 | switch compress_backend to use FILE * instead of file descriptors, like | Charles Longeau |
2012-08-30 | fix uninitialized variable which can be reach in case of failure. | Charles Longeau |
2012-08-30 | - import latest aldap.[ch] and ber.[ch] from ypldap | Gilles Chehade |
2012-08-30 | when reloading the envelopes from disk, skip envelopes that are | Eric Faurot |
2012-08-30 | - correctly free the task if all rcpt where rejected | Eric Faurot |
2012-08-30 | rfc 5905 replaces rfc 2030; for now, the reference to 2030 in ntpd.conf | Jason McIntyre |
2012-08-30 | Lowercase the first "i" in isFile, isLink, isSymLink, and isHardLink | william |
2012-08-29 | - rfc 4835 obsoletes rfc 2406 | Jason McIntyre |