]> diplodocus.org Git - nmh/log
nmh
9 years agoUse "script file" in test-version-check for maximum portability.
David Levine [Thu, 13 Oct 2016 22:45:06 +0000 (18:45 -0400)]
Use "script file" in test-version-check for maximum portability.
Feed its stdin, which might be problematic.

9 years agoAdded check that replied-to text is not quoted-printable encoded.
David Levine [Thu, 13 Oct 2016 01:48:11 +0000 (21:48 -0400)]
Added check that replied-to text is not quoted-printable encoded.
It's up to the external converter to generate RFC 5322-legal text.

9 years agoSplit ${charset:+-I "$charset"} and another similar case into two
David Levine [Thu, 13 Oct 2016 01:47:16 +0000 (21:47 -0400)]
Split ${charset:+-I "$charset"} and another similar case into two
separate options, because Solaris didn't like the space between them.

9 years agoFor the autoconf/automake stuff to replace getline, the following
Oliver Kiddle [Tue, 11 Oct 2016 14:20:52 +0000 (10:20 -0400)]
For the autoconf/automake stuff to replace getline, the following
patch seems to work.

The final change on configure.ac is to cope with cc -V output having
slightly changed in the most recent version of the compiler.

9 years agoI've written a getline(3) from scratch based on
Ralph Corderoy [Tue, 11 Oct 2016 14:14:14 +0000 (10:14 -0400)]
I've written a getline(3) from scratch based on
https://manned.org/getdelim.3p and am happy for it to have whatever
licence nmh needs.

9 years agoRemoved test-local-mailbox that was mistakenly committed.
David Levine [Tue, 11 Oct 2016 13:31:42 +0000 (09:31 -0400)]
Removed test-local-mailbox that was mistakenly committed.

9 years agoOnly set CFLAGS with gcc.
David Levine [Tue, 11 Oct 2016 12:55:12 +0000 (08:55 -0400)]
Only set CFLAGS with gcc.

9 years agoMoved gcc warning options from AM_CFLAGS back to CFLAGS, to
David Levine [Tue, 11 Oct 2016 12:53:32 +0000 (08:53 -0400)]
Moved gcc warning options from AM_CFLAGS back to CFLAGS, to
make it easier for packagers to override.  This is a partial
rollback of commit f7eb978bd395752d3d9037ea4436b8e2db41f135.

9 years agoAdded LANG to procmail example in mhfixmsg man page.
David Levine [Tue, 11 Oct 2016 12:41:10 +0000 (08:41 -0400)]
Added LANG to procmail example in mhfixmsg man page.

9 years agoCorrected date in forw man page.
David Levine [Mon, 10 Oct 2016 20:43:56 +0000 (16:43 -0400)]
Corrected date in forw man page.

9 years agoTweaked OAuth documentation in mhlogin and send man pages.
David Levine [Mon, 10 Oct 2016 20:42:57 +0000 (16:42 -0400)]
Tweaked OAuth documentation in mhlogin and send man pages.

9 years agoRemoved reference to nmh User's Manual because there is no such
David Levine [Mon, 10 Oct 2016 20:42:20 +0000 (16:42 -0400)]
Removed reference to nmh User's Manual because there is no such
thing.  There was an MH User's Manual, but that is not distributed
with nmh.

9 years agoChanged test suite's require_locale() to set the locale that it
David Levine [Mon, 10 Oct 2016 13:54:51 +0000 (09:54 -0400)]
Changed test suite's require_locale() to set the locale that it
finds, and added upper case versions of locale names to each test.
This should allow the tests to succeed on old Solaris.

9 years agoAdded -sasl to -saslmech xoauth examples in man pages.
David Levine [Sun, 9 Oct 2016 17:59:11 +0000 (13:59 -0400)]
Added -sasl to -saslmech xoauth examples in man pages.

9 years agoReplace `id -u` with $$ so that tests have a chance of working
David Levine [Sat, 8 Oct 2016 02:21:02 +0000 (22:21 -0400)]
Replace `id -u` with $$ so that tests have a chance of working
on old Solaris hosts.

9 years agoAdded comments about sidestepping check for checks to determine
David Levine [Fri, 7 Oct 2016 15:07:03 +0000 (11:07 -0400)]
Added comments about sidestepping check for checks to determine
whether replied-to text needs to be encoded in mhbuildsbr.c.

