tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
ftp
/
at
jcs
21 files
Makefile
revert makefile change included by mistake in previous
2 years ago
cmds.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
cmds.h
Revert suni'ls ftp rewrite for now. We are juggling too many things at the moment and we can't deal with the differences in behaviour right now.
6 years ago
cmdtab.c
Revert suni'ls ftp rewrite for now. We are juggling too many things at the moment and we can't deal with the differences in behaviour right now.
6 years ago
complete.c
Revert suni'ls ftp rewrite for now. We are juggling too many things at the moment and we can't deal with the differences in behaviour right now.
6 years ago
cookie.c
make use of getline(3) in ftp(1)
5 years ago
domacro.c
various knf and whitespace; ok jca
6 years ago
extern.h
remove prototypes with no matching function and externs with no var partly checked by millert@
2 years ago
fetch.c
ftp: fix spelling of NULL
4 months ago
ftp.1
Use non-blocking connect() with ppoll() and timeout instead of alarm(). For hosts with multiple IP addrs this makes it possible to fall over from an unresponsive IP to another. This also replaces the other connect(2) + connect_wait() calls with timed_connect() so the -w option now works for more that just http. OK sthen@ deraadt@
3 years ago
ftp.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
ftp_var.h
introduce support for sending the If-Modified-Since header while fetching over http(s) and use the timestamps from the remote server's Last-Modified header if available when saving local files this makes it possible to mirror files better with ftp(1)
5 years ago
list.c
Revert suni'ls ftp rewrite for now. We are juggling too many things at the moment and we can't deal with the differences in behaviour right now.
6 years ago
main.c
Relax -C pledge to unbreak shelling out in interactive mode
2 years ago
pathnames.h
Revert suni'ls ftp rewrite for now. We are juggling too many things at the moment and we can't deal with the differences in behaviour right now.
6 years ago
ruserpass.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
small.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
small.h
Revert suni'ls ftp rewrite for now. We are juggling too many things at the moment and we can't deal with the differences in behaviour right now.
6 years ago
stringlist.c
Revert suni'ls ftp rewrite for now. We are juggling too many things at the moment and we can't deal with the differences in behaviour right now.
6 years ago
stringlist.h
remove prototypes with no matching function and externs with no var partly checked by millert@
2 years ago
util.c
ftp: fix http_time() to use "GMT", not "UTC", per RFC 9110
3 months ago