]> granicus.if.org Git - neomutt/commit
Bye srandom() and random()
authorSami Farin <hvtaifwkbgefbaei@gmail.com>
Wed, 16 Oct 2013 18:34:57 +0000 (11:34 -0700)
committerRichard Russon <rich@flatcap.org>
Thu, 18 Aug 2016 15:14:08 +0000 (16:14 +0100)
commit75b3708edb18815935692c60bbae56d5301f8210
tree7ccb6e74f056b6915842950724059b2debe029b7
parentef1fc1df243367ccff592f1e8130aa0df8502ac2
Bye srandom() and random()

Prefer getrandom on Linux, use /dev/urandom otherwise to
get entropy for MIME boundaries, message-id, Maildir filename,
temporary filename.  Using MUTT_RANDTAG_LEN (currently 16) base32
characters for boundaries and message-id.
configure.ac
globals.h
init.c
main.c
mh.c
muttlib.c
protos.h
sendlib.c