9 years agoAdded example of decoding RFC-2047 filename to mhstore man page.
David Levine [Fri, 7 Oct 2016 13:40:23 +0000 (09:40 -0400)]
Added example of decoding RFC-2047 filename to mhstore man page.

9 years agoA better fix than e87f37c27828723317a71291e31b34f39ec09098, because
David Levine [Thu, 6 Oct 2016 22:01:50 +0000 (18:01 -0400)]
A better fix than e87f37c27828723317a71291e31b34f39ec09098, because
c_reqencoding should be set for text content in replies if we don't
want it to be encoded.  Scan the text content to see if it is 7- or
8-bit, and set c_reqencoding accordingly.

9 years agoMoved scan_input() from uip/post.c to sbr/utils.c.
David Levine [Thu, 6 Oct 2016 21:53:00 +0000 (17:53 -0400)]
Moved scan_input() from uip/post.c to sbr/utils.c.

9 years agoUpdated test-version-check test_skip message.
David Levine [Thu, 6 Oct 2016 17:10:19 +0000 (13:10 -0400)]
Updated test-version-check test_skip message.

9 years agoFixed test negations in test-version-check to work with make distcheck.
David Levine [Thu, 6 Oct 2016 17:07:20 +0000 (13:07 -0400)]
Fixed test negations in test-version-check to work with make distcheck.

9 years agoOK, don't run test-version-check if not connected to terminal.
David Levine [Thu, 6 Oct 2016 16:57:45 +0000 (12:57 -0400)]
OK, don't run test-version-check if not connected to terminal.

9 years agoMore debugging test-version-check.
David Levine [Thu, 6 Oct 2016 16:47:52 +0000 (12:47 -0400)]
More debugging test-version-check.

9 years agoReplaced strtod() with strtof().
David Levine [Thu, 6 Oct 2016 16:45:52 +0000 (12:45 -0400)]
Replaced strtod() with strtof().

9 years agoMore debugging.
David Levine [Thu, 6 Oct 2016 16:16:53 +0000 (12:16 -0400)]
More debugging.

9 years agoMore test-version-check debugging, on Linux buildbot hosts.
David Levine [Thu, 6 Oct 2016 15:59:24 +0000 (11:59 -0400)]
More test-version-check debugging, on Linux buildbot hosts.

9 years ago1) Use script(1) -t 0 instead of -f on FreeBSD.
David Levine [Thu, 6 Oct 2016 15:47:26 +0000 (11:47 -0400)]
1) Use script(1) -t 0 instead of -f on FreeBSD.
2) Added another debug printout.

9 years agoAccommodate FreeBSD script(1), and add debugging statement to diagnose
David Levine [Thu, 6 Oct 2016 15:30:19 +0000 (11:30 -0400)]
Accommodate FreeBSD script(1), and add debugging statement to diagnose
failure on ubuntu buildbot host.

9 years agoMerge branch 'welcome'
David Levine [Thu, 6 Oct 2016 13:39:27 +0000 (09:39 -0400)]
Merge branch 'welcome'

9 years agoEnable SMTP 8BITMIME for messages with 8-bit content:
David Levine [Thu, 6 Oct 2016 13:11:45 +0000 (09:11 -0400)]
Enable SMTP 8BITMIME for messages with 8-bit content:

1) In post, look for a Content-Transfer-Encoding header.  It has to
   be the header for the message, not any MIME parts.  If found,
   post trusts that it's correct.  If there isn't one, post scans
   the entire message body for any 8-bit bytes.

2) If the message body is 8-bit:
   If the server supports 8BITMIME, enable it.

   If the server doesn't support 8BITMIME, fail with a message to
   user that they need to encode the message for 7-bit transport.

9 years agoCall c_ceclosefnx in mhfixmsg set_ce(). It doesn't seem to help
David Levine [Wed, 5 Oct 2016 20:04:11 +0000 (16:04 -0400)]
Call c_ceclosefnx in mhfixmsg set_ce().  It doesn't seem to help
reduce file descriptor leaks, but can't hurt.

9 years agoDon't set c_reqencoding in repl, let mhbuild set it based on
David Levine [Wed, 5 Oct 2016 20:02:47 +0000 (16:02 -0400)]
Don't set c_reqencoding in repl, let mhbuild set it based on
the content.

9 years agoImprove these comments a bit.
Ken Hornstein [Wed, 5 Oct 2016 02:00:12 +0000 (22:00 -0400)]
Improve these comments a bit.

