aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* total overhaul of mail applets. again. Vladimir as usual.Denis Vlasenko2008-11-061-41/+0
|
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-061-1/+1
|
* - wrap overlong lineBernhard Reutner-Fischer2008-10-021-1/+2
|
* sendmail: update by VladimirDenis Vlasenko2008-09-281-0/+7
|
* sendmail: compat update by VladimirDenis Vlasenko2008-09-271-0/+21
| | | | | | | | | | | | | function old new delta sendgetmail_main 1889 2091 +202 putchar_unlocked - 43 +43 putchar - 43 +43 packed_usage 24868 24910 +42 smtp_checkp 102 111 +9 uuencode 235 227 -8 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 3/1 up/down: 339/-8) Total: 331 bytes
* - add WIP stub for tc.Bernhard Reutner-Fischer2008-09-041-0/+10
| | | | Printing worked at some point. Modify/Delete needs some refacturing.
* netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>Denis Vlasenko2008-07-271-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without FEATURE_NETSTAT_PRG: function old new delta recursive_action 416 425 +9 tcp_do_one 420 428 +8 udp_do_one 492 499 +7 raw_do_one 472 479 +7 expand 1697 1701 +4 netstat_main 489 492 +3 unix_do_one 486 488 +2 flags 1 - -1 qgravechar 109 106 -3 net_conn_line 4 - -4 bbunpack 391 383 -8 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 7/2 up/down: 40/-16) Total: 24 bytes With FEATURE_NETSTAT_PRG: file_act - 213 +213 dir_act - 192 +192 netstat_main 489 601 +112 prg_cache_get - 50 +50 tcp_do_one 420 462 +42 udp_do_one 492 533 +41 raw_do_one 472 513 +41 unix_do_one 486 519 +33 recursive_action 416 425 +9 expand 1697 1701 +4 flags 1 - -1 qgravechar 109 106 -3 net_conn_line 4 - -4 bbunpack 391 383 -8 packed_usage 24586 24572 -14 ------------------------------------------------------------------------------ (add/remove: 3/2 grow/shrink: 7/3 up/down: 737/-30) Total: 707 bytes
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-22/+26
| | | | - s/\. /. /g;# (me)
* *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko2008-04-211-1/+1
| | | | | | | | | | | | | | | function old new delta strncpy_IFNAMSIZ - 13 +13 set_slave_mtu 39 37 -2 set_slave_hwaddr 52 50 -2 set_master_hwaddr 52 50 -2 set_if_flags 40 38 -2 get_if_settings 101 98 -3 ifenslave_main 1680 1661 -19 vconfig_main 306 280 -26 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/7 up/down: 13/-56) Total: -43 bytes
* brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko2008-04-061-8/+8
| | | | | | | | | | function old new delta brctl_main 739 1186 +447 if_indextoname - 104 +104 static.keywords 827 841 +14 static.ops - 7 +7 packed_usage 23978 23976 -2
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-17/+29
| | | | | | | | | | | | | | */Config.in: fixes to text svlogd: make it NOMMU capable function old new delta processorstart 378 420 +42 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes text data bss dec hex filename 797153 662 7420 805235 c4973 busybox_old 797196 662 7420 805278 c499e busybox_unstripped
* tftpd: new applet (mostly using existing code for tftp)Denis Vlasenko2008-03-171-5/+18
| | | | | | | | | | | | | | | | | | | | function old new delta tftp_protocol - 1173 +1173 tftpd_main - 500 +500 tftp_option_get - 102 +102 packed_usage 23650 23662 +12 applet_names 1809 1815 +6 applet_main 1100 1104 +4 applet_nameofs 550 552 +2 tftp_main 302 301 -1 get_nport 32 - -32 tftp 1172 - -1172 ------------------------------------------------------------------------------ (add/remove: 3/2 grow/shrink: 4/1 up/down: 1799/-1205) Total: 594 bytes text data bss dec hex filename 796479 662 7420 804561 c46d1 busybox_old 797153 662 7420 805235 c4973 busybox_unstripped
* sendmail: yet another maintainer's updateDenis Vlasenko2008-02-271-29/+1
|
* ifenslave: new applet. closes bug 115.Denis Vlasenko2008-02-261-0/+7
|
* - spelling fixesBernhard Reutner-Fischer2008-02-111-3/+3
|
* sendmail: update from maintainerDenis Vlasenko2008-02-081-4/+31
|
* Fix compilation error when FEATURE_FANCY_PING enabled. AlsoPaul Fox2008-02-011-6/+6
| | | | | | reorder networking/Config.in moving FEATURE_FANCY_PING next to PING6. (Cristian Ionescu-Idbohrn)
* sendmail: new applet by dronnikov at gmail.comDenis Vlasenko2008-01-281-0/+13
|
* - implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer2008-01-141-0/+1
| | | | | text data bss dec hex filename 907 20 0 927 39f networking/brctl.o
* - shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer2008-01-131-0/+19
| | | | | | text data bss dec hex filename 253 20 0 273 111 networking/brctl.o.bare 613 20 0 633 279 networking/brctl.o.fancy-time
* - new applet brctlBernhard Reutner-Fischer2008-01-131-0/+6
| | | | | | text data bss dec hex filename 289 20 0 309 135 networking/brctl.o 335 23 0 358 166 networking/brctl-verbose-ops.o
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-241-0/+13
| | | | | | | | | | | | *: whitespace fixes function old new delta prepend_new_eth_table - 304 +304 nameif_main 620 684 +64 cc_macaddr 51 - -51 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 1/0 up/down: 368/-51) Total: 317 bytes
* Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have:Denis Vlasenko2007-11-141-0/+15
| | | | | | function old new delta str2sockaddr 328 344 +16
* Announce 1.8.01_8_0Denis Vlasenko2007-11-041-7/+7
|
* - fix typo in helptextBernhard Reutner-Fischer2007-10-291-1/+1
|
* ll_types.c: optimize link type table, make it conditionalDenis Vlasenko2007-10-291-0/+10
| | | | | | | | | | | | | | | | on FEATURE_IP_RARE_PROTOCOLS function old new delta static.arphrd_name - 373 +373 static.arphrd_type - 124 +124 ll_type_n2a 58 78 +20 static.arphrd_names 496 - -496 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 1/0 up/down: 517/-496) Total: 21 bytes text data bss dec hex filename 776880 974 9420 787274 c034a busybox_old 776594 974 9420 786988 c022c busybox_unstripped
* xatonum.h: add commentDenis Vlasenko2007-10-181-0/+12
| | | | | | | lineedit: fix typo in comment httpd: support for proxying connection to other http server (by Alex Landau <landau_alex@yahoo.com>)
* httpd: optional support for partial downloadsDenis Vlasenko2007-09-211-0/+9
|
* - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWNBernhard Reutner-Fischer2007-09-021-0/+1
|
* httpd: add optional support for error pages Denis Vlasenko2007-08-211-0/+13
| | | | | (by Pierre Metras <genepi@sympatico.ca>)
* httpd: sendfile supportDenis Vlasenko2007-08-121-0/+8
|
* ifup/ifdown: make location of ifstate configurableDenis Vlasenko2007-07-191-0/+10
|
* slattach: new applet.Denis Vlasenko2007-06-201-0/+6
|
* make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-featuresDenis Vlasenko2007-06-161-1/+2
|
* pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it>Denis Vlasenko2007-06-161-0/+6
| | | | wget: lift 256 chars limitation on terminal width
* - fix typo in help text and fix punctuationBernhard Reutner-Fischer2007-05-261-4/+4
|
* netstat: introduce -W: wide, ipv6-friendly outputDenis Vlasenko2007-05-151-0/+8
| | | | | | | netstat: shrink by ~500 bytes (patch by Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>) netstat: fix for bogus state value for raw sockets
* ifupdown: mke it possible to use DHCP clients different from udhcp.Denis Vlasenko2007-05-021-8/+19
|
* nc: port nc 1.10 to busyboxDenis Vlasenko2007-04-051-1/+1
|
* - fix formatting of help textBernhard Reutner-Fischer2007-03-281-2/+1
|
* - don't automatically select run-parts but point out that this is a ↵Bernhard Reutner-Fischer2007-03-191-2/+2
| | | | system-utility in the strict sense.
* - update helptextBernhard Reutner-Fischer2007-02-021-0/+1
|
* Unify ping and ping6. ping has -4 and -6 which forceDenis Vlasenko2007-01-241-13/+5
| | | | | | | | name resolution into IP or IPv6 only, otherwise we take address family returned by host2sockaddr() in lsa->sa.sa_family. IOW: "ping ::1" with do IPv6 ping, "ping 127.0.0.1" will do IPv4 ping. ping6 is aliased to "ping -6".
* combine depends linesMike Frysinger2007-01-241-2/+1
|
* clean up commented out old codeDenis Vlasenko2007-01-221-0/+8
|
* remove obsolete FEATURE_WGET_IP6_LITERALDenis Vlasenko2007-01-221-7/+0
|
* add arp applet - thanks toDenis Vlasenko2007-01-071-0/+6
| | | | "Eric Spakman" <E.Spakman@inter.nl.net>
* httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore,Denis Vlasenko2006-12-171-3/+3
| | | | remove it from Config.in
* - provide central knob to turn off RPC related options.Bernhard Reutner-Fischer2006-12-011-2/+2
|
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko2006-11-221-4/+3
| | | | | What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd.