Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/crypto/external/bsd/openpgpsdk/dist/src/lib



Module Name:    src
Committed By:   agc
Date:           Fri Jan 23 17:30:52 UTC 2009

Modified Files:
        src/crypto/external/bsd/openpgpsdk/dist/src/lib: keyring.c

Log Message:
Forgot a file in big commit from yesterday:

when matching userid, cheecck if the given userid has a '@' in it.
If so, treat it as an email address, and search for a case-insensitivee
match for the text in between '<' and '>' delimiters.

Otherwise, look for a case insensitive match on the full name.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 \
    src/crypto/external/bsd/openpgpsdk/dist/src/lib/keyring.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index