aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * httpd: when reading headers, abort if they are too longDenys Vlasenko2026-01-221-7/+9
| * httpd: reject request line and headers with control charsDenys Vlasenko2026-01-221-0/+12
| * httpd: allow http2 requests if proxying, tighten METHOD checksDenys Vlasenko2026-01-221-9/+16
| * httpd: fix compilation script of httpd_ratelimit_cgi.cDenys Vlasenko2026-01-222-2/+4
| * httpd: add -M MAXCONN - do not accept unlimited number of connectionsDenys Vlasenko2026-01-221-19/+86
| * httpd: stop disabling/enabling SIGHUP in every childDenys Vlasenko2026-01-211-8/+13
| * httpd: remove one close() from main loopDenys Vlasenko2026-01-211-5/+6
| * networking/httpd_ratelimit_cgi.c: new example CGI handlerDenys Vlasenko2026-01-212-1/+248
| * httpd: expand logging: now can see what CGIs are startedDenys Vlasenko2026-01-211-26/+45
* | libbb: refactor CNG hashing implementationrfl8902026-01-271-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2026-01-222-2/+5
|\|
| * networking/udhcp: fix typo in commentGiorgi Tchankvetadze2026-01-141-1/+1
| * tls: better error message when TLS record is truncatedDenys Vlasenko2025-11-251-1/+4
* | Merge branch 'busybox' into mergeRon Yorston2025-11-111-5/+12
|\|
| * ntpd: set tmx.maxerror properly - avoid STA_UNSYNCDenys Vlasenko2025-10-111-5/+12
* | Further mingw-w64/gcc build tweaksRon Yorston2025-10-021-0/+7
* | Allow building with older mingw-w64/gccRon Yorston2025-10-011-0/+3
* | tls: rewrite Schannel codeRFL8902025-08-281-248/+263
* | tls: various schannel fixesRFL8902025-08-181-135/+61
* | Merge branch 'busybox' into mergeRon Yorston2025-08-151-27/+12
|\|
| * ftpd: code shrink, move replace_char() to libbbDenys Vlasenko2025-08-021-27/+12
* | Post-merge fixesRon Yorston2025-08-121-4/+8
* | Merge branch 'busybox' into mergeRon Yorston2025-08-127-252/+47
|\|
| * telnetd: improve --helpDenys Vlasenko2025-07-271-2/+2
| * tftp: use bb_error_msg instead of info_msg for a debug messageDenys Vlasenko2025-07-181-1/+1
| * ntpd: replace two bb_info_msg's with bb_error_msgDenys Vlasenko2025-07-181-2/+2
| * libbb: introduce and use block-XOR functionsDenys Vlasenko2025-07-093-38/+11
| * libbb/yescrypt: remove redundant SHA256 HMAC implementationDenys Vlasenko2025-07-071-4/+4
| * libbb: factor out HMAC code from TLSDenys Vlasenko2025-07-071-131/+30
| * libbb: add yescrypt password hashing supportDenys Vlasenko2025-07-061-1/+1
* | tls: only show schannel config option on mingwrfl8902025-08-101-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-08-103-12/+10
|\|
| * whitespace fixDenys Vlasenko2025-07-051-2/+2
| * ntpd: Raise MAXDIST to 3s for better tolerance and consistency with chronyMichael Glembotzki2025-07-011-1/+1
| * ip route: make cache printing a bit more similar to upstreamDenys Vlasenko2025-07-011-9/+7
* | tls: whitespace fixesRon Yorston2025-08-083-5/+5
* | tls: fix schannel handshake on older WindowsRFL8902025-08-081-1/+1
* | tls: add Schannel implementationrfl8902025-08-073-12/+592
* | Call BCryptDestroyHash before freeing memory handleRFL8902025-07-301-0/+1
* | win32: deduplicate die_if_error()Ron Yorston2025-07-111-14/+5
* | remove comments from old implementationRFL8902025-07-111-4/+0
* | patch tls.c to work with CNG implementationRFL8902025-07-111-3/+89
* | Merge branch 'busybox' into mergeRon Yorston2025-05-193-88/+179
|\|
| * udhcpd: send DHCPOFFERs as unicast (unless clients specifically asks for bcast)Denys Vlasenko2025-04-071-16/+42
| * udhcpc6: fix copy-paste error in "generate a consistent IAID" commitDenys Vlasenko2025-02-091-1/+1
| * udhcpc6: generate a consistent IAIDZhou Siqi2025-02-091-2/+27
| * udhcpc6: move block comment, no code changesDenys Vlasenko2025-02-091-61/+61
| * udhcpc6: improvementsLaurent Bercot2025-02-092-32/+72
* | Merge branch 'busybox' into mergeRon Yorston2024-10-081-0/+21
|\|
| * networking/libiproute/iplink.c: fix support for older kernelsThomas Devoogdt2024-10-061-0/+21