aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2005-12-02If we really _need_ an #ifdef like this, then we should be using the libbbRob Landley
2005-12-02remove warnings if compile with -W, use ENABLE_FEATURE vs CONFIG_FEATURE"Vladimir N. Oleynik"
2005-11-28eliminate mixed declaration, to support older compilers a little longer.Paul Fox
2005-11-22Can't store a pointer in an int on 64 bit platforms.Rob Landley
2005-11-22Move interface.c to networking directory since it's only used by ifconfig.Rob Landley
2005-11-10telnetd -b (bind to specific address) support from Iuri Gomes Diniz.Rob Landley
2005-11-09change osbolete sigpause() to sigsuspend()"Vladimir N. Oleynik"
2005-11-08Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the fullRob Landley
2005-11-06Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with anyRob Landley
2005-10-28Rob Sullivan sent in some cleanups, which I beat on slightly.Rob Landley
2005-10-26 * uniq.c: remove unneeded include and use short boilerplate.Bernhard Reutner-Fischer
2005-10-21- fix bug to avoid aliasing busybox' main to zcip_main in IMA mode.Bernhard Reutner-Fischer
2005-10-17more const, use bb_getopt_ulflags, insert XXX for show place of problems"Vladimir N. Oleynik"
2005-10-15common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"
2005-10-14- new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"
2005-10-12usage bb_dev_null"Vladimir N. Oleynik"
2005-10-08- make libiproute compile..Bernhard Reutner-Fischer
2005-10-07- remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...Bernhard Reutner-Fischer
2005-10-05more lost changes BSD signals -> SysV signals. Noticed by Bernhard"Vladimir N. Oleynik"
2005-10-05BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard"Vladimir N. Oleynik"
2005-10-05dont typecast lvalue since gcc hates thatMike Frysinger
2005-10-03sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455"Vladimir N. Oleynik"
2005-09-29change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"
2005-09-29- rename llist_add_to.c to llist.cBernhard Reutner-Fischer
2005-09-26revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) alread..."Vladimir N. Oleynik"
2005-09-24Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses ...Mike Frysinger
2005-09-24touchup argc/argv handling to shrink a bit and fix a segfault when given wron...Mike Frysinger
2005-09-24use the shorter license headerMike Frysinger
2005-09-24use brief license lineMike Frysinger
2005-09-23- ifupdown needs run-parts. Thanks Derosnec for pointing this out.Bernhard Reutner-Fischer
2005-09-23more make safe the exported namespace for udhcp. Move to bb-specific file for..."Vladimir N. Oleynik"
2005-09-23remove 1 exported"Vladimir N. Oleynik"
2005-09-22move a couple of functions from common code (options.c) to udhcpd privatePaul Fox
2005-09-22add support for setting the dhcp vendor class option (option 60). Paul Fox
2005-09-22safe exported namespace for udhcp. Not full, bore :-("Vladimir N. Oleynik"
2005-09-22more remove lost exported"Vladimir N. Oleynik"
2005-09-22network "default" --> bb_INET_default. Reduce 2 exported from find applet"Vladimir N. Oleynik"
2005-09-20- rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer
2005-09-19destroy bug #421"Vladimir N. Oleynik"
2005-09-15Amir Shalem observed that telnetd doesn't really require login, so forcingRob Landley
2005-09-15BsAtHome writes in Bug 433:Mike Frysinger
2005-09-08Fix the warning by rewriting the function to be smaller and simpler.Rob Landley
2005-09-06- sync traceroute with Slackware-10.1"Vladimir N. Oleynik"
2005-09-051) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"
2005-09-01Tracking system but #4: php needs the environment variable SCRIPT_FILENAME.Rob Landley
2005-09-01Off by one error in max_leases sanity check. Bug 349, apparently.Rob Landley
2005-08-22Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.Rob Landley
2005-08-01commiting:Paul Fox
2005-08-01allow suppression of default client-id. fixes bug 000037. allowsPaul Fox
2005-07-31patch by apgo in Bug 345 to not use ether_hostton() with uClibcMike Frysinger