Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   riastradh
Date:           Wed Aug 28 17:47:08 UTC 2013

Modified Files:
        src/common/lib/libc/string: consttime_memequal.c explicit_memset.c
        src/crypto/external/bsd/libsaslc/dist/src: dict.c
        src/crypto/external/bsd/openssh/dist: dns.c
        src/include: string.h
        src/lib/libc/include: namespace.h
        src/lib/libcrypt: bcrypt.c crypt-sha1.c md5crypt.c

Log Message:
Publish explicit_memset and consttime_memequal in userland libc.

Remove the double-underscore from the userland versions, and do the
weak alias dance instead, now that these are public parts of libc.

As discussed on tech-userlevel:

https://mail-index.netbsd.org/tech-userlevel/2013/06/24/msg007843.html
(option 3)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/string/consttime_memequal.c \
    src/common/lib/libc/string/explicit_memset.c
cvs rdiff -u -r1.8 -r1.9 src/crypto/external/bsd/libsaslc/dist/src/dict.c
cvs rdiff -u -r1.7 -r1.8 src/crypto/external/bsd/openssh/dist/dns.c
cvs rdiff -u -r1.47 -r1.48 src/include/string.h
cvs rdiff -u -r1.168 -r1.169 src/lib/libc/include/namespace.h
cvs rdiff -u -r1.18 -r1.19 src/lib/libcrypt/bcrypt.c
cvs rdiff -u -r1.7 -r1.8 src/lib/libcrypt/crypt-sha1.c
cvs rdiff -u -r1.13 -r1.14 src/lib/libcrypt/md5crypt.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