Source-Changes archive

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

CVS commit: [netbsd-10] src/lib/libcrypt



Module Name:    src
Committed By:   martin
Date:           Fri Aug 23 16:40:48 UTC 2024

Modified Files:
        src/lib/libcrypt [netbsd-10]: crypt-argon2.c crypt-sha1.c crypt.c
            hmac.c md5crypt.c pw_gensalt.c

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #794):

        lib/libcrypt/crypt-argon2.c: revision 1.20
        lib/libcrypt/crypt-argon2.c: revision 1.21
        lib/libcrypt/crypt-argon2.c: revision 1.22
        lib/libcrypt/md5crypt.c: revision 1.16
        lib/libcrypt/hmac.c: revision 1.5
        lib/libcrypt/crypt-sha1.c: revision 1.11
        lib/libcrypt/pw_gensalt.c: revision 1.14
        lib/libcrypt/crypt.c: revision 1.41

Don't use uninitialized variable.
Fixes PR 57895.

libcrypt/crypt-argon2.c: Add RCS id.
Noted in PR lib/57895.

libcrypt: Nix trailing whitespace.
No functional change intended.
Prompted by tying up loose ends around PR lib/57895.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.19.2.1 src/lib/libcrypt/crypt-argon2.c
cvs rdiff -u -r1.10 -r1.10.2.1 src/lib/libcrypt/crypt-sha1.c
cvs rdiff -u -r1.38 -r1.38.8.1 src/lib/libcrypt/crypt.c
cvs rdiff -u -r1.4 -r1.4.2.1 src/lib/libcrypt/hmac.c
cvs rdiff -u -r1.15 -r1.15.2.1 src/lib/libcrypt/md5crypt.c
cvs rdiff -u -r1.13 -r1.13.2.1 src/lib/libcrypt/pw_gensalt.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