]> eyrie.org Git - kerberos/kadmin-remctl.git/commit
Update to rra-c-util 4.8
authorRuss Allbery <rra@stanford.edu>
Mon, 25 Mar 2013 16:33:34 +0000 (09:33 -0700)
committerRuss Allbery <rra@stanford.edu>
Mon, 25 Mar 2013 16:33:34 +0000 (09:33 -0700)
commitceaa789fff7e3f4a26e13e708b72dcbec6f241f5
tree5d2bfc0513f15cc2a234199fde7cc994ab341133
parenta8e43d9fa904a59b530985a2add65dc2bf80cc14
Update to rra-c-util 4.8

* Fix Heimdal libroken probes for old versions of Heimdal.
* Fix Kerberos header probing with non-standard include paths.
* Pass --deps to krb5-config if it is supported.
* Properly find krb5.h on NetBSD systems.
* Fix stripping of -I/usr/include from krb5-config output.
* Avoid using krb5-config if specific Kerberos paths are configured.
* Use PATH_KRB5_CONFIG instead of KRB5_CONFIG to locate krb5-config.
* Replace concat with xasprintf.
* xasprintf is now void and always calls the failure handler on error.
* Improve __attribute__ portability to old GCC or non-GCC compilers.
* Add -D_FORTIFY_SOURCE=2 to make warnings flags.
* Probe for ssize_t and replace it in portable/system.h if not found.
* Include strings.h in portable/system.h if it exists.
* Add a pointer to rra-c-util in all files.
31 files changed:
Makefile.am
NEWS
README
configure.ac
m4/gssapi.m4
m4/krb5-config.m4 [new file with mode: 0644]
m4/krb5.m4
m4/lib-depends.m4
m4/lib-pathname.m4
m4/remctl.m4
m4/snprintf.m4
m4/vamacros.m4
passwd_change.c
portable/asprintf.c
portable/dummy.c
portable/krb5-extra.c
portable/krb5-profile.c
portable/krb5.h
portable/macros.h
portable/snprintf.c
portable/stdbool.h
portable/system.h
util/concat.c [deleted file]
util/concat.h [deleted file]
util/macros.h
util/messages-krb5.c
util/messages-krb5.h
util/messages.c
util/messages.h
util/xmalloc.c
util/xmalloc.h