- Rename getpty() to xgetpty() and adjust callers.
[oweals/busybox.git] / networking /
2008-05-19 Bernhard Reutner... - Rename getpty() to xgetpty() and adjust callers.
2008-05-18 Denis Vlasenkomore -Wall warning fixes. -Wall is enabled now.
2008-05-18 Denis Vlasenkohttpd: fix obscure case when user runs httpd -i from...
2008-05-17 Denis Vlasenkotwo fixlets for -Wall
2008-05-17 Denis Vlasenkofix bug 2704: remove verbatim RFC text from source
2008-05-16 Bernhard Reutner... - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00...
2008-05-16 Bernhard Reutner... - very minor shrinkage
2008-05-16 Bernhard Reutner... - add appropriate string for arp header #32 for use...
2008-05-16 Bernhard Reutner... - fix bug where we incorrectly rejected ifconfig eth0...
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-05-15 Denis Vlasenkoremove stray semicolons (by Cristian Ionescu-Idbohrn)
2008-05-12 Denis Vlasenko-Wall fixes by Cristian Ionescu-Idbohrn. No object...
2008-05-09 Denis Vlasenkofix warnings about pointer signedness
2008-05-09 Denis VlasenkoUse intra-DSO calls when we build libbusybox. No-op...
2008-05-09 Denis Vlasenkoudhcp: protect agianst timer overflowing 32-bit counter
2008-05-07 Denis Vlasenkohttpd: fix several bugs triggering by realtive path...
2008-05-07 Denis Vlasenkohttpd: restore HUP, CHLD and PIPE to SIG_DFL prior...
2008-04-29 Denis Vlasenkoping: dont leak uninitialized data in ping packets
2008-04-25 Denis Vlasenkoarping: save a few bytes by using mempcpy
2008-04-21 Denis Vlasenkoudhcp: fix config help text
2008-04-21 Denis Vlasenko*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.
2008-04-19 Denis Vlasenkoremove whitespace damage. No code changes
2008-04-19 Denis Vlasenkostyle fixes. no code changes
2008-04-17 Denis Vlasenkohttpd: add an example of POST upload CGI
2008-04-16 Denis Vlasenkoarping: remove superfluous assignment
2008-04-10 Denis Vlasenkoudhcp,ipcalc: simple code shrink (Nico Erfurth <masta...
2008-04-10 Denis Vlasenkonameif: fix vda's breakage (Nico Erfurth <masta AT...
2008-04-07 Denis Vlasenkocrond: add handling of "MAILTO=user" lines
2008-04-07 Denis Vlasenkoping: add -w, -W support (James Simmons <jsimmons AT...
2008-04-06 Denis Vlasenkobrctl: optional support for "show" cmd (by L. Gabriel...
2008-04-02 Denis Vlasenkoudhcpc: add -o "do not request options by default"...
2008-03-31 Denis Vlasenkotcpudp: trivial build fix
2008-03-29 Denis Vlasenkoinetd: small shrink for NOMMU case
2008-03-29 Denis Vlasenkoftpgetput: move control_stream to "struct globals";
2008-03-29 Denis Vlasenkoftpgetput: deal with long-standing TODOs:
2008-03-28 Denis Vlasenkoftpgetput: add comment about EPSV (extended PASV).
2008-03-28 Denis Vlasenkofix a few stray unguarded strdup's
2008-03-28 Denis Vlasenkowhitespace fixes
2008-03-27 Denis Vlasenkoopenvt: fix gross mismatch between us and "standard...
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-25 Denis Vlasenkoifupdown: support for %retries% (L. Gabriel Somlo ...
2008-03-25 Denis Vlasenkoudhcp: build fix for ppc kernel 2.4.36
2008-03-24 Denis Vlasenko*: whitespace fixes, no code changes
2008-03-24 Denis Vlasenkolpr: add more accurate comments
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-23 Denis Vlasenkopscan: add -c, -b: report closed, blocked ports
2008-03-21 Denis Vlasenko*: fix build problems found with randomconfig
2008-03-20 Denis Vlasenko*: use fopen_or_warn in few more places
2008-03-20 Denis Vlasenkoinetd: use change_identity().
2008-03-20 Denis Vlasenkoudhcp: fix wrong order of args here: index_in_strings...
2008-03-19 Denis Vlasenkotftpd: small trivial shrink
2008-03-19 Denis Vlasenko*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier...
2008-03-19 Denis Vlasenkoifupdown: make it NOMMU-capable
2008-03-19 Denis Vlasenkotftpd: fix download: we must change user AFTER bind
2008-03-19 Denis Vlasenkotftpd: options -c (allow _new_ files to be uploaded...
2008-03-19 Denis Vlasenkotftp(d): a bit more verbose error reporting
2008-03-19 Denis Vlasenkotftpd: make it emit error packets
2008-03-18 Denis Vlasenkotftpd: make open() check r/w permissions instead of...
2008-03-18 Denis Vlasenkotftpd: fix bugs spotted by Vladimir
2008-03-17 Denis Vlasenkohttpd: small fixlet for POST upload - skip
2008-03-17 Denis Vlasenkobrctl: eliminate stray data object
2008-03-17 Denis Vlasenkosvn add/svn rm to actually move tcp/udpsvd...
2008-03-17 Denis Vlasenko*: mode tcp/udpsvd to networking, delete ipsvd/*
2008-03-17 Denis Vlasenkotftpd: new applet (mostly using existing code for tftp)
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenkodnsd: properly set _src_ IP:port on outgoing UDP packets
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-17 Denis Vlasenkotcpsvd,udpsvd: make them NOMMU-capable
2008-03-17 Denis Vlasenkolibbb: introduce and use sigprocmask_allsigs and sigact...
2008-03-12 Denis Vlasenkolibbb: introduse and use signal_[no_]SA_RESTART_empty_m...
2008-03-12 Denis Vlasenkonc: remove a bit of bloat
2008-03-12 Denis Vlasenkoinetd: make it NOMMU-capable and IPv6-friendly. Lots...
2008-03-02 Denis Vlasenkoactually add bb_qsort.c
2008-02-28 Denis Vlasenkozcip: chdiring to root when daemonizing is not useful,
2008-02-27 Denis Vlasenkohttpd: fix breakage introduced by "support for I:index...
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-27 Denis Vlasenkoscript: new applet by Pascal Bellard <pascal.bellard...
2008-02-27 Denis Vlasenkosendmail: yet another maintainer's update
2008-02-26 Denis Vlasenkosendmail: update from maintainer
2008-02-26 Denis Vlasenkoifenslave: new applet. closes bug 115.
2008-02-25 Denis Vlasenko*: intrduce and use safe_gethostname. By Tito <farmatit...
2008-02-24 Denis Vlasenkoless,klogd,syslogd,nc,tcpudp: exit on signal by killing...
2008-02-21 Denis Vlasenkohttpd: "HEAD" support. Closes bug 1530.
2008-02-20 Denis Vlasenkoudhcp: we were forgetting to set right op byte in tha...
2008-02-20 Denis Vlasenkoudhcp: make paths configurable
2008-02-19 Denis Vlasenkoinit: make it NOMMU-capable
2008-02-18 Denis Vlasenkomount: recognize "dirsync" (closes bug 835)
2008-02-17 Denis Vlasenkolibbb: introduce and use xrename and rename_or_warn.
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-02-16 Denis Vlasenko*: more readable handling of pipe fds. No code changes.
2008-02-16 Denis Vlasenkoifupdowm: shrink
2008-02-16 Denis Vlasenkorandom s/short/int/
2008-02-15 Denis Vlasenkoifupdown: code shrink
2008-02-11 Denis Vlasenkohttpd: fix bug where we did chdir("") if CGI path had...
2008-02-11 Bernhard Reutner... - shrink a tiny bit (-30Bytes)
2008-02-11 Bernhard Reutner... - spelling fixes
2008-02-08 Denis Vlasenkosendmail: update from maintainer
2008-02-08 Denis Vlasenkohttpd: add a bit of error logging; a few code simplific...
next