* new version 2.20.9.
commit9306e227fc7b1b096d4a58f8c06da66603a50a6a
authorEduardo Chappa <chappa@washington.edu>
Sat, 25 Jul 2015 04:13:59 +0000 (24 22:13 -0600)
committerEduardo Chappa <chappa@washington.edu>
Sat, 25 Jul 2015 04:13:59 +0000 (24 22:13 -0600)
tree0f4089b0487bb8d6514fcfb79fdd352ebcd527a9
parent28063ac494a640111f4483e85f968ee45b4213de
   * new version 2.20.9.

   * Add command line argument -smimedir, which allows to specify
     the default path for a directory that contains the public, private,
     and ca directories. This is useful in case a user has a backup of
     old certificates that cannot be installed in the ~/.alpine-smime
     dir.

   * Update to alpine man page to include documentation on missing command
     line options such as -nowrite_password_cache, -passfile, -pwdcertdir,
     and -smimedir.

   * Various changes in the code to quell some compiler issued warnings in
     Mac OSX. Reported by Joe St Sauver. This includes the removing
     deprecated ldap functions from the code and the test in the configure
     script. The switch to not deprecated functions is done by the use of
     the belvar structure, which is not completely appropriate for what we
     are doing, but it is sufficient for our needs. The berval structure
     is more appropriate for binary data, but it works well with string
     data, which is what we need.

   * Various changes in the code to quell some warnings issued by clang
     3.5.
70 files changed:
alpine/adrbkcmd.c
alpine/arg.c
alpine/imap.c
alpine/ldapconf.c
alpine/takeaddr.c
configure
configure.ac
doc/alpine.1
imap/src/c-client/auth_ext.c
imap/src/c-client/auth_gss.c
imap/src/c-client/auth_log.c
imap/src/c-client/auth_md5.c
imap/src/c-client/auth_pla.c
imap/src/c-client/imap4r1.c
imap/src/c-client/mail.c
imap/src/c-client/misc.c
imap/src/c-client/netmsg.c
imap/src/c-client/newsrc.c
imap/src/c-client/nntp.c
imap/src/c-client/pop3.c
imap/src/c-client/rfc822.c
imap/src/c-client/smanager.c
imap/src/c-client/smtp.c
imap/src/c-client/utf8.c
imap/src/c-client/utf8aux.c
imap/src/dmail/dmail.c
imap/src/imapd/imapd.c
imap/src/ipopd/ipop2d.c
imap/src/ipopd/ipop3d.c
imap/src/mailutil/mailutil.c
imap/src/mlock/mlock.c
imap/src/mtest/mtest.c
imap/src/osdep/unix/dummy.c
imap/src/osdep/unix/env_unix.c
imap/src/osdep/unix/fdstring.c
imap/src/osdep/unix/mbx.c
imap/src/osdep/unix/mh.c
imap/src/osdep/unix/mix.c
imap/src/osdep/unix/mmdf.c
imap/src/osdep/unix/mtx.c
imap/src/osdep/unix/mx.c
imap/src/osdep/unix/news.c
imap/src/osdep/unix/nl_unix.c
imap/src/osdep/unix/phile.c
imap/src/osdep/unix/tcp_unix.c
imap/src/osdep/unix/tenex.c
imap/src/osdep/unix/unix.c
imap/src/tmail/tmail.c
include/config.h.in
pico/pico.c
pith/adrbklib.c
pith/conf.c
pith/flag.c
pith/folder.c
pith/icache.c
pith/ldap.c
pith/ldap.h
pith/mailindx.c
pith/mimedesc.c
pith/osdep/mimedisp.c
pith/pine.hlp
pith/send.c
pith/smkeys.c
pith/state.h
pith/stream.c
pith/takeaddr.c
po/Makefile.in
web/src/alpined.d/alpined.c
web/src/alpined.d/ldap.c
web/src/alpined.d/ldap.h