Age | Commit message (Expand) | Author |
2011-11-03 | since smtpctl doesn't need to be build along with client.c, | Charles Longeau |
2011-11-02 | simpler implementation of smtpctl local enqueuer that does not need libevent. | Eric Faurot |
2011-10-28 | use existing _ppp instead of _npppd as a user/group id for npppd. | YASUOKA Masahiko |
2011-10-27 | Use PRI{x,d}64 in format strings instead of %llx, %lld or %qd to print {u_,}i... | Charles Longeau |
2011-10-27 | Don't offer or negotiate SSLv2 and, since we don't do SSL session | Philip Guenthe |
2011-10-26 | retain alphabetical order; | Jason McIntyre |
2011-10-26 | - fix smtpctl pause/resume so the ramqueue scheduling is done correctly | Gilles Chehade |
2011-10-25 | Reduce noice by fw_update on network errors, among others | Alexander Hall |
2011-10-25 | rewrite the sender user/domain as specified in the manpage when matching | Eric Faurot |
2011-10-23 | retain alphabetical order; | Jason McIntyre |
2011-10-23 | - smtpctl schedule no longer works, instead, use 'smtpctl schedule-id <id>' | Gilles Chehade |
2011-10-23 | plug leak | Eric Faurot |
2011-10-23 | a few important fixes: | Eric Faurot |
2011-10-23 | relay_as is not used anuwhere | Eric Faurot |
2011-10-23 | introduce Q_CORRUPT and queue_backend operation to move a message from | Gilles Chehade |
2011-10-23 | add missing format string | Charles Longeau |
2011-10-23 | add a missing DH_free() after ssl_set_ephemeral_key_exchange(). | Charles Longeau |
2011-10-23 | fsqueue no longer stores envelopes by dumping the structure, instead use a | Gilles Chehade |
2011-10-22 | correctly set relay when expanding envelopes | Eric Faurot |
2011-10-22 | tweak previous; | Jason McIntyre |
2011-10-22 | Add a log_trace() call to toggle logging of specific debugging info in | Eric Faurot |
2011-10-21 | small optimization: tell pkg_create to skip !libs if LIBS_ONLY (to be | Marc Espie |
2011-10-18 | delay daemon fork() until after initialisation has completed to fix | Damien Miller |
2011-10-15 | Added "provision for rewound PPP frames" that allows receiving | YASUOKA Masahiko |
2011-10-15 | Delete unused field s_first in 'struct pppoe_session' that is assigned | YASUOKA Masahiko |
2011-10-13 | Teach some userland tools about NAT64. I think this is mostly from mikeb@ | Claudio Jeker |
2011-10-13 | Drop a reference to the client SSL_CTX after SSL_new(), so that it is | Eric Faurot |
2011-10-11 | We don't need to break after calling err(3) because this function will | YASUOKA Masahiko |
2011-10-11 | Add a flag for nginx (-u) to be able to disable chroot and use a better | Robert Nagy |
2011-10-11 | fix parsing of :include: aliases | Gilles Chehade |
2011-10-10 | document that virtual maps require a domain key | Gilles Chehade |
2011-10-09 | show messages sent between processes in debug mode | Eric Faurot |
2011-10-09 | don't be too hasty, we can choose to syslog (OR NOT) *after* we parse the | Marc Espie |
2011-10-09 | add a missing newline when you merge login.conf if login.conf.db doesn't exist | Stuart Henderson |
2011-10-08 | our root is /var/www/htdocs and not /var/www/html | Robert Nagy |
2011-10-08 | only strip the full path once and remove any / chars from the begining of | Robert Nagy |
2011-10-05 | make sure that the pcre from ports never gets picked up as a dependency | Robert Nagy |
2011-10-05 | Since the worker process of nginx is chrooted on OpenBSD, let's remove | Robert Nagy |
2011-10-04 | - sync usage() and SYNOPSIS | Jason McIntyre |
2011-10-03 | Add a 'flag' locator to gpioiic(4), and define a first flag | Matthieu Herrb |
2011-10-03 | - fix a segv caused by a deep recursion introduced with a recent quick-fix | Gilles Chehade |
2011-10-03 | clarify that network sources are to be specified in CIDR notation | Gilles Chehade |
2011-10-03 | update to nginx 1.0.14 | Robert Nagy |
2011-10-03 | update to nginx-1.0.8 which includes many bugfixes | Robert Nagy |
2011-10-02 | Fix some minor things in config(8): | Edd Barrett |
2011-10-02 | When using `config -e`: | Edd Barrett |
2011-10-02 | Delete unused variables, from Michael W Bombardieri. | Nicholas Marriott |
2011-09-29 | ssl.8: Certifying Authority -> Certificate Authority | Jason McIntyre |
2011-09-28 | removing annoying debug log | Gilles Chehade |
2011-09-27 | check closefrom() return value | Charles Longeau |