crypt(3) is used in the plain password file.

In addition, ocpasswd program was added to generate password file entries.
This commit is contained in:
Nikos Mavrogiannopoulos
2013-03-14 19:43:03 +01:00
parent 8d6af501c0
commit 0be2b2a054
40 changed files with 3358 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
AC_PREREQ(2.61)
AC_INIT([ocserv], [0.0.2], [nmav@gnutls.org])
AC_INIT([ocserv], [0.0.3], [nmav@gnutls.org])
PKG_PROG_PKG_CONFIG
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
@@ -79,6 +79,7 @@ LIBS="$oldlibs"
gl_INIT
AC_LIB_HAVE_LINKFLAGS(crypt,, [#include <unistd.h>], [crypt(0,0);])
AC_LIB_HAVE_LINKFLAGS(util,, [#include <utmpx.h>], [pututxline(0);])
AC_LIB_HAVE_LINKFLAGS(wrap,, [#include <tcpd.h>], [hosts_access(0);])