summaryrefslogtreecommitdiff
path: root/sys/src/cmd/ip
AgeCommit message (Expand)Author
2018-02-14ftpfs: no caching by default, add -c flag to enable it (patch by mycroftiv)cinap_lenrek
2018-01-27ip/dhcpd: remove old testing codecinap_lenrek
2018-01-22ip/pptpd: don't mess with ipifc (handled by ppp), slay note gorup on exitcinap_lenrek
2018-01-21ppp: remove left over debug printcinap_lenrek
2018-01-21ppp: mschapv2 supportcinap_lenrek
2018-01-16ip/ipconfig: use 2000::/3 instead of ::/0 for v6 default routecinap_lenrek
2018-01-16p/ipconfig: don't put automatic link-local address configuration in /net/ndbcinap_lenrek
2018-01-14ip/ipconfig: add v6 deault route from router advertisementscinap_lenrek
2018-01-10ip/ipconfig: set on-link flag in router advertisement prefix info (fixes wind...cinap_lenrek
2017-12-21ip/tinc: handle and set ethertype for ipv6cinap_lenrek
2017-12-17ip/tinc: handle single byte noop and end-of-option-list tcp options in clampm...cinap_lenrek
2017-11-186in4: add -m mtu option to specify outer MTUcinap_lenrek
2017-10-31tinc: implement experimental mash peer to peer VPN from http://www.tinc-vpn.org/cinap_lenrek
2017-05-01ip/torrent: avoid requesting same chunkscinap_lenrek
2017-03-20ip/torrent: exit immidiately when file is complete after verification and not...cinap_lenrek
2017-03-20ip/torrent: avoid peerid collision using truerand() instead of time(0)cinap_lenrek
2017-03-12merging erik quanstros nupascinap_lenrek
2017-02-19ip/ipconfig: don't null terminate the dhcp string options.aiju
2017-02-19ip/gping: fix corruption due to Machine.last pointer not being maintained in ...cinap_lenrek
2017-02-06ip/ipconfig: have to refresh /net/cs, /net/dns after ndbconfig even tho /net/...cinap_lenrek
2017-02-02ip/ipconfig: don't write /net/ndb when getting config from ndb (-N)cinap_lenrek
2016-07-24make error handling in 9p service loops consistentcinap_lenrek
2016-05-08ip/ipconfig, ip/ppp: preserve preexisting entries when writing /net/ndbcinap_lenrek
2016-03-316in4: ingress filter multicast and link-local, but allow relay trafficcinap_lenrek
2016-03-316in4: allow setting the local IPv4 address with -i flag (thanks k0ga)cinap_lenrek
2016-03-18ip/gping: add main pid to pid list for killall()cinap_lenrek
2016-03-15ppp: fix buffer overflow, set correct state after chap negotiation (thanks k0ga)cinap_lenrek
2016-03-15ppp: Small format and log fixes (thanks k0ga)cinap_lenrek
2016-03-15ppp: md5 and mschap inside chap, do not request encryption with -c or -C (tha...cinap_lenrek
2016-03-15pppoe: Add support for -c and -C to enable/disable header compression (thanks...cinap_lenrek
2016-03-12ip/gping: ignore advice, fix packet corruption check, remove dead codecinap_lenrek
2016-03-12ip/gping: set display->locking before starting mouseproc (race)cinap_lenrek
2016-03-01pppoe: Avoid double free (thanks k0ga)cinap_lenrek
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> intpt...cinap_lenrek
2015-12-23snoopy: fix timestamps for pcap files (thanks BurnZeZ)cinap_lenrek
2015-08-25fix fuckupglenda
2015-08-25import E script from bell labsmischief
2015-08-03snoopy: dont rely on atoi() being able to parse hexcinap_lenrek
2015-07-23ip/httpfile: fix flushes, fix concurrent reads, set error stringcinap_lenrek
2015-07-13httpfile: fix evictblock() so we wont consume all the memorycinap_lenrek
2015-07-11tftpd: count only options we understand so we wont send empty oack messagecinap_lenrek
2015-06-10cifsd: smbrename is still ok when file is readonly (fixed git)cinap_lenrek
2015-05-20revert httpd log file goofmischief
2015-05-20ip/httpd: fix syslog filemischief
2015-03-18dhcpd: ignore ";" filename from sgi arcs bootp(); commandcinap_lenrek
2015-03-12imap4d: simplify auth code using encodefmt(), use readn() to get multiple of ...cinap_lenrek
2015-01-10ip/ipconfig: set ndb database file with -f argumentmischief
2014-12-26socksd: revert back, previous commit broke UdpAssociate requestcinap_lenrek
2014-12-26socksd: dont use myipaddr() for announcing addresscinap_lenrek
2014-12-08ip/ipconfig: treat /32 mask as /0mischief