CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]  2010/04/21 15:47:39

Modified files:
        usr.sbin/smtpd : lka.c map.c map_parser.c smtpd.h 

Log message:
introduce first map parser for maps of kind K_SECRETS !

map_parse_secret() converts a map value into a struct map_secret. lka no
longer needs to do any parsing, it simply calls map_lookup() with kind
K_SECRETS, checks if it returned a !NULL value, and call lka_encode_secret
to safely do the base64 encoding.

Reply via email to