summaryrefslogtreecommitdiff
path: root/networking/Kbuild (follow)
Commit message (Collapse)AuthorAgeFilesLines
* slattach: new applet.Denis Vlasenko2007-06-201-0/+1
|
* pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it>Denis Vlasenko2007-06-161-0/+1
| | | | wget: lift 256 chars limitation on terminal width
* - mv ip*_main into ip.c; use a dispatcher to save on needless duplication.Bernhard Reutner-Fischer2007-04-101-5/+0
| | | | Saves a minor 12b.
* Unify ping and ping6. ping has -4 and -6 which forceDenis Vlasenko2007-01-241-1/+1
| | | | | | | | name resolution into IP or IPv6 only, otherwise we take address family returned by host2sockaddr() in lsa->sa.sa_family. IOW: "ping ::1" with do IPv6 ping, "ping 127.0.0.1" will do IPv4 ping. ping6 is aliased to "ping -6".
* clean up commented out old codeDenis Vlasenko2007-01-221-1/+0
|
* By popular request reinstate fakeidentd's standalone mode.Denis Vlasenko2007-01-141-1/+2
| | | | | | | | | | | Since this is also needed for other applets like telnetd, introduce generic driver for such things. It even supports inetd-wait ('linger') mode, when inetd hands out listen socket to child and waits to it to die, instead of handing out accepted socket and continuing listening itself (nowait mode). Code growth ~200 bytes. NB: our inetd doesn't support wait mode yet (or mabe it is buggy).
* add arp applet - thanks toDenis Vlasenko2007-01-071-0/+1
| | | | "Eric Spakman" <E.Spakman@inter.nl.net>
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-211-0/+1
| | | | | text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o
* build system overhaulDenis Vlasenko2006-10-051-0/+38