masqmail
annotate acconfig.h @ 331:e507c854a63e
Security fix! Correct handling of seteuid() return value
See Debian bug #638002, reported by John Lightsey.
When possible the (already available) set_euidgid() function is used.
Additionally, it is unnecessary to change the identity when writing
into an already open file descriptor.
This should fix the problem.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 27 Aug 2011 16:19:07 +0200 |
parents | 5745edd5b769 |
children | 02bc0331e390 |
rev | line source |
---|---|
meillo@0 | 1 #undef DEF_MAIL_GROUP |
meillo@0 | 2 #undef DEF_MAIL_USER |
meillo@0 | 3 |
meillo@0 | 4 /* Define if you want to use lockfile library. */ |
meillo@0 | 5 #undef USE_LIBLOCKFILE |
meillo@0 | 6 |
meillo@0 | 7 #undef ENABLE_DEBUG |
meillo@0 | 8 |
meillo@0 | 9 #undef ENABLE_RESOLVER |
meillo@0 | 10 |
meillo@0 | 11 #undef ENABLE_AUTH |
meillo@0 | 12 |
meillo@0 | 13 #undef USE_LIB_CRYPTO |
meillo@0 | 14 |
meillo@0 | 15 #undef ENABLE_IDENT |
meillo@0 | 16 |
meillo@0 | 17 #undef CONF_DIR |
meillo@0 | 18 |
meillo@0 | 19 #undef DATA_DIR |
meillo@0 | 20 |
meillo@0 | 21 #undef SBINDIR |