]> granicus.if.org Git - mutt/commit
Allow larger passphrase timeout values
authorEike Rathke <erack@erack.de>
Mon, 18 Jun 2018 20:04:47 +0000 (22:04 +0200)
committerEike Rathke <erack@erack.de>
Mon, 18 Jun 2018 20:04:47 +0000 (22:04 +0200)
commit4bc76c2f3d425a95b30b06cc73cb7c73f34f26db
tree3beb1740ec413eb36ceab7ace6511545c26d3f47
parent508ff2377e1394b2c3dc63602da3e81a4d0cdb52
Allow larger passphrase timeout values

This came up in the comp.mail.mutt newsgroup where a user wasn't
satisfied with the SHORT_MAX seconds ~9 hours limit on passphrase
timeouts.

For the first time made it necessary for the options parser to be
able to parse numbers as long values. Also, introduced
mutt_add_timeout() to detect possible overflow before adding a
timeout to a time_t value and truncate to TIME_T_MAX instead.
date.c
doc/makedoc.c
doc/manual.xml.head
globals.h
init.c
init.h
pgp.c
protos.h
smime.c