Denys Vlasenko
|
59f8475924
httpd: fix heap buffer overflow. Closes 8426
|
9 years ago |
Denys Vlasenko
|
7f3a2a2256
join some common strings, -400 bytes
|
9 years ago |
Denys Vlasenko
|
c52cbea2bb
libbb: add setsockopt_foo helpers
|
9 years ago |
Denys Vlasenko
|
8dff01d06a
libbb: introduce and use is_prefixed_with()
|
9 years ago |
Bartosz Golaszewski
|
8d75d794ea
libbb: use sendfile() to copy data between file descriptors
|
10 years ago |
Denys Vlasenko
|
a6ed6a3148
httpd: make sire pfd[TO_CGI].revents is cleared before poll()
|
11 years ago |
Denys Vlasenko
|
fbe250db76
httpd: treat errors from stdin correctly.
|
11 years ago |
Denys Vlasenko
|
982e87f2fb
Whitespace fixes
|
11 years ago |
Denys Vlasenko
|
85daa67bc2
httpd: don't allow tabs and multiple spaces in request string
|
11 years ago |
Denys Vlasenko
|
6967578728
whitespace fixes. no code changes
|
12 years ago |
Pascal Bellard
|
70fc8c17e2
su: do not change to home dir unless -l
|
12 years ago |
Denys Vlasenko
|
8cab66730a
fix build breakage found by randconfig
|
12 years ago |
Rob Walker
|
7a4269329f
httpd: emit correct content length on range requests past the end. Closes 4952
|
12 years ago |
Denys Vlasenko
|
8cce1b3ad8
httpd: make byte ranges which start at 0 work too. Closes 4766
|
12 years ago |
Denys Vlasenko
|
ef43beac63
httpd: fix sendfile of files larger than 2 Gb. Closes 4754
|
12 years ago |
Denys Vlasenko
|
35def51c97
httpd: fix MD5-encrypted-in-httpd.conf password logic
|
12 years ago |
Denys Vlasenko
|
03419aa037
httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used
|
13 years ago |
Denys Vlasenko
|
f282c6b657
libbb: remove is_directory's argument which is always NULL
|
13 years ago |
Denys Vlasenko
|
f85bd1a7a7
httpd: remove redundant NULL assignment and save one strrchr. -8 bytes
|
13 years ago |
Denys Vlasenko
|
b05cd6b7a7
httpd: fix /../ sanitization (had one extra semicolon). rewrote it
|
13 years ago |
Pascal Bellard
|
0fa3e5f6f9
httpd: small fixes to previous change
|
13 years ago |
Pascal Bellard
|
7291755439
httpd: make it possible to use system passwords for auth
|
13 years ago |
Denys Vlasenko
|
d2277e262f
nommu: fix cases where we mangle argv[0][0]
|
13 years ago |
Denys Vlasenko
|
dd1061b6a7
wget: URL-decode user:password before base64-encoding it into auth hdr. Closes 3625.
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Denys Vlasenko
|
12a432715f
adduser: safe username passing to passwd/addgroup
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Denys Vlasenko
|
d277f55ebd
http: document index.cgi usage. no code changes
|
13 years ago |
Peter Korsgaard
|
95755181b8
httpd: don't send error messages with gzip encoding
|
13 years ago |
Denys Vlasenko
|
8030a14849
httpd: send correct mtime for .gz files
|
14 years ago |