This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "srvx".
The branch, master has been updated
via fb1dbb2fbd2e96f19098b8aa09331fff67546c65 (commit)
via cc4cba6e2c516cdbeb958d583347f0c9dfadda75 (commit)
from d5ec656d37eadab4d8c29acd034474d85034f28e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fb1dbb2fbd2e96f19098b8aa09331fff67546c65
Author: Michael Poole <md...@tr...>
Date: Tue Sep 27 22:03:21 2016 -0400
sha256: New hash function for passwords.
commit cc4cba6e2c516cdbeb958d583347f0c9dfadda75
Author: Static <sta...@st...>
Date: Wed Sep 14 15:37:10 2016 -0400
blacklist: Fix potential memory leak (#15)
Use realloc() instead. In the event we get multiple TXT
records, we just reallocate on top of that instead of leaking
the last result.
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 3 +
src/common.h | 6 +-
src/md5.c | 57 +++++++++++++++----
src/mod-blacklist.c | 2 +-
src/nickserv.c | 2 +-
src/sha256.c | 145 ++++++++++++++++++++++++++++++++++++++++++++++
src/{mail.h => sha256.h} | 26 ++++++--
src/sha256_test.c | 45 ++++++++++++++
8 files changed, 264 insertions(+), 22 deletions(-)
create mode 100644 src/sha256.c
copy src/{mail.h => sha256.h} (61%)
create mode 100644 src/sha256_test.c
hooks/post-receive
--
srvx
|