summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* arping: save a few bytes by using mempcpyDenis Vlasenko2008-04-251-10/+12
* udhcp: fix config help textDenis Vlasenko2008-04-211-31/+20
* *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko2008-04-217-51/+47
* remove whitespace damage. No code changesDenis Vlasenko2008-04-191-1/+1
* style fixes. no code changesDenis Vlasenko2008-04-191-3/+3
* httpd: add an example of POST upload CGIDenis Vlasenko2008-04-171-0/+76
* arping: remove superfluous assignmentDenis Vlasenko2008-04-161-1/+0
* udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko2008-04-102-8/+3
* nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko2008-04-101-17/+29
* crond: add handling of "MAILTO=user" linesDenis Vlasenko2008-04-071-2/+26
* ping: add -w, -W support (James Simmons <jsimmons AT infradead.org>)Denis Vlasenko2008-04-071-23/+50
* brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko2008-04-062-74/+122
* udhcpc: add -o "do not request options by default" switchDenis Vlasenko2008-04-025-10/+23
* tcpudp: trivial build fixDenis Vlasenko2008-03-311-3/+3
* inetd: small shrink for NOMMU caseDenis Vlasenko2008-03-291-9/+14
* ftpgetput: move control_stream to "struct globals";Denis Vlasenko2008-03-291-110/+85
* ftpgetput: deal with long-standing TODOs:Denis Vlasenko2008-03-291-114/+82
* ftpgetput: add comment about EPSV (extended PASV).Denis Vlasenko2008-03-281-39/+65
* fix a few stray unguarded strdup'sDenis Vlasenko2008-03-281-9/+7
* whitespace fixesDenis Vlasenko2008-03-282-6/+6
* openvt: fix gross mismatch between us and "standard" openvt.Denis Vlasenko2008-03-271-1/+1
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-262-5/+5
* ifupdown: support for %retries% (L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko2008-03-251-2/+2
* udhcp: build fix for ppc kernel 2.4.36Denis Vlasenko2008-03-251-1/+1
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-243-28/+28
* lpr: add more accurate commentsDenis Vlasenko2008-03-241-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-237-7/+0
* pscan: add -c, -b: report closed, blocked portsDenis Vlasenko2008-03-231-15/+31
* *: 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