| 2015-10-02 | markus schnalke | Improve wording and more description in man page spost(8) | commit | commitdiff | tree | snapshot | 
| 2015-09-06 | Philipp Takacs | include h/utils.h | commit | commitdiff | tree | snapshot | 
| 2015-09-06 | Philipp Takacs | include h/utils.h | commit | commitdiff | tree | snapshot | 
| 2015-09-06 | Philipp Takacs | replaced calloc with mh_xcalloc | commit | commitdiff | tree | snapshot | 
| 2015-09-06 | David Levine | Added mh_xcalloc(). | commit | commitdiff | tree | snapshot | 
| 2015-09-05 | Philipp Takacs | fix open up to 4 times on mbox_open() | commit | commitdiff | tree | snapshot | 
| 2015-09-05 | Philipp Takacs | reimplement Dcc-field | commit | commitdiff | tree | snapshot | 
| 2015-09-05 | Philipp Takacs | find recipients for sendmail | commit | commitdiff | tree | snapshot | 
| 2015-09-05 | Philipp Takacs | Revert "Remove stdio internals manipulation in sbr... | commit | commitdiff | tree | snapshot | 
| 2015-08-29 | David Levine | Remove stdio internals manipulation in sbr/m_getfld.c | commit | commitdiff | tree | snapshot | 
| 2015-08-29 | markus schnalke | Make msg_delim file static to sbr/m_getfld.c | commit | commitdiff | tree | snapshot | 
| 2015-08-29 | markus schnalke | Merge branch 'master' of ssh://marmaro.de:443/var/git/mmh | commit | commitdiff | tree | snapshot | 
| 2015-08-29 | markus schnalke | Merge remote-tracking branch 'origin/master' | commit | commitdiff | tree | snapshot | 
| 2015-08-28 | Philipp Takacs | Bring back the LINUX-IO check from the last commit | commit | commitdiff | tree | snapshot | 
| 2015-08-27 | markus schnalke | Drop register storage class | commit | commitdiff | tree | snapshot | 
| 2015-08-26 | David Levine | Remove discard() total | commit | commitdiff | tree | snapshot | 
| 2015-08-26 | markus schnalke | Fix autoconf check for mailspool world write permission | commit | commitdiff | tree | snapshot | 
| 2015-08-10 | Philipp Takacs | Ignore empty MIME parameter | commit | commitdiff | tree | snapshot | 
| 2015-08-10 | Philipp Takacs | Ignore wrong encoding in multipart/* | commit | commitdiff | tree | snapshot | 
| 2015-06-11 | Philipp Takacs | remove dublicated code in uip/spost | commit | commitdiff | tree | snapshot | 
| 2015-06-11 | Philipp Takacs | fix bug if multible mbox in From-field | commit | commitdiff | tree | snapshot | 
| 2015-05-02 | Philipp Takacs | bugfix for a memory-reuse bug spost and whom | commit | commitdiff | tree | snapshot | 
| 2015-04-29 | markus schnalke | spost: Refactor braces, comments, etc. | commit | commitdiff | tree | snapshot | 
| 2015-04-29 | markus schnalke | gitignore: More specific ignore patterns | commit | commitdiff | tree | snapshot | 
| 2015-04-19 | Philipp Takacs | Add "Default-From" config option | commit | commitdiff | tree | snapshot | 
| 2015-04-19 | Philipp Takacs | Use realpath to find the mailspool | commit | commitdiff | tree | snapshot | 
| 2015-04-19 | Philipp Takacs | Use sysexits.h for better exit-codes | commit | commitdiff | tree | snapshot | 
| 2015-04-14 | Philipp Takacs | reinclude some headers | commit | commitdiff | tree | snapshot | 
| 2015-04-10 | markus schnalke | Move #include from h/mh.h to source files | commit | commitdiff | tree | snapshot | 
| 2015-04-10 | markus schnalke | Remove h/nmh.h | commit | commitdiff | tree | snapshot | 
| 2015-04-10 | markus schnalke | Minimize the include | commit | commitdiff | tree | snapshot | 
| 2015-04-09 | markus schnalke | Fix FTBFS bug introduced by 600379c | commit | commitdiff | tree | snapshot | 
| 2015-03-11 | David Levine | Removed unnecessary #include of h/signals.h. | commit | commitdiff | tree | snapshot | 
| 2015-03-11 | Marcin Cieslak | Fixed the error message in lockit() when it fails to... | commit | commitdiff | tree | snapshot | 
| 2015-03-11 | David Levine | Removed m_chkids(), per suggestion of Marcin Cieslak. | commit | commitdiff | tree | snapshot | 
| 2015-03-11 | David Levine | Removed #include of signal.h because it's in h/signals.h. | commit | commitdiff | tree | snapshot | 
| 2015-03-11 | Marcin Cieslak | Replaced setgid() calls with setegid() so that it works... | commit | commitdiff | tree | snapshot | 
| 2015-03-07 | Philipp Takacs | remove declaration of child_id in slocal:usr_pipe | commit | commitdiff | tree | snapshot | 
| 2015-02-22 | Philipp Takacs | return -1 if fork(2) fails in execprog | commit | commitdiff | tree | snapshot | 
| 2015-02-22 | Philipp Takacs | remove longjmp from signal handler in mhl | commit | commitdiff | tree | snapshot | 
| 2015-02-22 | Philipp Takacs | remove longjmp in signalhandler of slocal | commit | commitdiff | tree | snapshot | 
| 2015-02-22 | Philipp Takacs | remove longjmp in signalhandler of prompter | commit | commitdiff | tree | snapshot | 
| 2015-02-22 | Philipp Takacs | remove longjmp from signalhandler in getans | commit | commitdiff | tree | snapshot | 
| 2015-02-22 | Philipp Takacs | nonstatic function for atexit, check if atexit fails | commit | commitdiff | tree | snapshot | 
| 2015-02-14 | markus schnalke | Merge branch 'master' of ssh://marmaro.de:443/var/git/mmh | commit | commitdiff | tree | snapshot | 
| 2015-02-14 | markus schnalke | Refactor: Use if for two-way branching; Compare against... | commit | commitdiff | tree | snapshot | 
| 2015-02-14 | markus schnalke | Fix minor coding style issues (whitespace) | commit | commitdiff | tree | snapshot | 
| 2015-02-14 | markus schnalke | Remove unnecessary headers | commit | commitdiff | tree | snapshot | 
| 2015-02-13 | Philipp Takacs | distout and ready_msg return NOTOK on error | commit | commitdiff | tree | snapshot | 
| 2015-02-12 | markus schnalke | mhmail: use execprog() | commit | commitdiff | tree | snapshot | 
| 2015-02-12 | markus schnalke | sbr/execprog.c: Fix the return value | commit | commitdiff | tree | snapshot | 
| 2015-02-11 | markus schnalke | Minor clarifications in mhmail(1) | commit | commitdiff | tree | snapshot | 
| 2015-02-11 | markus schnalke | Update the man pages to the shortened reserved sequence... | commit | commitdiff | tree | snapshot | 
| 2015-01-29 | Philipp Takacs | Initialize status in uip/send.c | commit | commitdiff | tree | snapshot | 
| 2015-01-26 | markus schnalke | Merge ../mmh | commit | commitdiff | tree | snapshot | 
| 2015-01-17 | Philipp Takacs | remove done finaly | commit | commitdiff | tree | snapshot | 
| 2015-01-17 | Philipp Takacs | remove last rests of done in uip | commit | commitdiff | tree | snapshot | 
| 2015-01-17 | Philipp Takacs | Remove done from mhl pick and send | commit | commitdiff | tree | snapshot | 
| 2015-01-17 | Philipp Takacs | Initialize vecp in send anno() | commit | commitdiff | tree | snapshot | 
| 2015-01-17 | Philipp Takacs | Add tests for pick | commit | commitdiff | tree | snapshot | 
| 2015-01-16 | Philipp Takacs | Bugfix in pick.c | commit | commitdiff | tree | snapshot | 
| 2015-01-16 | Philipp Takacs | Replace done with exit at uip | commit | commitdiff | tree | snapshot | 
| 2015-01-15 | markus schnalke | new: Fix a pointer problem | commit | commitdiff | tree | snapshot | 
| 2015-01-15 | markus schnalke | send: Fix uninitialied variable | commit | commitdiff | tree | snapshot | 
| 2015-01-15 | markus schnalke | whatnow: Use execprog() ... one more time | commit | commitdiff | tree | snapshot | 
| 2015-01-15 | markus schnalke | whatnow: No need to fork | commit | commitdiff | tree | snapshot | 
| 2015-01-15 | markus schnalke | sbr/ext_hook.c: Use execprog(); Refactoring | commit | commitdiff | tree | snapshot | 
| 2015-01-15 | markus schnalke | rmm: Use execprog() instead of own fork-exec | commit | commitdiff | tree | snapshot | 
| 2015-01-15 | markus schnalke | Remove unused variable | commit | commitdiff | tree | snapshot | 
| 2015-01-15 | markus schnalke | Convert pidXwait() from macro to function | commit | commitdiff | tree | snapshot | 
| 2015-01-15 | markus schnalke | Don't save the context within execprog() | commit | commitdiff | tree | snapshot | 
| 2015-01-14 | markus schnalke | send: Convert system() to execprog() ... second half | commit | commitdiff | tree | snapshot | 
| 2015-01-14 | markus schnalke | send: Convert system() to execprog() ... partly | commit | commitdiff | tree | snapshot | 
| 2015-01-14 | markus schnalke | forw: convert system() to execprog(); fix buffer check | commit | commitdiff | tree | snapshot | 
| 2015-01-14 | markus schnalke | Cleanup of code layout only | commit | commitdiff | tree | snapshot | 
| 2015-01-14 | markus schnalke | Refactoring in the small | commit | commitdiff | tree | snapshot | 
| 2015-01-14 | markus schnalke | Remove verbosity for -noverbose; cleanup in code layout... | commit | commitdiff | tree | snapshot | 
| 2015-01-14 | markus schnalke | Use execprog() instead of system() ... partly transition | commit | commitdiff | tree | snapshot | 
| 2015-01-14 | markus schnalke | Added execprog() and execprogl(), which are safer alter... | commit | commitdiff | tree | snapshot | 
| 2015-01-13 | markus schnalke | mhsign: use the strongest, newest not-expired secret key | commit | commitdiff | tree | snapshot | 
| 2014-12-22 | markus schnalke | Fix manpages (nroff code), as reported by tests/manpage... | commit | commitdiff | tree | snapshot | 
| 2014-12-22 | markus schnalke | Partly fix tests/whatnow/test-attach-detach: changes... | commit | commitdiff | tree | snapshot | 
| 2014-12-22 | markus schnalke | Fix tests/mhbuild/test-forw: rfc934 mode is no longer... | commit | commitdiff | tree | snapshot | 
| 2014-12-13 | Philipp Takacs | Check with witch exit-code sendmail/spost exit and... | commit | commitdiff | tree | snapshot | 
| 2014-12-07 | markus schnalke | Adjusted tests/new/test-basic to mmh. | commit | commitdiff | tree | snapshot | 
| 2014-12-07 | markus schnalke | mhparam: Renamed some sequences | commit | commitdiff | tree | snapshot | 
| 2014-11-28 | markus schnalke | tests: Adjusted most of the tests to mmh. | commit | commitdiff | tree | snapshot | 
| 2014-11-28 | markus schnalke | tests: Supress progress meter if non-interactive. | commit | commitdiff | tree | snapshot | 
| 2014-11-28 | markus schnalke | Added more include directories to fix building in anoth... | commit | commitdiff | tree | snapshot | 
| 2014-11-27 | markus schnalke | Fixed the test framework by adjusting it to mmh. | commit | commitdiff | tree | snapshot | 
| 2014-11-27 | markus schnalke | gitignore: ignore test dir name file | commit | commitdiff | tree | snapshot | 
| 2014-11-27 | markus schnalke | uip/mmh.sh: minor cleanup | commit | commitdiff | tree | snapshot | 
| 2014-11-27 | markus schnalke | Fixed building in different build directory, as describ... | commit | commitdiff | tree | snapshot | 
| 2014-11-27 | markus schnalke | Merge | commit | commitdiff | tree | snapshot | 
| 2014-11-27 | markus schnalke | mhsign: Ignore expired, revoked, invalid, and similar... | commit | commitdiff | tree | snapshot | 
| 2014-11-27 | markus schnalke | mhparam: Added more items for direct query and -debug... | commit | commitdiff | tree | snapshot | 
| 2014-11-25 | markus schnalke | mhpgp: Bugfix for 2932d136debcf53a45c44891ee80e6d34e61f109 | commit | commitdiff | tree | snapshot | 
| 2014-11-25 | markus schnalke | mhpgp: remove unused sed label | commit | commitdiff | tree | snapshot | 
| 2014-11-25 | markus schnalke | pick: Clarified the man page with respect to -ddd. | commit | commitdiff | tree | snapshot | 
| 2014-11-25 | markus schnalke | mhsign: Bugfix: Don't ignore MMHPGPKEY and the Pgpkey... | commit | commitdiff | tree | snapshot | 
| next |