- ec351c3 - do away with superfluous keyword. by Bernhard Reutner-Fischer · 19 years ago
- b7d5342 - fix zcip for IMA compile mode. by Bernhard Reutner-Fischer · 19 years ago
- 2f0a5f9 restore compare_string_array new interface (make broken by landley) by "Vladimir N. Oleynik" · 19 years ago
- d1569c2 If we really _need_ an #ifdef like this, then we should be using the libbb by Rob Landley · 19 years ago
- 27d42a0 remove warnings if compile with -W, use ENABLE_FEATURE vs CONFIG_FEATURE by "Vladimir N. Oleynik" · 19 years ago
- 5a16a89 eliminate mixed declaration, to support older compilers a little longer. by Paul Fox · 19 years ago
- c819ca9 Can't store a pointer in an int on 64 bit platforms. by Rob Landley · 19 years ago
- b4c8232 Move interface.c to networking directory since it's only used by ifconfig. by Rob Landley · 19 years ago
- 64a5f96 telnetd -b (bind to specific address) support from Iuri Gomes Diniz. by Rob Landley · 19 years ago
- ecfd1f6 change osbolete sigpause() to sigsuspend() by "Vladimir N. Oleynik" · 19 years ago
- 6f03722 Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the full by Rob Landley · 19 years ago
- 7ad4b30 Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with any by Rob Landley · 19 years ago
- 1b751c8 Rob Sullivan sent in some cleanups, which I beat on slightly. by Rob Landley · 19 years ago
- ab18782 * uniq.c: remove unneeded include and use short boilerplate. by Bernhard Reutner-Fischer · 19 years ago
- 38d6615 - fix bug to avoid aliasing busybox' main to zcip_main in IMA mode. by Bernhard Reutner-Fischer · 19 years ago
- 86ac072 more const, use bb_getopt_ulflags, insert XXX for show place of problems by "Vladimir N. Oleynik" · 19 years ago
- 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
- f704b27 by "Vladimir N. Oleynik" · 19 years ago
- 6c35c7c usage bb_dev_null by "Vladimir N. Oleynik" · 19 years ago
- 1d62d3b - make libiproute compile.. by Bernhard Reutner-Fischer · 19 years ago
- 0b42a6a - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifconfig.c by Bernhard Reutner-Fischer · 19 years ago
- c06e80e more lost changes BSD signals -> SysV signals. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
- f382c02 BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
- 23fedb3 dont typecast lvalue since gcc hates that by Mike Frysinger · 19 years ago
- 1a2f4d9 sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455 by "Vladimir N. Oleynik" · 19 years ago
- 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
- bee9eb1 - rename llist_add_to.c to llist.c by Bernhard Reutner-Fischer · 19 years ago
- 7090800 revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) already, do not confuse me\! by "Vladimir N. Oleynik" · 19 years ago
- 3978abd Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses an uchar ptr to work with a char ptr so change the uchar to char by Mike Frysinger · 19 years ago
- b7f88e0 touchup argc/argv handling to shrink a bit and fix a segfault when given wrong number of parameters as noted and fixed by Cristian Ionescu-Idbohrn by Mike Frysinger · 19 years ago
- 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
- 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
- 30b1786 - ifupdown needs run-parts. Thanks Derosnec for pointing this out. by Bernhard Reutner-Fischer · 19 years ago
- b628409 more make safe the exported namespace for udhcp. Move to bb-specific file for reduce change into udhcp-CVS by "Vladimir N. Oleynik" · 19 years ago
- 53ad366 remove 1 exported by "Vladimir N. Oleynik" · 19 years ago
- b6f7164 move a couple of functions from common code (options.c) to udhcpd private by Paul Fox · 19 years ago
- 28de951 by Paul Fox · 19 years ago
- 2f9c30a safe exported namespace for udhcp. Not full, bore :-( by "Vladimir N. Oleynik" · 19 years ago
- e4baaa2 more remove lost exported by "Vladimir N. Oleynik" · 19 years ago
- 007a011 network "default" --> bb_INET_default. Reduce 2 exported from find applet by "Vladimir N. Oleynik" · 19 years ago
- d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
- 54deebf destroy bug #421 by "Vladimir N. Oleynik" · 19 years ago
- 6a65d2f Amir Shalem observed that telnetd doesn't really require login, so forcing by Rob Landley · 19 years ago
- 887a1ad BsAtHome writes in Bug 433: by Mike Frysinger · 19 years ago
- 230b411 Fix the warning by rewriting the function to be smaller and simpler. by Rob Landley · 19 years ago
- 45a8ed8 - sync traceroute with Slackware-10.1 by "Vladimir N. Oleynik" · 19 years ago
- 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
- 344ea47 Tracking system but #4: php needs the environment variable SCRIPT_FILENAME. by Rob Landley · 19 years ago
- 37adefc Off by one error in max_leases sanity check. Bug 349, apparently. by Rob Landley · 19 years ago
- 6417564 Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles. by Rob Landley · 19 years ago
- b831753 commiting: by Paul Fox · 19 years ago
- a39bba3 allow suppression of default client-id. fixes bug 000037. allows by Paul Fox · 19 years ago
- d84a35f patch by apgo in Bug 345 to not use ether_hostton() with uClibc by Mike Frysinger · 19 years ago
- 66c37d1 typecast to int by Mike Frysinger · 19 years ago
- 2e3054f use socklen_t instead of size_t with socket related functions by Mike Frysinger · 19 years ago
- ef8f423 Erik pointed out that in the last try at the #ifdef cleanup by Rob Landley · 19 years ago
- 193c8c7 #ifdef reduction infrastructure, based on an argument between Shaun Jackman, by Rob Landley · 19 years ago
- 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
- 03e827a 2005-03-19 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
- 7b86134 remove duplicate check against chaddr. by Paul Fox · 19 years ago
- f2ddc05 applying fix for: 0000026: poor man's "scriptable" telnet by Paul Fox · 19 years ago
- 1d4c88c applying fix for: 0000271: [PATCH] tftp -g fails if a TFTP_ACK is lost by Paul Fox · 19 years ago
- 982d35f applying fix for: by Paul Fox · 19 years ago
- 01f6798 applying fix for: 0000260: udhcpc doesn't validate client hardware address by Paul Fox · 19 years ago
- 5dc0cee applying fix for: 0000203: 'ip route flush cache' not implemented by Paul Fox · 19 years ago
- 77ee523 applying fix for: 0000185: httpd infinite loop when piping to CGI script by Paul Fox · 19 years ago
- 2806940 much more concise fix for bug #45. just align the packet... by Paul Fox · 19 years ago
- 146e83a applying fix from: by Paul Fox · 19 years ago
- deac371 applying fix from: by Paul Fox · 19 years ago
- b270315 applying fix for: by Paul Fox · 19 years ago
- 7b71d74 fix for "0000027: patch: nc will spin if stdin closed" by Paul Fox · 19 years ago
- 778ee6d - remove extra/unneeded function call. testing svn by Ned Ludd · 19 years ago
- 3efa51d characters encoded as html should have a trailing semicolon by Eric Andersen · 19 years ago
- f3133c4 Thus spake Brenda J. Butler: by Rob Landley · 20 years ago
- 0b1ff5a Tobias Krawutschke found a bug where the DHCP client would accept packets by Rob Landley · 20 years ago
- b662f0d import ether-wake applet by haveaniceday Bug 252 by Mike Frysinger · 20 years ago
- 00e76cb Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by Rob by Rob Landley · 20 years ago
- 9c85ecd use shared busybox error messages to save a few bytes by Mike Frysinger · 20 years ago
- 7dc7f40 make the exec (-e) an optional feature of netcat by Mike Frysinger · 20 years ago
- 60a5c38 In bug 247, haveaniceday writes: by Mike Frysinger · 20 years ago
- 918f2ab Revert the uptime() removal. Let the list sort it out... by Rob Landley · 20 years ago
- 8b80c71 Patch from Shaun Jackman: by Rob Landley · 20 years ago
- 0d38301 From: Shaun Jackman <sjackman@gmail.com> by Rob Landley · 20 years ago
- e3752e5 Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed by Rob Landley · 20 years ago
- 8445a9f On Tuesday 19 April 2005 21:10, Tito wrote and today added: by Rob Landley · 20 years ago
- ad8071f David Brownell submitted a new applet, zcip, based on RFC 3927. This is by Rob Landley · 20 years ago
- 70a5a1a Do not attempt to free() the application's environment, which is was by Eric Andersen · 20 years ago
- 7202e00 remove unused variable and declare writepid inline by Mike Frysinger · 20 years ago
- 91d8f0e touchups as suggested by Vladimir N. Oleynik by Mike Frysinger · 20 years ago
- fa69f11 import fakeidentd module started by Thomas Lundquist by Mike Frysinger · 20 years ago
- 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
- 63e5e7bf Fix broken macro by Eric Andersen · 20 years ago
- 42e3b00 Only define a local environ when not using the prototype from unistd.h by Eric Andersen · 20 years ago
- 4e5936e In Bug 208, bernhardf writes: by Mike Frysinger · 20 years ago
- 3cc01a8 In Bug 209, bernhardf writes: by Mike Frysinger · 20 years ago
- d824853 merge from udhcp module by Mike Frysinger · 20 years ago
- 9789bf1 return failure when nslookup fails by Eric Andersen · 20 years ago
- abf58d6 Wade Berrier writes: by Eric Andersen · 20 years ago
- 751750e Patch from Denis Vlasenko to fix a problem where by Eric Andersen · 20 years ago
- 07f2fea last_patch139.gz from Vladimir N. Oleynik: by Eric Andersen · 20 years ago