summaryrefslogtreecommitdiff
path: root/networking
Commit message (Expand)AuthorAgeFilesLines
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-085-0/+10
* bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-2/+2
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-062-2/+2
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-062-86/+86
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-045-0/+0
* udhcpd: fix daemonize crash on nommu systemsMike Frysinger2010-06-041-1/+2
* dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849Denys Vlasenko2010-05-311-12/+20
* dhcp: indicate IP network order in prototypes tooDenys Vlasenko2010-05-301-4/+4
* dhcp: readability cleanups and small code shrinkDenys Vlasenko2010-05-304-49/+54
* trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsoleDenys Vlasenko2010-05-271-1/+1
* ip addr: shrinkBernhard Reutner-Fischer2010-05-251-99/+78
* ip addr: unify parsing argsBernhard Reutner-Fischer2010-05-251-13/+7
* ip rule: unify parsing argsBernhard Reutner-Fischer2010-05-251-25/+11
* ip tunnel: unify parsing args; no obj-code changesBernhard Reutner-Fischer2010-05-251-3/+2
* ip link: add qlenBernhard Reutner-Fischer2010-05-251-2/+7
* iplink: shrinkBernhard Reutner-Fischer2010-05-251-54/+39
* iplink: support add/deleteBernhard Reutner-Fischer2010-05-251-2/+91
* ipaddress: print OPERSTATEs and NO-CARRIERBernhard Reutner-Fischer2010-05-251-0/+9
* ifconfig: do not truncate interface names. closes bug 1795Denys Vlasenko2010-05-231-2/+1
* ash: fix bug which causes signal6.tests to failDenys Vlasenko2010-05-181-1/+1
* ifplugd: fix typo in prev commitDenys Vlasenko2010-05-111-1/+1
* work on adding testsuite runs to randomconfig test buildsDenys Vlasenko2010-05-101-1/+1
* ifplugd: replace potentially-leaking setenv with malloc/putenv/freeDenys Vlasenko2010-05-081-83/+20
* ifdown: use /var/run/udhcpc.%iface%.pid only if it existsDenys Vlasenko2010-05-021-2/+4
* udhcpd: fix hostname truncation bug 1663Denys Vlasenko2010-05-021-0/+2
* telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON.Denys Vlasenko2010-04-271-9/+8
* dnsd: fix unaligned access problemDenys Vlasenko2010-04-261-3/+8
* ftpd: work around LIST -aXYZ too, not only LIST -lXYZDenys Vlasenko2010-04-212-4/+4
* httpd_indexcgi example: trivial fixDenys Vlasenko2010-04-151-1/+1
* dnsd: enforce alignment on packet bufferDenys Vlasenko2010-04-141-1/+2
* ipcalc: more correct checking for proper number of argumentsSteve Bennett2010-04-071-11/+12
* telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko2010-04-062-21/+15
* udhcp: s/sipservers/sipsrv/ to match other similar option namesDenys Vlasenko2010-04-061-1/+1
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-5/+28
* who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko2010-04-041-2/+2
* udhcpd: note missing sanity checks on INFORM message handlingDenys Vlasenko2010-04-041-1/+13
* udhcp: implement "raw" binary options. Closes bug 735Denys Vlasenko2010-04-042-13/+43
* libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko2010-04-042-49/+9
* udhcp: s/dhcp_option/dhcp_optflag/gDenys Vlasenko2010-04-043-34/+34
* udhcpc: trivial shrinkDenys Vlasenko2010-04-041-4/+2
* udhcpd: support decoding of option 120 "SIP servers". Closes bug 737Denys Vlasenko2010-04-034-44/+83
* ftpd: shrink by 33 bytesDenys Vlasenko2010-04-031-5/+11
* libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko2010-04-032-4/+4
* httpd: fix proxy mode bug (annoying but harmless), better help textDenys Vlasenko2010-04-021-4/+4
* ifplugd: more robust interface name match checkDenys Vlasenko2010-04-021-2/+5
* clean up redundant, commented-out and misplaced includesDenys Vlasenko2010-04-013-31/+16
* fix Config.in tab usageDenys Vlasenko2010-03-311-4/+4
* ifplugd: code shrink; expanded commentsMaxim Kryzhanovsky2010-03-301-15/+11
* ifplugd: code shrinkMaxim Kryzhanovsky2010-03-291-54/+34
* dumpleases: better help textDenys Vlasenko2010-03-281-1/+1