Age | Commit message (Expand) | Author |
2008-12-26 | parse.y doesn't allow listen backlog configuration, so "bzero default" is used. | Jacek Masiulaniec |
2008-12-23 | Link the directory containing the MIB definitions for snmpd(8). | Reyk Floeter |
2008-12-23 | export the livelock counter in a private mib openBSD.5. | Reyk Floeter |
2008-12-22 | typo | Jacek Masiulaniec |
2008-12-22 | Fix few cases where "smtpctl showqueue" could exit prematurely | Jacek Masiulaniec |
2008-12-22 | cleanup | Jacek Masiulaniec |
2008-12-22 | s->s_msg.session_hostname must hold resolved hostname as well; ok gilles@ | Jacek Masiulaniec |
2008-12-22 | Reduce IMSG_LKA_HOST to only make NI_NAMEREQD getnameinfo call. We | Jacek Masiulaniec |
2008-12-22 | delinting: salen may be used with no prior init; ok gilles@ | Jacek Masiulaniec |
2008-12-22 | Remove entry from mdaproctree after reaping mda child; ok gilles@ | Jacek Masiulaniec |
2008-12-22 | To reset state, it's enough to set s->s_state = S_HELO, rcptcount | Jacek Masiulaniec |
2008-12-21 | fix session flags resetting; ok gilles@ | Jacek Masiulaniec |
2008-12-21 | - missing prototype + smtp.c was misusing session_auth_pickup() | Gilles Chehade |
2008-12-21 | Add more compile time checking; fix warnings reported by gcc. | Jacek Masiulaniec |
2008-12-21 | Add more compile time checking; fix one warning reported by gcc. | Jacek Masiulaniec |
2008-12-21 | - AUTH PLAIN may receive credentials as a parameter to AUTH or on a | Gilles Chehade |
2008-12-20 | - various improvements from Ingo Schwarze; | Jason McIntyre |
2008-12-20 | - update smtpd.conf to provide an example of an auth enabled listener | Gilles Chehade |
2008-12-20 | - import first bricks of SMTP AUTH support. currently only AUTH PLAIN is | Gilles Chehade |
2008-12-19 | document the default localpref, from discussion with | Henning Brauer |
2008-12-19 | fix IF-MIB element and implementation ifInUnknownErrors -> ifInUnknownProtos | Reyk Floeter |
2008-12-19 | fix indentation, no binary change. | Jacek Masiulaniec |
2008-12-19 | - fatal() if flock() has failed for any reason that's not EWOULDBLOCK, this | Gilles Chehade |
2008-12-19 | - smtpd handled mbox locking failures as "regular" temporary failures which | Gilles Chehade |
2008-12-18 | Introduce safe_fclose, which tries to push file to the disk as | Jacek Masiulaniec |
2008-12-18 | Declarations for functions used only in smtp_session.c were moved | Jacek Masiulaniec |
2008-12-18 | Check fwrite return code at DATA stage. | Jacek Masiulaniec |
2008-12-18 | - condition lists is wrongly described, unbreak the following syntax: | Gilles Chehade |
2008-12-18 | Instead of directly applying ntoh*() to fields of the captured | Hans-Joerg Hoexer |
2008-12-18 | Don't err() on blank lines. | Jacek Masiulaniec |
2008-12-18 | Cleanup /incoming before handling each MAIL FROM. | Jacek Masiulaniec |
2008-12-17 | Warn if empty map is being created; this catches at least usage | Jacek Masiulaniec |
2008-12-17 | Merge newaliases into makemap. | Jacek Masiulaniec |
2008-12-17 | typo | Miod Vallat |
2008-12-17 | Introduce /purge, where all msgs scheduled for deletion are put by | Jacek Masiulaniec |
2008-12-17 | sort; | Jason McIntyre |
2008-12-17 | Add a workaround for some crazyness that happens if a cloning route has a | Claudio Jeker |
2008-12-17 | Add support for demotion counter. | Michele Marchetto |
2008-12-17 | more on editors; ok ajacoutot | Jason McIntyre |
2008-12-16 | - make it possible to edit a merged file using an external editor ; | Antoine Jacoutot |
2008-12-16 | strptime() never sets tm_isdst, so set it to -1 before passing the | Philip Guenthe |
2008-12-15 | tweak the defaults to also do -M if you ask for info on a given package. | Marc Espie |
2008-12-15 | Cleanup the temporary directory in all the error paths. | Federico G. Schwindt |
2008-12-14 | Files under /incoming don't need flock(2)ing anymore. | Jacek Masiulaniec |
2008-12-14 | O_TRUNC is redundant if O_EXCL is specified. | Jacek Masiulaniec |
2008-12-14 | O_TRUNC is redundant if O_EXCL is specified. | Jacek Masiulaniec |
2008-12-14 | queue_create_incoming_layout must return 0 on failure, not -1. | Jacek Masiulaniec |
2008-12-14 | display message is +DISPLAY; from Ingo Schwarze | Jason McIntyre |
2008-12-13 | IMSG_* namespace cleanup. | Jacek Masiulaniec |
2008-12-13 | Detect alias duplicates. | Jacek Masiulaniec |