annotate cvsclean @ 169:d40f9db52cdf

2003-6-8 Brian Masney <masneyb@gftp.org> * lib/https.c lib/options.h lib/sslcommon.c - make sure USE_SSL is defined before using any SSL functions * lib/gftp.h lib/protocols.c lib/rfc2068.c lib/sshv2.c lib/sslcommon.c lib/rfc959.c - make sure we use request->datafd for the connection. Removed sockfd from gftp_request structure * lib/rfc959.c - add data_connection to rfc959_parms structure. Use this for the FTP data connection * src/text/gftp-text.c - fixes for username/password prompt * src/gtk/misc-gtk.c src/gtk/transfer.c - s/sockfd/datafd/g * configure.in - added lib/Makefile (forgot to commit last time) * Makefile.am - added intl to SUBDIRS
author masneyb
date Sun, 08 Jun 2003 15:49:02 +0000
parents 6df043359b41
children dbf13a10be13
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1 #!/bin/sh
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
2
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
3 make distclean
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
4 find . -name Makefile.in -exec rm -f {} \;
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
5 find . -name Makefile -exec rm -f {} \;
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
6 find . -name "*~" -exec rm -f {} \;
87
6df043359b41 2003-1-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
7 find . -name ".#*" -exec rm -f {} \;
33
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
8 rm -rf intl
87
6df043359b41 2003-1-11 Brian Masney <masneyb@gftp.org>
masneyb
parents: 37
diff changeset
9 rm -rf autom4te.cache
33
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
10 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
c8ec7877432e 2002-10-06 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
11