summaryrefslogtreecommitdiff
path: root/networking
Commit message (Expand)AuthorAgeFilesLines
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-172-17/+32
* tftpd: new applet (mostly using existing code for tftp)Denis Vlasenko2008-03-173-97/+261
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-174-31/+20
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-1711-22/+57
* dnsd: properly set _src_ IP:port on outgoing UDP packetsDenis Vlasenko2008-03-171-58/+59
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-1725-42/+47
* tcpsvd,udpsvd: make them NOMMU-capableDenis Vlasenko2008-03-171-41/+60
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-171-11/+11
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-124-38/+12
* nc: remove a bit of bloatDenis Vlasenko2008-03-122-107/+158
* inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko2008-03-123-1008/+770
* actually add bb_qsort.cDenis Vlasenko2008-03-023-3/+3
* zcip: chdiring to root when daemonizing is not useful,Denis Vlasenko2008-02-281-2/+2
* httpd: fix breakage introduced by "support for I:index.xml"Denis Vlasenko2008-02-271-0/+1
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-275-8/+9
* 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
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-243-6/+6
* httpd: "HEAD" support. Closes bug 1530.Denis Vlasenko2008-02-211-26/+36
* udhcp: we were forgetting to set right op byte in tha packetDenis Vlasenko2008-02-201-6/+1
* udhcp: make paths configurableDenis Vlasenko2008-02-203-2/+21
* init: make it NOMMU-capableDenis Vlasenko2008-02-191-1/+1
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-181-7/+10
* 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
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-163-25/+25
* ifupdowm: shrinkDenis Vlasenko2008-02-161-99/+100
* random s/short/int/Denis Vlasenko2008-02-164-7/+8
* ifupdown: code shrinkDenis Vlasenko2008-02-151-95/+51
* httpd: fix bug where we did chdir("") if CGI path had only one "/".Denis Vlasenko2008-02-111-20/+22
* - 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
* 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
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-2911-46/+46
* 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