aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* post 1.14.1 fixes; bump version to 1.14.21_14_2Denys Vlasenko2009-06-223-195/+232
* post-1.14.0 fixesDenys Vlasenko2009-05-271-1/+2
* move llist_find_str from modutils to libbbDenis Vlasenko2009-04-131-15/+1
* dhcprelay: fix usage text. Simplify and make code more readable.Denis Vlasenko2009-04-131-62/+73
* dnsd: stop using oversized buffer. trim comment.Denis Vlasenko2009-04-121-17/+10
* mount: users report that CIFS support is breaking things,Denis Vlasenko2009-04-121-95/+93
* dnsd: removed highly questionable setting of signals to SIG_IGNDenis Vlasenko2009-04-121-11/+0
* dnsd: fix a number of bugs. Ideas by Ming-Ching Tiew (mctiew AT yahoo.com)Denis Vlasenko2009-04-121-163/+325
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-0912-103/+49
* ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/Denis Vlasenko2009-04-041-1/+1
* more of pointless whitespace fixesDenis Vlasenko2009-04-011-1/+1
* dhcpd: remember and record hostnames; optimize get_optionDenis Vlasenko2009-04-018-124/+149
* tftp: when we infer local name from remote (-r [/]path/path/file),Denis Vlasenko2009-03-251-3/+8
* httpd: add comment explaining why SERVER_NAME etc is not set.Denis Vlasenko2009-03-181-0/+2
* ftpd: fix command fetching to not do it in 1-byte reads;Denis Vlasenko2009-03-181-14/+51
* ftpd: add some commentsDenis Vlasenko2009-03-181-1/+15
* ftpd: trim messages (but make sure they still make sense)Denis Vlasenko2009-03-181-8/+8
* ftpd: do not use nasty tricks for re-execing if we are on MMU machine.Denis Vlasenko2009-03-181-22/+57
* ftpd: add support for MDTM, I see clients often use it,Denis Vlasenko2009-03-181-11/+69
* ftpd: document NLST formatDenis Vlasenko2009-03-171-0/+8
* ftpd: instead of wordy HELP, implement useful, and smaller, FEAT.Denis Vlasenko2009-03-171-15/+14
* ftpd: implement -vv verbosityDenis Vlasenko2009-03-171-9/+31
* ftpd: tweak timeout codeDenis Vlasenko2009-03-171-11/+15
* ftpd: fix thinko: set_nport takes port in network orderDenis Vlasenko2009-03-161-1/+1
* ftpd: dont use fdprintf for simple status messagesDenis Vlasenko2009-03-161-44/+65
* ftpd: simplify PORT check by assuming IP = peer's IP.Denis Vlasenko2009-03-161-1/+27
* ftpd: add idle and absolute timeouts. This is a security issue,Denis Vlasenko2009-03-161-20/+50
* ftpd: security tightened up:Denis Vlasenko2009-03-161-89/+107
* ftpd: fix the bug where >2GB file ops report errors;Denis Vlasenko2009-03-151-65/+119
* *: remove LOG_NOWAITDenis Vlasenko2009-03-111-1/+1
* ftpd: stop unconditional logging to syslog. This was the only appletDenis Vlasenko2009-03-111-6/+9
* docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko2009-03-116-57/+53
* ftpd: add LOG_NDELAY to openlogDenis Vlasenko2009-03-091-1/+2
* ftpd: reuse ls applet for LIST/NLST/STAT generationDenis Vlasenko2009-03-091-246/+154
* ftpd: EPSV and SIZE support. Tested to work on IPv6 too.Denis Vlasenko2009-03-091-96/+97
* ftp: reduce amount of realloc's done in cmdio_writeDenis Vlasenko2009-03-091-26/+20
* ftpd: code shrinkDenis Vlasenko2009-03-091-1/+1
* ftpd: code shrinkDenis Vlasenko2009-03-091-4/+4
* ftp: code shrinkDenis Vlasenko2009-03-091-132/+119
* ftpd: code shuffled a bit, added commentsDenis Vlasenko2009-03-091-7/+15
* ftpd: add commentDenis Vlasenko2009-03-091-1/+2
* ftpd: further code shrinkDenis Vlasenko2009-03-091-192/+185
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-092-37/+0
* ftpd: code chrink, fixed some minor bugsDenis Vlasenko2009-03-086-378/+394
* adding forgotten new fileDenis Vlasenko2009-03-081-0/+1130
* ftpd: new applet by Adam TkacDenis Vlasenko2009-03-082-0/+14
* networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko2009-03-059-140/+63
* wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de)Denis Vlasenko2009-03-041-5/+61
* ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32,Denis Vlasenko2009-03-032-18/+22
* wget: fix --header handlingDenis Vlasenko2009-03-021-9/+15