aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-271-47/+0
|
* sendmail: yet another maintainer's updateDenis Vlasenko2008-02-272-121/+90
|
* sendmail: update from maintainerDenis Vlasenko2008-02-261-149/+207
|
* ifenslave: new applet. closes bug 115.Denis Vlasenko2008-02-263-0/+629
|
* *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko2008-02-251-9/+9
| | | | | | | | | | | | | | | | | | | | | safe_gethostname - 48 +48 glob3 35 37 +2 timestamp_and_log 314 315 +1 udhcp_send_kernel_packet 234 231 -3 scan_tree 275 271 -4 passwd_main 1074 1070 -4 print_login_prompt 68 58 -10 obscure 392 377 -15 syslogd_main 882 866 -16 print_login_issue 516 478 -38 hostname_main 278 223 -55 parse_and_put_prompt 825 756 -69 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/9 up/down: 51/-214) Total: -163 bytes text data bss dec hex filename 798791 728 7484 807003 c505b busybox_old 798631 728 7484 806843 c4fbb busybox_unstripped
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-243-6/+6
| | | | | *: minor shrink
* httpd: "HEAD" support. Closes bug 1530.Denis Vlasenko2008-02-211-26/+36
| | | | | | | | | | | | | send_file_and_exit 629 645 +16 static.request_HEAD - 5 +5 handle_incoming_and_exit 2732 2737 +5 send_headers 594 597 +3 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/0 up/down: 29/0) Total: 29 bytes text data bss dec hex filename 796283 740 7484 804507 c469b busybox_old 796312 740 7484 804536 c46b8 busybox_unstripped
* udhcp: we were forgetting to set right op byte in tha packetDenis Vlasenko2008-02-201-6/+1
| | | | | for DHCPDECLINE. Fixing, and making code smaller.
* udhcp: make paths configurableDenis Vlasenko2008-02-203-2/+21
| | | | | syslogd: trivial build fix
* init: make it NOMMU-capableDenis Vlasenko2008-02-191-1/+1
| | | | | httpd: trivial compile fix
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-181-7/+10
| | | | | | mount: sanitize environ if called by non-root *: adjust for slightly different sanitize routine
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-171-4/+1
|
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-166-20/+31
| | | | | | | | | | | | | | | | | | | | | | | | which sets same handler for many signals. sig_catch is nuked (bb_signals_recursive is more descriptive name). *: use them as appropriate. function old new delta bb_signals_recursive - 95 +95 bb_signals - 52 +52 run_command 258 273 +15 svlogd_main 1368 1377 +9 runsv_main 1746 1752 +6 runsvdir_main 1643 1646 +3 UNSPEC_print 64 66 +2 time_main 1128 1127 -1 ... resize_main 246 210 -36 sig_catch 63 - -63 set_fatal_sighandler 85 14 -71 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 5/24 up/down: 182/-548) Total: -366 bytes
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-163-25/+25
|
* ifupdowm: shrinkDenis Vlasenko2008-02-161-99/+100
| | | | | | | | | | ifupdown_main 2170 2459 +289 find_iface_state 57 56 -1 next_word 63 58 -5 popen2 350 - -350 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 1/2 up/down: 289/-356) Total: -67 bytes
* random s/short/int/Denis Vlasenko2008-02-164-7/+8
| | | | | | | | | add_cmd 1189 1190 +1 xconnect_ftpdata 118 117 -1 data_align 86 84 -2 process_files 2101 2096 -5 forkexec 1345 1334 -11
* ifupdown: code shrinkDenis Vlasenko2008-02-151-95/+51
| | | | | | | | | function old new delta next_word 78 63 -15 ifupdown_main 2381 2170 -211 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-226) Total: -226 bytes
* httpd: fix bug where we did chdir("") if CGI path had only one "/".Denis Vlasenko2008-02-111-20/+22
| | | | | | | httpd: fix bug 2004: wrong argv when interpreter is invoked +8 bytes growth
* - shrink a tiny bit (-30Bytes)Bernhard Reutner-Fischer2008-02-111-30/+27
|
* - spelling fixesBernhard Reutner-Fischer2008-02-114-8/+8
|
* sendmail: update from maintainerDenis Vlasenko2008-02-083-221/+445
|
* httpd: add a bit of error logging; a few code simplifications. +29 bytes.Denis Vlasenko2008-02-081-7/+11
|
* udhcp: ifdef out unused membersDenis Vlasenko2008-02-042-0/+4
|
* udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko2008-02-049-11/+67
|
* zcip: open ARP socket before openlogDenis Vlasenko2008-02-041-11/+13
| | | | | (else we can thrash syslog socket)
* sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com>Denis Vlasenko2008-02-021-78/+102
|
* nc: fix fallout from C99 standard compliance changeDenis Vlasenko2008-02-021-20/+20
|
* Fix compilation error when FEATURE_FANCY_PING enabled. AlsoPaul Fox2008-02-012-8/+8
| | | | | | reorder networking/Config.in moving FEATURE_FANCY_PING next to PING6. (Cristian Ionescu-Idbohrn)
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-2911-46/+46
| | | | | size-neutral WRT -std=gnu99 and fixes several compilation errors for strict C99 mode.
* sendmail: really svn add itDenis Vlasenko2008-01-291-0/+313
|
* sendmail: new applet by dronnikov at gmail.comDenis Vlasenko2008-01-282-0/+14
|
* *: tidy up usage of char **environDenis Vlasenko2008-01-281-3/+0
|
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-275-8/+4
|
* udhcpc: filter unwanted packets in kernelDenis Vlasenko2008-01-255-10/+64
| | | | | (Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>)
* udhcpc: fix wrong options in decline and release packetsDenis Vlasenko2008-01-253-13/+15
| | | | | (Jonas Danielsson <jonas.danielsson at axis.com>)
* - implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer2008-01-142-21/+93
| | | | | 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-132-36/+115
| | | | | | 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
* - save four bytes by manually hoisting the br assignmentBernhard Reutner-Fischer2008-01-131-5/+4
|
* - new applet brctlBernhard Reutner-Fischer2008-01-133-0/+94
| | | | | | text data bss dec hex filename 289 20 0 309 135 networking/brctl.o 335 23 0 358 166 networking/brctl-verbose-ops.o
* whitespace fixesDenis Vlasenko2008-01-071-1/+1
|
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-073-4/+4
| | | | | *: whitespace fixes
* ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)Denis Vlasenko2008-01-041-4/+6
|
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-025-6/+6
| | | | | | | | | | | | | | | | | | | | | | *: use more approproate (shorter) versions of wait() function old new delta safe_waitpid - 48 +48 wait_any_nohang - 17 +17 send_tree 365 369 +4 processorstop 432 435 +3 text_yank 110 108 -2 make_human_readable_str 202 200 -2 crond_main 1368 1366 -2 handle_sigchld 49 43 -6 reapchild 166 159 -7 custom 260 250 -10 checkscript 191 177 -14 wait_nohang 17 - -17 wait_pid 43 - -43 ------------------------------------------------------------------------------ (add/remove: 2/2 grow/shrink: 2/7 up/down: 72/-103) Total: -31 bytes
* libbb: introduce fputc_printable (from ed)Denis Vlasenko2007-12-301-7/+10
| | | | | | | | | | | | | | netstat: print control chars as ^C etc vi: style fixlet function old new delta fputc_printable - 100 +100 unix_do_one 451 487 +36 printLines 258 190 -68 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/1 up/down: 136/-68) Total: 68 bytes
* httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko2007-12-291-2/+11
| | | | | | | | | | function old new delta parse_conf 1481 1507 +26 handle_incoming_and_exit 2650 2663 +13 httpd_main 749 759 +10 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 49/0) Total: 49 bytes
* trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko2007-12-281-5/+5
| | | | | nameif: glibc build fixlet
* netstat: in error message, report filename and line numberDenis Vlasenko2007-12-261-22/+23
| | | | | | | | | | where we see problematic data text data bss dec hex filename 778456 832 7344 786632 c00c8 busybox_old 778394 832 7344 786570 c008a busybox_unstripped
* save a bit of code with *strchrnul = '\0' trickDenis Vlasenko2007-12-262-11/+5
| | | | | | | | | function old new delta nextline 59 55 -4 include_conf 902 898 -4 read_config 414 406 -8 fsck_main 1880 1869 -11
* Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko2007-12-261-22/+15
| | | | | | | | | | | | | | | | | | | | | | Add xmalloc_fgetline_str which does strip terminator, and use it in dpkg instead of xmalloc_fgets_str. netstat: use xmalloc_fgets_str - allows to eat strings with NULs (this fixes bug with some weird /proc/net/unix input) function old new delta xmalloc_fgets_internal - 191 +191 xmalloc_fgetline_str - 18 +18 do_info 116 120 +4 unix_do_one 451 447 -4 tcp_do_one 423 419 -4 send_tree 369 365 -4 xmalloc_fgets_str 178 15 -163 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 1/4 up/down: 213/-175) Total: 38 bytes text data bss dec hex filename 778445 832 7344 786621 c00bd busybox_old 778483 832 7344 786659 c00e3 busybox_unstripped
* Makefile: change version to 1.10.0.svnDenis Vlasenko2007-12-243-45/+55
| | | | | | | | | | | udhcpc: make UDP packet sending the same as raw sending in regards to error messages. Minor code size shrink. Total size grows due to added messages: text data bss dec hex filename 770312 683 7244 778239 bdfff busybox_old 770327 683 7244 778254 be00e busybox_unstripped