9 years agoEnabled check for 8-bit content in all text parts, not just those
David Levine [Wed, 5 Oct 2016 01:24:10 +0000 (21:24 -0400)]
Enabled check for 8-bit content in all text parts, not just those
with no specified character set, so that a Content-Transfer-Encoding
header will be added if needed.

9 years agoHave mhfixmsg add a C-T-E at the message level, based on the least
David Levine [Tue, 4 Oct 2016 23:08:42 +0000 (19:08 -0400)]
Have mhfixmsg add a C-T-E at the message level, based on the least
restrictive C-T-E of its parts.

9 years agoBase Content-Transfer-Encoding on decoded and new text parts on
David Levine [Tue, 4 Oct 2016 01:30:14 +0000 (21:30 -0400)]
Base Content-Transfer-Encoding on decoded and new text parts on
content rather than the user's charset.

9 years agoFixed typo.
David Levine [Mon, 3 Oct 2016 21:59:51 +0000 (17:59 -0400)]
Fixed typo.

9 years agoFix C-T-E of message, as well as multipart, types to be 7bit, 8bit,
David Levine [Mon, 3 Oct 2016 21:50:35 +0000 (17:50 -0400)]
Fix C-T-E of message, as well as multipart, types to be 7bit, 8bit,
or binary.

9 years agoAdded test of SMTP server that doesn't support SMTPUTF8.
David Levine [Sun, 2 Oct 2016 13:53:56 +0000 (09:53 -0400)]
Added test of SMTP server that doesn't support SMTPUTF8.

9 years agoFix some typos in the comments.
Ken Hornstein [Sun, 2 Oct 2016 06:05:44 +0000 (02:05 -0400)]
Fix some typos in the comments.

9 years agoMove the read buffer shuffling to BEFORE where we call the network
Ken Hornstein [Sun, 2 Oct 2016 05:47:15 +0000 (01:47 -0400)]
Move the read buffer shuffling to BEFORE where we call the network
read routines; otherwise we can end up calling the lower layers with
a length of zero, which messes everything up.

Also make sure we reshuffle our pointers around if that happens.

9 years agomhfixmsg now replaces RFC 2047 encoding with RFC 2231 encoding of
David Levine [Sat, 1 Oct 2016 18:37:27 +0000 (14:37 -0400)]
mhfixmsg now replaces RFC 2047 encoding with RFC 2231 encoding of
name and filename parameters in Content-Type and Content-Disposition
headers, respectively.

9 years agoCleaned up a bit, mostly in comments for each function.
David Levine [Sat, 1 Oct 2016 16:49:12 +0000 (12:49 -0400)]
Cleaned up a bit, mostly in comments for each function.

9 years agoSigh, the return value from SSL_get_error() isn't suitable to give
Ken Hornstein [Sat, 1 Oct 2016 05:02:34 +0000 (01:02 -0400)]
Sigh, the return value from SSL_get_error() isn't suitable to give
to ERR_get_error(), so use a different function to get the error.

9 years agoPrint even more errors.
Ken Hornstein [Sat, 1 Oct 2016 01:24:43 +0000 (21:24 -0400)]
Print even more errors.

9 years agoAdd -initialtls/-notls flags to msgchk.
Ken Hornstein [Fri, 30 Sep 2016 19:15:08 +0000 (15:15 -0400)]
Add -initialtls/-notls flags to msgchk.

9 years agoMake sure we retry if possible upon a TLS read, and give a more meaningful
Ken Hornstein [Fri, 30 Sep 2016 19:07:03 +0000 (15:07 -0400)]
Make sure we retry if possible upon a TLS read, and give a more meaningful
error if we can't.

9 years agoAdded --sysconfdir to nmh.cygport.
David Levine [Fri, 30 Sep 2016 14:35:06 +0000 (10:35 -0400)]
Added --sysconfdir to nmh.cygport.

9 years agoReplaced some hard-coded strings with variables in nmh.cygport.
David Levine [Fri, 30 Sep 2016 13:18:27 +0000 (09:18 -0400)]
Replaced some hard-coded strings with variables in nmh.cygport.

9 years agoFix typos and drop declaractions of 2 undefined functions.
Eric Gillespie [Fri, 30 Sep 2016 07:55:55 +0000 (00:55 -0700)]
Fix typos and drop declaractions of 2 undefined functions.

