summaryrefslogtreecommitdiff
path: root/usr.sbin/faithd/ftp.c
AgeCommit message (Collapse)Author
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
ok deraadt millert
2005-03-16plug memory leak. Patrick LatifiJun-ichiro itojun Hagino
2003-09-02make sure to open TCP socket (in case getaddrinfo supports SCTP). sync w/kameJun-ichiro itojun Hagino
2003-09-02use poll since it is easier than fd_set overflows; itojun okTheo de Raadt
2003-08-19fix tv_usec setting. deraadtJun-ichiro itojun Hagino
2002-09-08-ansi -pedantic (socklen_t). from cloder@loder.usJun-ichiro itojun Hagino
die if FD_SET overruns. sync w/kame
2002-06-24correct ftp relay functionality.Jun-ichiro itojun Hagino
2002-06-07nuke unmaintained code (#ifdef FAITH4). sync w/kameJun-ichiro itojun Hagino
2002-05-09drop support for rlogin/rsh service (we shouldn't have support it asJun-ichiro itojun Hagino
they usually use IP address for authentication). sync with kame
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-09-05sync with latest kameJun-ichiro itojun Hagino
- fix select() size. from deraadt - constify, remove bogus ERRSTR macro, and others
2000-09-16synchronize with latest kame.Jun-ichiro itojun Hagino
- improve exit code and logging. - repair multicast address rejection (IN_MULTICAST takes host endian value) - repair ftp relaying, when the result of PASV does not have paren. - repair ftp relaying, when EPSV is sent from client.
2000-05-31sync with the latest kame code. insufficient len in malloc() call isJun-ichiro itojun Hagino
corrected.
1999-12-20rcsid police.Jun-ichiro itojun Hagino
pathname change (/usr/local/v6/libexec -> /usr/libexec) bring in some of kame fixes (sprintf -> snprintf, proc title).
1999-12-20faith translator deamon, from KAMEJun-ichiro itojun Hagino