aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergemergeRon 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
* | Merge branch 'busybox' into mergeRon Yorston2024-09-281-3/+6
|\|
| * wget: fix compile warnings when WGET_FTP is not selectedDenys Vlasenko2024-09-261-3/+6
* | wget: let user override Content-LengthRon Yorston2024-07-261-0/+21
* | win32: consolidate executable handling in popen.cRon Yorston2024-07-201-3/+2
* | Merge branch 'busybox' into mergeRon Yorston2024-07-131-29/+62
|\|
| * tls: P256: improve x86_64 multiplication asm codeDenys Vlasenko2024-07-121-22/+36
| * tls: P256: fix obscure x86_64 asm misbehavior, closes 15679Denys Vlasenko2024-07-111-10/+29
* | Merge branch 'busybox' into mergeRon Yorston2024-07-101-1/+1
|\|
| * wget: ignore header casingSertonix2024-07-081-1/+1
* | win32: code shrink system drive handlingRon Yorston2024-07-071-3/+4
* | Merge branch 'busybox' into mergeRon Yorston2024-06-238-59/+343
|\|
| * typo fixDenys Vlasenko2024-06-012-2/+2
| * libbb: add bit counting function, use where appropriateDenys Vlasenko2024-05-314-46/+9