summaryrefslogtreecommitdiff
path: root/sys/src/cmd/ip
AgeCommit message (Expand)Author
2023-05-21ip/ppp: just use mtu requested from the peer.HEADfrontcinap_lenrek
2023-05-21ip/ppp, ip/pppoe: remove -e flag again (sorry)cinap_lenrek
2023-05-21ip/ppp, ip/pppoe: handle ipv6 address auto-configuration, call ip/ipconfigcinap_lenrek
2023-05-21ip/ipconfig: initial dhcpv6 support, clean default-routes and /net/ndb on removecinap_lenrek
2023-05-20ip/ppp: allow specifying pair of local and remote addresscinap_lenrek
2023-05-15dhcp: fix out of bounds access in "ANDROID_METERED" fixcinap_lenrek
2023-05-14dhcp: skip android junk optionsOri Bernstein
2023-05-14ip/ppp: ipv6 support, cleanup routes, remove source filter, and morecinap_lenrek
2023-05-12ftpfs: clarify usage and manpageVess Rebane
2023-05-10ip/pppoe: aaand the code ;)cinap_lenrek
2023-05-10ip/ppp: Implement echo request timeout, terminatecinap_lenrek
2023-03-30ip/httpd: fix duplicate array entry (thanks khayyam@cock.li)Alex Musolino
2022-12-12ip/dhcpclient: ignore icmp advice messagescinap_lenrek
2022-12-12ip/pptpd: use /fd instead of #dcinap_lenrek
2022-11-20snoopy: fix ipv6 option header parsing, add MLD messages to icmp6cinap_lenrek
2022-10-06acmed: remove obsolete ip/acmed.cIgor Böhm
2022-09-18snoopy: add "ippkt" protocol to demux ip packet interfaces without media header.cinap_lenrek
2022-09-10ip/tinc: fix ping pong racing causing recalcs and deleting nodesqwx
2022-08-13ip/ipconfig: we do not want icmp advice errors on our dhcp connectioncinap_lenrek
2022-06-16ip/dhcpd: quiet up syslogJacob Moody
2022-06-05ip/ipconfig: refactor plan9 vendor parsingJacob Moody
2022-06-05ip/dhcpd: properly skip past ipv6 addresses in addrsoptJacob Moody
2022-04-19ip/sol: handle timeout on password entry for digest authcinap_lenrek
2022-04-18ip/torrent: fix silly readn() error check (thanks pr)cinap_lenrek
2022-04-03ip/sol: kvm (vnc) redirect, bring back plain authentication as a fallback (wh...cinap_lenrek
2022-04-02ip/sol: use httpdigest authenticationcinap_lenrek
2022-04-01ip/sol: add intel AMT serial-over-lan console programcinap_lenrek
2022-03-18ip/dhcpd: ignore ipv6 addresses when looking up static bindingcinap_lenrek
2022-03-14ip(3): use flags instead of tag for 8 column route add/removecinap_lenrek
2022-03-13ip/dhcpd: ignore icmp advicecinap_lenrek
2022-03-13ipconfig(8): add -t flag to enable source address translationcinap_lenrek
2022-02-27snoopy: add vlan protocol (802.1q)cinap_lenrek
2022-02-05ip/tftpd: add -m argument for name substitution using regular expressionscinap_lenrek
2021-11-03snoopy: dns: add caa record type, fix rrtypestr()cinap_lenrek
2021-11-03snoopy: adjust for new dns txt rr formatcinap_lenrek
2021-10-31tinc: fix typo in unknown host error messageqwx
2021-10-27acmed: reject -t flag when -e is given, dup stderr to stdout of -e cmdcinap_lenrek
2021-10-25acmed: tokenize domains from subject also with spaces (fixed multidom cert)cinap_lenrek
2021-10-25acmed: add external command flag -e, improvements, bugscinap_lenrek
2021-10-15acmed: import acme (RFC8555) clientOri Bernstein
2021-08-18snoopy: ... and fix the memory leak for new dns rr typescinap_lenrek
2021-08-18snoopy: fix dns nil pointer crashes when formating dns packets (thanks sl)cinap_lenrek
2021-08-15tinc: fix spelling and update manpage (thanks unobe)cinap_lenrek
2021-05-02ip/ftpd: Add explict and implicit FTPS support.foura
2021-04-11ip/tftpd: add a syslog message about what error we return to the client on a NAKcinap_lenrek
2021-04-11ip/dhcpd: work around raspberry pi pxe firmware by providing dhcp option 66cinap_lenrek
2021-04-11ip/ipconfig: ODtftpserver (dhcp option 66) is of type stringcinap_lenrek
2021-02-23ip/tftpd: add -n namespace-file flag (thanks sam-d)cinap_lenrek
2021-02-23ip/tftpd: use procsetuser() instead of writing #c/usercinap_lenrek
2020-12-19libauth: change programs to use the new procsetuser() functioncinap_lenrek