head	1.4;
access;
symbols
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	v0_6_1:1.1.1.1
	ANDY:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2006.02.06.19.14.54;	author anray;	state dead;
branches;
next	1.3;

1.3
date	2000.10.05.06.36.11;	author reg;	state Exp;
branches;
next	1.2;

1.2
date	2000.07.07.19.58.50;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	99.05.07.17.43.08;	author flathill;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.05.07.17.43.08;	author flathill;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Fix "chunk already allocated" error
- Add sanity checking to avoid GTK assertion errors due to missing
  pixmaps.
- Resolve two known vulnerabilities:
  http://secunia.com/advisories/13536/
- Replace tmpnam with mkstemp
- Disallow server-provided absolute filenames
  Hopefully that's enough to get the port back in action.

PR:		ports/92787
Submitted by:	Shaun Amott <shaun@@inerd.com>
@
text
@--- FTP.c.orig	Thu Apr 15 20:05:13 1999
+++ FTP.c	Mon May  3 12:59:56 1999
@@@@ -15,12 +15,12 @@@@
  */
 
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <netdb.h>
 #include <arpa/inet.h>
 #include <arpa/telnet.h>
-#include <sys/types.h>
 #include <sys/time.h>
 #include <resolv.h>
 
@


1.3
log
@Implement USE_GTK, part 1.
@
text
@@


1.2
log
@- Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly

PR:		19623
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@d1 2
a2 2
--- FTP.c	Thu Apr 15 20:05:13 1999
+++ /home/andy/tmp/wrk/src/FTP.c	Mon May  3 12:59:56 1999
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
--- src/FTP.c	Thu Apr 15 20:05:13 1999
@


1.1.1.1
log
@PR:		ports/11463
Submitted by:	andy@@icc.surw.chel.su
Easy to use FTP client for X Window System.
@
text
@@