9 years agoUpdated comments in h/prototypes.h.
David Levine [Thu, 29 Sep 2016 19:18:02 +0000 (15:18 -0400)]
Updated comments in h/prototypes.h.

9 years agoWelcome message enhancements:
David Levine [Thu, 29 Sep 2016 19:13:05 +0000 (15:13 -0400)]
Welcome message enhancements:
1) Disable if Welcome: disable component is in profile.
2) If MHCONTEXT is set, only print the message if the context file
   already has a Version: reference where the version is old.

9 years agoInstead of relying on invo_name to decide whether to call
David Levine [Thu, 29 Sep 2016 15:40:10 +0000 (11:40 -0400)]
Instead of relying on invo_name to decide whether to call
nmh_version_changed(), use a read_context setting of 1.

9 years agoMake sure stderr is directed to terminal, as well as stdin and
David Levine [Thu, 29 Sep 2016 13:58:27 +0000 (09:58 -0400)]
Make sure stderr is directed to terminal, as well as stdin and
stdout, when deciding whether to check for nmh version update.

9 years agoWait for user to ack new version message.
David Levine [Wed, 28 Sep 2016 22:48:16 +0000 (18:48 -0400)]
Wait for user to ack new version message.

9 years agoAdded welcome message when nmh detects that its version changed.
David Levine [Wed, 28 Sep 2016 19:01:43 +0000 (15:01 -0400)]
Added welcome message when nmh detects that its version changed.

9 years agoback out use of RFC 2047 decoding on the filename
Oliver Kiddle [Wed, 28 Sep 2016 07:58:54 +0000 (09:58 +0200)]
back out use of RFC 2047 decoding on the filename

The RFCs clearly state that an encoded word should not be used in
the MIME parameters and the scheme from RFC2231 should be used
instead. nmh supports that. Unfortunately, other mail clients,
in particular gmail and IBM/Lotus Notes, produce messages with
the invalid encoding.

9 years agoAdded start_test/finish_test.
David Levine [Tue, 27 Sep 2016 12:29:05 +0000 (08:29 -0400)]
Added start_test/finish_test.

9 years agoUpdated start_test() and finish_test() to not update the test name
David Levine [Tue, 27 Sep 2016 12:28:47 +0000 (08:28 -0400)]
Updated start_test() and finish_test() to not update the test name
if there was a test failure.  run_test disables exit on non-zero
status, but does increment failed.

9 years agoDo RFC 2047 decoding on filename for mhstore
Oliver Kiddle [Mon, 26 Sep 2016 23:42:55 +0000 (01:42 +0200)]
Do RFC 2047 decoding on filename for mhstore

9 years agoReplaced use of GNU sed extension.
David Levine [Mon, 26 Sep 2016 20:50:38 +0000 (16:50 -0400)]
Replaced use of GNU sed extension.

9 years agoAdded debug statements to test-mhparam.
David Levine [Mon, 26 Sep 2016 19:41:22 +0000 (15:41 -0400)]
Added debug statements to test-mhparam.

9 years agoFixed typo in -help message.
David Levine [Mon, 26 Sep 2016 18:33:55 +0000 (14:33 -0400)]
Fixed typo in -help message.

9 years agoReworked BUGS section of nmh(7) man page, and added excerpt
David Levine [Mon, 26 Sep 2016 16:07:50 +0000 (12:07 -0400)]
Reworked BUGS section of nmh(7) man page, and added excerpt
to end of each -help message and to end of install-mh output.

9 years agoMerge remote-tracking branch 'origin' into smtputf8
David Levine [Mon, 26 Sep 2016 12:58:55 +0000 (08:58 -0400)]
Merge remote-tracking branch 'origin' into smtputf8

9 years agoAdded MH(7) man page, as an alias of nmh(7).
David Levine [Sun, 25 Sep 2016 16:58:05 +0000 (12:58 -0400)]
Added MH(7) man page, as an alias of nmh(7).

9 years agoAdded mention of replaliases to mh-mime(7) man page.
David Levine [Sun, 25 Sep 2016 16:18:42 +0000 (12:18 -0400)]
Added mention of replaliases to mh-mime(7) man page.

9 years agoMerge remote-tracking branch 'origin' into smtputf8
David Levine [Sun, 25 Sep 2016 13:28:05 +0000 (09:28 -0400)]
Merge remote-tracking branch 'origin' into smtputf8

9 years agoReplace profile-based hack to allow getname() to handle 8-bit
David Levine [Sat, 24 Sep 2016 21:08:01 +0000 (17:08 -0400)]
Replace profile-based hack to allow getname() to handle 8-bit
addresses with a global data-based hack.  At least the global
data is hidden in addrsbr.c.

9 years agoRemoved send and post -eai switches. Instead, post now enables
David Levine [Sat, 24 Sep 2016 21:01:32 +0000 (17:01 -0400)]
Removed send and post -eai switches.  Instead, post now enables
SMTPUTF8 if it finds any 8-bit characters in header field bodies.

9 years agoDisabled incompatible locale check because the output varies too
David Levine [Sat, 24 Sep 2016 16:21:40 +0000 (12:21 -0400)]
Disabled incompatible locale check because the output varies too
much between platforms.

(cherry picked from commit 38e17e1b8ba306ed6137b174f2f196d09d02816f)

9 years agoDisabled incompatible locale check because the output varies too
David Levine [Sat, 24 Sep 2016 16:21:40 +0000 (12:21 -0400)]
Disabled incompatible locale check because the output varies too
much between platforms.

9 years agoWrapped some variables and arguments to prevent compile warnings
David Levine [Sat, 24 Sep 2016 16:10:28 +0000 (12:10 -0400)]
Wrapped some variables and arguments to prevent compile warnings
when configured without SASL and OAUTH support.

9 years agoAdded incompatible locale test to test/mhl/test-rfc6532. It's
David Levine [Sat, 24 Sep 2016 14:42:58 +0000 (10:42 -0400)]
Added incompatible locale test to test/mhl/test-rfc6532.  It's
a placeholder to show that 8-bit header field values aren't
properly handled if the locale is incompatible.

(cherry picked from commit 2cfa2ea56602d3bb0465a46c0b144017b497b558)

9 years agoAdded incompatible locale test to test/mhl/test-rfc6532. It's
David Levine [Sat, 24 Sep 2016 14:42:58 +0000 (10:42 -0400)]
Added incompatible locale test to test/mhl/test-rfc6532.  It's
a placeholder to show that 8-bit header field values aren't
properly handled if the locale is incompatible.

9 years agoAdded descriptive/usage information to top of replaliases.
David Levine [Sat, 24 Sep 2016 13:44:39 +0000 (09:44 -0400)]
Added descriptive/usage information to top of replaliases.

9 years agoChange from an autoconf test for SSL_library_init to SSL_new,
Ken Hornstein [Sat, 24 Sep 2016 06:01:05 +0000 (02:01 -0400)]
Change from an autoconf test for SSL_library_init to SSL_new,
for compatibility with OpenSSL 1.1.0.

9 years agoImprove and update comments a bit, and also improve the error messages
Ken Hornstein [Sat, 24 Sep 2016 03:12:58 +0000 (23:12 -0400)]
Improve and update comments a bit, and also improve the error messages
when we don't have Cyrus-SASL support compiled in.

9 years agoSpecify that mhbuild -autoheaderencoding picks either base64 or q-p,
David Levine [Sat, 24 Sep 2016 02:13:04 +0000 (22:13 -0400)]
Specify that mhbuild -autoheaderencoding picks either base64 or q-p,
but not utf-8.

9 years agoAdd our sample localpostprox, and also pick up replaliases while we're
Ken Hornstein [Sat, 24 Sep 2016 02:04:44 +0000 (22:04 -0400)]
Add our sample localpostprox, and also pick up replaliases while we're
at it.

9 years agoRenamed mhbuild -headerencoding 8bit to utf-8.
David Levine [Sat, 24 Sep 2016 01:54:26 +0000 (21:54 -0400)]
Renamed mhbuild -headerencoding 8bit to utf-8.

9 years agoMake it so we always return the chosen mechanism, even if we aren't
Ken Hornstein [Fri, 23 Sep 2016 23:52:09 +0000 (19:52 -0400)]
Make it so we always return the chosen mechanism, even if we aren't
using the Cyrus SASL library; this makes XOAUTH2 work without
Cyrus-SASL.

9 years agoMissed removing SASLminc() from authservice switch.
Ken Hornstein [Fri, 23 Sep 2016 23:51:36 +0000 (19:51 -0400)]
Missed removing SASLminc() from authservice switch.

