mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
- Fix the bug with URIs of the form ftp://host/filename. - Fix some more string-termination bugs in util.c. - Use safe_malloc() rather than testing the return value of regular malloc() in 15 places. - Implement HTTP authentication, for both servers and proxies. Currently only ``basic'' authentication is supported; This Is A Bug (but less of one tjhan nmot supporting any authentication). I think there is only one more feature which is required for full HTTP/1.1 support, which is Transfer-Encoding: chunked; this should not be toohard, but it isn't very important, either. |
||
|---|---|---|
| .. | ||
| fetch.1 | ||
| fetch.h | ||
| file.c | ||
| ftp.c | ||
| http.c | ||
| main.c | ||
| Makefile | ||
| uri.c | ||
| util.c | ||