1 2019-03-01 Doug Torrance <dtorrance@piedmont.edu>
3 * ChangeLog, NEWS, configure.ac: Bump to version 0.4.33
5 2019-03-01 Doug Torrance <dtorrance@piedmont.edu>
7 * wmbiff/tlsComm.c: Remove unnecessary loop. The last release of
8 wmbiff included a patch by Nye Liu from Debian bug #917467 [1].
9 However, the second part of that patch is not necessary. From Andreas
12 I am not sure about the second part of the patch. I understand
13 wmbiff breaking on GNUTLS_E_AGAIN from gnutls_read, because this
14 only started to happen recently (with TLS1.3) on blocking sockets.
15 What I do not get from my rudimentary understanding C
16 programmimg is the second part, this is in the else of "if
17 (scs->tls_state)", so, afaiui for non-encrypted connections. Is the
18 change necessary there at all, is it the right thing to retry read
19 on EAGAIN then? We revert the second part of the patch.
21 [1] https://bugs.debian.org/917467
23 2019-02-12 Doug Torrance <dtorrance@piedmont.edu>
25 * ChangeLog, NEWS, configure.ac: Bump to version 0.4.32.
27 2019-02-12 Doug Torrance <dtorrance@piedmont.edu>
29 * wmbiff/Imap4Client.c, wmbiff/tlsComm.c:
30 handle EAGAIN or GNUTLS_E_AGAIN
32 From Debian bug #917467, reported by Nye Liu <nyet@nyet.org> [1]:
34 If gnutls_read() or read() report EAGAIN, tlscomm_expect() fails:
36 wmbiff/nyet comm: wrote a000 CAPABILITY
37 wmbiff/nyet comm: imap.***.***:993: expecting: * CAPABILITY
38 wmbiff/nyet comm: imap.***.***:993: gnutls error reading: Resource
39 temporarily unavailable, try again.
40 wmbiff/nyet imap4: unable to query capability stringwmbiff/nyet
41 comm: wrote a002 LOGOUT wmbiff/nyet
42 comm: imap.***.***:993: closing.
44 [1] https://bugs.debian.org/917467
46 2018-05-14 Doug Torrance <dtorrance@piedmont.edu>
48 * FAQ, README, configure.ac, wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1:
49 Update mailing list links to new Google Groups.
52 2017-06-23 Doug Torrance <dtorrance@piedmont.edu>
54 * ChangeLog, NEWS, configure.ac: Bump to version 0.4.31.
56 2017-06-23 Doug Torrance <dtorrance@piedmont.edu>
58 * wmbiff/Imap4Client.c, wmbiff/ShellClient.c,
59 wmbiff/passwordMgr.c, wmbiff/test_wmbiff.c:
60 Remove #define _GNU_SOURCE; already defined in CFLAGS.
63 2017-06-23 Doug Torrance <dtorrance@piedmont.edu>
65 * wmbiff/maildirClient.c: Manually copy mailbox path.
67 Patch by Demi <m@tfiu.de> to fix Debian bug #621690 [1].
69 [1] https://bugs.debian.org/621690
71 2016-11-30 Doug Torrance <dtorrance@piedmont.edu>
73 * ChangeLog, NEWS, configure.ac: Bump to verson 0.4.30.
75 2016-11-30 Doug Torrance <dtorrance@piedmont.edu>
77 * wmbiff/Imap4Client.c, wmbiff/ShellClient.c, wmbiff/passwordMgr.c,
78 wmbiff/test_wmbiff.c: Add #define _GNU_SOURCE to avoid "implicit
79 declaration" warnings.
81 2016-11-30 Doug Torrance <dtorrance@piedmont.edu>
83 * wmbiff/Client.h, wmbiff/socket.c: Use unsigned data type for port
86 2016-07-20 Doug Torrance <dtorrance@piedmont.edu>
88 * wmbiff/wmbiff.1, wmbiff/wmbiff.c: Fix typos.
90 2016-07-19 Doug Torrance <dtorrance@piedmont.edu>
92 * ChangeLog, configure.ac: Bump to version 0.4.29.
94 2016-07-19 Doug Torrance <dtorrance@piedmont.edu>
96 * wmbiff/Imap4Client.c: Close mailbox before we call
99 Additional patch by Nye Liu <nyet@nyet.org> to fix Debian bug
102 [1] https://bugs.debian.org/830889
104 2016-07-12 Doug Torrance <dtorrance@piedmont.edu>
106 * wmbiff/Imap4Client.c: EXAMINE before STATUS
108 Patch by Nye Liu <nyet@nyet.org> to fix Debian bug #830889 [1].
110 Outlook Office365 IMAP servers now expect a client to issue at least
111 one EXAMINE before STATUS, or UNSEEN is always zero.
113 [1] https://bugs.debian.org/830889
115 2015-10-25 Doug Torrance <dtorrance@piedmont.edu>
117 * wmbiff/wmbiff.1, wmbiff/wmbiff.c: Add missing command line options
120 Closes Debian bug #770117 [1].
122 [1] https://bugs.debian.org/770117
124 2015-08-16 Rodolfo García Peñas (kix) <kix@kix.es>
126 * wmbiff/tlsComm.c: FTBFS with initialize_gnutls
128 The first argument for the function initialize_gnutls is an intptr_t
129 so wmbiff fails to build from source. This patch changes the current
132 2014-11-07 Doug Torrance <dtorrance@monmouthcollege.edu>
134 * wmbiff/Makefile.am: Remove sourceforgeupload target from
135 Makefile; no longer needed.
137 2014-11-07 Doug Torrance <dtorrance@monmouthcollege.edu>
139 * wmbiff/README, wmbiff/configure.ac,
140 wmbiff/wmbiff/sample.wmbiffrc, wmbiff/wmbiff/wmbiff.1:
141 Update email address.
143 2014-11-07 Doug Torrance <dtorrance@monmouthcollege.edu>
145 * wmbiff/wmbiff/Imap4Client.c, wmbiff/wmbiff/Pop3Client.c:
146 Use PACKAGE_BUGREPORT instead of hardcoding address.
148 2014-11-07 Doug Torrance <dtorrance@monmouthcollege.edu>
150 * wmbiff/FAQ: Update FAQ.
152 2014-11-05 Doug Torrance <dtorrance@monmouthcollege.edu>
154 * wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/tlsComm.h: Fix cast
155 to pointer from integer of different size compiler warning.
157 2014-11-05 Doug Torrance <dtorrance@monmouthcollege.edu>
159 * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/gnutls-common.h,
160 wmbiff/wmbiff/tlsComm.c: Fix compiler warnings from
161 deprecated gnutls types.
163 2014-11-05 Doug Torrance <dtorrance@monmouthcollege.edu>
165 * wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiffrc.5.in: Fix
166 manpages. In particular, fix spelling-error-in-manpage,
167 hyphen-used-as-minus-sign, and manpage-has-errors-from-man Lintian
168 warnings from the Debian package.
170 2014-11-05 Doug Torrance <dtorrance@monmouthcollege.edu>
172 * wmbiff/configure.ac: Remove arguments to AM_INIT_AUTOMAKE
173 in configure.ac. This patch serves two purposes:
174 - Avoid a " AM_INIT_AUTOMAKE: two- and three-arguments forms are
175 deprecated" warning when running autoreconf.
176 - Fix "syntax error near unexpected token" when running configure.
178 2014-11-05 Doug Torrance <dtorrance@monmouthcollege.edu>
180 * wmbiff/INSTALL: Remove INSTALL; automatically generated by
183 2014-11-04 Doug Torrance <dtorrance@monmouthcollege.edu>
185 * wmbiff/wmgeneral/wmgeneral.h: Increase number of actions
186 to 40. Patch by Alberto Morales <amd77@gulic.org>.
187 For more information, see:
188 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589408
190 2014-11-04 Doug Torrance <dtorrance@monmouthcollege.edu>
192 * wmbiff/wmbiff/Client.h, wmbiff/wmbiff/Imap4Client.c: Allow
193 usernames with more than 32 characters.
194 Patch by Tommaso Parisi <tommasop.ml@libero.it>.
195 For more information, see:
196 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626393
198 2014-11-04 Doug Torrance <dtorrance@monmouthcollege.edu>
200 * wmbiff/wmbiff/socket.c: Fix connection leak.
201 Patch by Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>.
202 For more information, see:
203 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663876
205 2014-11-04 Doug Torrance <dtorrance@monmouthcollege.edu>
207 * wmbiff/scripts/security.debian.rb: Fix security.debian.rb
209 Patch by Lothar Ketterer <lketterer@users.sourceforge.net>
210 For more information, see:
211 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525749
213 2014-11-04 Doug Torrance <dtorrance@monmouthcollege.edu>
215 * wmbiff/wmbiff/gnutls-common.c: Remove LZO compression.
216 GnuTLS LZO support was removed in version 3.0.0. Based on the patch
217 by Andreas Metzler <ametzler@debian.org>:
218 http://sources.debian.net/src/wmbiff/0.4.27-2.3/debian/patches/15_no_more_LZO.diff/
219 For more information, see:
220 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638736
222 2014-10-05 Doug Torrance <dtorrance@monmouthcollege.edu>
224 * wmbiff/AUTHORS, wmbiff/FAQ, wmbiff/Makefile.am, wmbiff/NEWS,
225 wmbiff/README, wmbiff/TODO, wmbiff/autoconf/Makefile.am,
226 wmbiff/configure.ac, wmbiff/scripts/security.debian.rb,
227 wmbiff/wmbiff/Client.h, wmbiff/wmbiff/Imap4Client.c,
228 wmbiff/wmbiff/Makefile.am, wmbiff/wmbiff/Pop3Client.c,
229 wmbiff/wmbiff/ShellClient.c, wmbiff/wmbiff/charutil.c,
230 wmbiff/wmbiff/charutil.h, wmbiff/wmbiff/gnutls-common.c,
231 wmbiff/wmbiff/maildirClient.c, wmbiff/wmbiff/mboxClient.c,
232 wmbiff/wmbiff/passwordMgr.c, wmbiff/wmbiff/sample.wmbiffrc,
233 wmbiff/wmbiff/socket.c, wmbiff/wmbiff/test_wmbiff.c,
234 wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/tlsComm.h,
235 wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiff.c,
236 wmbiff/wmbiff/wmbiffrc.5.in, wmbiff/wmgeneral/Makefile.am,
237 wmbiff/wmgeneral/misc.c, wmbiff/wmgeneral/wmgeneral.c: Remove
240 2013-04-08 Gabriel VLASIU <gabriel@vlasiu.net>
242 * wmbiff/wmbiff/Makefile.am, wmbiff/wmbiff/mboxClient.c,
243 wmbiff/wmbiff/wmbiff-classic-master-led.xpm,
244 wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiff.c: Enable classic mode.
246 2013-04-08 Gabriel VLASIU <gabriel@vlasiu.net>
248 * wmbiff/configure.ac, wmbiff/wmbiff/Imap4Client.c,
249 wmbiff/wmbiff/Pop3Client.c, wmbiff/wmbiff/gnutls-common.c,
250 wmbiff/wmbiff/test_tlscomm.c, wmbiff/wmbiff/test_wmbiff.c,
251 wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/wmbiff.c,
252 wmbiff/wmbiff/wmbiffrc.5.in: Update gnutls code (require at least
255 2013-04-08 Gabriel VLASIU <gabriel@vlasiu.net>
257 * wmbiff/wmbiff/wmbiff.1: Remove gnomeicu from wmbif's manual.
259 2013-04-04 Gabriel VLASIU <gabriel@vlasiu.net>
261 * wmbiff/wmgeneral/wmgeneral.c: Fix segfault when -display
262 or -geometry argument is missing.
264 2013-04-04 Gabriel VLASIU <gabriel@vlasiu.net>
266 * wmbiff/wmbiff/wmbiff.c: Free memory when using a custom
269 2013-04-04 Gabriel VLASIU <gabriel@vlasiu.net>
271 * wmbiff/wmbiff/wmbiff.c: Fix wmbiff restart.
273 2013-04-04 Gabriel VLASIU <gabriel@vlasiu.net>
275 * wmbiff/wmbiff/gnutls-common.c: More gnutls casts.
277 2013-04-04 Gabriel VLASIU <gabriel@vlasiu.net>
279 * wmbiff/wmbiff/wmbiff.c, wmbiff/wmgeneral/wmgeneral.c: Fix
280 memory leaks pointed out by valgrind.
282 2013-04-04 Gabriel VLASIU <gabriel@vlasiu.net>
284 * wmbiff/wmgeneral/Makefile.am, wmbiff/wmgeneral/list.c,
285 wmbiff/wmgeneral/list.h, wmbiff/wmgeneral/misc.c: Remove
288 2013-04-03 Gabriel VLASIU <gabriel@imhotep.timteh.com>
290 * wmbiff/wmbiff/wmbiff.c: XKeycodeToKeysym is deprecated.
292 2013-04-03 Gabriel VLASIU <gabriel@imhotep.timteh.com>
294 * wmbiff/wmbiff/wmbiff.c: Remove unused variable.
296 2013-04-03 Gabriel VLASIU <gabriel@vlasiu.net>
298 * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/test_wmbiff.c,
299 wmbiff/wmbiff/tlsComm.c: Fix signedness and/or cast.
301 2013-04-03 Gabriel VLASIU <gabriel@imhotep.timteh.com>
303 * wmbiff/wmbiff/Pop3Client.c: comparison between pointer and
306 2013-04-03 Gabriel VLASIU <gabriel@vlasiu.net>
308 * wmbiff/wmbiff/test_tlscomm.c: Add missing include.
310 2013-04-03 Gabriel VLASIU <gabriel@vlasiu.net>
312 * wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiffrc.5.in: Update manual
313 for wmbiff and wmbiffrc.
315 2012-06-12 Wade Berrier <wberrier@gmail.com>
317 * wmbiff/configure.ac, wmbiff/scripts/Makefile.am: slight
318 automake/autoconf refresh AM_PATH_LIBGNUTLS seems to be obsolete.
319 Replace the check with
320 pkg-config using PKG_CHECK_MODULES.
321 AM_CONFIG_HEADER also seems to be obsolete. Replace with
322 AC_CONFIG_HEADER. Fix installing an extra script (security.debian.rb)
324 2012-06-05 Alexey I. Froloff <raorn@raorn.name>
326 * wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/socket.c,
327 wmbiff/wmgeneral/list.c, wmbiff/wmgeneral/list.h,
328 wmbiff/wmgeneral/misc.c: Mass update FSF address
330 2012-06-05 Alexey I. Froloff <raorn@raorn.name>
332 * wmbiff/configure.ac: Make autoreconf happy
334 2012-06-05 Alexey I. Froloff <raorn@raorn.name>
336 * wmbiff/Makefile.in, wmbiff/aclocal.m4,
337 wmbiff/autoconf/Makefile.in, wmbiff/autoconf/depcomp,
338 wmbiff/autoconf/install-sh, wmbiff/autoconf/missing,
339 wmbiff/autoconf/mkinstalldirs, wmbiff/config.h.in,
340 wmbiff/configure, wmbiff/scripts/Makefile.in,
341 wmbiff/wmbiff/Makefile.in, wmbiff/wmbiff/wmbiffrc.5,
342 wmbiff/wmgeneral/Makefile.in: Removed all autogenerated autotools
344 There's no need to keep autogenerated files in repository. Those
345 dockapps which use autotoold must be autoreconf'ed prior to build,
346 those which use imake must be xmkmf'ed. As of wmbiff,
347 AC_PATH_XTRA_CORRECTED was a hack to avoid bug in older autoconf
348 version, which is no longer needed (it's 2012 now already).
350 2012-06-05 Alexey I. Froloff <raorn@raorn.name>
352 * wmbiff/COPYING: Mass update GPLv2 from
353 http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
355 2011-03-21 Carlos R. Mafra <crmafra@gmail.com>
357 * wmbiff/wmbiff-master-led.xpm,
358 wmbiff/wmbiff.c: Change default colors
360 2011-03-21 Carlos R. Mafra <crmafra@gmail.com>
362 * wmbiff/wmbiff.c: Remove trailing colon from
363 mailbox label So now we have one extra char for the label name.
365 2011-03-21 Carlos R. Mafra <crmafra@gmail.com>
367 * Makefile.am, README.licq,
368 wmbiff/Client.h, wmbiff/LicqClient.c,
369 wmbiff/Makefile.am, wmbiff/Makefile.in,
370 wmbiff/sample.wmbiffrc,
371 wmbiff/wmbiff.1, wmbiff/wmbiff.c:
372 Remove Licq, gnomeicu and finger support
374 2011-03-21 Carlos R. Mafra <crmafra@gmail.com>
376 * wmbiff/wmbiff.c: Raise sleep interval to 20
379 2011-03-21 Carlos R. Mafra <crmafra@gmail.com>
381 * wmbiff/wmbiff.c: Trivial code cleanups
383 2011-03-21 Carlos R. Mafra <crmafra@gmail.com>
385 * wmbiff/wmbiff.c: Fix global notification Global notification would
386 only work if all 'notify' commands for all mailboxes were unset
389 2011-03-21 Carlos R. Mafra <crmafra@gmail.com>
391 * wmbiff/wmbiff.c: Remove autofetch on new
394 2011-03-21 Carlos R. Mafra <crmafra@gmail.com>
396 * wmbiff/wmbiff.c: Remove 'beep' option for
399 2011-03-21 Carlos R. Mafra <crmafra@gmail.com>
401 * wmbiff/wmbiff.c: Display "0" when there are
402 no new emails ...instead of displaying the total number of emails in the
403 mailbox. On my gmail account with +16k emails, there was not enough
404 space to display the account label. Besides, the total number of emails
405 is useless information anyway.
407 2005-10-08 Saturday 18:13 UTC -- Neil Spring <nspring@cs.washington.edu>
409 * configure.ac: year stale 0.4.26 news
411 2005-10-07 Friday 03:07 UTC -- Neil Spring <nspring@cs.washington.edu>
413 * wmbiff/wmbiff.c: fix debian #332540: prevent -c 'directory' from
414 making wmbiff run away
416 2005-05-08 Sunday 21:31 UTC -- Neil Spring <nspring@cs.washington.edu>
418 * wmbiff/: Client.h, MessageList.c, test_tlscomm.c, test_wmbiff.c,
419 tlsComm.c, tlsComm.h, wmbiff.c: changes for gnutls 1.2 and
420 attempt to make wmbiff more responsive to X events while
421 communicating over the network
423 2004-12-12 Sunday 00:06 UTC -- Neil Spring <nspring@cs.washington.edu>
425 * check-includes.rb: update the portability checker
427 2004-12-12 Sunday 00:05 UTC -- Neil Spring <nspring@cs.washington.edu>
429 * wmgeneral/wmgeneral.c: allow KeyPress events through
431 2004-12-12 Sunday 00:03 UTC -- Neil Spring <nspring@cs.washington.edu>
433 * wmbiff/passwordMgr.c: nicer debug message
435 2004-12-12 Sunday 00:02 UTC -- Neil Spring <nspring@cs.washington.edu>
437 * wmbiff/: gnutls-common.c, test_wmbiff.c: compiler appeasement
439 2004-12-12 Sunday 00:01 UTC -- Neil Spring <nspring@cs.washington.edu>
441 * wmbiff/: Pop3Client.c, wmbiff.c, wmbiffrc.5.in: tls and password
442 asking support for pop3, keyboard event handling for the main
445 2004-10-31 Sunday 22:09 UTC -- Neil Spring <nspring@cs.washington.edu>
447 * wmbiff/tlsComm.c: indent and make tls_check_certificate void
449 2004-10-01 Friday 21:15 UTC -- Neil Spring <nspring@cs.washington.edu>
451 * wmbiff/tlsComm.c: comment the SHUT_WR
453 2004-10-01 Friday 21:06 UTC -- Neil Spring <nspring@cs.washington.edu>
455 * wmbiff/tlsComm.c: indent, and return if no certificate came back
458 2004-10-01 Friday 21:05 UTC -- Neil Spring <nspring@cs.washington.edu>
460 * wmbiff/socket.c: thwack duplicate error messages about connecting
463 2004-10-01 Friday 21:02 UTC -- Neil Spring <nspring@cs.washington.edu>
465 * wmbiff/wmbiff.c: indent
467 2004-08-23 Monday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
469 * wmbiff/wmbiff.c: disable the secure memory warning (and its use)
471 2004-07-03 Saturday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
475 2004-07-03 Saturday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
477 * scripts/security.debian.rb: handle the timeout error explicitly,
478 better for disconnected operation
480 2004-07-03 Saturday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
482 * wmbiff/socket.c: strerror preferred to perror
484 2004-06-28 Monday 18:20 UTC -- Neil Spring <nspring@cs.washington.edu>
486 * scripts/security.debian.rb: fix debian #256505: a small problem
487 with the .wmbiff-sdr directory not being created
489 2004-06-23 Wednesday 21:51 UTC -- Neil Spring <nspring@cs.washington.edu>
491 * configure.ac: 0.4.25
493 2004-06-23 Wednesday 21:46 UTC -- Neil Spring <nspring@cs.washington.edu>
495 * configure.ac, wmbiff/tlsComm.c: probably fix the s390 debian
498 2004-06-20 Sunday 01:03 UTC -- Neil Spring <nspring@cs.washington.edu>
500 * wmbiff/tlsComm.c: oops, should pay attention to the retval of
501 tls_compare_certificates
503 2004-06-19 Saturday 21:38 UTC -- Neil Spring <nspring@cs.washington.edu>
505 * wmbiff/gnutls-common.c: warning cleanup
507 2004-06-19 Saturday 20:53 UTC -- Neil Spring <nspring@cs.washington.edu>
509 * configure.ac, wmbiff/Client.h, wmbiff/Imap4Client.c,
510 wmbiff/Pop3Client.c, wmbiff/gnutls-common.c,
511 wmbiff/gnutls-common.h, wmbiff/tlsComm.c, wmbiff/wmbiff.c,
512 wmgeneral/wmgeneral.c: 0.4.24, supporting newer gnutls, I think
514 2004-06-18 Friday 21:29 UTC -- Neil Spring <nspring@cs.washington.edu>
516 * wmbiff/wmbiff.c: paranoid test to see if /var/mail/nspring is
519 2004-04-28 Wednesday 00:19 UTC -- Neil Spring <nspring@cs.washington.edu>
521 * wmbiff/: Client.h, charutil.c, socket.c, test_wmbiff.c, wmbiff.c:
524 2004-04-28 Wednesday 00:18 UTC -- Neil Spring <nspring@cs.washington.edu>
526 * wmbiff/: socket.c, test_wmbiff.c: handle ip addresses instead of
527 hostnames in sock_connect
529 2004-04-27 Tuesday 23:35 UTC -- Neil Spring <nspring@cs.washington.edu>
531 * configure.ac: 0.4.23
533 2004-04-27 Tuesday 23:31 UTC -- Neil Spring <nspring@cs.washington.edu>
535 * wmbiff/test_wmbiff.c: ensure that sock_connect works with IP
538 2004-04-21 Wednesday 21:53 UTC -- Neil Spring <nspring@cs.washington.edu>
540 * wmbiff/Imap4Client.c: oops, broke the cacheHeaders flag
542 2004-04-20 Tuesday 04:55 UTC -- Neil Spring <nspring@cs.washington.edu>
544 * wmbiff/: charutil.c, charutil.h, test_wmbiff.c, wmbiff.c: factor
545 out comment stripping for testing, which seems to have passed
547 2004-04-06 Tuesday 20:58 UTC -- Neil Spring <nspring@cs.washington.edu>
549 * wmbiff/: Imap4Client.c, Pop3Client.c, test_wmbiff.c: fix debian
550 #242458 -- allow IP addresses as server names for IMAP mailboxes,
551 and also for POP3 mailboxes
553 2004-03-28 Sunday 00:36 UTC -- Neil Spring <nspring@cs.washington.edu>
555 * configure.ac: 0.4.22
557 2004-03-28 Sunday 00:28 UTC -- Neil Spring <nspring@cs.washington.edu>
559 * wmbiff/: Client.h, Imap4Client.c, Pop3Client.c, ShellClient.c,
560 charutil.c, maildirClient.c, mboxClient.c, passwordMgr.c,
561 regulo.c, test_tlscomm.c, tlsComm.c, tlsComm.h, wmbiff.c: lots of
562 indent changes and a change to let msglst enable header caching
565 2004-03-12 Friday 21:35 UTC -- Neil Spring <nspring@cs.washington.edu>
567 * wmbiff/wmbiffrc.5.in: mention courier imapd's means of specifying
570 2004-02-14 Saturday 18:10 UTC -- Neil Spring <nspring@cs.washington.edu>
572 * wmbiff/Imap4Client.c: bugfix for cyrus imap servers, thanks to
575 2004-01-01 Thursday 23:47 UTC -- Neil Spring <nspring@cs.washington.edu>
577 * configure.ac: really call it 0.4.20
579 2004-01-01 Thursday 07:47 UTC -- Neil Spring <nspring@cs.washington.edu>
581 * AUTHORS, wmbiff/Client.h, wmbiff/Imap4Client.c,
582 wmbiff/ShellClient.c, wmbiff/maildirClient.c,
583 wmbiff/mboxClient.c, wmbiff/passwordMgr.c, wmbiff/wmbiff.c: Sam
586 2003-12-30 Tuesday 19:44 UTC -- Neil Spring <nspring@cs.washington.edu>
588 * Makefile.am, configure.ac: add --disable-crypto
590 2003-12-22 Monday 00:08 UTC -- Neil Spring <nspring@cs.washington.edu>
592 * wmbiff/Imap4Client.c: print failure message if imap login fails
594 2003-11-09 Sunday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
596 * wmbiff/sample.wmbiffrc: mac os 10.3 mail responds to a different
597 way of identifying the inbox
599 2003-11-09 Sunday 03:16 UTC -- Neil Spring <nspring@cs.washington.edu>
601 * configure.ac: 0.4.19
603 2003-11-09 Sunday 03:16 UTC -- Neil Spring <nspring@cs.washington.edu>
605 * wmbiff/test_tlscomm.c: fix bug #219787
607 2003-11-08 Saturday 23:46 UTC -- Neil Spring <nspring@cs.washington.edu>
609 * Makefile.am: helper rule for sourceforge upload (I know, I know,
610 maintenance cruft making it into the release, whatever)
612 2003-11-08 Saturday 23:46 UTC -- Neil Spring <nspring@cs.washington.edu>
614 * wmbiff/Client.h: philosophical definition of truth
616 2003-11-08 Saturday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
618 * wmbiff/Imap4Client.c: because having both from and subject
619 headers is no longer a way to tell when the end has happened,
620 must clean up the completed command tag explicitly
622 2003-11-08 Saturday 23:44 UTC -- Neil Spring <nspring@cs.washington.edu>
624 * wmbiff/passwordMgr.c: avoid compiler warning from inconsistent
625 def of size_t as passed into printf
627 2003-11-08 Saturday 22:58 UTC -- Neil Spring <nspring@cs.washington.edu>
629 * wmbiff/: ShellClient.c, charutil.c: strcpy is not defined to
630 handle overlapping regions. valgrind complains, rightly, so
631 reimplement lefttrim to avoid such behavior
633 2003-11-08 Saturday 22:17 UTC -- Neil Spring <nspring@cs.washington.edu>
635 * wmbiff/wmbiff.c: bump up default_sleep_interval to clean up
636 strace output while bored.
638 2003-11-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
640 * wmbiff/Imap4Client.c: handle messages without subject lines in
643 2003-11-07 Friday 09:11 UTC -- Neil Spring <nspring@cs.washington.edu>
645 * wmbiff/passwordMgr.c: panther (mac 10.3) does not appear to
646 null-terminate passwords in the keychain for us
648 2003-10-29 Wednesday 18:15 UTC -- Neil Spring <nspring@cs.washington.edu>
650 * wmbiff/: Imap4Client.c, Pop3Client.c: handle capitalized FROM and
651 SUBJECT headers common typical of spam spam spam
653 2003-10-28 Tuesday 23:39 UTC -- Neil Spring <nspring@cs.washington.edu>
655 * wmbiff/test_tlscomm.c: indent and add another check
657 2003-10-28 Tuesday 23:38 UTC -- Neil Spring <nspring@cs.washington.edu>
659 * wmbiff/: Makefile.am, test_wmbiff.c: indent
661 2003-10-28 Tuesday 07:09 UTC -- Neil Spring <nspring@cs.washington.edu>
663 * wmbiff/: Makefile.am, test_tlscomm.c: fix bug reported by
664 Jingshao Chen <jingshaochen@sbcglobal.net> with buffering
665 trouble, and incorporate a regression test to keep it from
666 accidentally popping up again
668 2003-10-28 Tuesday 06:56 UTC -- Neil Spring <nspring@cs.washington.edu>
670 * wmbiff/: test_tlscomm.c, tlsComm.c: test for proper handling of
671 buffering small bits of expected data
673 2003-10-26 Sunday 08:33 UTC -- Neil Spring <nspring@cs.washington.edu>
675 * wmbiff/: Imap4Client.c, passwordMgr.c: sigh, I dislike running
678 2003-10-26 Sunday 08:31 UTC -- Neil Spring <nspring@cs.washington.edu>
680 * AUTHORS, wmbiff/Pop3Client.c, wmbiff/wmbiffrc.5.in: Paolo
681 Gianrossi's patch to provide msglst support for pop3 mailboxes
683 2003-10-26 Sunday 07:42 UTC -- Neil Spring <nspring@cs.washington.edu>
685 * check-includes.rb, wmbiff/maildirClient.c, wmbiff/socket.c:
686 include file reordering, based on wisdom from porting some other
689 2003-10-26 Sunday 07:31 UTC -- Neil Spring <nspring@cs.washington.edu>
691 * scripts/security.debian.rb: fix some ruby1.8 warnings, minor
694 2003-10-10 Friday 18:00 UTC -- Neil Spring <nspring@cs.washington.edu>
696 * configure.ac: 0.4.18
698 2003-10-10 Friday 15:59 UTC -- Neil Spring <nspring@cs.washington.edu>
700 * scripts/security.debian.rb: fix ruby1.8's complaint.
702 2003-08-31 Sunday 18:05 UTC -- Neil Spring <nspring@cs.washington.edu>
704 * configure.ac: 0.4.17
706 2003-08-31 Sunday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
708 * wmbiff/tlsComm.c: oops, looks like I resolved a conflict poorly
710 2003-08-31 Sunday 04:39 UTC -- Neil Spring <nspring@cs.washington.edu>
712 * wmbiff/Makefile.am: build the test cases well
714 2003-08-31 Sunday 03:33 UTC -- Neil Spring <nspring@cs.washington.edu>
716 * wmbiff/: test_wmbiff.c, tlsComm.h: check the newline bugfix
718 2003-08-31 Sunday 03:32 UTC -- Neil Spring <nspring@cs.washington.edu>
720 * wmbiff/tlsComm.c: bugfix to avoid handing odd newlines badly
722 2003-07-31 Thursday 23:37 UTC -- Neil Spring <nspring@cs.washington.edu>
724 * wmbiff/Imap4Client.c: fix some potential bugs - an access of
725 freed memory and an uninitialized reference counter
727 2003-07-20 Sunday 00:52 UTC -- Neil Spring <nspring@cs.washington.edu>
729 * wmbiff/: passwordMgr.c, test_wmbiff.c: fix a five-minute old
730 regression test failure where null was returned instead of an
731 empty string for an empty password. not sure it matters, but
734 2003-07-20 Sunday 00:44 UTC -- Neil Spring <nspring@cs.washington.edu>
736 * wmbiff/passwordMgr.c: oops, I left a use-after-free bug in the
739 2003-07-19 Saturday 23:56 UTC -- Neil Spring <nspring@cs.washington.edu>
741 * configure.ac, wmbiff/passwordMgr.c: use the apple keychain to
742 grab passwords! I can very nearly forget about typing them in
745 2003-07-10 Thursday 17:44 UTC -- Neil Spring <nspring@cs.washington.edu>
747 * Makefile.am: ensure that the current directory is not setgid when
748 making a distribution; this borks some untars
750 2003-07-07 Monday 09:00 UTC -- Neil Spring <nspring@cs.washington.edu>
752 * wmbiff/Imap4Client.c: warnings cleanup
754 2003-07-07 Monday 08:57 UTC -- Neil Spring <nspring@cs.washington.edu>
756 * configure.ac, wmbiff/Client.h, wmgeneral/wmgeneral.c: call it
759 2003-07-07 Monday 08:43 UTC -- Neil Spring <nspring@cs.washington.edu>
761 * wmbiff/: Client.h, Imap4Client.c, passwordMgr.c, test_wmbiff.c:
762 fix memfrob * bug (memfrob makes *'s zero, so password length
763 must be tracked separately
765 2003-07-04 Friday 21:42 UTC -- Neil Spring <nspring@cs.washington.edu>
767 * wmbiff/wmbiff.c: handle comments the way I meant to...
769 2003-07-03 Thursday 11:10 UTC -- Neil Spring <nspring@cs.washington.edu>
771 * wmbiff/Imap4Client.c: switch the new header cache to use
772 reference counting (better, but possibly buggy) instead of
773 locking (dumb, and certainly buggy)
775 2003-07-03 Thursday 05:39 UTC -- Neil Spring <nspring@cs.washington.edu>
777 * wmbiff/Imap4Client.c: try to avoid repetitive complaints of
780 2003-07-03 Thursday 05:34 UTC -- Neil Spring <nspring@cs.washington.edu>
782 * wmbiff/socket.c: avoid repetitive error messages when hostname
783 lookup fails (such as when disconnected)
785 2003-07-03 Thursday 05:33 UTC -- Neil Spring <nspring@cs.washington.edu>
787 * wmgeneral/wmgeneral.c: last fix to geometry handling had a
790 2003-07-03 Thursday 05:12 UTC -- Neil Spring <nspring@cs.washington.edu>
792 * wmgeneral/wmgeneral.c: try doing geometry the way X intends it to
793 be done, at least as far as I can tell.
795 2003-07-03 Thursday 01:03 UTC -- Neil Spring <nspring@cs.washington.edu>
797 * wmbiff/wmbiff.c: make #'s comments only if preceded by whitespace
798 or at the beginning of the line
800 2003-07-03 Thursday 00:53 UTC -- Neil Spring <nspring@cs.washington.edu>
802 * wmbiff/wmbiff.c: looks like I'd broken the button click events
805 2003-07-03 Thursday 00:52 UTC -- Neil Spring <nspring@cs.washington.edu>
807 * wmbiff/sample.wmbiffrc: osascript samples for driving mac mail
810 2003-06-30 Monday 23:42 UTC -- Neil Spring <nspring@cs.washington.edu>
812 * wmbiff/: Imap4Client.c, tlsComm.c: warning message beautification
814 2003-06-08 Sunday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
816 * wmbiff/: Client.h, Imap4Client.c, MessageList.c, MessageList.h,
817 ShellClient.c: general rewrite of the msglst headers, so that the
818 list is pre-cached for responsiveness.
820 2003-06-08 Sunday 06:59 UTC -- Neil Spring <nspring@cs.washington.edu>
822 * wmbiff/wmbiffrc.5.in: document msglst and buttontwo
824 2003-06-08 Sunday 06:59 UTC -- Neil Spring <nspring@cs.washington.edu>
826 * wmbiff/wmbiff.c: show a watch pointer while working behind the
829 2003-06-03 Tuesday 04:57 UTC -- Neil Spring <nspring@cs.washington.edu>
831 * autogen.sh: enable dependency tracking
833 2003-04-17 Thursday 05:04 UTC -- Neil Spring <nspring@cs.washington.edu>
835 * scripts/security.debian.rb: trap socket errors
837 2003-04-17 Thursday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
839 * scripts/security.debian.rb: print the detailed version
841 2003-04-17 Thursday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
843 * wmbiff/: Client.h, ShellClient.c, passwordMgr.c: space for detail
844 in grab command output, use the detail to populate a message list
845 in a getheaders function (eg. can see the list of thought to be
846 updated packages if using hte security.debian script
848 2003-04-17 Thursday 01:54 UTC -- Neil Spring <nspring@cs.washington.edu>
850 * wmbiff/test-wmbiffrc.shell: test usingthe debian script, allows
851 trying shell get headers
853 2003-04-17 Thursday 01:54 UTC -- Neil Spring <nspring@cs.washington.edu>
855 * wmbiff/tlsComm.c: try to print a helpful hint message to use
858 2003-04-16 Wednesday 23:30 UTC -- Neil Spring <nspring@cs.washington.edu>
860 * configure.ac: downgrade configure.ac use of AM_INIT_AUTOMAKE to
863 2003-04-16 Wednesday 08:21 UTC -- Neil Spring <nspring@cs.washington.edu>
865 * wmgeneral/wmgeneral.c: export GetColor
867 2003-04-16 Wednesday 08:18 UTC -- Neil Spring <nspring@cs.washington.edu>
869 * wmbiff/: Client.h, Imap4Client.c, MessageList.c, MessageList.h,
870 tlsComm.c, wmbiff.c: indent run
872 2003-04-16 Wednesday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
874 * wmbiff/Imap4Client.c: get headers / message list support
876 2003-04-16 Wednesday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
878 * wmbiff/Makefile.am: messagelist
880 2003-04-16 Wednesday 08:15 UTC -- Neil Spring <nspring@cs.washington.edu>
882 * wmbiff/tlsComm.c: rename state to tls_state for clarity, small
883 cleanup, fixes for buffering several lines in an expectation
885 2003-04-16 Wednesday 08:14 UTC -- Neil Spring <nspring@cs.washington.edu>
887 * wmbiff/: wmbiff.c, Client.h: message list, button 2 support
889 2003-04-16 Wednesday 08:13 UTC -- Neil Spring <nspring@cs.washington.edu>
891 * wmbiff/: MessageList.c, MessageList.h: list new messages,
892 currently only with an imap driver
894 2003-04-09 Wednesday 04:51 UTC -- Neil Spring <nspring@cs.washington.edu>
896 * autogen.sh: fall back to automake-1.5 if necessary
898 2003-04-07 Monday 10:10 UTC -- Neil Spring <nspring@cs.washington.edu>
900 * wmbiff/tlsComm.c: invalid is returned when it doesn't match?
902 2003-04-07 Monday 09:41 UTC -- Neil Spring <nspring@cs.washington.edu>
904 * wmbiff/tlsComm.c: fix some info messages - drop complaints about
905 version 0.2.3 of gnutls, mention certfile.
907 2003-04-07 Monday 09:33 UTC -- Neil Spring <nspring@cs.washington.edu>
909 * wmbiff/wmbiffrc.5.in: doc certfile
911 2003-04-07 Monday 09:16 UTC -- Neil Spring <nspring@cs.washington.edu>
913 * wmbiff/tlsComm.c: handle certfile errors properly; positive
914 return values from gnutls_certificate_set_x509_trust_file appear
917 2003-03-30 Sunday 11:47 UTC -- Neil Spring <nspring@cs.washington.edu>
919 * wmbiff/: passwordMgr.c, test_wmbiff.c: oh, now I get why that
920 foolish null-termination was present. it's better now
922 2003-03-30 Sunday 11:23 UTC -- Neil Spring <nspring@cs.washington.edu>
924 * configure.ac: 0.4.15
926 2003-03-30 Sunday 11:22 UTC -- Neil Spring <nspring@cs.washington.edu>
928 * wmbiff/wmbiffrc.5.in: note the hash caveat
930 2003-03-30 Sunday 11:05 UTC -- Neil Spring <nspring@cs.washington.edu>
932 * wmbiff/passwordMgr.c: remove (unreleased) foolhardy
935 2003-03-30 Sunday 10:57 UTC -- Neil Spring <nspring@cs.washington.edu>
937 * wmbiff/test_wmbiff.c: just so as not to confuse anyone that
938 wmbiff allows #'s in passwords
940 2003-03-30 Sunday 10:38 UTC -- Neil Spring <nspring@cs.washington.edu>
942 * README, wmbiff/wmbiff.c, wmgeneral/wmgeneral.c,
943 wmgeneral/wmgeneral.h: support setting the background color using
946 2003-03-28 Friday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
948 * wmbiff/test_wmbiff.c: check that passwords with # can be parsed
950 2003-03-28 Friday 08:16 UTC -- Neil Spring <nspring@cs.washington.edu>
952 * wmbiff/wmbiffrc.5.in: doc password parsing damage
954 2003-03-11 Tuesday 08:07 UTC -- Neil Spring <nspring@cs.washington.edu>
956 * README: gnupg reorganized their website
958 2003-03-11 Tuesday 08:03 UTC -- Neil Spring <nspring@cs.washington.edu>
960 * configure.ac: provide a helpful message as to where gnutls and
961 libgcrypt can be found in configure.ac
963 2003-03-06 Thursday 21:15 UTC -- Neil Spring <nspring@cs.washington.edu>
965 * wmbiff/wmbiff.c: fix debian bug #183529
967 2003-03-03 Monday 19:06 UTC -- Neil Spring <nspring@cs.washington.edu>
969 * wmbiff/passwordMgr.c: make returned password length consistent
970 with stored password length
972 2003-03-02 Sunday 02:37 UTC -- Neil Spring <nspring@cs.washington.edu>
974 * configure.ac, wmbiff/Imap4Client.c, wmbiff/passwordMgr.c,
975 wmbiff/passwordMgr.h: in-memory frobnication of imap passwords
977 2003-03-02 Sunday 02:17 UTC -- Neil Spring <nspring@cs.washington.edu>
979 * wmbiff/: Imap4Client.c, Makefile.am, Pop3Client.c, regulo.c,
980 regulo.h, socket.c, test_wmbiff.c, wmbiff.c: hostname paranoia
981 patch -- use -relax to skip hostname validation check, parse
982 ambiguous config lines
984 2003-03-02 Sunday 01:04 UTC -- Neil Spring <nspring@cs.washington.edu>
986 * wmbiff/wmbiff.c, wmgeneral/wmgeneral.c: indent run
988 2003-02-13 Thursday 21:07 UTC -- Neil Spring <nspring@cs.washington.edu>
990 * Makefile.am, configure.ac: 0.4.14
992 2003-02-08 Saturday 21:04 UTC -- Neil Spring <nspring@cs.washington.edu>
994 * wmbiff/: wmbiff.1, wmbiffrc.5.in: document restart schemes
996 2003-02-08 Saturday 07:06 UTC -- Neil Spring <nspring@cs.washington.edu>
998 * wmbiff/wmbiff.c: restart wmbiff also on ctrl-shift-left click
1000 2003-02-08 Saturday 03:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1002 * wmbiff/wmbiff.c: restart on sig usr1 using exec()
1004 2003-02-08 Saturday 03:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1006 * autogen.sh: I think symlink is okay for autoreconf
1008 2003-02-08 Saturday 03:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1010 * wmgeneral/: wmgeneral.c, wmgeneral.h: much prefer if wmgeneral
1011 proclaimed that it would not modify argv; I think it's even true
1013 2003-01-28 Tuesday 11:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1015 * configure.ac: remove check for gnuregex
1017 2003-01-28 Tuesday 11:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1019 * wmbiff/Imap4Client.c: bugfix to avoid problems with the new regex
1020 scheme and the default mailbox (aliasing sucks.)
1022 2003-01-28 Tuesday 11:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1024 * wmbiff/charutil.h: remove gnuregex.h incl
1026 2003-01-28 Tuesday 11:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1028 * wmbiff/wmbiff.c: newline after error message
1030 2003-01-25 Saturday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1032 * autogen.sh: remove dangling symlinks config.guess, config.sub
1034 2003-01-25 Saturday 04:33 UTC -- Neil Spring <nspring@cs.washington.edu>
1036 * wmgeneral/list.c: compiler warning appeasement (shadowing index)
1038 2003-01-25 Saturday 04:32 UTC -- Neil Spring <nspring@cs.washington.edu>
1040 * wmbiff/Makefile.am: use the non gnu-make form of the
1041 indent-a-c-file rule
1043 2003-01-22 Wednesday 01:56 UTC -- Neil Spring <nspring@cs.washington.edu>
1045 * autogen.sh: make sure ChangeLog exists locally.
1047 2003-01-21 Tuesday 08:56 UTC -- Neil Spring <nspring@cs.washington.edu>
1049 * wmbiff/tlsComm.c: fix some minor damage when select is
1052 2003-01-21 Tuesday 05:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1054 * autogen.sh: warn if autoconf/libgnutls.m4 does not exist
1056 2003-01-20 Monday 19:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1058 * wmbiff/Makefile.am: add libgcrypt libraries if used to
1061 2003-01-20 Monday 19:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1063 * configure.ac: remove possibly unneeded check for gdbm
1065 2003-01-19 Sunday 13:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1067 * wmbiff/: Client.h, Imap4Client.c, Makefile.am, Pop3Client.c,
1068 ShellClient.c, charutil.c, charutil.h, passwordMgr.c,
1069 test_wmbiff.c, tlsComm.c, wmbiff.c: general portability fixes,
1070 including HAVE___ATTRIBUTE__
1072 2003-01-19 Sunday 13:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1074 * wmbiff/: regulo.c, regulo.h: posix based regular expression
1075 handling with a not so lame interface
1077 2003-01-19 Sunday 13:11 UTC -- Neil Spring <nspring@cs.washington.edu>
1079 * configure.ac: portability fixes: HAVE___ATTRIBUTE__ (maybe),
1080 libnsl (solaris), -no-cpp-precomp (os x)
1082 2003-01-04 Saturday 03:39 UTC -- Neil Spring <nspring@cs.washington.edu>
1084 * configure.ac, wmbiff/wmbiff.c: 0.4.12, release to fix bad
1087 2003-01-03 Friday 20:37 UTC -- Neil Spring <nspring@cs.washington.edu>
1089 * wmbiff/wmbiff.c: fix geometry argument handling bug (Debian
1092 2002-12-29 Sunday 07:46 UTC -- Neil Spring <nspring@cs.washington.edu>
1094 * scripts/security.debian.rb: I meant to say 6 hours
1096 2002-12-29 Sunday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1098 * wmbiff/sample.wmbiffrc: shell recipe for security.debian.rb
1100 2002-12-29 Sunday 05:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1102 * scripts/security.debian.rb: didn't mean to commit with a 6 minute
1105 2002-12-29 Sunday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1107 * Makefile.am, check-includes.rb, configure.ac: add scripts
1108 subdirectory to build system
1110 2002-12-29 Sunday 04:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1112 * scripts/: Makefile.am, security.debian.rb: new scripts directory
1113 to hold debian security checker and install it.
1115 2002-12-29 Sunday 03:25 UTC -- Neil Spring <nspring@cs.washington.edu>
1117 * wmbiff/wmbiff.c: general cleanup - use strdup_ordie,
1118 malloc_ordie. reduce using ints and chars interchangeably.
1119 static annotations on module-local variables
1121 2002-12-29 Sunday 03:22 UTC -- Neil Spring <nspring@cs.washington.edu>
1123 * wmbiff/tlsComm.c: bad_certificate called as if void, so change
1126 2002-12-29 Sunday 03:22 UTC -- Neil Spring <nspring@cs.washington.edu>
1128 * configure.ac: autodetect whether to use poll()
1130 2002-12-29 Sunday 02:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1132 * wmgeneral/: Makefile.am, wmgeneral.c, wmgeneral.h: make
1133 AddMouseRegion take an unsigned int for the region index (which
1134 is an _index_ which means negative values need not apply)
1136 2002-12-29 Sunday 02:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1138 * wmbiff/: charutil.c, charutil.h: change signature of *Trim to
1139 reflect that they can't fail (void instead of int); the return
1140 values are ignored in wmbiff
1142 2002-12-29 Sunday 01:36 UTC -- Neil Spring <nspring@cs.washington.edu>
1144 * wmbiff/wmbiff.c: reorder functions to avoid pre-declaration.
1145 should simplify reading the (now very long) code
1147 2002-12-29 Sunday 01:11 UTC -- Neil Spring <nspring@cs.washington.edu>
1149 * wmgeneral/: misc.c, misc.h: exec command can take a const char *
1151 2002-12-29 Sunday 01:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1153 * wmbiff/sample.wmbiffrc: another askpass recipe
1155 2002-12-29 Sunday 00:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1157 * wmbiff/wmbiff.c: cleanup unused variables
1159 2002-12-29 Sunday 00:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1161 * wmbiff/Makefile.am: surgical indent rule
1163 2002-12-29 Sunday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
1165 * configure.ac, wmbiff/wmbiff.c: use automake/autoconf defined
1166 PACKAGE_VERSION and PACKAGE_BUGREPORT
1168 2002-12-29 Sunday 00:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1170 * wmbiff/passwordMgr.c: support arbitrarily long password query
1173 2002-12-29 Sunday 00:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1175 * wmbiff/wmbiff.c: configuration file parsing cleanup, support
1176 longer configuration options, remove some ad-hockery in favor of
1179 2002-12-13 Friday 05:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1181 * configure.ac, wmbiff/tlsComm.c, wmbiff/wmbiff.1, wmbiff/wmbiff.c:
1182 0.4.10, -skip-certificate-check option
1184 2002-12-09 Monday 21:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1186 * AUTHORS, wmbiff/sample.wmbiffrc, wmbiff/wmbiff.c,
1187 wmbiff/wmbiffrc.5.in: Peter McAlpine's globalnotify patch
1189 2002-12-09 Monday 21:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1191 * wmbiff/Imap4Client.c: minor change to timeout behavior, just
1192 delay a while before next check
1194 2002-12-02 Monday 07:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1196 * configure.ac: require gnutls 0.5.9, release 0.4.9
1198 2002-11-30 Saturday 07:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1200 * wmbiff/Imap4Client.c: more robust ETIMEDOUT handling -- just
1201 chill out for a few minues rather than blacklist as a compromise
1202 between the responsiveness of not retrying unresponsive servers
1203 and the robustness of prodding on. the right thing is probably a
1204 non-blocking connect, but that's messy
1206 2002-11-15 Friday 08:06 UTC -- Neil Spring <nspring@cs.washington.edu>
1208 * wmbiff/tlsComm.c: should really be able to catch these problems
1209 earler - without gnutls, the build would fail
1211 2002-11-15 Friday 08:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1213 * autogen.sh: red hat hackery
1215 2002-11-13 Wednesday 06:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1217 * wmbiff/wmbiff.1, wmbiff/wmbiff.c, wmgeneral/wmgeneral.c,
1218 wmgeneral/wmgeneral.h: a method for not using the withdrawn state
1220 2002-11-12 Tuesday 08:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1222 * Makefile.am, configure.ac, wmbiff/wmbiff.c, wmbiff/wmbiffrc.5.in,
1223 wmgeneral/wmgeneral.c, wmgeneral/wmgeneral.h: Allow automatic
1224 sizing of the wmbiff window, effective for other window managers.
1226 2002-10-26 Saturday 23:17 UTC -- Jordi Mallach <jordi@sindominio.net>
1228 * FromCVS.sh, autogen.sh: Rename FromCVS.sh to autogen.sh, which is
1229 the "common" name for such script.
1231 2002-10-26 Saturday 23:15 UTC -- Jordi Mallach <jordi@sindominio.net>
1233 * ChangeLog, Makefile.am, maint/changelog-header,
1234 maint/prerelease.sh: Stop doing the ChangeLog header hack.
1235 Instead, remove ChangeLog entirely from CVS and get it generated
1236 correctly on dist. Remove unneeded maint scripts.
1238 2002-10-26 Saturday 23:12 UTC -- Jordi Mallach <jordi@sindominio.net>
1240 * FromCVS.sh: Add automake-1.7 support.
1242 2002-10-20 Sunday 21:58 UTC -- Jordi Mallach <jordi@sindominio.net>
1244 * wmbiff/: wmbiff.1, wmbiffrc.5.in: do not specify Debian
1245 GNU/Linux... I'm actually more interested in the Hurd right now
1248 2002-10-14 Monday 05:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1250 * wmbiff/maildirClient.c: use mkstemp instead of mktemp to appease
1253 2002-10-14 Monday 01:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1255 * wmbiff/wmbiffrc.5.in: add the 'this file automatically generated'
1258 2002-10-13 Sunday 21:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1260 * wmbiff/: Imap4Client.c, tlsComm.c, tlsComm.h: Check certificate
1261 hostname, using gnutls's new function
1263 2002-10-13 Sunday 21:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1265 * wmbiff/Client.h: a formatting glitch
1267 2002-10-13 Sunday 21:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1269 * FromCVS.sh, Makefile.am: use autoreconf instead of the ad-hockery
1271 2002-09-25 Wednesday 06:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1273 * FAQ: why doesn't wmbiff update my mailbox count when I read a
1276 2002-09-20 Friday 19:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1278 * FromCVS.sh: support redhat autoconf sadness
1280 2002-09-19 Thursday 07:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1282 * wmbiff/test_wmbiff.c: allow test to run when nnot linked with
1285 2002-09-18 Wednesday 23:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1287 * wmbiff/maildirClient.c: compiler warning fixes
1289 2002-09-18 Wednesday 23:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1291 * ChangeLog, configure.ac, wmbiff/Client.h, wmbiff/Imap4Client.c,
1292 wmbiff/Makefile.am, wmbiff/maildirClient.c, wmbiff/test_wmbiff.c,
1293 wmbiff/wmbiffrc.5.in: bugfix to allow imap mailbox filenames to
1294 contain spaces, test that it works; also, prepare 0.4.8
1296 2002-09-14 Saturday 18:51 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
1298 * wmbiff/: Client.h, maildirClient.c, wmbiffrc.5.in: *
1299 maildirClient: Added support for quick checking of writable
1300 network-mounted maildirs where directory caching normally
1301 causes unwanted delays.
1303 2002-08-16 Friday 07:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1305 * ChangeLog, configure.ac, autoconf/libgnutls.m4,
1306 wmbiff/Imap4Client.c, wmbiff/gnutls-common.c,
1307 wmbiff/gnutls-common.h, wmbiff/tlsComm.c: handle new
1308 gnutls/gnutls.h convention, release 0.4.7
1310 2002-08-06 Tuesday 08:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1312 * FromCVS.sh: seek out and use athe underrated automake 1.6.
1314 2002-07-27 Saturday 17:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1316 * wmbiff/: Imap4Client.c, tlsComm.c: trivial formatting fixes
1318 2002-07-19 Friday 18:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1320 * ChangeLog, configure.ac: release version 0.4.6
1322 2002-07-18 Thursday 02:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1324 * wmbiff/wmbiff.c: ignore sigpipe, possible bugfix for abnormal
1325 termination during suspend for imap/gnutls
1327 2002-07-04 Thursday 08:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1329 * ChangeLog, configure.ac: last minute changes for 0.4.5
1331 2002-07-04 Thursday 01:07 UTC -- Neil Spring <nspring@cs.washington.edu>
1333 * wmbiff/: Imap4Client.c, Makefile.am, Pop3Client.c, charutil.c,
1334 tlsComm.c, wmbiff.c: valgrind debugging, and support for -exit.
1335 some bugs were probably fixed, but since nobody has noticed yet,
1336 I don't know if they mattered
1338 2002-07-04 Thursday 00:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1340 * wmgeneral/wmgeneral.c: reminder in where valgrind complains
1342 2002-07-04 Thursday 00:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1344 * Makefile.am: add a top-level 'indent' rule
1346 2002-07-03 Wednesday 02:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1348 * wmbiff/tlsComm.c: doubled the timeout to 40 seconds.
1350 2002-06-26 Wednesday 19:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1352 * ChangeLog, Makefile.am, autoconf/Makefile.am: die configure.in!
1355 2002-06-26 Wednesday 18:56 UTC -- Neil Spring <nspring@cs.washington.edu>
1357 * ChangeLog, FromCVS.sh, Makefile.am, configure.ac, configure.in,
1358 autoconf/acconfig.h: migrate to newer autoconf (2.5) to try to
1359 debug making-from-scratch problem and get rid of acconfig.h cruft
1361 2002-06-25 Tuesday 23:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1363 * Makefile.am: tiny automake 1.6 fix (doesn't appear to use
1366 2002-06-25 Tuesday 23:33 UTC -- Neil Spring <nspring@cs.washington.edu>
1368 * autoconf/libgnutls.m4: trivial upstream bugfix
1370 2002-06-25 Tuesday 23:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1372 * wmbiff/Makefile.am: never underestimate the complexity of
1373 solutions involving automake
1375 2002-06-25 Tuesday 23:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1377 * configure.in, wmbiff/Makefile.am: corrections to conditional
1378 compilation of gnutls-common for automake 1.5 (and thereby the
1381 2002-06-25 Tuesday 23:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1383 * configure.in, wmbiff/Makefile.am: only compile gnutls-common.[ch]
1384 if gnutls is configured in (duh), and only check for gcrypt.h if
1385 libgcrypt is installed and current
1387 2002-06-24 Monday 07:18 UTC -- Neil Spring <nspring@cs.washington.edu>
1389 * ChangeLog, FromCVS.sh: roughly finished 0.4.4
1391 2002-06-24 Monday 07:16 UTC -- Neil Spring <nspring@cs.washington.edu>
1393 * wmbiff/tlsComm.c: restore certificate checking
1395 2002-06-24 Monday 07:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1397 * wmbiff/: gnutls-common.c, gnutls-common.h: indent run
1399 2002-06-24 Monday 01:23 UTC -- Neil Spring <nspring@cs.washington.edu>
1401 * wmbiff/Makefile.am, configure.in: basic gnutls 0.4.3 support
1402 (that is, it compiles.)
1404 2002-06-24 Monday 01:18 UTC -- Neil Spring <nspring@cs.washington.edu>
1406 * wmbiff/: gnutls-common.c, gnutls-common.h, tlsComm.c: basic
1407 gnutls 0.4.3 support (that is, it compiles.)
1409 2002-06-23 Sunday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1411 * wmbiff/wmbiff.c: cleanup to periodic mail checking, removal of
1412 the first mail check - now all cases are the same
1414 2002-06-21 Friday 04:34 UTC -- Neil Spring <nspring@cs.washington.edu>
1416 * wmbiff/wmbiff.c: y_ and x_origin, and num_mailboxes constants,
1417 highlight color for fn, restructured mailbox creation routines
1419 2002-06-21 Friday 04:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1421 * wmbiff/Pop3Client.c: splint
1423 2002-06-21 Friday 04:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1425 * wmbiff/: LicqClient.c, ShellClient.c, charutil.c,
1426 maildirClient.c, mboxClient.c, passwordMgr.c, test_wmbiff.c:
1429 2002-06-21 Friday 04:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1431 * wmbiff/Imap4Client.c: clarity and splint
1433 2002-06-21 Friday 04:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1435 * wmbiff/Client.h: splint support
1437 2002-06-21 Friday 04:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1439 * wmbiff/wmbiff.1: highlight color
1441 2002-06-21 Friday 04:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1443 * wmbiff/Makefile.am: verify that config.h is included in each .c
1446 2002-06-15 Saturday 09:05 UTC -- Neil Spring <nspring@cs.washington.edu>
1448 * configure.in: likely bugfix for newer autoconf?
1450 2002-06-15 Saturday 09:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1452 * Makefile.am: keep automake1.6 happy
1454 2002-06-08 Saturday 22:22 UTC -- Neil Spring <nspring@cs.washington.edu>
1456 * ChangeLog, configure.in: release 0.4.3 final updates
1458 2002-06-08 Saturday 22:20 UTC -- Neil Spring <nspring@cs.washington.edu>
1460 * wmbiff/wmbiff.c: make the background black when using fonts
1462 2002-06-08 Saturday 22:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1464 * wmgeneral/: wmgeneral.c, wmgeneral.h: font support, ability to
1467 2002-06-08 Saturday 22:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1469 * wmbiff/Client.h: slightly changed debug messages; exists() is
1470 more a test -f than a test -e
1472 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1474 * wmbiff/wmbiff.1: documentation of -fg and -font options
1476 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1478 * wmbiff/: Imap4Client.c, ShellClient.c: cleanup for splint
1481 2002-06-08 Saturday 22:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1483 * wmbiff/wmbiff.c: basic font support, color selection, cleanup to
1484 default configuration code, bugifx and cleanup to mouse region
1487 2002-06-08 Saturday 21:40 UTC -- Neil Spring <nspring@cs.washington.edu>
1489 * wmbiff/socket.c: need config.h to get IPv6 support
1491 2002-06-01 Saturday 18:10 UTC -- Neil Spring <nspring@cs.washington.edu>
1495 2002-06-01 Saturday 17:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1497 * configure.in, wmbiff/wmbiff.c: oops, didn't really want to
1498 release with the crazy font stuff quite yet
1500 2002-06-01 Saturday 07:03 UTC -- Neil Spring <nspring@cs.washington.edu>
1502 * ChangeLog, configure.in, wmbiff/test-wmbiffrc.shell: release
1505 2002-06-01 Saturday 07:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1507 * AUTHORS: release preparation
1509 2002-06-01 Saturday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1511 * wmgeneral/wmgeneral.h: prototypes for basic font support
1513 2002-06-01 Saturday 06:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1515 * wmgeneral/wmgeneral.c: indent run
1517 2002-06-01 Saturday 06:02 UTC -- Neil Spring <nspring@cs.washington.edu>
1519 * wmbiff/: Client.h, ShellClient.c, charutil.c, mboxClient.c:
1522 2002-06-01 Saturday 06:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1524 * wmbiff/wmbiff.c: font support, disabled by default
1526 2002-06-01 Saturday 06:00 UTC -- Neil Spring <nspring@cs.washington.edu>
1528 * wmbiff/tlsComm.c: a start at certificate checking (a daunting
1531 2002-06-01 Saturday 05:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1533 * wmbiff/Client.h: declare exists()
1535 2002-06-01 Saturday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1537 * wmgeneral/wmgeneral.c: some basic font support, renaming some
1538 variables for clarity
1540 2002-06-01 Saturday 05:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1542 * wmbiff/socket.c: correct date
1544 2002-06-01 Saturday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1546 * configure.in, wmbiff/socket.c: IPv6 support using getaddrinfo
1547 from Jun-ichiro itojun Hagino <itojun@iijlab.net>
1549 2002-05-03 Friday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1551 * ChangeLog, configure.in: Release 0.4.0
1553 2002-05-03 Friday 05:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1555 * Makefile.am: don't list TODO changes in ChangeLog, to avoid
1558 2002-05-03 Friday 05:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1560 * wmbiff/mboxClient.c: type casting hackery to help architectures I
1563 2002-05-03 Friday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1565 * wmbiff/: sample.wmbiffrc, wmbiffrc.5.in: lpq example creep
1567 2002-05-03 Friday 05:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1569 * wmbiff/ShellClient.c: bugfix when alternates between numeric and
1572 2002-04-29 Monday 02:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1574 * wmbiff/: Client.h, ShellClient.c, charutil.c, charutil.h: lclint
1575 cleanups - strdup_ordie, some null annotations
1577 2002-04-27 Saturday 08:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1579 * wmbiff/: Client.h, ShellClient.c, passwordMgr.c: cleanup to use
1580 grabCommandOutput in passwordMgr instead of duplicating the
1581 popen/fgets/pclose code
1583 2002-04-27 Saturday 08:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1585 * wmbiff/: Client.h, Makefile.am, charutil.c, passwordMgr.c,
1586 passwordMgr.h, test_wmbiff.c: move passwordMgr testing to
1587 test_wmbiff.c; catch a small bug in handling empty passwords
1589 2002-04-27 Saturday 08:29 UTC -- Neil Spring <nspring@cs.washington.edu>
1591 * FromCVS.sh: apparently aclocal barfs when macros are defined both
1592 in the system directory and in a local copy. semper fragile.
1594 2002-04-25 Thursday 20:28 UTC -- Neil Spring <nspring@cs.washington.edu>
1596 * README: add a note about gnutls version 0.3.5
1598 2002-04-25 Thursday 18:33 UTC -- Neil Spring <nspring@cs.washington.edu>
1600 * configure.in: hack attempt at supporting gnutls built locally
1602 2002-04-25 Thursday 17:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1604 * ChangeLog, FromCVS.sh, autoconf/libgcrypt.m4,
1605 autoconf/libgnutls.m4: add m4 macros for libgcrypt and libgnutls
1606 to the repository, so that FromCVS can be run to regenerate
1607 configure.in, even on systems without gnutls.
1609 2002-04-20 Saturday 09:55 UTC -- Neil Spring <nspring@cs.washington.edu>
1611 * wmbiff/Makefile.am: correct a problem uncovered by sourceforge's
1614 2002-04-20 Saturday 09:27 UTC -- Neil Spring <nspring@cs.washington.edu>
1616 * wmbiff/ShellClient.c: BSD fix (no strndup, no sighandler_t)
1618 2002-04-20 Saturday 09:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1620 * wmbiff/: LicqClient.c, mboxClient.c: move msgs=-1 assignment on
1621 failure to the common openMailbox()
1623 2002-04-20 Saturday 08:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1625 * ChangeLog, configure.in, wmbiff/Client.h: update meta-information
1628 2002-04-20 Saturday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1630 * wmbiff/Makefile.am: correct syntax for making a test program
1632 2002-04-20 Saturday 08:13 UTC -- Neil Spring <nspring@cs.washington.edu>
1634 * wmbiff/sample.wmbiffrc: finish deprecating
1636 2002-04-20 Saturday 08:12 UTC -- Neil Spring <nspring@cs.washington.edu>
1638 * wmbiff/: sample.wmbiffrc, wmbiffrc.5.in: document back-tick
1639 expansion, deprecate mbox style without mbox: prefix
1641 2002-04-20 Saturday 07:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1643 * wmbiff/: Client.h, LicqClient.c, ShellClient.c, mboxClient.c:
1646 2002-04-20 Saturday 07:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1648 * wmbiff/: LicqClient.c, mboxClient.c: refactor mailbox stat()'ting
1649 to reduce duplicated code and supprort backticks.
1651 2002-04-20 Saturday 07:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1653 * wmbiff/ShellClient.c: refactor command execution code to support
1654 backtick foo expansion
1656 2002-04-20 Saturday 07:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1658 * wmbiff/: Makefile.am, test_wmbiff.c: add tests for bbacktick
1661 2002-04-20 Saturday 07:49 UTC -- Neil Spring <nspring@cs.washington.edu>
1663 * wmbiff/Client.h: ctime has become useless; new prototypes to
1666 2002-04-16 Tuesday 07:37 UTC -- Neil Spring <nspring@cs.washington.edu>
1668 * ChangeLog, wmbiff/Client.h, wmbiff/Imap4Client.c,
1669 wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/mboxClient.c,
1670 wmbiff/passwordMgr.c, wmbiff/wmbiff.c: remove vestigial
1673 2002-04-16 Tuesday 07:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1675 * wmbiff/test-make.sh: unnecessary now that autoconf is involved
1677 2002-04-15 Monday 22:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1679 * Makefile.am: dist the FAQ
1681 2002-04-15 Monday 21:19 UTC -- Neil Spring <nspring@cs.washington.edu>
1683 * wmgeneral/: Makefile.am, list.c, list.h, misc.c, misc.h,
1684 wmgeneral.c, wmgeneral.h: run make indent; also tolerate standard
1685 geometry string (dumping the dimensions provided)
1687 2002-04-15 Monday 21:06 UTC -- Neil Spring <nspring@cs.washington.edu>
1689 * wmbiff/wmbiff.c: bugfix to sigchld_handler (argh)
1691 2002-04-15 Monday 08:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1693 * ChangeLog, Makefile.am, configure.in, wmbiff/Makefile.am,
1694 autoconf/Makefile.am: try to make the distcheck target work
1697 2002-04-15 Monday 08:14 UTC -- Neil Spring <nspring@cs.washington.edu>
1699 * FAQ: a little documentation
1701 2002-04-15 Monday 02:21 UTC -- Neil Spring <nspring@cs.washington.edu>
1703 * wmbiff/wmbiff.c: treat all gicu messages as new (they're unread)
1705 2002-04-15 Monday 02:10 UTC -- Neil Spring <nspring@cs.washington.edu>
1707 * configure.in: chmod 0444 wmbiffrc.5 to remind me not to try to
1710 2002-04-15 Monday 02:09 UTC -- Neil Spring <nspring@cs.washington.edu>
1712 * wmbiff/wmbiffrc.5.in: document finger, changes to shell
1714 2002-04-15 Monday 01:58 UTC -- Neil Spring <nspring@cs.washington.edu>
1716 * wmbiff/: ShellClient.c, wmbiff.c: waitpid until done
1718 2002-04-15 Monday 01:48 UTC -- Neil Spring <nspring@cs.washington.edu>
1720 * configure.in: slightly nicer message
1722 2002-04-15 Monday 01:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1724 * ChangeLog, configure.in, wmbiff/wmbiff-master-contrast.xpm:
1725 0.4.0pre4 - finger support, text from shell support, minor code
1728 2002-04-15 Monday 01:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1730 * AUTHORS, README: add Andelko Horvat to the list of contributors,
1731 remove author list from README
1733 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1735 * wmbiff/test-wmbiffrc.shell: test finger as well
1737 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1739 * wmbiff/Client.h: TextStatus to hold a three-character status
1742 2002-04-15 Monday 01:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1744 * wmbiff/wmbiff.c: support TextString as status; factor
1745 blitMsgCounters as displayMsgCounters was starting to get ugly,
1746 add finger recipe to use ShellClient instead of a separate module
1748 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1750 * wmbiff/passwordMgr.c: use chomp to remove the newline from
1753 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1755 * wmbiff/: charutil.c, charutil.h: duplicate perl's chomp()
1757 2002-04-15 Monday 01:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1759 * wmbiff/ShellClient.c: return sigchld to default hander before
1760 using popen; handle text input. Much complexity, I hope it's
1763 2002-04-15 Monday 01:25 UTC -- Neil Spring <nspring@cs.washington.edu>
1765 * wmbiff/wmbiff-master-led.xpm: support yellow text
1767 2002-04-15 Monday 01:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1769 * wmbiff/Makefile.am: derive wmbiff-master-contrast.xpm from
1770 wmbiff-master-led.xpm
1772 2002-04-12 Friday 05:54 UTC -- Neil Spring <nspring@cs.washington.edu>
1774 * wmbiff/socket.c: extra debugging messages, to be in-line with our
1775 -debug to stdout philosophy
1777 2002-04-11 Thursday 21:39 UTC -- Jordi Mallach <jordi@sindominio.net>
1779 * autoconf/: install-sh, missing, mkinstalldirs: Shouldn't be in
1782 2002-04-11 Thursday 18:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1784 * configure.in: attempt to fix Jordi's configure bug
1786 2002-04-11 Thursday 07:24 UTC -- Neil Spring <nspring@cs.washington.edu>
1788 * wmbiff/Pop3Client.c: APOP bugfix (unreleased bug)
1790 2002-04-09 Tuesday 07:52 UTC -- Neil Spring <nspring@cs.washington.edu>
1792 * ChangeLog, configure.in: bump version to 0.4.0pre3 - permissions
1793 checking for .wmbiffrc added.
1795 2002-04-09 Tuesday 07:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1797 * Makefile.am: try to tell the difference between running make dist
1798 with cvs and missing cvs2cl (an error), and running make dist
1799 without cvs (which should be ok).
1801 2002-04-09 Tuesday 07:45 UTC -- Neil Spring <nspring@cs.washington.edu>
1803 * wmbiff/: LicqClient.c, maildirClient.c, mboxClient.c: some
1804 explicit casts to make compiling on non-linux a bit more
1807 2002-04-09 Tuesday 07:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1809 * wmbiff/wmbiff.c: permissions checking for .wmbiffrc (if it
1810 exists), some minor cleanup associated with this.
1812 2002-04-09 Tuesday 07:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1814 * wmbiff/Makefile.am: _DATA files don't get distributed, add the
1815 skins into extra_dist. automake can be confusing
1817 2002-04-08 Monday 09:35 UTC -- Neil Spring <nspring@cs.washington.edu>
1819 * configure.in, wmbiff/wmbiffrc.5, wmbiff/wmbiffrc.5.in:
1820 automatically generate wmbiffrc.5 based on the results of
1821 configure, so that the configure-time chosen defaults are
1824 2002-04-07 Sunday 19:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1826 * configure.in: don't try to configure gnutls if libz or libgdbm
1829 2002-04-07 Sunday 19:30 UTC -- Neil Spring <nspring@cs.washington.edu>
1831 * FromCVS.sh: allow for automake 1.5's need for depcomp
1833 2002-04-07 Sunday 05:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1835 * COPYING, ChangeLog, FromCVS.sh, INSTALL, Makefile.am,
1836 configure.in, autoconf/acconfig.h, autoconf/install-sh,
1837 autoconf/missing, autoconf/mkinstalldirs, maint/changelog-header,
1838 wmbiff/Client.h, wmbiff/Imap4Client.c, wmbiff/LicqClient.c,
1839 wmbiff/Makefile, wmbiff/Makefile.am, wmbiff/Pop3Client.c,
1840 wmbiff/charutil.h, wmbiff/maildirClient.c, wmbiff/mboxClient.c,
1841 wmbiff/tlsComm.c, wmbiff/wmbiff.c, wmgeneral/Makefile.am,
1842 wmgeneral/wmgeneral.c: use automake / autoconf; after checkout
1845 2002-04-07 Sunday 03:23 UTC -- Neil Spring <nspring@cs.washington.edu>
1847 * AUTHORS: automake required file, duplicated from README
1849 2002-04-05 Friday 19:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1851 * wmbiff/wmbiff-master-contrast.xpm: a first cut higher-contrast
1854 2002-04-05 Friday 19:43 UTC -- Neil Spring <nspring@cs.washington.edu>
1856 * wmbiff/: Makefile, sample.wmbiffrc, test-make.sh, wmbiff.c:
1857 askpass - invoke ssh-askpass to fill in passwords for IMAP
1858 servers; skin - dynamically load an .xpm background
1860 2002-04-05 Friday 19:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1862 * wmbiff/wmbiffrc.5: documentation of askpass and skin
1864 2002-04-05 Friday 19:08 UTC -- Neil Spring <nspring@cs.washington.edu>
1866 * wmbiff/tlsComm.c: explicit handling of timeouts
1868 2002-04-05 Friday 19:02 UTC -- Neil Spring <nspring@cs.washington.edu>
1870 * wmbiff/passwordMgr.c: askpass having a space in it is an INFO,
1873 2002-04-04 Thursday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1875 * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
1876 passwordMgr.c, passwordMgr.h, sample.wmbiffrc, test-make.sh:
1877 interactive password prompting support for imap - leave password
1878 in the : format blank to use
1880 2002-03-26 Tuesday 16:30 UTC -- Jordi Mallach <jordi@sindominio.net>
1882 * ChangeLog, wmbiff/Makefile: Released WMBiff 0.3.8.
1884 2002-03-18 Monday 09:47 UTC -- Neil Spring <nspring@cs.washington.edu>
1886 * wmgeneral/wmgeneral.h: un-shadow index
1888 2002-03-18 Monday 09:46 UTC -- Neil Spring <nspring@cs.washington.edu>
1890 * wmgeneral/wmgeneral.c: un-shadow a global variable
1892 2002-03-14 Thursday 08:51 UTC -- Neil Spring <nspring@cs.washington.edu>
1894 * README: correct and expand upon crypto instructions
1896 2002-03-12 Tuesday 23:53 UTC -- Neil Spring <nspring@cs.washington.edu>
1898 * wmbiff/: Client.h, Imap4Client.c, Pop3Client.c, ShellClient.c,
1899 tlsComm.c: fixed misunderstanding of the use of ## in macros with
1900 strings - the compiler does the concatenation, not the
1903 2002-03-11 Monday 00:11 UTC -- Neil Spring <nspring@cs.washington.edu>
1905 * wmbiff/tlsComm.c: slightly better message on expect failure
1907 2002-03-09 Saturday 08:50 UTC -- Neil Spring <nspring@cs.washington.edu>
1909 * wmbiff/ShellClient.c: debug messages cleanup; start handling
1910 pclose errors; remove open() function pointer assignment;
1913 2002-03-09 Saturday 08:03 UTC -- Neil Spring <nspring@cs.washington.edu>
1915 * wmgeneral/: list.h, wmgeneral.c: minor warning cleanups
1917 2002-03-08 Friday 19:26 UTC -- Neil Spring <nspring@cs.washington.edu>
1919 * README: credit Ben
1921 2002-03-07 Thursday 22:20 UTC -- Neil Spring <nspring@cs.washington.edu>
1923 * wmbiff/ShellClient.c: fix error return status (ben's 'lil' patch)
1925 2002-03-07 Thursday 07:04 UTC -- Neil Spring <nspring@cs.washington.edu>
1927 * wmbiff/ShellClient.c: appropriate credits
1929 2002-03-06 Wednesday 18:01 UTC -- Neil Spring <nspring@cs.washington.edu>
1931 * wmbiff/ShellClient.c: fix my sloppy mistake in shell path parsing
1933 2002-03-06 Wednesday 07:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1935 * wmbiff/ShellClient.c: misplaced string.h
1937 2002-03-06 Wednesday 07:59 UTC -- Neil Spring <nspring@cs.washington.edu>
1939 * wmbiff/wmbiff.c: rename in Read_Config_File for more 'index'
1942 2002-03-06 Wednesday 07:44 UTC -- Neil Spring <nspring@cs.washington.edu>
1944 * wmbiff/ShellClient.c: fix a potential file descriptor leak
1946 2002-03-06 Wednesday 07:15 UTC -- Neil Spring <nspring@cs.washington.edu>
1948 * wmbiff/: Client.h, Makefile, ShellClient.c, mboxClient.c,
1949 sample.wmbiffrc, test-wmbiffrc.shell, wmbiff.1, wmbiff.c,
1950 wmbiffrc.5: Draft shell command and gnomeicu support from Benoît
1951 Rouits with minor modifications 1) implement gicu using the shell
1952 module rather than as a separate module, 2) edit Ben's shell
1953 format to have extra colons for extensibility, 3) add some extra
1954 error checking in the shell method. I also added a test wmbiffrc
1955 that can be used to verify that the gicu and shell methods
1958 2002-03-05 Tuesday 05:02 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
1960 * wmbiff/maildirClient.c: cosmetic changes
1962 2002-03-04 Monday 06:57 UTC -- Neil Spring <nspring@cs.washington.edu>
1964 * wmbiff/mboxClient.c: convert a lingering fprintf to DM
1966 2002-03-02 Saturday 23:25 UTC -- Neil Spring <nspring@cs.washington.edu>
1968 * wmbiff/: Imap4Client.c, Makefile, wmbiff.c: a little -Wshadow and
1969 -Wcast-qual cleanup (or, eliminate the use of 'index' as a
1972 2002-03-02 Saturday 22:38 UTC -- Neil Spring <nspring@cs.washington.edu>
1974 * wmbiff/Client.h: add preprocessor define to handle portability of
1975 __attribute__ tag to non-gcc compilers (untested)
1977 2002-03-02 Saturday 06:42 UTC -- Neil Spring <nspring@cs.washington.edu>
1979 * wmbiff/tlsComm.c: indent run (oops)
1981 2002-03-02 Saturday 06:41 UTC -- Neil Spring <nspring@cs.washington.edu>
1983 * wmbiff/: Pop3Client.c, Imap4Client.c: minor reorganization of
1984 gcrypt-needing authentication schemes
1986 2002-03-02 Saturday 06:39 UTC -- Neil Spring <nspring@cs.washington.edu>
1988 * wmbiff/tlsComm.c: attribute tags for warning cleanup w/o gnutls
1990 2002-03-02 Saturday 06:36 UTC -- Neil Spring <nspring@cs.washington.edu>
1992 * wmbiff/wmbiff.c: gcc attribute tags, minor debug message cleanup
1994 2002-03-02 Saturday 06:31 UTC -- Neil Spring <nspring@cs.washington.edu>
1996 * wmbiff/Makefile: rearrange which compiler warnings are implied by
1999 2002-03-02 Saturday 05:58 UTC -- Neil Spring <nspring@cs.washington.edu>
2001 * wmbiff/Client.h: use off_t instead of size_t in Licq and Maildir
2002 for file sizes from stat()
2004 2002-03-02 Saturday 05:50 UTC -- Neil Spring <nspring@cs.washington.edu>
2006 * wmbiff/tlsComm.c: bugfix to support compilation without crypto
2008 2002-03-01 Friday 11:58 UTC -- Jordi Mallach <jordi@sindominio.net>
2010 * wmbiff/wmbiff.c: Added -debug to help text. Removed Gennady's
2011 mail address and added our devel list.
2013 2002-03-01 Friday 11:28 UTC -- Jordi Mallach <jordi@sindominio.net>
2015 * wmbiff/Makefile: Fixed install rule in Makefile.
2017 2002-03-01 Friday 08:41 UTC -- Neil Spring <nspring@cs.washington.edu>
2019 * wmbiff/: Client.h, Imap4Client.c, LicqClient.c, Makefile,
2020 Pop3Client.c, maildirClient.c, mboxClient.c, tlsComm.c,
2021 tlsComm.h, wmbiff.1, wmbiff.c, wmbiffrc.5: Replaced DEBUG_x
2022 preprocessor defines with a -debug option and debug configuration
2023 keyword. Replaced most debugging messages with a DM (debug
2024 message) macro. Removed gnutls version 0.2.x support. Added
2025 troubleshooting section to man page.
2027 2002-02-03 Sunday 22:48 UTC -- Jordi Mallach <jordi@sindominio.net>
2029 * ChangeLog: Released WMBiff 0.3.7.
2031 2002-02-03 Sunday 22:43 UTC -- Jordi Mallach <jordi@sindominio.net>
2033 * wmbiff/Makefile: Bumped WMBIFF_VERSION to 0.3.7.
2035 2002-02-02 Saturday 18:04 UTC -- Jordi Mallach <jordi@sindominio.net>
2037 * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
2038 charutil.h: Makefile fixes from Simon L. Nielsen, which help
2039 building wmbiff in FreeBSD. Fixed the previous IMAP regex patch.
2041 2002-01-27 Sunday 20:20 UTC -- Jordi Mallach <jordi@sindominio.net>
2043 * ChangeLog, maint/changelog.sed, maint/prerelease.sh: Some fixes
2044 for the maint scripts.
2046 2002-01-27 Sunday 19:59 UTC -- Jordi Mallach <jordi@sindominio.net>
2048 * ChangeLog: Released WMBiff 0.3.6.
2050 2002-01-27 Sunday 19:56 UTC -- Jordi Mallach <jordi@sindominio.net>
2052 * wmbiff/Imap4Client.c: Indent fixes.
2054 2002-01-27 Sunday 19:52 UTC -- Jordi Mallach <jordi@sindominio.net>
2056 * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.6.
2058 2002-01-27 Sunday 12:46 UTC -- Jordi Mallach <jordi@sindominio.net>
2060 * README, wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/wmbiffrc.5:
2061 Alternate regex for imap/imaps which allows "@" in passwords.
2062 Fix to correctly handle the auth list in imap. Patch from David
2063 Smith <davidsmith@acm.org>.
2065 2002-01-14 Monday 01:51 UTC -- Jordi Mallach <jordi@sindominio.net>
2067 * ChangeLog: Released WMBiff 0.3.5.
2069 2002-01-14 Monday 01:50 UTC -- Jordi Mallach <jordi@sindominio.net>
2071 * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.5.
2073 2002-01-12 Saturday 19:18 UTC -- Neil Spring <nspring@cs.washington.edu>
2075 * wmbiff/Imap4Client.c: quote patch from Nick Mitchell, ref debian
2078 2002-01-12 Saturday 06:17 UTC -- Neil Spring <nspring@cs.washington.edu>
2080 * wmbiff/tlsComm.c: debugging for gnutls3
2082 2002-01-12 Saturday 05:50 UTC -- Neil Spring <nspring@cs.washington.edu>
2084 * wmbiff/Makefile: clarify what to do with gnutls version define
2086 2002-01-12 Saturday 05:30 UTC -- Neil Spring <nspring@cs.washington.edu>
2088 * wmbiff/: Makefile, charutil.c, tlsComm.c: update for the
2089 interface change in gnutls 0.3.0
2091 2001-11-23 Friday 15:57 UTC -- Jordi Mallach <jordi@sindominio.net>
2093 * ChangeLog: Released WMBiff 0.3.4.
2095 2001-11-23 Friday 15:55 UTC -- Jordi Mallach <jordi@sindominio.net>
2097 * wmbiff/Makefile: Bumped version to 0.3.4, and release.
2099 2001-11-23 Friday 15:53 UTC -- Jordi Mallach <jordi@sindominio.net>
2101 * ChangeLog, wmbiff/sample.wmbiffrc: Doc updates for 0.3.4.
2103 2001-11-16 Friday 07:11 UTC -- Neil Spring <nspring@cs.washington.edu>
2105 * wmbiff/: Imap4Client.c, Pop3Client.c, charutil.c: regexes limit
2106 password and username to 32 characters
2108 2001-11-16 Friday 06:08 UTC -- Neil Spring <nspring@cs.washington.edu>
2110 * wmgeneral/: wmgeneral.c, wmgeneral.h: -Wwrite-strings cleanliness
2112 2001-11-16 Friday 01:13 UTC -- Neil Spring <nspring@cs.washington.edu>
2114 * wmbiff/: Client.h, Imap4Client.c, Makefile, Pop3Client.c,
2115 charutil.c: rewrite of authentication code to a) allow users to
2116 specify authentication type, b) fall back to other authentication
2117 methods when hash-based authentication fails (because not
2118 everybody uses the cleartext password file) c) fix debug messages
2120 2001-11-16 Friday 00:40 UTC -- Neil Spring <nspring@cs.washington.edu>
2122 * wmbiff/charutil.h: regex helpers common to pop3 and imap4 clients
2123 extracted and moved here
2125 2001-11-16 Friday 00:40 UTC -- Neil Spring <nspring@cs.washington.edu>
2127 * wmbiff/: tlsComm.c, tlsComm.h: blacklist and debugging updates
2128 for gnutls 0.2.10 and DM macro
2130 2001-11-16 Friday 00:39 UTC -- Neil Spring <nspring@cs.washington.edu>
2132 * wmbiff/wmbiffrc.5: authentication method list, reduced
2133 indentation to fit screen better
2135 2001-11-16 Friday 00:38 UTC -- Neil Spring <nspring@cs.washington.edu>
2137 * wmbiff/wmbiff-master-led.xpm: made pixmap const char
2139 2001-11-16 Friday 00:37 UTC -- Neil Spring <nspring@cs.washington.edu>
2141 * wmbiff/wmbiff.c: -Wwrite-strings cleanliness
2143 2001-11-02 Friday 08:53 UTC -- Neil Spring <nspring@cs.washington.edu>
2145 * wmbiff/: Imap4Client.c, wmbiff.c, wmbiffrc.5: Prefer "imaps"
2146 instead of "sslimap" (sslimap is still supported, but imaps is
2147 documented, and a better name).
2149 2001-11-02 Friday 08:48 UTC -- Neil Spring <nspring@cs.washington.edu>
2151 * wmbiff/tlsComm.c: Small debugging message to help if a connection
2154 2001-10-29 Monday 13:57 UTC -- Jordi Mallach <jordi@sindominio.net>
2156 * ChangeLog: Released WMBiff 0.3.3.
2158 2001-10-29 Monday 13:54 UTC -- Jordi Mallach <jordi@sindominio.net>
2160 * wmbiff/: Imap4Client.c, wmbiff.c: Indent run.
2162 2001-10-28 Sunday 23:32 UTC -- Jordi Mallach <jordi@sindominio.net>
2164 * ChangeLog, README, wmbiff/Makefile, wmbiff/sample.wmbiffrc:
2165 Preparation for 0.3.3. Documentation updates.
2167 2001-10-28 Sunday 22:22 UTC -- Neil Spring <nspring@cs.washington.edu>
2169 * wmbiff/wmbiff.c: Bugfix: initialize libgcrypt properly before
2170 cram-md5 (or probably apop) authentication.
2172 2001-10-24 Wednesday 15:35 UTC -- Jordi Mallach <jordi@sindominio.net>
2174 * maint/changelog.sed: Added Neil to the sed script.
2176 2001-10-23 Tuesday 21:14 UTC -- Neil Spring <nspring@cs.washington.edu>
2178 * wmbiff/Imap4Client.c: error check just in case sighup patch is
2181 2001-10-23 Tuesday 18:35 UTC -- Jordi Mallach <jordi@sindominio.net>
2183 * ChangeLog: Released WMBiff 0.3.2.
2185 2001-10-23 Tuesday 18:33 UTC -- Jordi Mallach <jordi@sindominio.net>
2187 * wmbiff/Makefile: Bump WMBIFF_VERSION to 0.3.2.
2189 2001-10-05 Friday 16:10 UTC -- Jordi Mallach <jordi@sindominio.net>
2191 * wmbiff/Makefile: Changed order of additions to LIBS and
2192 EXTRAFLAGS, removed extra WMBIFF_VERSION definition.
2194 2001-10-04 Thursday 09:50 UTC -- Jordi Mallach <jordi@sindominio.net>
2196 * README, wmbiff/Client.h, wmbiff/Imap4Client.c,
2197 wmbiff/LicqClient.c, wmbiff/Makefile, wmbiff/Pop3Client.c,
2198 wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/maildirClient.c,
2199 wmbiff/mboxClient.c, wmbiff/socket.c, wmbiff/tlsComm.c,
2200 wmbiff/tlsComm.h, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2201 wmbiff/wmbiffrc.5: * Big patch from Neil Spring which adds lots
2202 of crypto support to WMBiff. * WMBiff can now speak IMAP over
2203 TLS and CRAM-MD5, and APOP using libgcrypt. * Known problems:
2204 - gnutls is being developed still, so it may have security
2205 related bugs. - A bug in gnutls (a too-small buffer) may cause
2206 problems in the parsing of openssl certificates. This should
2207 be fixed by gnutls soon, hopefully. Added error messages if
2208 this bug is tickled. If you've got problems with IMAP SSL,
2209 please try upgrading gnutls. If the problem persists, let us
2210 know. - IMAP has totally been rewritten, so bugs may crop up.
2211 - Pop3 hasn't been rewritten to use the TLS primitives, though
2212 it probably could be if someone wanted to. * There's a new
2213 interface for reading and writing to the socket in
2214 tlsComm.[ch]. This makes the IMAP code somewhat independent of
2215 whether ssl is used, and provides nicer primitives to help skip
2216 'informational' messages. * WITH_TLS and WITH_GCRYPT are
2217 on-by-default in the Makefile. TLS applies to encryption,
2218 GCRYPT to cram-md5 and apop authentication. Since gnutls
2219 depends on libgcrypt anyway, these probably don't need to be
2220 independent. Some compile warnings may be generated when these
2221 are disabled. * Added code to optionally include dmalloc.h
2222 and link -ldmalloc. This doesn't do anything at the moment, but
2223 shouldn't hurt. It's off-by-default. * IMAP connections are now
2224 persistent. persistent. This is to cut down on the need to
2225 re-negotiate an SSL connection every time you want to check
2226 mail. It tries to use just one connection per
2227 (server/username/password/port number), which means multiple
2228 mailboxes need only one connection. * There are a handful of
2229 lclint (http://lclint.cs.virginia.edu) annotations in
2230 tlsComm.[ch]. These should also not hurt anyone, and are meant to
2231 keep the signal to noise ratio of lclint high. * The rewritten
2232 IMAP code uses the GNU regex library to handle the
2233 configuration line. I think its clearer than the cascading
2234 strtok() solution, but the regex might not be perfect. *
2235 Removed an unnecessary "inline" keyword from charutil.h. * Added
2236 a TODO document with the bits that are missing from the picture.
2237 * Please bow in awe at NAKAYAMA Takao, Jay T. Francis and
2238 specially Neil Spring for all of this.
2240 2001-10-04 Thursday 09:21 UTC -- Jordi Mallach <jordi@sindominio.net>
2242 * wmbiff/ApopClient.c: Removed unneeded Apop support code, now
2243 integrated in Neil and Jay's patch.
2245 2001-10-04 Thursday 09:00 UTC -- Jordi Mallach <jordi@sindominio.net>
2247 * maint/changelog.sed: Added my other SF account, which I intend to
2250 2001-10-04 Thursday 08:54 UTC -- Jordi Mallach <jordi@sindominio.net>
2252 * ChangeLog, README, wmbiff/Client.h, wmbiff/Makefile,
2253 wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2254 wmbiff/wmbiffrc.5: Backed out hoehoe's patch, preparing to apply
2257 2001-09-24 Monday 11:58 UTC -- Jordi Mallach <jordi@sindominio.net>
2259 * ChangeLog, README, wmbiff/ApopClient.c, wmbiff/Client.h,
2260 wmbiff/Makefile, wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1,
2261 wmbiff/wmbiff.c, wmbiff/wmbiffrc.5: Added APOP support, patch
2262 from NAKAYAMA Takao <hoehoe@wakaba.jp>. Fixed some bits of the
2263 manpage (Jordi) Bumped version to 0.3.2.
2265 2001-09-24 Monday 11:56 UTC -- Jordi Mallach <jordi@sindominio.net>
2267 * maint/prerelease.sh: Removed -t to cvs2cl invocation, to make
2270 2001-06-24 Sunday 18:17 UTC -- Jordi Mallach <jordi@sindominio.net>
2272 * ChangeLog: Released wmbiff 0.3.1.
2274 2001-06-24 Sunday 18:08 UTC -- Jordi Mallach <jordi@sindominio.net>
2276 * ChangeLog, README: Removed duplicate entry for Vladimir Popov in
2279 2001-06-23 Saturday 00:09 UTC -- Jordi Mallach <jordi@sindominio.net>
2281 * wmbiff/Imap4Client.c: Imap fix from Rob Funk
2283 2001-06-23 Saturday 00:07 UTC -- Jordi Mallach <jordi@sindominio.net>
2285 * ChangeLog, maint/changelog.sed, maint/prerelease.sh: Renamed
2286 CHANGES to ChangeLog and RELEASE-NOTES to NEWS, modified release
2287 scripts accordingly. Added Mark to the sed file.
2289 2001-06-22 Friday 23:55 UTC -- Jordi Mallach <jordi@sindominio.net>
2291 * CHANGES, RELEASE-NOTES: Renamed to NEWS and ChangeLog
2293 2001-06-19 Tuesday 03:52 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2295 * CHANGES, maint/prerelease.sh: * Whoops! Messed up CVS expansion
2296 in maint/prerelease.sh. Fixed it. * Also changed
2297 maint/prerelease.sh a bit.
2299 2001-06-19 Tuesday 03:38 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2301 * CHANGES, ChangeLog, README, RELEASE-NOTES, maint/changelog.sed,
2302 maint/prerelease.sh, wmbiff/Client.h, wmbiff/Imap4Client.c,
2303 wmbiff/LicqClient.c, wmbiff/Makefile, wmbiff/Pop3Client.c,
2304 wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/maildirClient.c,
2305 wmbiff/mboxClient.c, wmbiff/sample.wmbiffrc, wmbiff/socket.c,
2306 wmbiff/wmbiff.1, wmbiff/wmbiff.c, wmbiff/wmbiffrc.5: * Another
2307 big patch that mucks with everything. I probably deserve to be
2308 flamed for this practice. Feel free... :-) * Added
2309 maint/prerelease.sh script. Run it before making any releases.
2310 * Added maint/changelog.sed. Add your SourceForge userid here.
2311 * Moved ChangeLog to RELEASE-NOTES (see below). * Added a new
2312 file, CHANGES (created by maint/prerelease.sh) that tabulates
2313 all the CVS changes. * Added "distclean" to wmbiff/Makefile. *
2314 Added CVS Id$ to all the files in wmbiff/ . * I reformatted ths
2315 changelog, again. I hope this is the last time I need to do
2316 this. The CVS logs should be used for all changes, and this file
2317 should by updated for user-visible changes only, from now on.
2318 (Dwayne C. Litzenberger) * Updated the README to reflect that
2319 Gennady Belyakov died right after releasing wmBiff 0.2. May
2320 your soul rest in peace, Gennady. (Dwayne C. Litzenberger)
2322 2001-06-16 Saturday 01:02 UTC -- Jordi Mallach <jordi@sindominio.net>
2324 * ChangeLog, wmbiff/Makefile, wmbiff/sample.wmbiffrc,
2325 wmbiff/wmbiff.c: An FHS fix for wmbiff.c and use $(CC) in the
2328 2001-05-17 Thursday 04:22 UTC -- Dwayne C. Litzenberger <dlitz@dlitz.net>
2330 * ChangeLog, wmbiff/Makefile, wmbiff/charutil.c: Committing Mark
2333 2001-05-16 Wednesday 10:48 UTC -- Jordi Mallach <jordi@sindominio.net>
2335 * ChangeLog, README: Updated some obsolete info in README
2337 2001-05-11 Friday 15:04 UTC -- Jordi Mallach <jordi@sindominio.net>
2339 * ChangeLog, wmbiff/Imap4Client.c, wmbiff/Makefile,
2340 wmbiff/charutil.c, wmbiff/charutil.h, wmbiff/wmbiff.c: Mark's
2341 wmbiffrc parsing fix, small Makefile changes and bump version to
2344 2001-05-11 Friday 14:49 UTC -- Jordi Mallach <jordi@sindominio.net>
2346 * wmbiff/Makefile: Uncommitted stuff to deal with the removal of
2349 2001-05-04 Friday 11:01 UTC -- Jordi Mallach <jordi@sindominio.net>
2351 * ChangeLog, wmbiff/Makefile: Updated Changelog and Makefile for
2354 2001-05-01 Tuesday 16:11 UTC -- Jordi Mallach <jordi@sindominio.net>
2356 * README.licq, ChangeLog, README, wmgeneral/list.c,
2357 wmgeneral/list.h, wmgeneral/misc.c, wmgeneral/misc.h,
2358 wmgeneral/wmgeneral.h, wmbiff/socket.c, wmgeneral/wmgeneral.c,
2359 wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/mboxClient.c,
2360 wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2361 wmbiff/wmbiff-master-led.xpm, wmbiff/Client.h,
2362 wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/maildirClient.c,
2363 wmbiff/wmbiffrc.5: Initial import to SourceForge, version
2366 2001-05-01 Tuesday 16:11 UTC -- Jordi Mallach <jordi@sindominio.net>
2368 * README.licq, ChangeLog, README, wmgeneral/list.c,
2369 wmgeneral/list.h, wmgeneral/misc.c, wmgeneral/misc.h,
2370 wmgeneral/wmgeneral.h, wmbiff/socket.c, wmgeneral/wmgeneral.c,
2371 wmbiff/Imap4Client.c, wmbiff/Makefile, wmbiff/mboxClient.c,
2372 wmbiff/sample.wmbiffrc, wmbiff/wmbiff.1, wmbiff/wmbiff.c,
2373 wmbiff/wmbiff-master-led.xpm, wmbiff/Client.h,
2374 wmbiff/LicqClient.c, wmbiff/Pop3Client.c, wmbiff/maildirClient.c,
2375 wmbiff/wmbiffrc.5: Initial revision