aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Replace inet_ntoa() with safer inet_ntop()Marc-André Lureau4-17/+29
2022-02-02Add VMS_END markerDr. David Alan Gilbert1-0/+4
2022-01-25bootp: add support for UEFI HTTP bootIgnat Korchagin2-0/+24
2022-01-24IPv6 DNS proxying supportNoah1-4/+131
2022-01-23Add missing scope_id in cachingSamuel Thibault1-7/+24
2021-12-12Drop fixed TODOSamuel Thibault1-1/+0
2021-11-30socket: Move closesocket(so->s_aux) to sofreeNicholas Ngai3-6/+4
2021-11-29socket: Check so_type instead of so_tcpcb for Unix-to-inet translationNicholas Ngai1-3/+22
2021-11-29Merge branch 'master' into hostfwd-unixNicholas Ngai12-44/+84
2021-11-29socket: Add s_aux field to struct socket for storing auxilliary socketNicholas Ngai4-2/+11
2021-11-29socket: Initialize so_type in socreateNicholas Ngai8-12/+13
2021-11-27socket: Allocate Unix-to-TCP hostfwd port from OS by binding to port 0Nicholas Ngai1-4/+73
2021-11-18Allow to disable internal DHCP serverRafael Gieschke4-2/+13
2021-11-11Merge branch 'icmp_raw' into 'master'Samuel Thibault1-22/+38
2021-11-12slirp_pollfds_fill: Explain why dividing so_snd.sb_datalen by twoSamuel Thibault2-2/+8
2021-10-12socket: Check address family for Unix-to-inet accept translationNicholas Ngai1-3/+11
2021-10-12socket: Add debug args for tcpx_listen (inet and Unix sockets)Nicholas Ngai1-0/+33
2021-10-12socket: Restore original definition of fhostNicholas Ngai2-13/+2
2021-10-12socket: Move <sys/un.h> include to socket.hNicholas Ngai2-1/+4
2021-09-27Support Unix sockets in hostfwdNicholas Ngai4-14/+34
2021-09-26resolv: fix IPv6 resolution on Darwinosy1-6/+12
2021-09-18Use the exact sockaddr size in getnameinfo callSamuel Thibault1-2/+14
2021-09-14Initialize sin6_scope_id to zeroSaar Gross1-0/+3
2021-09-05slirp_socketpair_with_oob: Connect pair through 127.0.0.1Samuel Thibault1-1/+1
2021-08-24Merge branch 'libresolv-leak-fix' into 'master'Marc-André Lureau1-1/+1
2021-08-23resolv: fix memory leak when using libresolvosy1-1/+1
2021-07-05Haiku: proper path to resolv.conf for DNS serverRichard Zak1-2/+8
2021-07-03Fix for HaikuRichard Zak1-2/+0
2021-06-21dhcp: Always send DHCP_OPT_LEN bytes in optionsSamuel Thibault1-3/+3
2021-06-18Fix "DHCP broken in libslirp v4.6.0"Akihiro Suda1-1/+3
2021-06-14udp: check upd_input buffer sizeMarc-André Lureau1-1/+4
2021-06-14tftp: introduce a header structureMarc-André Lureau2-30/+36
2021-06-14tftp: check tftp_input buffer sizeMarc-André Lureau1-1/+5
2021-06-14upd6: check udp6_input buffer sizeMarc-André Lureau1-1/+4
2021-06-14bootp: check bootp_input buffer sizeMarc-André Lureau1-2/+2
2021-06-14bootp: limit vendor-specific area to input packet memory bufferMarc-André Lureau4-12/+22
2021-06-14Add mtod_check()Marc-André Lureau2-0/+12
2021-06-07icmp: Support falling back on trying a SOCK_RAW socketSamuel Thibault1-22/+38
2021-06-07poll_fd: add missing fd registration for UDP and ICMPSamuel Thibault2-0/+2
2021-06-07icmp: Document the use of UDP echo serviceSamuel Thibault1-0/+5
2021-06-06mbuf: Avoid warningSamuel Thibault1-0/+1
2021-06-06timer_mod: explicit that expire_time is in ms, not nsSamuel Thibault1-1/+1
2021-06-06Merge branch 'valgrind' into 'master'Samuel Thibault12-5/+148
2021-06-06mbuf: Add debugging helpers for allocationSamuel Thibault12-12/+125
2021-06-06Check that we have the expected room before m_dataSamuel Thibault7-0/+30
2021-06-06Merge branch 'ncsi_pack' into 'master'Samuel Thibault2-33/+33
2021-06-03ncsi: Mark ncsi headers with SLIRP_PACKEDSamuel Thibault1-29/+29
2021-06-03ncsi: make ncsi_calculate_checksum work with unaligned dataSamuel Thibault1-4/+4
2021-05-25src/ip: Fix typos in commentsThomas Huth2-2/+2
2021-05-09SlirpCb: explicit that it is fine for a guest to drop framesSamuel Thibault1-5/+5