aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* vconfig: remove /proc/net/vlan/config checkPaulius Zaleckas2011-12-161-6/+0
* httpd: fix /../ sanitization (had one extra semicolon). rewrote itDenys Vlasenko2011-12-161-13/+19
* *: style fixes. no code changesDenys Vlasenko2011-12-151-2/+2
* ifupdown: remove interface from state_list if iface_up failsLauri Hintsala2011-12-151-1/+1
* udhcpc: sanitize hostnames in incoming packets. Closes 3979.Denys Vlasenko2011-12-083-5/+73
* iproute: fix help textDenys Vlasenko2011-12-061-7/+6
* httpd: small fixes to previous changePascal Bellard2011-11-291-7/+11
* httpd: make it possible to use system passwords for authPascal Bellard2011-11-291-28/+147
* nommu: fix cases where we mangle argv[0][0]Denys Vlasenko2011-11-221-0/+1
* udhcpc: shrink code by setting xid more economicallyDenys Vlasenko2011-11-181-4/+8
* udhcpc6: rudimentary code to export data to script; fix IAADDR parsingDenys Vlasenko2011-11-165-40/+131
* udhcpc[6]: tweak help text, remove -B from udhcpc6 and "--version" from bothDenys Vlasenko2011-11-082-13/+9
* udhcpc6: set hop limit to 1 in emitted raw packetsDenys Vlasenko2011-11-071-7/+11
* udhcpc6: fix endiannessDenys Vlasenko2011-11-072-10/+10
* udhcpc6: new applet. Not yet functional.Denys Vlasenko2011-11-074-0/+1724
* udhcpc: trim help text, rename badly-named variableDenys Vlasenko2011-11-072-15/+14
* udhcpc: code shrinkDenys Vlasenko2011-11-071-22/+18
* udhcpc: remove workaround for bugs in Win98 dhcp server ("MSFT 98" vendor str...Denys Vlasenko2011-11-051-31/+3
* udhcpc: reuse string constant; remove unneeded memset(0)Denys Vlasenko2011-11-051-2/+1
* udhcpc: deprecate --hostname NAMEDenys Vlasenko2011-11-051-5/+20
* getty: reset tty attrs on Ctrl-C and Ctrl-D tooDenys Vlasenko2011-10-231-1/+1
* udhcpc: add comment about server IPDenys Vlasenko2011-10-201-1/+19
* udhcpc: in fill_envp, export BOOTP fields firstDenys Vlasenko2011-10-201-18/+36
* dhcpc: fix the case where we might add extra space at the end of envvar.Denys Vlasenko2011-10-202-9/+13
* udhcpc: fix 6rd option formatting (was using 4 more bytes than there is)Denys Vlasenko2011-10-201-27/+23
* udhcpc: remove unused argument in sprint_nip6Denys Vlasenko2011-10-201-4/+4
* udhcpc: small code shrinkDenys Vlasenko2011-10-201-6/+9
* typo fix in commentDenys Vlasenko2011-10-201-1/+1
* udhcpc: add support for DHCP option 212 (RFC 5969)Denys Vlasenko2011-10-193-2/+82
* nc: small code shrinkDenys Vlasenko2011-10-191-2/+1
* ifupdown: code shrinkDenys Vlasenko2011-10-191-27/+15
* ifupdown: support post-up / pre-down hooksPeter Korsgaard2011-10-191-0/+6
* udhcpc: on SIGUSR1, limit renew attempts time to 20 seconds; then do total re...Vladislav Grishenko2011-10-181-1/+15
* udhcp: IF_UDHCP_VERBOSE() macro - improve code readabilityLeonid Lisovskiy2011-10-183-11/+5
* tftp: mode string is case independentDenys Vlasenko2011-10-061-1/+2
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-0/+2
* start_stop_daemon: set complementary group ids too. Closes 3253Denys Vlasenko2011-09-151-1/+1
* wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko2011-09-112-81/+8
* ping: display real IPv6 response address. Hopefully closes 3745.Denys Vlasenko2011-09-111-3/+3
* inetd: close new udp fd in "udp nowait" caseDenys Vlasenko2011-09-111-11/+55
* udhcp: remove the declaration of non-existent udhcp_checksumBaruch Siach2011-09-091-2/+0
* networking: consolidate the IP checksum code. -129 bytes.Baruch Siach2011-09-074-95/+9
* tcpudp: simplify help textDenys Vlasenko2011-07-251-3/+3
* more tweak for bionicDenys Vlasenko2011-07-082-2/+33
* typo fixesDan Fandrich2011-07-081-1/+1
* inetd: check if RPC is availableBernhard Reutner-Fischer2011-06-151-2/+5
* iplink: tweak includes to work on androidDenys Vlasenko2011-06-121-1/+1
* Replaced __u32 etc. with standard uint32_t style typesDaniel Fandrich2011-06-102-24/+24
* *: simplify Ethernet header includesDan Fandrich2011-06-109-53/+20
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-0535-44/+6