Age | Commit message (Expand) | Author |
2011-12-15 | better size check | Eric Faurot |
2011-12-15 | all leading dots must be duplicated. | Eric Faurot |
2011-12-14 | finally kill queue_shared.c and move what is left to bounce.c | Eric Faurot |
2011-12-14 | split auth_backend.c for consistency | Eric Faurot |
2011-12-14 | merge pcre-8.21 | Robert Nagy |
2011-12-14 | move show_queue() and related functions from queue_shared.c | Eric Faurot |
2011-12-14 | make queue_fsqueue backend consistent with the backend scheme. | Eric Faurot |
2011-12-14 | add missing prototype | Eric Faurot |
2011-12-13 | *finally* make use of certificate authority file if available ! | Gilles Chehade |
2011-12-13 | rename files for consistency. | Eric Faurot |
2011-12-13 | merge map_backend.c into map.c | Eric Faurot |
2011-12-13 | split user_backend.c into user.c and user_pwd.c to be consistent with the | Eric Faurot |
2011-12-13 | - man page had an example wrong | Gilles Chehade |
2011-12-13 | - introduce delivery backend API (delivery.c) | Gilles Chehade |
2011-12-12 | add a session_enter_state() function to change the state of an smtp | Eric Faurot |
2011-12-12 | display proc name rather than function name in debug message | Eric Faurot |
2011-12-12 | remove comments about dead "struct delivery" | Charles Longeau |
2011-12-11 | utility function for parsing and validating SMTP response lines | Eric Faurot |
2011-12-11 | Make the mta code a bit more straightforward: | Eric Faurot |
2011-12-08 | check for NULL ->ifa_addr, found the hard way by yours truly on his phone | Todd T. Fries |
2011-12-08 | rename struct user to struct mta_user to avoid namespace conflict elsewhere | Todd T. Fries |
2011-12-04 | Add a new '-S' option to _set_ the user's secondary group(s) (which also | Antoine Jacoutot |
2011-12-03 | Remove an OpenBSD-specific tweak regarding .Xr spacing | Ingo Schwarze |
2011-12-03 | simplify/generalize | Marc Espie |
2011-12-03 | In a collision, retrofit storage for 2nd pkgname. | Marc Espie |
2011-12-02 | small logic error | Marc Espie |
2011-12-02 | -X before -x; | Jason McIntyre |
2011-12-02 | -X exclude option: negates the packages we give (remove them instead of | Marc Espie |
2011-11-28 | use STATUS_* filter codes, instead of -1/0/1 hard coded values | Charles Longeau |
2011-11-28 | fix STATE_COUNT count | Charles Longeau |
2011-11-26 | a second missing $state... | Marc Espie |
2011-11-26 | fix reporting of weird libs in partial-*, as seen by fries@, | Marc Espie |
2011-11-25 | darn, setlist might actually be undefined entirely... | Marc Espie |
2011-11-25 | describe fixed behavior a little better | Marc Espie |
2011-11-25 | fix -a <list> semantics: | Marc Espie |
2011-11-25 | missing header | Theo de Raadt |
2011-11-24 | allow code to proceed if -e + -r. | Marc Espie |
2011-11-23 | Fix Segmentation Fault when launching mailq(8) | Charles Longeau |
2011-11-21 | get rid of the "enqueue/" queue; use "incoming/" instead. | Eric Faurot |
2011-11-21 | zap eol whitespace; | Jason McIntyre |
2011-11-21 | exit code of 1 for -e errors, 2 for -r errors... combine as 3. | Marc Espie |
2011-11-21 | more pkgpath(7) | Marc Espie |
2011-11-21 | point to pkgpath(7) | Marc Espie |
2011-11-20 | for the -r option, if we already set an error code (like in -e), reuse that. | Marc Espie |
2011-11-17 | Apply the patches from BIND upstream to mitigate cve-2011-4313 (crashes | Stuart Henderson |
2011-11-16 | remove unused functions | Eric Faurot |
2011-11-16 | During pkg_create(1), do not print any warnings or non-fatal errors | Ingo Schwarze |
2011-11-16 | if the portstree gives us a cache directory, use it. | Marc Espie |
2011-11-16 | Do not unlink an offline message until it has been correctly enqueued. | Eric Faurot |
2011-11-16 | fix obvious variable substitution mistake | Charles Longeau |