aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-06-04udhcpd: fix daemonize crash on nommu systemsMike Frysinger
2010-05-31dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849Denys Vlasenko
2010-05-30dhcp: indicate IP network order in prototypes tooDenys Vlasenko
2010-05-30dhcp: readability cleanups and small code shrinkDenys Vlasenko
2010-05-27trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsoleDenys Vlasenko
2010-05-25ip addr: shrinkBernhard Reutner-Fischer
2010-05-25ip addr: unify parsing argsBernhard Reutner-Fischer
2010-05-25ip rule: unify parsing argsBernhard Reutner-Fischer
2010-05-25ip tunnel: unify parsing args; no obj-code changesBernhard Reutner-Fischer
2010-05-25ip link: add qlenBernhard Reutner-Fischer
2010-05-25iplink: shrinkBernhard Reutner-Fischer
2010-05-25iplink: support add/deleteBernhard Reutner-Fischer
2010-05-25ipaddress: print OPERSTATEs and NO-CARRIERBernhard Reutner-Fischer
2010-05-23ifconfig: do not truncate interface names. closes bug 1795Denys Vlasenko
2010-05-18ash: fix bug which causes signal6.tests to failDenys Vlasenko
2010-05-11ifplugd: fix typo in prev commitDenys Vlasenko
2010-05-10work on adding testsuite runs to randomconfig test buildsDenys Vlasenko
2010-05-08ifplugd: replace potentially-leaking setenv with malloc/putenv/freeDenys Vlasenko
2010-05-02ifdown: use /var/run/udhcpc.%iface%.pid only if it existsDenys Vlasenko
2010-05-02udhcpd: fix hostname truncation bug 1663Denys Vlasenko
2010-04-27telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON.Denys Vlasenko
2010-04-26dnsd: fix unaligned access problemDenys Vlasenko
2010-04-21ftpd: work around LIST -aXYZ too, not only LIST -lXYZDenys Vlasenko
2010-04-15httpd_indexcgi example: trivial fixDenys Vlasenko
2010-04-14dnsd: enforce alignment on packet bufferDenys Vlasenko
2010-04-07ipcalc: more correct checking for proper number of argumentsSteve Bennett
2010-04-06telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko
2010-04-06udhcp: s/sipservers/sipsrv/ to match other similar option namesDenys Vlasenko
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko
2010-04-04who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko
2010-04-04udhcpd: note missing sanity checks on INFORM message handlingDenys Vlasenko
2010-04-04udhcp: implement "raw" binary options. Closes bug 735Denys Vlasenko
2010-04-04libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko
2010-04-04udhcp: s/dhcp_option/dhcp_optflag/gDenys Vlasenko
2010-04-04udhcpc: trivial shrinkDenys Vlasenko
2010-04-03udhcpd: support decoding of option 120 "SIP servers". Closes bug 737Denys Vlasenko
2010-04-03ftpd: shrink by 33 bytesDenys Vlasenko
2010-04-03libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko
2010-04-02httpd: fix proxy mode bug (annoying but harmless), better help textDenys Vlasenko
2010-04-02ifplugd: more robust interface name match checkDenys Vlasenko
2010-04-01clean up redundant, commented-out and misplaced includesDenys Vlasenko
2010-03-31fix Config.in tab usageDenys Vlasenko
2010-03-30ifplugd: code shrink; expanded commentsMaxim Kryzhanovsky
2010-03-29ifplugd: code shrinkMaxim Kryzhanovsky
2010-03-28dumpleases: better help textDenys Vlasenko
2010-03-27udhcpd: fix -v/-P mixupDenys Vlasenko
2010-03-27udhcp: abort if we see unknown option, and show valid options if soDenys Vlasenko
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko
2010-03-26udhcp: cosmetic cleanups; one case of s/full_read/xread/Denys Vlasenko