9 years agoSwitch to AM_DISTCHECK_CONFIGURE_FLAGS.
Ken Hornstein [Fri, 23 Sep 2016 23:30:21 +0000 (19:30 -0400)]
Switch to AM_DISTCHECK_CONFIGURE_FLAGS.

9 years agoMake the SASL flags work even without support for Cyrus-SASL.
Ken Hornstein [Fri, 23 Sep 2016 19:08:25 +0000 (15:08 -0400)]
Make the SASL flags work even without support for Cyrus-SASL.

9 years agoMove things around so you can still initialize netsec with SASL
Ken Hornstein [Fri, 23 Sep 2016 19:07:51 +0000 (15:07 -0400)]
Move things around so you can still initialize netsec with SASL
parameters even if you don't have Cyrus-SASL enabled.

9 years agoMove some of the SASL variables outside of the ifdef, so OAUTH
Ken Hornstein [Fri, 23 Sep 2016 18:48:50 +0000 (14:48 -0400)]
Move some of the SASL variables outside of the ifdef, so OAUTH
can make use of them.  Also, clean up some warnings.

9 years agoUpdate documentation a bit.
Ken Hornstein [Fri, 23 Sep 2016 18:22:29 +0000 (14:22 -0400)]
Update documentation a bit.

9 years agoWhoops, a typo from the last merge; when the one variable got
Ken Hornstein [Fri, 23 Sep 2016 18:21:23 +0000 (14:21 -0400)]
Whoops, a typo from the last merge; when the one variable got
reformatted continuation escapes weren't included.

9 years agoMerge branch 'pop-tls'
Ken Hornstein [Fri, 23 Sep 2016 18:14:26 +0000 (14:14 -0400)]
Merge branch 'pop-tls'

9 years agoDon't output snoop information when doing RETR or TOP.
Ken Hornstein [Fri, 23 Sep 2016 18:13:23 +0000 (14:13 -0400)]
Don't output snoop information when doing RETR or TOP.

9 years agoSwitch decodeBase64() second argument to an unsigned char **.
Ken Hornstein [Fri, 23 Sep 2016 18:00:59 +0000 (14:00 -0400)]
Switch decodeBase64() second argument to an unsigned char **.

9 years agoDon't always output a decoded SASL token; if it's a large binary blob, just
Ken Hornstein [Fri, 23 Sep 2016 17:59:52 +0000 (13:59 -0400)]
Don't always output a decoded SASL token; if it's a large binary blob, just
stick with the base64 output.

9 years agoAdded SMTPUTF8 (RFC 6531) support:
David Levine [Fri, 23 Sep 2016 15:55:20 +0000 (11:55 -0400)]
Added SMTPUTF8 (RFC 6531) support:
    1) Allow 8-bit characters in addresses.
    2) Disable RFC 2047 encoding of (all) header field bodies, via
       mhbuild -headerencoding 8bit.
    3) Have post enable it in the SMTP transaction.
    4) If enabled, add the commands to the SMTP transaction
       (MAIL FROM: <address> BODY=8BITMIME SMTPUTF8).
Some things may changed, such as the 8bit encoding algorithm name.

9 years agoRearranged statements to avoid compile warning about mixed
David Levine [Fri, 23 Sep 2016 12:21:57 +0000 (08:21 -0400)]
Rearranged statements to avoid compile warning about mixed
declarations and code.

9 years agoFixed typo (NOTLSSW).
David Levine [Fri, 23 Sep 2016 12:20:27 +0000 (08:20 -0400)]
Fixed typo (NOTLSSW).

9 years agoGarbage collect the saslmaxssf flag, and update documentation for
Ken Hornstein [Fri, 23 Sep 2016 03:27:36 +0000 (23:27 -0400)]
Garbage collect the saslmaxssf flag, and update documentation for
new -initialtls flag and -notls flags for inc.

9 years agoForgot to reset the snoop callback one time.
Ken Hornstein [Fri, 23 Sep 2016 03:10:59 +0000 (23:10 -0400)]
Forgot to reset the snoop callback one time.

9 years agoFix some typos and warnings.
Ken Hornstein [Fri, 23 Sep 2016 01:26:39 +0000 (21:26 -0400)]
Fix some typos and warnings.

9 years agoSwitched to "server" instead of "client" for SASL remote hostname.
Ken Hornstein [Fri, 23 Sep 2016 00:01:34 +0000 (20:01 -0400)]
Switched to "server" instead of "client" for SASL remote hostname.