aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-07-03 08:18:20 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-07-03 08:18:20 +0000
commitce299152b5eda62b7b81f997a7cc7023b2b552a9 (patch)
tree4b5e0f511cd444af68f46d29464012e62e026e18 /lib
parentebafa0371adcc981eff35089ff30b04fb334e67b (diff)
downloadanubis-ce299152b5eda62b7b81f997a7cc7023b2b552a9.tar.gz
anubis-ce299152b5eda62b7b81f997a7cc7023b2b552a9.tar.bz2
Fix loop-detection code, add some minor improvements.
* README-hacking: Update. * bootstrap.conf: Add sysexits. * build/bootstrap: Synch with gnulib repository. * build/gnulib.modules: Remove. * lib/.cvsignore, m4/.cvsignore, po/.cvsignore: Update. * lib/Makefile.am: Remove unnecessary initializations. * src/authmode.c (anubis_authenticate_mode): Remove a block of code duplicated in transmode.c and replace it with a call to session_prologue. * src/transmode.c (anubis_transparent_mode): Likewise. (string_to_ipaddr, session_prologue): New functions. * src/env.opt: Fix Emacs mode marker. * src/headers.h: Include sysexits.h unconditionally. (session_prologue): New prototype. * src/tls.c (cipher_info): Add missing newline.
Diffstat (limited to 'lib')
-rw-r--r--lib/.cvsignore41
-rw-r--r--lib/Makefile.am5
2 files changed, 16 insertions, 30 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore
index 9afb9d8..4f0ac07 100644
--- a/lib/.cvsignore
+++ b/lib/.cvsignore
@@ -1,55 +1,46 @@
-.deps
-.libs
-Makefile
-Makefile.in
alloca.h
-alloca_.h
-dummy.c
+alloca.in.h
+error.c
+error.h
exitfail.c
exitfail.h
fseeko.c
getdelim.c
-getdelim.h
getline.c
-getline.h
getopt.c
getopt.h
+getopt.in.h
getopt1.c
-getopt_.h
getopt_int.h
getpass.c
getpass.h
gettext.h
gnulib.mk
+intprops.h
lseek.c
malloca.c
malloca.h
malloca.valgrind
obstack.c
obstack.h
+realloc.c
setenv.c
-setenv.h
stdbool.h
-stdbool_.h
-stdint.h
-stdint_.h
-stdio.h
-stdio_.h
-stdlib.h
-stdlib_.h
-unistd.h
-unistd_.h
-unsetenv.c
-wchar.h
-wchar_.h
-alloca.in.h
-getopt.in.h
-realloc.c
stdbool.in.h
+stdint.h
stdint.in.h
+stdio-impl.h
+stdio.h
stdio.in.h
+stdlib.h
stdlib.in.h
+strerror.c
+string.h
+string.in.h
+unistd.h
unistd.in.h
+wchar.h
wchar.in.h
+xalloc-die.c
xalloc.h
xmalloc.c
diff --git a/lib/Makefile.am b/lib/Makefile.am
index e314014..8b31ba5 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -9,22 +9,17 @@
## Free Software Foundation; either version 3 of the License, or (at your
## option) any later version.
##
## GNU Anubis is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License along
## with GNU Anubis. If not, see <http://www.gnu.org/licenses/>.
##
-MOSTLYCLEANFILES=
-noinst_LIBRARIES=
-BUILT_SOURCES=
-EXTRA_DIST=
-AM_CPPFLAGS=
include gnulib.mk
EXTRA_DIST += argcv.c argcv.h lbuf.c lbuf.h
libanubis_a_SOURCES += argcv.c argcv.h lbuf.c lbuf.h

Return to:

Send suggestions and report system problems to the System administrator.