2
I Use This!
Activity Not Available

News

Analyzed about 1 year ago. based on code collected about 1 year ago.
Posted about 12 years ago by chris
Use AC_SEARCH_LIBS instead of AC_CHECK_LIB to search for EVP_CipherInit_ex, as it should already be in LIBS by this point and we don't really want to add a duplicate if we don't need it. ... [More] ​http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Libraries.html also recommends the use of AC_SEARCH_LIBS instead. Check whether we have getpeername() and sys/un.h to fix compile errors on Windows with /dev/log fd leak test. [Less]
Posted about 12 years ago by chris
Request linker to statically link libz.a, since the default now appears to be dynamic linking, and that stops the tests from working since they can't find zlib-1.dll in the PATH. Remove redundant LIBS that should already be detected and used by the m4 configury.
Posted about 12 years ago by chris
(diff)
Posted about 12 years ago by chris
(diff)
Posted about 12 years ago by chris
(diff)
Posted about 12 years ago by chris
Document the undocumented builds released since 2009. (diff)
Posted about 12 years ago by chris
Don't flag an error if the only sockets "leaked" are syslog sockets.
Posted about 12 years ago by chris
Link to HousekeepStoreAccount?.o in the right directory since the big refactor.
Posted about 12 years ago by chris
Check for /dev/log and don't report if fds to it are leaked.
Posted about 12 years ago by chris
Ensure that newly created accounts are enabled by default.