This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 524d796d5f malloc: Update heap dumping/undumping comments [BZ #23351] new b10a0accee Disallow use of DES encryption functions in new programs. new 6ab902e4de manual: Reorganize crypt.texi. new 841785bad1 manual: Revise crypt.texi. new e69d994a63 New configure option --disable-crypt.
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 90 ++++++ INSTALL | 11 + Makeconfig | 9 +- NEWS | 29 ++ config.make.in | 1 + configure | 18 ++ configure.ac | 11 + conform/Makefile | 11 +- conform/data/stdlib.h-data | 3 - conform/data/unistd.h-data | 6 - crypt/Makefile | 4 - crypt/cert.c | 26 ++ crypt/crypt-entry.c | 15 +- crypt/crypt.h | 37 +-- crypt/crypt_util.c | 9 + elf/Makefile | 27 +- elf/tst-linkall-static.c | 4 +- inet/ruserpass.c | 2 +- manual/conf.texi | 2 + manual/contrib.texi | 2 +- manual/crypt.texi | 696 ++++++++++++++++---------------------------- manual/examples/genpass.c | 44 +-- manual/examples/mygetpass.c | 4 +- manual/examples/testpass.c | 52 +++- manual/install.texi | 11 + manual/intro.texi | 1 - manual/memory.texi | 2 +- manual/nss.texi | 12 +- manual/socket.texi | 4 +- manual/string.texi | 82 +++--- manual/terminal.texi | 45 +++ manual/users.texi | 21 +- nscd/pwdcache.c | 4 +- posix/unistd.h | 22 +- pwd/pwd.h | 29 +- shadow/shadow.h | 16 +- stdlib/stdlib.h | 6 - sunrpc/Makefile | 2 +- sunrpc/des_crypt.c | 7 +- sunrpc/des_soft.c | 2 +- 40 files changed, 742 insertions(+), 637 deletions(-)