index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ftp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Correctly parse broken MDTM responses from servers which format
sheldonh
2000-01-18
1
-16
/
+36
*
Remove all \n from __COPYRIGHT(...) string - assembler can't parse them
ache
1999-09-12
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
14
-22
/
+22
*
Clean up some ambiguous nested if/elses.
billf
1999-07-04
1
-3
/
+4
*
Reverse the FTP_PASSIVE_MODE check, so it checks for "is not NO" rather
des
1999-07-03
2
-7
/
+8
*
Document that FTP_PASSIVE_MODE should be explicitly
ru
1999-07-01
1
-2
/
+4
*
retreived -> retrieved
kris
1999-06-30
1
-3
/
+3
*
- add "-s src_addr" option to allow setting of the source IP address;
ru
1999-06-25
7
-75
/
+108
*
Separate the pftp and FTP_PASSIVE_MODE tests so gate mode works again.
des
1999-06-07
1
-4
/
+7
*
Better error checking.
eivind
1998-12-09
1
-3
/
+4
*
fd_set is documented to be a typedef, not a struct. Conform more
imp
1998-07-26
2
-11
/
+9
*
'remaining' must be declared off_t instead of int to avoid FPE when the size of
jmz
1998-07-19
1
-4
/
+5
*
Don't assume that hp->h_lenght == 4. Be conservative in its use.
imp
1998-06-09
1
-8
/
+9
*
Fix a few minor typos and style nits.
steve
1998-03-01
1
-7
/
+7
*
Cleanup code so that long lines to be quoted don't get truncated.
steve
1998-02-14
1
-13
/
+11
*
Don't print garbage when user enters EOF at name prompt.
pst
1998-02-03
1
-3
/
+4
*
Revert to previous behaviour, only generate NLST for explicit "nlist"
msmith
1998-01-09
1
-3
/
+3
*
One more ctype cast
ache
1997-12-16
1
-2
/
+2
*
Add more (unsigned char) casts to ctype macros
ache
1997-12-16
2
-6
/
+6
*
Add (unsigned char) cast to ctype macro
ache
1997-12-16
1
-3
/
+3
*
Sync with NetBSD v1.3.
pst
1997-12-13
14
-303
/
+613
*
Mention pftp as an alternative command to enable passive mode.
roberto
1997-12-08
1
-2
/
+10
*
Style fix.
guido
1997-11-19
1
-5
/
+7
*
Make sure you do not get unexpected surprises whena remote file starts with '|'.
guido
1997-11-17
1
-2
/
+13
*
Changes to support full make parallelism (-j<n>) in the world
jkh
1997-10-05
1
-1
/
+2
*
- Changed default PAGER from 'less' to 'more', since we don't have less
nate
1997-09-05
1
-2
/
+2
*
Replace hand-made tolower conversions with real tolower from ctype
ache
1997-06-27
1
-8
/
+6
*
Protect isspace by isascii to not count high spaces
ache
1997-06-27
2
-6
/
+6
*
Activate collate to sort local files properly for completion
ache
1997-06-27
2
-6
/
+6
*
Localize it (ctype)
ache
1997-06-27
6
-27
/
+30
*
Import substantial improvements to ftp(1) from NetBSD, largely the
msmith
1997-06-25
14
-1398
/
+3555
*
Meg -> Mbytes
dg
1997-06-10
1
-1
/
+1
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Buffer overflow from Keith Bostic.
imp
1997-03-24
1
-1
/
+1
*
Fix problem in ftp and case mapping mode where the converted string wasn't
imp
1996-12-17
1
-0
/
+1
*
Apply a long-forgotten change to make FTP_PASSIVE_MODE just that
jkh
1996-11-02
1
-1
/
+1
*
Make "ftp" a synonym for "open"
phk
1996-09-19
1
-0
/
+1
*
Fix a couple of file-descriptor leaks.
phk
1996-08-23
1
-0
/
+3
*
1. Remove SOCKS support (unneded with SOCKS v5 port)
pst
1996-05-30
3
-61
/
+20
*
Changed printf for reporting transfer stats from using %.2g to %.2f to
scrappy
1996-05-26
1
-2
/
+6
*
Add support for socks
pst
1996-04-23
2
-0
/
+11
*
Fix a bunch of spelling errors in a bunch of man pages.
mpp
1996-01-30
1
-1
/
+1
*
Use data ports in the range 40000..44999 by default to enhance FTP usability
pst
1995-08-05
8
-10
/
+84
*
Remove trailing whitespace.
rgrimes
1995-05-30
4
-20
/
+20
*
Use port 21 as default if getservbyname fails to find it for us. This let
phk
1995-04-20
1
-2
/
+6
*
Fix checking of directory access for "/foo". The parent directory is
bde
1995-02-16
2
-2
/
+4
*
Add -p flag and pftp alias for passive ftp
pst
1994-09-29
3
-3
/
+18
*
Declare fuction setpassive in file cmds.c void and update corresponding
swallace
1994-09-18
2
-1
/
+2
*
Kludge to workaround ftp coredumping when password is specified before
dg
1994-09-18
1
-1
/
+1
*
Add support for passive mode FTP (default off) to base FTP client to support
pst
1994-09-15
6
-0
/
+68
[prev]
[next]