- remove debian/
[oweals/busybox.git] / networking /
2006-01-15 "Vladimir N. Oleynik"setgid and setuid have changes effective id too
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-15 "Vladimir N. Oleynik"restore erronyous 'cleanups' by Rob Sullivan and landley
2006-01-15 Rob LandleyCleanup patch from Rob Sullivan.
2006-01-12 Bernhard Reutner... - remove warning about redeclaration of __constant_htons
2006-01-12 Bernhard Reutner... - mark argument who of print_route as unused.
2006-01-11 Rob LandleyOk, ping needs a rewrite from the ground up. (This...
2006-01-10 Rob LandleyThe brain-dead FTP servers on Solaris don't support...
2006-01-04 Bernhard Reutner... - better wording
2006-01-03 Mike Frysingerfix comment documentation
2005-12-26 "Vladimir N. Oleynik"remove buffer overflow by Erik and decodeString problem...
2005-12-20 "Vladimir N. Oleynik"remove debug feature for production
2005-12-15 Rob LandleyAdd a fflush(stdout).
2005-12-15 Rob LandleyFix -g and -p options. Patch from Traceman. (I don...
2005-12-15 Rob LandleyPatch from dlively (whoever that is, see bug 591) to fix
2005-12-14 Bernhard Reutner... - several functions depend on IPv4 or IPv6 od IPX support.
2005-12-13 Bernhard Reutner... - do away with superfluous keyword.
2005-12-12 Bernhard Reutner... - fix zcip for IMA compile mode.
2005-12-06 "Vladimir N. Oleynik"restore compare_string_array new interface (make broken...
2005-12-02 Rob LandleyIf we really _need_ an #ifdef like this, then we should...
2005-12-02 "Vladimir N. Oleynik"remove warnings if compile with -W, use ENABLE_FEATURE...
2005-11-28 Paul Foxeliminate mixed declaration, to support older compilers...
2005-11-22 Rob LandleyCan't store a pointer in an int on 64 bit platforms.
2005-11-22 Rob LandleyMove interface.c to networking directory since it's...
2005-11-10 Rob Landleytelnetd -b (bind to specific address) support from...
2005-11-09 "Vladimir N. Oleynik"change osbolete sigpause() to sigsuspend()
2005-11-08 Rob LandleyPatch from Tomasz Mateja: don't try to CWD to a _filena...
2005-11-06 Rob LandleyYann E. Morin pointed out that rpcsvc/nfs_prot.h isn...
2005-10-28 Rob LandleyRob Sullivan sent in some cleanups, which I beat on...
2005-10-26 Bernhard Reutner... * uniq.c: remove unneeded include and use short boiler...
2005-10-21 Bernhard Reutner... - fix bug to avoid aliasing busybox' main to zcip_main...
2005-10-17 "Vladimir N. Oleynik"more const, use bb_getopt_ulflags, insert XXX for show...
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-10-08 Bernhard Reutner... - make libiproute compile..
2005-10-07 Bernhard Reutner... - remove superfluous C statements ";;" in decompress_un...
2005-10-05 "Vladimir N. Oleynik"more lost changes BSD signals -> SysV signals. Noticed...
2005-10-05 "Vladimir N. Oleynik"BSD signals -> SysV signals, int->socklet_t. Noticed...
2005-10-05 Mike Frysingerdont typecast lvalue since gcc hates that
2005-10-03 "Vladimir N. Oleynik"sync inetd with slackware-10.2 inetd (OpenBSD-1.79...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-29 Bernhard Reutner... - rename llist_add_to.c to llist.c
2005-09-26 "Vladimir N. Oleynik"revert wait zombie, it have as linux-specific signal...
2005-09-24 Mike FrysingerCristian Ionescu-Idbohrn writes to fix a warning: netwo...
2005-09-24 Mike Frysingertouchup argc/argv handling to shrink a bit and fix...
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-23 Bernhard Reutner... - ifupdown needs run-parts. Thanks Derosnec for pointin...
2005-09-23 "Vladimir N. Oleynik"more make safe the exported namespace for udhcp. Move...
2005-09-23 "Vladimir N. Oleynik"remove 1 exported
2005-09-22 Paul Foxmove a couple of functions from common code (options...
2005-09-22 Paul Foxadd support for setting the dhcp vendor class option...
2005-09-22 "Vladimir N. Oleynik"safe exported namespace for udhcp. Not full, bore :-(
2005-09-22 "Vladimir N. Oleynik"more remove lost exported
2005-09-22 "Vladimir N. Oleynik"network "default" --> bb_INET_default. Reduce 2 exporte...
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-19 "Vladimir N. Oleynik"destroy bug #421
2005-09-15 Rob LandleyAmir Shalem observed that telnetd doesn't really requir...
2005-09-15 Mike FrysingerBsAtHome writes in Bug 433:
2005-09-08 Rob LandleyFix the warning by rewriting the function to be smaller...
2005-09-06 "Vladimir N. Oleynik"- sync traceroute with Slackware-10.1
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-01 Rob LandleyTracking system but #4: php needs the environment varia...
2005-09-01 Rob LandleyOff by one error in max_leases sanity check. Bug 349...
2005-08-22 Rob LandleyTwo FEATURE_CLEAN_UP patches from Shaun Jackman, closin...
2005-08-01 Paul Foxcommiting:
2005-08-01 Paul Foxallow suppression of default client-id. fixes bug...
2005-07-31 Mike Frysingerpatch by apgo in Bug 345 to not use ether_hostton(...
2005-07-31 Mike Frysingertypecast to int
2005-07-31 Mike Frysingeruse socklen_t instead of size_t with socket related...
2005-07-28 Rob LandleyErik pointed out that in the last try at the #ifdef...
2005-07-27 Rob Landley#ifdef reduction infrastructure, based on an argument...
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-26 Mike Frysinger2005-03-19 Shaun Jackman <sjackman@gmail.com>
2005-07-21 Paul Foxremove duplicate check against chaddr.
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxapplying fix for:
2005-07-20 Paul Foxmuch more concise fix for bug #45. just align the...
2005-07-19 Paul Foxapplying fix from:
2005-07-19 Paul Foxapplying fix from:
2005-07-19 Paul Foxapplying fix for:
2005-07-18 Paul Foxfix for "0000027: patch: nc will spin if stdin closed"
2005-06-24 Ned Ludd- remove extra/unneeded function call. testing svn
2005-06-23 Eric Andersencharacters encoded as html should have a trailing semicolon
2005-06-07 Rob LandleyThus spake Brenda J. Butler:
2005-05-26 Rob LandleyTobias Krawutschke found a bug where the DHCP client...
2005-05-11 Mike Frysingerimport ether-wake applet by haveaniceday Bug 252
2005-05-10 Rob LandleyPatch from Jason Schoon to add IPV6 support to telnetd...
2005-05-07 Mike Frysingeruse shared busybox error messages to save a few bytes
2005-05-06 Mike Frysingermake the exec (-e) an optional feature of netcat
2005-05-06 Mike FrysingerIn bug 247, haveaniceday writes:
2005-05-04 Rob LandleyRevert the uptime() removal. Let the list sort it...
2005-05-04 Rob LandleyPatch from Shaun Jackman:
2005-05-03 Rob LandleyFrom: Shaun Jackman <sjackman@gmail.com>
2005-05-03 Rob LandleyRevert Tito's patch to zcip. My bad, David Brownell...
next