view cvsclean @ 654:f6e2ec8faf56

2004-12-31 Brian Masney <masneyb@gftp.org> * lib/sshv2.c (sshv2_read_response) - added debugging messages if compiled with -DDEBUG. Added sshv2_response_return_code() and sshv2_buffer_get_int64(). (sshv2_buffer_get_int32) - added check_response argument to this function. This suppresses a signed/unsigned mismatch warning from gcc. (sshv2_decode_file_attributes) - decode all of the attributes that are returned from the server. (sshv2_get_next_file) - don't look at the long file name returned from the server. This also fixes a bug where no files were being returned to the user when the remote server was running the commercial SSH daemon
author masneyb
date Fri, 31 Dec 2004 22:55:23 +0000
parents 1c7cde8a3a53
children 1e44c7b7f41b
line wrap: on
line source

#!/bin/sh

make distclean
find . -name Makefile.in -exec rm -f {} \;
find . -name Makefile -exec rm -f {} \;
find . -name "*~" -exec rm -f {} \;
find . -name ".#*" -exec rm -f {} \;
rm -rf intl
rm -rf autom4te.cache
rm -f po/Makefile.in.in po/*.gmo po/Makevars.template po/Rules-quot po/boldquot.sed po/en@boldquot.header po/en@quot.header po/insert-header.sin po/quot.sed po/remove-potcdate.sin config.log config.cache config.status config.h gftp.spec stamp-h stamp-h.in ABOUT-NLS INSTALL config.guess config.rpath config.status config.sub configure install-sh missing mkinstalldirs aclocal.m4 config.h.in .gdb_history TAGS
cd m4 && mv largefile.m4 largefile.4m && rm -f *.m4 && mv largefile.4m largefile.m4