2012-03-20 |
Ken Hornstein | Basic work to add arguments to formatproc calls. |
tree | commitdiff |
2012-03-15 |
Ken Hornstein | Remove all masquerade support (draft_from is now the... |
tree | commitdiff |
2012-03-13 |
Ken Hornstein | Create proper prototypes for formataddr() and concataddr(). |
tree | commitdiff |
2012-03-12 |
Ken Hornstein | SMTPMTS has been the default for over a decade, so... |
tree | commitdiff |
2012-03-07 |
David Levine | Removed all traces of rmfproc. It had been used by... |
tree | commitdiff |
2012-02-26 |
Ken Hornstein | Finally, some support for mh-format when using forw... |
tree | commitdiff |
2012-02-17 |
Ken Hornstein | Sigh. Looks like we need a function after all; create... |
tree | commitdiff |
2012-02-17 |
Ken Hornstein | Switch to including h/mts.h for getusername() prototype. |
tree | commitdiff |
2012-02-16 |
Ken Hornstein | Report an error when the width used by putaddr is less... |
tree | commitdiff |
2012-02-15 |
Ken Hornstein | Make it so we do NOT check our address against the... |
tree | commitdiff |
2012-02-15 |
Ken Hornstein | Sigh. Turns out the first entry in the list isn't... |
tree | commitdiff |
2012-02-15 |
Ken Hornstein | Hm, it turns out we need to make sure we call getname... |
tree | commitdiff |
2012-02-15 |
Ken Hornstein | Beginning of support for the Local-Mailbox profile... |
tree | commitdiff |
2012-02-15 |
Ken Hornstein | Support getting the "fullname" out of the Signature... |
tree | commitdiff |
2012-02-15 |
Ken Hornstein | Add two new format functions: %(myhost) and %(myname). |
tree | commitdiff |
2012-02-11 |
Ken Hornstein | Fix typo in alternate mts.conf location support. |
tree | commitdiff |
2012-02-08 |
David Levine | Removed use of tzset()/tzname in dtimezone(). They... |
tree | commitdiff |
2012-02-06 |
Ken Hornstein | Patch from Harvey Eneman: fixes problem on some systems... |
tree | commitdiff |
2012-02-04 |
Ken Hornstein | Whoops, used "buffer" when I meant "buf". |
tree | commitdiff |
2012-02-04 |
Ken Hornstein | Change LocalName() to take an argument (about whether... |
tree | commitdiff |
2012-02-03 |
Ken Hornstein | Convert from the poorly-named and confusing adrsprintf... |
tree | commitdiff |
2012-01-31 |
Ken Hornstein | Add support for calling an external format program... |
tree | commitdiff |
2012-01-27 |
Ken Hornstein | Fix long-standing problem with getans(); handle the... |
tree | commitdiff |
2012-01-27 |
Ken Hornstein | Convert to the use of siglongjmp() |
tree | commitdiff |
2012-01-26 |
David Levine | Undid most of 3ef341abe440ece07f8deed59fb026ab020e805... |
tree | commitdiff |
2012-01-20 |
Ken Hornstein | Convert the build system over to the use of Automake. |
tree | commitdiff |
2012-01-17 |
David Levine | Well the wrap of vfork() calls didn't work: its semant... |
tree | commitdiff |
2012-01-17 |
David Levine | Wrapped setjmp(), sigsetjmp(), and vfork() calls to... |
tree | commitdiff |
2012-01-17 |
David Levine | Removed HAVE_STRUCT_TM_TM_GMTOFF support because it... |
tree | commitdiff |
2012-01-17 |
David Levine | Pass int instead of char to iscntrl() and isspace(... |
tree | commitdiff |
2012-01-14 |
David Levine | Argument to alrmser is unused. |
tree | commitdiff |
2012-01-14 |
David Levine | Changed types and added casts so that build is clean... |
tree | commitdiff |
2012-01-14 |
David Levine | gcc -Wmissing-field-initializers noticed several struct... |
tree | commitdiff |
2012-01-13 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
tree | commitdiff |
2012-01-13 |
Ken Hornstein | Add some comments to the format compiler and engine. |
tree | commitdiff |
2012-01-13 |
David Levine | Added NMH_UNUSED macro for suppressing warnings about... |
tree | commitdiff |
2012-01-13 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
tree | commitdiff |
2012-01-13 |
David Levine | Added -Wunused-macros with gcc, if supported. Added... |
tree | commitdiff |
2012-01-13 |
Ken Hornstein | Create two new mh-format functions: %(putlit) and ... |
tree | commitdiff |
2012-01-12 |
David Levine | Removed, or added use of, unused macros to prevent... |
tree | commitdiff |
2012-01-11 |
David Levine | Removed or protected some unused macros. |
tree | commitdiff |
2012-01-11 |
David Levine | Removed unused global zones and local z form dtimezone (). |
tree | commitdiff |
2012-01-11 |
Ken Hornstein | Completely remove the use of TIME_WITH_SYS_TIME (I... |
tree | commitdiff |
2012-01-11 |
Ken Hornstein | Fix two errors in the conversion to m_mktemp2(): |
tree | commitdiff |
2012-01-09 |
Ken Hornstein | Remove OS-specific defines. As part of it, remove... |
tree | commitdiff |
2012-01-09 |
Ken Hornstein | Clean up time handling; always assume we have tzset... |
tree | commitdiff |
2012-01-09 |
Ken Hornstein | We are making POSIX signal support a requirement; remov... |
tree | commitdiff |
2012-01-09 |
Ken Hornstein | Finally able to get rid of acconfig.h! Since we're... |
tree | commitdiff |
2012-01-09 |
Ken Hornstein | Switch from using RETSIGTYPE via autoconf to void,... |
tree | commitdiff |
2012-01-08 |
David Levine | Removed hard-coded -I.. and -I../.. from INCLUDES,... |
tree | commitdiff |
2012-01-06 |
Ken Hornstein | Garbage-collect RPATHS support. |
tree | commitdiff |
2012-01-06 |
Ken Hornstein | Remove last vestiges of #ifdef BANG |
tree | commitdiff |
2012-01-06 |
David Levine | Fixed trivial compile warnings. |
tree | commitdiff |
2012-01-05 |
Ken Hornstein | Bring in all of the mh-e support that is actually used... |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Add back missing include of <sys/wait.h> |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Clean up process wait to use POSIX waitpid() interface. |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Make use of mkstemp() unconditional (vs. mktemp(). |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Remove compatibility functions that are always provided... |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Collapse termio/termios/sgtty terminal interface code... |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Eliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs. |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Deprecate uname() in favour of (Posix) gethostname(). |
tree | commitdiff |
2011-12-28 |
David Levine | Moved #endif so that lockit () is only declared with... |
tree | commitdiff |
2011-12-07 |
David Malone | Add support to inc for incorporting email from Maildir... |
tree | commitdiff |
2010-12-20 |
Peter Maydell | Suppress tsort diagnostic waffle |
tree | commitdiff |
2010-12-20 |
Peter Maydell | Fix unused-function warnings in lex output |
tree | commitdiff |
2010-12-20 |
Peter Maydell | Fix used-uninitialised warning in fmt_rfc2047.c |
tree | commitdiff |
2010-12-20 |
Peter Maydell | Fix warning in sbr/folder_addmsg.c by code cleanup |
tree | commitdiff |
2010-12-09 |
Ken Hornstein | Massive garbage collection. Remove functionality for... |
tree | commitdiff |
2010-12-03 |
Ken Hornstein | Remove RCS keywords, since they no longer work after... |
tree | commitdiff |
2010-12-03 |
Ken Hornstein | Update for git conversions (and cleanup of autogen... |
tree | commitdiff |
2010-11-19 |
Ken Hornstein | (Minor) cleanup of some of the autoconf code with respe... |
tree | commitdiff |
2010-02-06 |
Earl Hood | #ifdef AI_ADDRCONFIG since older IPv4-only systems... |
tree | commitdiff |
2010-02-06 |
Earl Hood | Fixed variable declaration so older compilers will... |
tree | commitdiff |
2010-02-04 |
Earl Hood | * Bug #15213, #18635: The use of the insecure m_scratch... |
tree | commitdiff |
2010-02-03 |
Earl Hood | * mts/smtp/smtp.c: added SASL support if mts configuration |
tree | commitdiff |
2009-01-21 |
Ken Hornstein | Fix warning in getaddrinfo() call. |
tree | commitdiff |
2009-01-17 |
Eric Gillespie | * test/runtest, test/tests/inc/test-deb359167, |
tree | commitdiff |
2009-01-16 |
Ken Hornstein | Move freeaddrinfo() to inside of our loop; this prevent... |
tree | commitdiff |
2009-01-16 |
Ken Hornstein | Massive overhaul of networking code. Changes: |
tree | commitdiff |
2008-12-26 |
Peter Maydell | * sbr/m_getfld.c: fix two bugs which could cause us... |
tree | commitdiff |
2008-10-23 |
David Levine | * sbr/m_getfld.c: in warning message, use NAMESZ-2... |
tree | commitdiff |
2008-08-14 |
Eric Gillespie | * sbr/ambigsw.c: Send print_sw output to stderr. ... |
tree | commitdiff |
2008-08-13 |
Eric Gillespie | * test/tests/bad-input/test-header: Add test for it. |
tree | commitdiff |
2008-08-08 |
Eric Gillespie | * sbr/discard.c, sbr/m_getfld.c, uip/scansbr.c: Add... |
tree | commitdiff |
2008-08-03 |
Peter Maydell | Add protective 'do { ... } while (0)' wrappers to multi... |
tree | commitdiff |
2008-08-03 |
Peter Maydell | When doing an if-test on the result of a function which... |
tree | commitdiff |
2008-06-02 |
Peter Maydell | When building on gcc, use noreturn attribute on adios... |
tree | commitdiff |
2008-05-21 |
Peter Maydell | Don't rely on realloc() to follow POSIX in handling... |
tree | commitdiff |
2008-05-21 |
Peter Maydell | Add some table size declarations for the benefit of... |
tree | commitdiff |
2008-05-20 |
Peter Maydell | Update comment now we don't use lex -o. |
tree | commitdiff |
2008-05-18 |
David Levine | * sbr/addrsbr.c: removed "err" from conditional, becaus... |
tree | commitdiff |
2008-05-16 |
Oliver Kiddle | don't use $< in target rules in makefiles, as POSIX... |
tree | commitdiff |
2008-05-04 |
Peter Maydell | bug #23167: sbr/ruserpass.c (ruserpass): make bad permi... |
tree | commitdiff |
2008-05-04 |
Peter Maydell | * bug #23163: various minor fixes for the benefit of... |
tree | commitdiff |
2008-04-11 |
Oliver Kiddle | move most remaining macros out of acconfig.h which... |
tree | commitdiff |
2008-04-05 |
Peter Maydell | Bug #20028 (Debian bug 399271): fix code assuming that... |
tree | commitdiff |
2007-11-08 |
Joel Reicher | Insert types for args of some function pointers to... |
tree | commitdiff |
2007-11-04 |
Joel Reicher | Return type of (*done)() changed to void. default_done... |
tree | commitdiff |
2007-11-04 |
Joel Reicher | Change link-time overriding of done() to run-time reass... |
tree | commitdiff |
2007-08-21 |
Josh Bressers | * Red Hat Bug #253342: inc.c, utils.c, utils.h: When... |
tree | commitdiff |
next |