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
Age
Commit message (
Expand
)
Author
2024-05-21
remove prototypes with no matching function and externs with no var
Jonathan Gray
2024-04-23
ftp: send Host: headers with CONNECT requests when tunneling TLS over an
Stuart Henderson
2024-04-17
ftp: send 'Accept */*' header
Theo Buehler
2023-12-23
Relax -C pledge to unbreak shelling out in interactive mode
Klemens Nanni
2023-12-15
No interactive shell if -o is given
Klemens Nanni
2023-12-12
Make -o less special, drop -o '' support, always use last value
Klemens Nanni
2023-11-30
Single file to stdout without "fattr"
Klemens Nanni
2023-11-30
Fold identical pledge cases, '#ifndef SMALL \n if (!resume)' equals 'else'
Klemens Nanni
2023-11-22
Piping single file to standard out needs no "proc exec"
Klemens Nanni
2023-11-22
Do not drop into "ftp> " shell when piping to stdandard output
Klemens Nanni
2023-11-09
-C/resume without "proc exec"
Klemens Nanni
2023-06-28
revert makefile change included by mistake in previous
Omar Polo
2023-06-28
drop needless strcspn in the header parsing
Omar Polo
2023-06-28
fix parsing of the Last-Modified header
Omar Polo
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-09
Before printing the redirect URI pass it through stravis since it is
Claudio Jeker
2022-11-09
Strip spaces at end of header lines and in chunked encoding headers.
Claudio Jeker
2022-09-19
Remove now-unused connect_wait() function.
Todd C. Miller
2022-09-15
Use non-blocking connect() with ppoll() and timeout instead of alarm().
Todd C. Miller
2022-09-08
Adjust HTTP header parsing to follow RFC more closely.
Claudio Jeker
2022-03-27
ftp.1: remove a sentence fragment left over from a previous edit
Christian Weisgerber
2021-11-10
Revert previous
Klemens Nanni
2021-11-09
Print actually requested URLs
Klemens Nanni
2021-11-06
Stop URL encoding the tilde character
Klemens Nanni
2021-08-31
Spacing. OK tb@
Claudio Jeker
2021-07-14
Remove unneeded calls to tls_init(3)
kn
2021-03-29
in unsafe_char(), handle %NN with array-index inspection rather than weird
Theo de Raadt
2021-03-13
only try to set timestamps on files; avoids error with ftp -o /dev/null
Stuart Henderson
2021-02-25
ftp: prevent double free() in error path
Christian Weisgerber
2021-02-16
make use of getline(3) in ftp(1)
Christian Weisgerber
2021-02-02
add -Tu to usage();
Jason McIntyre
2021-02-02
introduce support for sending the If-Modified-Since header while
Robert Nagy
2021-01-27
update comment, SMALL was split into SMALL and NOSSL
Stuart Henderson
2021-01-01
Handle Permanent Redirect (RFC 7538)
Christopher Zimmermann
2020-10-18
Accommodate POSIX basename(3) that takes a non-const parameter and
Christian Weisgerber
2020-09-06
On tls_config_set_protocols() failure, include the output of
Theo Buehler
2020-09-06
Wording tweak from jsing
Theo Buehler
2020-09-06
Use an int for the verification depth and drop a cast.
Theo Buehler
2020-09-06
Document -S protocols in ftp(1)
Theo Buehler
2020-09-06
Allow specifying supported TLS protocols in ftp(1)
Theo Buehler
2020-09-01
Fix build with -fno-common (default in clang 11)
Jeremie Courreges-Anglas
2020-07-06
in 2014 I added this annotation: /* XXX floating point printf in signal handl...
Theo de Raadt
2020-07-04
Avoid malloc(3) calls in signal handler
kn
2020-07-04
Fix a double free in error paths
Jeremie Courreges-Anglas
2020-06-20
Avoid one uninitialized warning in file_get()
Jeremie Courreges-Anglas
2020-02-22
Avoid duplication in the code that sends headers
Jeremie Courreges-Anglas
2020-02-22
Respect userinfo even when built with NOSSL (floppy ramdisks)
Jeremie Courreges-Anglas
2020-02-20
Backout revision 1.190 partially. That part was an unintended change which
YASUOKA Masahiko
2020-02-19
Fix http (not https) auth combined with proxy auth.
Jeremie Courreges-Anglas
[next]