aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - make libiproute compile..aldot2005-10-085-22/+24
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11813 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ↵aldot2005-10-071-1/+1
| | | | | | | | | | ifconfig.c - gzip.c: see if O_NOFOLLOW is defined before using it, else take alternate path closes bug #221 (partially; The rest will follow later). git-svn-id: svn://busybox.net/trunk/busybox@11797 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more lost changes BSD signals -> SysV signals. Noticed by Bernhardvodz2005-10-051-8/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11773 69ca8d6d-28ef-0310-b511-8ec308f3f277
* BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhardvodz2005-10-051-17/+28
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11772 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dont typecast lvalue since gcc hates thatvapier2005-10-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11760 69ca8d6d-28ef-0310-b511-8ec308f3f277
* sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455vodz2005-10-032-910/+1494
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11732 69ca8d6d-28ef-0310-b511-8ec308f3f277
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-291-1/+1
| | | | | | | ln.c: error_msg(str)->error_msg(%s, str) - remove standart "feature" for hackers reduce 100 bytes don't care in sum git-svn-id: svn://busybox.net/trunk/busybox@11694 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - rename llist_add_to.c to llist.caldot2005-09-291-23/+0
| | | | | | | - move llist_add_to_end() from ifupdown.c to libbb/llist.c git-svn-id: svn://busybox.net/trunk/busybox@11691 69ca8d6d-28ef-0310-b511-8ec308f3f277
* revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) ↵vodz2005-09-261-3/+0
| | | | | | already, do not confuse me\! git-svn-id: svn://busybox.net/trunk/busybox@11651 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses ↵vapier2005-09-241-1/+1
| | | | | | an uchar ptr to work with a char ptr so change the uchar to char git-svn-id: svn://busybox.net/trunk/busybox@11638 69ca8d6d-28ef-0310-b511-8ec308f3f277
* touchup argc/argv handling to shrink a bit and fix a segfault when given ↵vapier2005-09-241-11/+12
| | | | | | wrong number of parameters as noted and fixed by Cristian Ionescu-Idbohrn git-svn-id: svn://busybox.net/trunk/busybox@11636 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use the shorter license headervapier2005-09-241-15/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11624 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use brief license linevapier2005-09-241-15/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11618 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - ifupdown needs run-parts. Thanks Derosnec for pointing this out.aldot2005-09-231-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11601 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more make safe the exported namespace for udhcp. Move to bb-specific file ↵vodz2005-09-2310-20/+35
| | | | | | for reduce change into udhcp-CVS git-svn-id: svn://busybox.net/trunk/busybox@11590 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove 1 exportedvodz2005-09-232-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11589 69ca8d6d-28ef-0310-b511-8ec308f3f277
* move a couple of functions from common code (options.c) to udhcpd privatepgf2005-09-224-50/+51
| | | | | | | code (files.c) to make udhcpc a little smaller. git-svn-id: svn://busybox.net/trunk/busybox@11583 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add support for setting the dhcp vendor class option (option 60). pgf2005-09-224-9/+28
| | | | | | | | | udhcpc now has a -V (--vendorclass), which will replace the default "udhcpRELEASE" string in this option. git-svn-id: svn://busybox.net/trunk/busybox@11582 69ca8d6d-28ef-0310-b511-8ec308f3f277
* safe exported namespace for udhcp. Not full, bore :-(vodz2005-09-225-1/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11581 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more remove lost exportedvodz2005-09-221-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11574 69ca8d6d-28ef-0310-b511-8ec308f3f277
* network "default" --> bb_INET_default. Reduce 2 exported from find appletvodz2005-09-222-3/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11573 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - rename libbb's password helpers as suggested in libbb.haldot2005-09-201-1/+1
| | | | | | | | | | | my_getpwnam -> bb_xgetpwnam /* dies on error */ my_getgrnam -> bb_xgetgrnam /* dies on error */ my_getgrgid -> bb_getgrgid my_getpwuid -> bb_getpwuid my_getug -> bb_getug git-svn-id: svn://busybox.net/trunk/busybox@11515 69ca8d6d-28ef-0310-b511-8ec308f3f277
* destroy bug #421vodz2005-09-191-2/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11501 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Amir Shalem observed that telnetd doesn't really require login, so forcinglandley2005-09-151-1/+0
| | | | | | | it is wrong. git-svn-id: svn://busybox.net/trunk/busybox@11470 69ca8d6d-28ef-0310-b511-8ec308f3f277
* BsAtHome writes in Bug 433:vapier2005-09-151-5/+6
| | | | | | | | Ping packets sent by busybox have wrong endian on f.x. mips32 (openwrt). Attatched is a patch that uses htons() and ntohs() to be platform independent. git-svn-id: svn://busybox.net/trunk/busybox@11466 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix the warning by rewriting the function to be smaller and simpler.landley2005-09-081-28/+17
| | | | | | | | I'd appreciate somebody on a __BIG_ENDIAN platform testing this out; I haven't got the hardware... git-svn-id: svn://busybox.net/trunk/busybox@11387 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - sync traceroute with Slackware-10.1vodz2005-09-062-347/+1221
| | | | | | | (support -FIl -g gw -i if -z pt now). - libbb/getopt_ulflags.c support bb_opt_complementally="x-x" as trigger now git-svn-id: svn://busybox.net/trunk/busybox@11345 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-1/+1
| | | | | | | 2) better support long options 3) new flag '!' for bb_opt_complementally: produce bb_show_usage() if BB_GETOPT_ERROR internally git-svn-id: svn://busybox.net/trunk/busybox@11332 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tracking system but #4: php needs the environment variable SCRIPT_FILENAME.landley2005-09-011-1/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11309 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Off by one error in max_leases sanity check. Bug 349, apparently.landley2005-09-011-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11305 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.landley2005-08-221-4/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11224 69ca8d6d-28ef-0310-b511-8ec308f3f277
* commiting:pgf2005-08-011-5/+2
| | | | | | | | | 0000073: Add option to inetd applet to run in foreground this option was already there for uclinux -- this just exposes it in the normal case as well. git-svn-id: svn://busybox.net/trunk/busybox@11010 69ca8d6d-28ef-0310-b511-8ec308f3f277
* allow suppression of default client-id. fixes bug 000037. allowspgf2005-08-012-4/+14
| | | | | | | busybox to match kernel and u-boot behavior with respect to client-id. git-svn-id: svn://busybox.net/trunk/busybox@11005 69ca8d6d-28ef-0310-b511-8ec308f3f277
* patch by apgo in Bug 345 to not use ether_hostton() with uClibcvapier2005-07-311-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11002 69ca8d6d-28ef-0310-b511-8ec308f3f277
* typecast to intvapier2005-07-311-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11000 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use socklen_t instead of size_t with socket related functionsvapier2005-07-311-5/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10999 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Erik pointed out that in the last try at the #ifdef cleanup landley2005-07-281-1/+1
| | | | | | | | | | | | | | infrastructure, the compiler isn't smart enough to replace const static int with the constant, and allocates space for each set of them, bloating the executable something fierce. Oops. So now, we #define ENABLE_XXX to 0 or 1 for each CONFIG_XXX (which is still there so the 1000+ #ifdef/#ifndef tests don't have to be replaced wholesale). Changed the test instance in networking/ifconfig.c to use this. git-svn-id: svn://busybox.net/trunk/busybox@10944 69ca8d6d-28ef-0310-b511-8ec308f3f277
* #ifdef reduction infrastructure, based on an argument between Shaun Jackman,landley2005-07-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | Rob Landley, and others. Currently CONFIG options are defined or undefined, so we chop out code with #ifdefs, ala: #ifdef CONFIG_THING stuff(); #endif This creates a new header file, bb_config.h, which sets the CONFIG entry to 1 or 0, and lets us do: if(CONFIG_THING) stuff(); And let the compiler do dead code elimination to get rid of it. (Note: #ifdef will still work because for the 1 case it's a static const int, not a #define.) git-svn-id: svn://busybox.net/trunk/busybox@10929 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use toplevel ARFLAGS and update default ARFLAGS to be quietvapier2005-07-273-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10923 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 2005-03-19 Shaun Jackman <sjackman@gmail.com>vapier2005-07-261-1/+1
| | | | | | | * networking/ping.c (ping): Change the type of fromlen to socklen_t. git-svn-id: svn://busybox.net/trunk/busybox@10921 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove duplicate check against chaddr.pgf2005-07-211-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10889 69ca8d6d-28ef-0310-b511-8ec308f3f277
* applying fix for:pgf2005-07-201-6/+8
| | | | | | | | 0000026: poor man's "scriptable" telnet git-svn-id: svn://busybox.net/trunk/busybox@10886 69ca8d6d-28ef-0310-b511-8ec308f3f277
* applying fix for:pgf2005-07-201-1/+6
| | | | | | | | 0000271: [PATCH] tftp -g fails if a TFTP_ACK is lost git-svn-id: svn://busybox.net/trunk/busybox@10885 69ca8d6d-28ef-0310-b511-8ec308f3f277
* applying fix for: pgf2005-07-201-7/+0
| | | | | | | | | 0000263: nc cannot use -e when initiating a tcp connection to something else git-svn-id: svn://busybox.net/trunk/busybox@10883 69ca8d6d-28ef-0310-b511-8ec308f3f277
* applying fix for:pgf2005-07-201-0/+5
| | | | | | | | 0000260: udhcpc doesn't validate client hardware address git-svn-id: svn://busybox.net/trunk/busybox@10880 69ca8d6d-28ef-0310-b511-8ec308f3f277
* applying fix for:pgf2005-07-201-0/+9
| | | | | | | | 0000203: 'ip route flush cache' not implemented git-svn-id: svn://busybox.net/trunk/busybox@10878 69ca8d6d-28ef-0310-b511-8ec308f3f277
* applying fix for:pgf2005-07-201-1/+3
| | | | | | | | 0000185: httpd infinite loop when piping to CGI script git-svn-id: svn://busybox.net/trunk/busybox@10877 69ca8d6d-28ef-0310-b511-8ec308f3f277
* much more concise fix for bug #45. just align the packet...pgf2005-07-201-6/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10870 69ca8d6d-28ef-0310-b511-8ec308f3f277
* applying fix from:pgf2005-07-191-2/+2
| | | | | | | | | 0000108: busyboxy/networking/ftpgetput.c not conforming to RFC 959. ftpget and ftpput send <LF> as EOL. git-svn-id: svn://busybox.net/trunk/busybox@10866 69ca8d6d-28ef-0310-b511-8ec308f3f277
* applying fix from:pgf2005-07-191-6/+6
| | | | | | | | | | 0000088: inetd chargen stream does not generate the characters as recommended in RFC 864 Chragen service is generating garbage characters. git-svn-id: svn://busybox.net/trunk/busybox@10864 69ca8d6d-28ef-0310-b511-8ec308f3f277