update random config tester
[oweals/busybox.git] / networking /
2008-11-09 Denis Vlasenkotelnetd: set SO_KEEPALIVE, users report it's useful...
2008-11-09 Denis Vlasenko*: a bit of code shrink
2008-11-07 Denis Vlasenkotelnetd: handle emacs M-DEL and IAC-NOP (putty keepalive)
2008-11-06 Denis Vlasenkototal overhaul of mail applets. again. Vladimir as...
2008-11-06 Denis Vlasenkorunsvdir: alternative methon of supporting runsvdir...
2008-11-06 Denis Vlasenkobuild system: tidying up CONFIG_xxx names (suggested...
2008-11-05 Denis Vlasenko*: code shrink by adding a wrapper around very common...
2008-11-05 Denis Vlasenkoinetd: fix a case when we have zero services
2008-11-04 Denis Vlasenkonslookup: tiny shrink (-5 bytes); add comment about...
2008-11-01 Denis Vlasenkotftpd: show help if stdin is not a socket
2008-11-01 Denis Vlasenkoiplink: accept shorthands for "address" keyword here:
2008-10-30 Bernhard Reutner... - minor shrinkage (~-60)
2008-10-30 Bernhard Reutner... - support ip link set eth1 address 00:11:22:33:44:55
2008-10-29 Denis Vlasenkorandomconfig fixes
2008-10-27 Denis Vlasenkoudhcp: simplify SO_BINDTODEVICE call
2008-10-27 Denis Vlasenkoping: trivial code shrink
2008-10-21 Bernhard Reutner... - fix ip route rejecting dotted quads as prefix
2008-10-10 Denis Vlasenkozcip: code size optimizations, improved help text and...
2008-10-07 Bernhard Reutner... - route metric support (Natanael Copa)
2008-10-02 Bernhard Reutner... - wrap overlong line
2008-09-30 Denis Vlasenkoinetd: use config parser. by Vladimir
2008-09-28 Denis Vlasenkoroute: fix for 64-bit BE machines by Seonghun Lim ...
2008-09-28 Denis Vlasenkosendmail: update by Vladimir
2008-09-27 Denis Vlasenkosendmail: compat update by Vladimir
2008-09-26 Denis Vlasenkoudhcp: add inline docs; small code shrink
2008-09-26 Denis Vlasenkoudhcpc: fixlet for previous commit
2008-09-26 Denis Vlasenkoudhcp: added some FIXMEs; code shrink. -49 bytes
2008-09-26 Denis Vlasenkodhcp: add FAST_FUNC as appropriate. -160 bytes.
2008-09-26 Denis Vlasenkodhcpc: treat "discover...select...discover..." loop...
2008-09-25 Bernhard Reutner... - update my name. No obj-code changes ;)
2008-09-20 Denis Vlasenkoinit: set stderr to NONBLOCK
2008-09-16 Denis Vlasenkoslattach: preserve speed in non-raw mode. +39 bytes.
2008-09-11 Denis Vlasenkorunsvd: shrink by Vladimir
2008-09-06 Denis Vlasenkoifenslave: on uclibc at least, net/if.h + linux/if_bond...
2008-09-06 Denis Vlasenkoifenslave: wants net/if.h
2008-09-06 Denis Vlasenkomodprobe-small: make insmod command line compatible
2008-09-04 Bernhard Reutner... - add WIP stub for tc.
2008-09-01 Bernhard Reutner... - pass "Accept:" and "Accept-Language:" header to CGI...
2008-08-27 Denis Vlasenkoinsmod: shrink
2008-08-24 Denis Vlasenkoping: SO_RCVBUF must be bigger than packet size,
2008-08-19 Denis Vlasenkoifupdown: fixes for shutdown of DHCP-managed interfaces
2008-08-15 Denis Vlasenkoarp: without -H <type>, assume "ether". closes 4564
2008-08-12 Denis Vlasenkoifupdown: fixes for custom MAC address, by Wade Berrier...
2008-08-10 Denis Vlasenkosendmail: work around (bogus) gcc warning
2008-08-01 Denis Vlasenkonameif: shrink (by Vladimir)
2008-07-29 Denis Vlasenkohush: add #defines to switch off break/continue if...
2008-07-27 Denis Vlasenkonetstat: code shrink
2008-07-27 Denis Vlasenkostyle fix, no code changes
2008-07-27 Denis Vlasenkonetstat: optional -p support by L. Gabriel Somlo <somlo...
2008-07-26 Denis Vlasenkofix several problems with config parser:
2008-07-24 Denis Vlasenko*: conversion to config parser
2008-07-22 Denis Vlasenkoinetd: do not trash errno in signal handlers;
2008-07-22 Bernhard Reutner... - wrap overlong lines (Cristian Ionescu-Idbohrn)
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-21 Bernhard Reutner... - first pass to unify/cleanup uid handling (-236b)
2008-07-21 Bernhard Reutner... - fix spelling
2008-07-21 Denis Vlasenkotelnet: shrink
2008-07-20 Denis Vlasenkohttpd: add Hopedir directive specially for
2008-07-20 Denis Vlasenkoudhcp: use libbb for config file parsing (by Vladimir)
2008-07-20 Denis Vlasenkodnsd,sestatus: use libbb to parse config file (by Vladimir)
2008-07-19 Denis Vlasenkolibbb: updated config_parse() from Vladimir
2008-07-17 Denis Vlasenkosendmail: update from the maintainer
2008-07-17 Bernhard Reutner... - very minor shrinkage (-9b)
2008-07-17 Bernhard Reutner... - fix segfault in nameif with mactab file
2008-07-16 Denis Vlasenkofix up callsites of config_read to check for >= 0
2008-07-16 Denis Vlasenkoupdate of config file parser from Vladimir
2008-07-16 Denis Vlasenkosendmail: do not discard all headers
2008-07-15 Denis Vlasenkosendmail: do not ignore CC; accept to: and cc: case...
2008-07-12 Denis Vlasenkocpio: internalize archive_xread_all_eof. add a few...
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-08 Denis Vlasenkoifupdown: /etc/network/interfaces can have comments...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-01 Denis Vlasenkosendmail: fix wrong vfork usage here too
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xfork()
2008-07-01 Denis Vlasenko*: introduce and use xvfork()
2008-06-30 Denis Vlasenkosendmail: from Vladimir:
2008-06-29 Denis Vlasenkolibiproute: print_route() always uses stdout, do not...
2008-06-29 Denis Vlasenkowget: "support" -t and -T by ignoring them
2008-06-28 Denis Vlasenkosendmail: another update from the maintainer
2008-06-27 Denis Vlasenkosendmail: update from maintainer
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-22 Denis Vlasenkowget: accept code 204.
2008-06-20 Denis Vlasenkoudhcpc: change BPF filter to not use 0xffffffff as...
2008-06-16 Denis Vlasenkotftp: help compiler a bit
2008-06-16 Denis Vlasenkotftpd: PXE server said to need to support "tsize" option
2008-06-16 Denis Vlasenkowhitespace and comment fixes, no code changes
2008-06-15 Denis Vlasenkouse USE_FEATURE_UDHCP_PORT instead of ifdef
2008-06-15 Denis Vlasenkoudhcpc: removing stray whitespace
2008-06-15 Denis Vlasenko*: use llist_pop for traverse-and-free list operation
2008-06-15 Denis Vlasenkoudhcpc: reduce ifdef forest, no code changes
2008-06-13 Denis Vlasenkoudhcpc: kill undocumented -W, it was a no-op.
2008-06-13 Denis Vlasenkohttpd: fix authentication
2008-06-13 Denis Vlasenkohttpd: fix bugs in authentication (by Peter Korsgaard...
2008-06-13 Denis Vlasenkohtppd: lots of variable/function renaming in config...
2008-06-12 Denis Vlasenkomake pw_encrypt() return malloc'ed string.
2008-06-12 Denis Vlasenkouclibc insists on having 70k static buffer for crypt.
2008-06-12 Bernhard Reutner... - make the first arg of the filter function passed...
2008-06-08 Denis Vlasenkoifenslave: small shrink
next