2012-10-19 |
David Levine | Cleaned up uip/mhmail. Added chmod +x of spost in... |
blob | commitdiff |
2012-10-16 |
Lyndon Nerenberg | automake 1.12 generates some (apparently) harmless... |
blob | commitdiff | diff to current |
2012-09-19 |
David Levine | Replaced spost with script that exec's post -mts sendma... |
blob | commitdiff | diff to current |
2012-07-10 |
David Levine | Renamed "sendmail" mts method to "sendmail/smtp", allow... |
blob | commitdiff | diff to current |
2012-07-09 |
David Levine | spost(8) has been merged into post(8). Its functionali... |
blob | commitdiff | diff to current |
2012-06-21 |
Lyndon Nerenberg | Default to flock() locking on OpenBSD and Darwin. |
blob | commitdiff | diff to current |
2012-06-21 |
David Levine | Refined 48959daf724bb10802ca489654035f69e701efc0 by... |
blob | commitdiff | diff to current |
2012-06-12 |
David Levine | Can't use -ansi with gcc 4.5.3 on Cygwin, at least... |
blob | commitdiff | diff to current |
2012-06-11 |
David Levine | Replaced run-time detection of hard-link support with... |
blob | commitdiff | diff to current |
2012-05-26 |
Ken Hornstein | Support for handling multibyte encodings in cpstripped... |
blob | commitdiff | diff to current |
2012-05-07 |
David Levine | Added -ansi -pedantic with gcc. |
blob | commitdiff | diff to current |
2012-05-07 |
David Levine | Default to fcntl locking for AIX, Cygwin, and Linux... |
blob | commitdiff | diff to current |
2012-04-28 |
David Levine | Allow a user to enable setgid of inc when running distc... |
blob | commitdiff | diff to current |
2012-04-28 |
David Levine | Disable setgid of inc (SETGID_MAIL=1) when running... |
blob | commitdiff | diff to current |
2012-04-25 |
Ken Hornstein | Disable utmpx support for systems that lack getutxent. |
blob | commitdiff | diff to current |
2012-04-22 |
Ken Hornstein | Clean up help messages a bit. |
blob | commitdiff | diff to current |
2012-04-15 |
David Levine | Added -Wno-sign-compare, if supported, to compile of... |
blob | commitdiff | diff to current |
2012-03-23 |
David Levine | Moved NMH_READLINE to after our setting of CFLAGS,... |
blob | commitdiff | diff to current |
2012-03-22 |
David Levine | If a pager isn't specified with configure --with-pager... |
blob | commitdiff | diff to current |
2012-03-21 |
Ken Hornstein | Support for readline command history, editing, and... |
blob | commitdiff | diff to current |
2012-03-21 |
Ken Hornstein | Revert previous change to get rid of MULTIBYTE_SUPPORT... |
blob | commitdiff | diff to current |
2012-03-21 |
Ken Hornstein | It turns out that as part of POSIXification we got... |
blob | commitdiff | diff to current |
2012-03-15 |
Ken Hornstein | Remove all masquerade support (draft_from is now the... |
blob | commitdiff | diff to current |
2012-03-12 |
Ken Hornstein | SMTPMTS has been the default for over a decade, so... |
blob | commitdiff | diff to current |
2012-02-10 |
Ken Hornstein | Make the test suite work on systems other than Linux... |
blob | commitdiff | diff to current |
2012-02-10 |
Ken Hornstein | With the fixing of the bug that caused CPPFLAGS to... |
blob | commitdiff | diff to current |
2012-02-10 |
Ken Hornstein | Fix typo in variable test. |
blob | commitdiff | diff to current |
2012-02-06 |
Ken Hornstein | Still more autoconf cleanup (quoting & more use of... |
blob | commitdiff | diff to current |
2012-02-06 |
Ken Hornstein | More configure cleanup to modern constructs. |
blob | commitdiff | diff to current |
2012-02-05 |
Ken Hornstein | Autoconf cleanup to suggested practice (AS_IF & AC_MSG_... |
blob | commitdiff | diff to current |
2012-02-05 |
David Levine | Exit with error message if no library could be found... |
blob | commitdiff | diff to current |
2012-02-03 |
Ken Hornstein | Move the eval statements inside of AC_CONFIG_COMMANDS_P... |
blob | commitdiff | diff to current |
2012-01-27 |
Ken Hornstein | Make POP support always be turned on. |
blob | commitdiff | diff to current |
2012-01-26 |
David Levine | Updated config test to add -Wextra to be consistent... |
blob | commitdiff | diff to current |
2012-01-26 |
David Levine | Undid most of 3ef341abe440ece07f8deed59fb026ab020e805... |
blob | commitdiff | diff to current |
2012-01-20 |
Ken Hornstein | Convert the build system over to the use of Automake. |
blob | commitdiff | diff to current |
2012-01-17 |
David Levine | Well the wrap of vfork() calls didn't work: its semant... |
blob | commitdiff | diff to current |
2012-01-17 |
Ken Hornstein | Convert from our use of aclocal.m4 to a subdirectory... |
blob | commitdiff | diff to current |
2012-01-17 |
Ken Hornstein | Change the name of AC_CHECK_NETLIBS, since it's not... |
blob | commitdiff | diff to current |
2012-01-17 |
Ken Hornstein | Convert from utmp functions to utmpx functions (which... |
blob | commitdiff | diff to current |
2012-01-17 |
David Levine | Removed HAVE_STRUCT_TM_TM_GMTOFF support because it... |
blob | commitdiff | diff to current |
2012-01-17 |
David Levine | Added EXEEXT support, for Cygwin. |
blob | commitdiff | diff to current |
2012-01-16 |
David Levine | Fixed build on Cygwin by adding configure check for... |
blob | commitdiff | diff to current |
2012-01-14 |
David Levine | Added -Wextra with gcc, if supported. |
blob | commitdiff | diff to current |
2012-01-13 |
David Levine | Added -Wunused-macros with gcc, if supported. Added... |
blob | commitdiff | diff to current |
2012-01-09 |
Ken Hornstein | Remove OS-specific defines. As part of it, remove... |
blob | commitdiff | diff to current |
2012-01-09 |
Ken Hornstein | Clean up time handling; always assume we have tzset... |
blob | commitdiff | diff to current |
2012-01-09 |
Ken Hornstein | Garbage collect autoconf support for checking for the... |
blob | commitdiff | diff to current |
2012-01-09 |
Ken Hornstein | We are making POSIX signal support a requirement; remov... |
blob | commitdiff | diff to current |
2012-01-09 |
Ken Hornstein | Finally able to get rid of acconfig.h! Since we're... |
blob | commitdiff | diff to current |
|