summaryrefslogtreecommitdiff
path: root/sys/src/cmd/ip
AgeCommit message (Expand)Author
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
2014-11-12httpfile: use webfs, fix 9p flushescinap_lenrek
2014-11-07fix dangerous werrstr() usagescinap_lenrek
2014-10-29fix syslog() use with linefeeds for various programscinap_lenrek
2014-09-14telnetd: let the kernel place the shared segment in segattach() (thanks kenji...cinap_lenrek
2014-09-06ip/ayiya: experimental anything in anything tunnel protocol clientcinap_lenrek
2014-08-27ipconfig: remove sleep() left over from debug :-)cinap_lenrek
2014-08-27ipconfig: fix readipifc() memory leaks in recvra6 and sendra6 processescinap_lenrek
2014-08-26ipconfig: cleanup code duplication in ip6cfg()cinap_lenrek
2014-08-26ping: don't spin when we get error reading icmp connection, print error and s...cinap_lenrek
2014-08-02ftpfs: dont convert names to latin when string is valid utf-8cinap_lenrek
2014-07-13tftpfs: make sure path is null terminatedcinap_lenrek
2014-07-13ftpd: dont skip unmountnet() and return proper error string from dialdata()cinap_lenrek
2014-07-13tftpd: fix error string packet overflow in nak(), fix syslog reportingcinap_lenrek
2014-05-19ip/torrent: use "torrent" as default user agentcinap_lenrek
2014-05-19ip/torrent: fix usage, add -A option to set user-agentcinap_lenrek
2014-05-18ipconfig: fix dhcp watchcinap_lenrek
2014-05-03fix threadsetname usage in few placesftrvxmtrx
2014-02-14socksd: close inside udp server one we get a connection (udprelay)cinap_lenrek
2014-02-14cifsd: fix compiler warningcinap_lenrek
2014-02-14ip/torrent: remove unneeded assignmentcinap_lenrek
2014-02-01ip/torrent: print tracker errors/warnings in debug mode and allow setting peeridmischief