aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
* eliminate mixed declaration, to support older compilers a little longer.Paul Fox2005-11-281-2/+1
|
* Can't store a pointer in an int on 64 bit platforms.Rob Landley2005-11-221-1/+1
|
* Move interface.c to networking directory since it's only used by ifconfig.Rob Landley2005-11-222-1/+2094
|
* telnetd -b (bind to specific address) support from Iuri Gomes Diniz.Rob Landley2005-11-101-1/+9
|
* change osbolete sigpause() to sigsuspend()"Vladimir N. Oleynik"2005-11-091-3/+3
|
* Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the fullRob Landley2005-11-081-19/+2
| | | | path to the STOR command.
* Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with anyRob Landley2005-11-061-1/+0
| | | | reasonably recent glibc, and breaks with uClibc. So yank it.
* Rob Sullivan sent in some cleanups, which I beat on slightly.Rob Landley2005-10-282-50/+12
|
* * uniq.c: remove unneeded include and use short boilerplate.Bernhard Reutner-Fischer2005-10-266-37/+19
| | | | | | | | | * coreutils.h: remove prototype of non-existing xgetoptfile_sort_uniq and add boilerplate. * networking/{ipaddr,ip,iplink,iproute,iptunnel}.c: touch includes and use short boilerplate. * libiproute/iproute.c: rename round to avoid clashes with older SuSE gcc and use short boilerplate.
* - fix bug to avoid aliasing busybox' main to zcip_main in IMA mode.Bernhard Reutner-Fischer2005-10-211-0/+3
|
* more const, use bb_getopt_ulflags, insert XXX for show place of problems"Vladimir N. Oleynik"2005-10-171-36/+49
|
* common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"2005-10-151-1/+3
|
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-142-15/+15
| | | | | - new bb_getopt_ulflags features: check max and min args, convert first argv to options special for ar and tar applets - use bb_default_error_retval for env applet
* usage bb_dev_null"Vladimir N. Oleynik"2005-10-121-2/+1
|
* - make libiproute compile..Bernhard Reutner-Fischer2005-10-085-22/+24
|
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ↵Bernhard Reutner-Fischer2005-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).
* more lost changes BSD signals -> SysV signals. Noticed by Bernhard"Vladimir N. Oleynik"2005-10-051-8/+7
|
* BSD signals -> SysV signals, int->socklet_t. Noticed by Bernhard"Vladimir N. Oleynik"2005-10-051-17/+28
|
* dont typecast lvalue since gcc hates thatMike Frysinger2005-10-051-1/+1
|
* sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455"Vladimir N. Oleynik"2005-10-032-910/+1494
|
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-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
* - rename llist_add_to.c to llist.cBernhard Reutner-Fischer2005-09-291-23/+0
| | | | - move llist_add_to_end() from ifupdown.c to libbb/llist.c
* revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) ↵"Vladimir N. Oleynik"2005-09-261-3/+0
| | | | already, do not confuse me\!
* Cristian Ionescu-Idbohrn writes to fix a warning: networking/ifconfig.c uses ↵Mike Frysinger2005-09-241-1/+1
| | | | an uchar ptr to work with a char ptr so change the uchar to char
* touchup argc/argv handling to shrink a bit and fix a segfault when given ↵Mike Frysinger2005-09-241-11/+12
| | | | wrong number of parameters as noted and fixed by Cristian Ionescu-Idbohrn
* use the shorter license headerMike Frysinger2005-09-241-15/+2
|
* use brief license lineMike Frysinger2005-09-241-15/+2
|
* - ifupdown needs run-parts. Thanks Derosnec for pointing this out.Bernhard Reutner-Fischer2005-09-231-0/+1
|
* more make safe the exported namespace for udhcp. Move to bb-specific file ↵"Vladimir N. Oleynik"2005-09-2310-20/+35
| | | | for reduce change into udhcp-CVS
* remove 1 exported"Vladimir N. Oleynik"2005-09-232-2/+1
|
* move a couple of functions from common code (options.c) to udhcpd privatePaul Fox2005-09-224-50/+51
| | | | code (files.c) to make udhcpc a little smaller.
* add support for setting the dhcp vendor class option (option 60). Paul Fox2005-09-224-9/+28
| | | | | | udhcpc now has a -V (--vendorclass), which will replace the default "udhcpRELEASE" string in this option.
* safe exported namespace for udhcp. Not full, bore :-("Vladimir N. Oleynik"2005-09-225-1/+14
|
* more remove lost exported"Vladimir N. Oleynik"2005-09-221-1/+1
|
* network "default" --> bb_INET_default. Reduce 2 exported from find applet"Vladimir N. Oleynik"2005-09-222-3/+4
|
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-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
* destroy bug #421"Vladimir N. Oleynik"2005-09-191-2/+5
|
* Amir Shalem observed that telnetd doesn't really require login, so forcingRob Landley2005-09-151-1/+0
| | | | it is wrong.
* BsAtHome writes in Bug 433:Mike Frysinger2005-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.
* Fix the warning by rewriting the function to be smaller and simpler.Rob Landley2005-09-081-28/+17
| | | | | I'd appreciate somebody on a __BIG_ENDIAN platform testing this out; I haven't got the hardware...
* - sync traceroute with Slackware-10.1"Vladimir N. Oleynik"2005-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
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-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
* Tracking system but #4: php needs the environment variable SCRIPT_FILENAME.Rob Landley2005-09-011-1/+6
|
* Off by one error in max_leases sanity check. Bug 349, apparently.Rob Landley2005-09-011-1/+1
|
* Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.Rob Landley2005-08-221-4/+2
|
* commiting:Paul Fox2005-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.
* allow suppression of default client-id. fixes bug 000037. allowsPaul Fox2005-08-012-4/+14
| | | | busybox to match kernel and u-boot behavior with respect to client-id.
* patch by apgo in Bug 345 to not use ether_hostton() with uClibcMike Frysinger2005-07-311-0/+4
|
* typecast to intMike Frysinger2005-07-311-1/+1
|
* use socklen_t instead of size_t with socket related functionsMike Frysinger2005-07-311-5/+6
|