Age | Commit message (Expand) | Author |
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 |
2008-11-11 | - now that we fdopen() message file descriptor, do not forget to fclose() | Gilles Chehade |
2008-11-11 | some small improvements. ok gilles | Ted Unangst |
2008-11-11 | - queue process no longer schedules messages which do not have flag | Gilles Chehade |
2008-11-11 | remove the use of O_EXLOCK, when open()ing a file, and use flock() instead. | Charles Longeau |
2008-11-10 | - open the message file earlier after a successful MAIL command instead of | Gilles Chehade |
2008-11-10 | - define MAX_LINE_SIZE which is the maximum length of a line we allow from | Gilles Chehade |
2008-11-10 | rename h_errno field into getaddrinfo_error, to avoid confusion with errno. | Charles Longeau |
2008-11-10 | fix store_write_header() prototype. | Charles Longeau |
2008-11-10 | delete operation not needed; from naddy | Theo de Raadt |
2008-11-10 | #if 0 a function which we have we do not use, and where the call to it is in ... | Theo de Raadt |
2008-11-10 | spaces fixed while reading code | Theo de Raadt |
2008-11-10 | If a bind() spuriously fails (as appears to happen once in a blue moon due | Theo de Raadt |
2008-11-10 | - remove last occurences of the atomic api in store.c, smtpd no longer uses | Gilles Chehade |
2008-11-10 | last character in line is at len - 1. ok gilles | Ted Unangst |
2008-11-10 | insertion sort is faster than bubble sort. ok gilles | Ted Unangst |
2008-11-10 | - simplify the passing of ssl cert/key during ssl configuration, | Gilles Chehade |
2008-11-10 | - in queue, do not use the atomic api when dealing with real files | Gilles Chehade |
2008-11-10 | - plug a descriptor leak when session is aborted by a server error instead | Gilles Chehade |
2008-11-10 | - move '=>' into the lex loop, requested by and with help from deraadt@ | Gilles Chehade |
2008-11-10 | - in queue_load_submissions(), if queue_message_from_id() fails for some | Gilles Chehade |
2008-11-10 | - snprintf() can return -1, make sure every call is checked properly | Gilles Chehade |
2008-11-10 | - recognize '=>' as one token instead of trying to match '=' and '>'. this | Gilles Chehade |
2008-11-10 | - make READ_BUF_SIZE a power of 2 | Gilles Chehade |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
2008-11-08 | Some clients don't parse a DHO_DHCP_OPTION_OVERLOAD option the way | Kenneth R Westerback |