summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-15 04:03:47 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-15 04:03:47 -0500
commit24a303bc75ce02d3242dc76869e5ec91f81a29f3 (patch)
treec5d3871f0137474300fb575f2da59a19550b0506
parent977fe6cdb63ecdeaa067ae9e27c80539b5fefbc5 (diff)
prepare "release"
-rw-r--r--.gitignore1
-rw-r--r--Makefile.am2
-rw-r--r--NEWS5
-rw-r--r--compat/Makefile.am3
4 files changed, 8 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 7d74c53..22b5af2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@ stamp-*
/conftest.tail
/flawfinder.html
/nss-pam-ldapd-*
+/*.tar.*
/pscan.txt
/rats.html
/splint.txt
diff --git a/Makefile.am b/Makefile.am
index f68955e..a395f81 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,7 @@ endif
SUBDIRS += man tests
EXTRA_DIST = nslcd.conf nslcd.h $(wildcard ChangeLog-20??) \
- $(wildcard m4/*.m4) HACKING ldapns.schema ldapns.ldif
+ $(wildcard m4/*.m4) HACKING
DISTCHECK_CONFIGURE_FLAGS = --enable-warnings \
--with-ldap-conf-file="\$${prefix}/nslcd.conf" \
diff --git a/NEWS b/NEWS
index 277a1ad..2950690 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+changes from nss-pam-nslcd 0.9.4 to parabola-nslcd 0.9.4.1
+----------------------------------------------------------
+
+* all the things
+
changes from 0.9.3 to 0.9.4
---------------------------
diff --git a/compat/Makefile.am b/compat/Makefile.am
index bc8e4cc..b240b1c 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -23,10 +23,9 @@ AM_CPPFLAGS=-I$(top_srcdir)
AM_CFLAGS = -fPIC
EXTRA_DIST = getopt_long.c getopt_long.h \
- ether.c ether.h \
shell.h \
strndup.c strndup.h \
- nss_compat.h socket.h \
+ socket.h \
ldap_compat.h pagectrl.c ldap_passwd_s.c ldap_initialize.c \
ldap_parse_passwordpolicy_control.c ldap_passwordpolicy_err2txt.c \
derefctrl.c \