Age | Commit message (Expand) | Author |
2008-11-26 | Implement config reloading (still only work in progress) | Uwe Stuehler |
2008-11-26 | pin_len -> pin_size | Uwe Stuehler |
2008-11-25 | - more prototype moving to smtpd.h | Gilles Chehade |
2008-11-25 | - move prototype to smtpd.h | Gilles Chehade |
2008-11-25 | - move prototypes to smtpd.h | Gilles Chehade |
2008-11-25 | - plug memory leak | Gilles Chehade |
2008-11-25 | - recent change in parse.y caused htons() to be called twice on the port | Gilles Chehade |
2008-11-25 | Get rid of dependencies on ports libraries (among other things) | Uwe Stuehler |
2008-11-25 | - update email address for bug reports when replying to HELP | Gilles Chehade |
2008-11-25 | - F_IMSG_SENT is no longer used, kill | Gilles Chehade |
2008-11-25 | grammar fix (in comment): from Anathae Townsend | Jason McIntyre |
2008-11-24 | - when using fread/fwrite, do not swap the size and nmemb arguments. no | Gilles Chehade |
2008-11-24 | Bluetooth daemon and contrl utility, one for all, work in progress | Uwe Stuehler |
2008-11-24 | - not really a bug since we don't use other descriptor flags, but in | Gilles Chehade |
2008-11-24 | Introduce support for route hold down. | Michele Marchetto |
2008-11-24 | Initial support for stub areas. The bit still missing is the redistribution | Claudio Jeker |
2008-11-24 | zap trailing whitespace; | Jason McIntyre |
2008-11-24 | Change mips detection in crunchgen from ifdef to command line flag | Dale Rahn |
2008-11-24 | - tweak previous | Jason McIntyre |
2008-11-24 | Add and document -A and -D options to attach or detach devices at | Marc Balmer |
2008-11-23 | Fix two error messages. | Michele Marchetto |
2008-11-23 | Remove some whitespace. | Brad Smith |
2008-11-22 | - do not set nochdir in daemon() call, we want parent and lka to have their | Gilles Chehade |
2008-11-22 | - allow the optionnal ssmtp keywork in "relay via" rules, while at it | Gilles Chehade |
2008-11-22 | Make enable selected by attribute work. | Mats O Jansson |
2008-11-21 | closefrom the fds that we aren't interested in. pr5994 | Ted Unangst |
2008-11-21 | Track nexthops when the underlying route is changing. Until now true nexthops | Claudio Jeker |
2008-11-21 | Kill some old debug messages that are no longer needed. | Claudio Jeker |
2008-11-21 | imsg_* returns ssize_t | Claudio Jeker |
2008-11-21 | Introduce support for flash updates. | Michele Marchetto |
2008-11-17 | add missing header needed by time(), ctime_r() and tzset(). | Charles Longeau |
2008-11-17 | - clear session flags upon helo/ehlo | Gilles Chehade |
2008-11-17 | - until now a client could issue a command from an extension even though it | Gilles Chehade |
2008-11-17 | - err() -> fatal() | Gilles Chehade |
2008-11-17 | - remove prototypes for the atomic API, we don't use it anymore | Gilles Chehade |
2008-11-17 | add missing header needed by signal(). | Charles Longeau |
2008-11-17 | - we don't need this anymore | Gilles Chehade |
2008-11-17 | - remove some unused prototypes | Gilles Chehade |
2008-11-17 | - queue_record_daemon() no longer used, remove definition | Gilles Chehade |
2008-11-17 | - replace uses of O_EXLOCK and O_EXLOCK|O_NONBLOCK with the corresponding | Gilles Chehade |
2008-11-17 | - fix error message in aliases_virtual_exist() | Gilles Chehade |
2008-11-17 | - exit() -> _exit() | Gilles Chehade |
2008-11-17 | - remove several constructs where format strings are used in an evbuffer | Gilles Chehade |
2008-11-17 | Missing end quote in example. | Marc Balmer |
2008-11-14 | Sigh. Some clients can't handle three DHO_PAD options holding space | Kenneth R Westerback |
2008-11-13 | - rephrase the "cannot load cert" warning that is output at startup when a | Gilles Chehade |
2008-11-12 | we should not document each operand in the usage of a command, | Igor Sobrado |
2008-11-11 | - mistakenly removed this lock | Gilles Chehade |
2008-11-11 | - introduce queue_init_submissions() which will sanitize the disk-based | Gilles Chehade |
2008-11-11 | - temporarily comment chl@'s O_EXLOCK -> fcntl() change until we understand | Gilles Chehade |