Hi Nikos, Some fixes for ocserv. These changes are available to pull from the branch "fixes" in the repository at: https://github.com/mtmiller/ocserv.git The first two changes are cosmetic, the second two minor fixes apply to building out of the source tree. The last change allows ocserv to link against libopts installed on the system if it is available. It seems reasonable to me to use the library if provided by your distribution, but please correct me if there's a reason to prefer the embedded copy instead. I started working on packaging ocserv for Debian now that GnuTLS 3.2 is available. Mike Miller (5): Fix typo maintainance -> maintenance Improve ocpasswd short description, re-run autogen Add autogen search path to work when building out of the source tree Fix path to common.sh when tests run from another directory Allow linking with system libopts if installed Makefile.am | 6 +++++- configure.ac | 2 -- doc/Makefile.am | 4 ++-- src/Makefile.am | 12 +++++++++--- src/main-resume.c | 2 +- src/main.c | 10 +++++----- src/main.h | 2 +- src/ocpasswd-args.c | 34 +++++++++++++++++----------------- src/ocpasswd-args.def | 2 +- src/ocpasswd-args.h | 6 +++--- tests/test-pass | 2 +- tests/test-pass-cert | 2 +- 12 files changed, 46 insertions(+), 38 deletions(-) -- 1.8.3.2