index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ftp
/
ftp.c
Age
Commit message (
Expand
)
Author
1998-12-13
Fall back from passive to active if connect() fails. This can happen if the ...
Todd C. Miller
1998-09-19
write() can do short-writes -- deal; based on rahnds@ code
Theo de Raadt
1998-09-19
Make -m flag turn on progress meter in all situations
Todd C. Miller
1998-09-19
Don't turn of progress meter when output file is stdout. The meter will go t...
Todd C. Miller
1998-07-07
fd_set is not a struct
Artur Grabowski
1998-06-08
Fix some problems noted by lukem@netbsd.org
Todd C. Miller
1998-05-13
handle EINTR
Theo de Raadt
1998-05-13
make signal handlers save/restore errno
Theo de Raadt
1998-02-10
Fix buffer overflows in quote1(), clear line buffer
Tobias Weingartner
1997-12-17
By default, use passive mode and fall back to active as needed.
Todd C. Miller
1997-09-05
getc() -> fgetc() for easy socksification. imp@openbsd.org
Todd C. Miller
1997-09-04
Updtaes from NetBSD (lukem)
Todd C. Miller
1997-08-06
proper msgs display w/ -r
Michael Shalayeff
1997-07-25
Updates from NetBSD (lukem) include -Wall cleanup.
Todd C. Miller
1997-06-17
(foo *)NULL -> NULL
kstailey
1997-04-23
allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
Theo de Raadt
1997-04-16
Sync with NetBSD (lukem):
Todd C. Miller
1997-03-21
Add in recent NetBSD changes we didn't already have:
Todd C. Miller
1997-03-14
Add missing line, doh!
Todd C. Miller
1997-03-14
Correct usage of S_IFREG.
Todd C. Miller
1997-03-14
Sync with NetBSD and fix "get foo.txt /dev/tty" wrt progress meter
Todd C. Miller
1997-02-05
Include signal.h where reasonable and make signal handlers match
Todd C. Miller
1997-02-03
Add back ``-r'' option and fix strncpy() usage and other nits because
Todd C. Miller
1997-02-03
Sync with NetBSD
Todd C. Miller
1997-01-08
"Too much paranoia" + fake domain in anonftp password as some stupid sites
Niklas Hallqvist
1996-12-16
strncat botch
Theo de Raadt
1996-11-09
optional size argument to hash command
kstailey
1996-10-31
add -r<seconds> option to retry connection.
Michael Shalayeff
1996-08-02
password user@, not user@hostname
Theo de Raadt
1996-06-26
rcsid
Theo de Raadt
1996-06-03
correct anonftp passwd
Theo de Raadt
1996-06-03
add support for automatic anonftp fetches of host:path
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt