Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-26 | gpg: Lowercase mailbox for PKA lookups. | Werner Koch | 1 | -3/+4 | |
* common/stringhelp.c (ascii_strlwr): New. * common/mbox-util.c (mailbox_from_userid): Downcase result. -- Signed-off-by: Werner Koch <[email protected]> | |||||
2015-02-25 | Move new mailbox.c source file to common/. | Werner Koch | 1 | -9/+18 | |
* g10/mailbox.c: Move to ... * common/mbox-util.c: new file. * common/mbox-util.h: New. Include where needed. * g10/t-mailbox.c: Move to ... * common/t-mbox-util.c: new file. -- This will make it easier to use the code by other modules in common/. | |||||
2015-02-24 | gpg: Add function to extract the mailbox. | Werner Koch | 1 | -0/+184 | |
* g10/misc.c (has_invalid_email_chars, is_valid_mailbox) (is_valid_user_id): Move to ... * g10/mailbox.c: new file. (string_has_ctrl_or_space, has_dotdot_after_at): New. (has_invalid_email_chars): New. * g10/t-mailbox.c: New. * g10/Makefile.am (module_tests): Add t-mailbox. (t_mailbox_SOURCES, t_mailbox_LDADD): New. -- Signed-off-by: Werner Koch <[email protected]> |