summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: fix build problems found with randomconfigDenis Vlasenko2008-03-211-33/+40
* *: use fopen_or_warn in few more placesDenis Vlasenko2008-03-202-3/+1
* inetd: use change_identity().Denis Vlasenko2008-03-202-11/+8
* udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings);Denis Vlasenko2008-03-202-32/+24
* tftpd: small trivial shrinkDenis Vlasenko2008-03-191-5/+2
* *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko2008-03-191-1/+1
* ifupdown: make it NOMMU-capableDenis Vlasenko2008-03-191-4/+4
* tftpd: fix download: we must change user AFTER bindDenis Vlasenko2008-03-191-37/+42
* tftpd: options -c (allow _new_ files to be uploaded) and -u USERDenis Vlasenko2008-03-191-63/+84
* tftp(d): a bit more verbose error reportingDenis Vlasenko2008-03-191-10/+15
* tftpd: make it emit error packetsDenis Vlasenko2008-03-192-118/+178
* tftpd: make open() check r/w permissions instead of doing it ourself.Denis Vlasenko2008-03-181-21/+27
* tftpd: fix bugs spotted by VladimirDenis Vlasenko2008-03-181-3/+12
* httpd: small fixlet for POST upload - skipDenis Vlasenko2008-03-171-1/+1
* brctl: eliminate stray data objectDenis Vlasenko2008-03-171-31/+38
* svn add/svn rm to actually move tcp/udpsvd...Denis Vlasenko2008-03-173-0/+703
* *: 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