]> eyrie.org Git - kerberos/krb5-strength.git/commit - Makefile.am
Import the util layer from rra-c-util, use for heimdal-strength
authorRuss Allbery <rra@stanford.edu>
Thu, 19 Sep 2013 23:50:15 +0000 (16:50 -0700)
committerRuss Allbery <rra@stanford.edu>
Thu, 19 Sep 2013 23:50:15 +0000 (16:50 -0700)
commit31990c2f4bbcc06ab3ed56e622655c8b3a9d5f6c
treeb87be3e14f69e7a9b7e21223a649405dbc5d0d09
parent5918612a21656a6bc1c111485f04dd10f81ba803
Import the util layer from rra-c-util, use for heimdal-strength

Rather than rolling our own versions of xmalloc, xstrdup, and die,
import the util layer and use the standard versions of those
functions.  Also import the test suite.
18 files changed:
.gitignore
Makefile.am
configure.ac
external/heimdal-strength.c
m4/vamacros.m4 [new file with mode: 0644]
tests/TESTS
tests/tap/process.c [new file with mode: 0644]
tests/tap/process.h [new file with mode: 0644]
tests/tap/string.c [new file with mode: 0644]
tests/tap/string.h [new file with mode: 0644]
tests/util/messages-t.c [new file with mode: 0644]
tests/util/xmalloc-t [new file with mode: 0755]
tests/util/xmalloc.c [new file with mode: 0644]
util/macros.h [new file with mode: 0644]
util/messages.c [new file with mode: 0644]
util/messages.h [new file with mode: 0644]
util/xmalloc.c [new file with mode: 0644]
util/xmalloc.h [new file with mode: 0644]