Age | Commit message (Expand) | Author |
2012-06-12 | su: do not change to home dir unless -l | Pascal Bellard |
2012-06-11 | ntpd: on time step, kill all outstanding replies from other peers | Denys Vlasenko |
2012-06-10 | inetd: fix build failure in Android | Tias Guns |
2012-06-10 | brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strt... | Denys Vlasenko |
2012-06-03 | ifplugd: tweak help text | Denys Vlasenko |
2012-06-02 | udhcpc[6]: show select timeout in log | Denys Vlasenko |
2012-05-02 | udhcpc6: depend on ipv6 | Mike Frysinger |
2012-04-23 | ifupdown: improve compatibility with Debian | Andreas Oberritter |
2012-04-22 | udhcpc: fix improper size calculation for OPTION_STRING_HOST | Denys Vlasenko |
2012-04-20 | fix build breakage found by randconfig | Denys Vlasenko |
2012-04-17 | udhcp: make arpping code resistant to time jumps | Denys Vlasenko |
2012-04-03 | httpd: emit correct content length on range requests past the end. Closes 4952 | Rob Walker |
2012-04-01 | hostname: make -i not emit extra trailing space | Denys Vlasenko |
2012-04-01 | ntpd: fix build failure if !NTPD_SERVER. Closes 4994 | Denys Vlasenko |
2012-03-19 | ftp{get,put}: tweak help text | Denys Vlasenko |
2012-03-19 | nc: support "-<other_opts>e PROG" form of -e option | Denys Vlasenko |
2012-03-08 | ntpd: make "reply from IP" messages more uniform | Denys Vlasenko |
2012-03-08 | ntpd: drop offset averaging code | Denys Vlasenko |
2012-03-08 | tftpd: chroot to DIR, not merely chdir. Closes 4874 | Denys Vlasenko |
2012-03-08 | libbb: make xchroot do a chdir("/") after chroot | Denys Vlasenko |
2012-03-06 | ntpd: tweak log messages format | Denys Vlasenko |
2012-03-05 | ntpd: fix a case when discipline_jitter = 0 if we step | Denys Vlasenko |
2012-03-05 | ntpd: experimental code to correct frequency a bit more aggressively | Denys Vlasenko |
2012-03-03 | ntpd: fix the "are we a server" check in previous commit | Denys Vlasenko |
2012-03-03 | ntpd: avoid printing messages between send and recv. good for fast networks | Denys Vlasenko |
2012-03-02 | ntpd: log clock drift with three digits after decimal point | Denys Vlasenko |
2012-03-02 | ntpd: log jitter on update too; increase assumed clock precision x2 - to 2ms | Denys Vlasenko |
2012-02-28 | ntpd: fix offset adjustment after step; better step printing | Denys Vlasenko |
2012-02-23 | ntpd: increase OPT_qq constant to not collide with -L | Denys Vlasenko |
2012-02-19 | ifupdown: support metric for static default gw | Natanael Copa |
2012-02-19 | httpd: make byte ranges which start at 0 work too. Closes 4766 | Denys Vlasenko |
2012-02-04 | httpd: fix sendfile of files larger than 2 Gb. Closes 4754 | Denys Vlasenko |
2012-02-01 | httpd: fix MD5-encrypted-in-httpd.conf password logic | Denys Vlasenko |
2012-01-16 | vconfig: fix help text; small code shrink. Closes 4658 | Denys Vlasenko |
2011-12-19 | httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used | Denys Vlasenko |
2011-12-18 | wget: fix use-after-free on redirect | Denys Vlasenko |
2011-12-18 | libbb: remove is_directory's argument which is always NULL | Denys Vlasenko |
2011-12-18 | httpd: remove redundant NULL assignment and save one strrchr. -8 bytes | Denys Vlasenko |
2011-12-16 | udhcp: finish support of classless static routes (now the correct patch!) | Michael McTernan |
2011-12-16 | vconfig: remove /proc/net/vlan/config check | Paulius Zaleckas |
2011-12-16 | httpd: fix /../ sanitization (had one extra semicolon). rewrote it | Denys Vlasenko |
2011-12-15 | *: style fixes. no code changes | Denys Vlasenko |
2011-12-15 | ifupdown: remove interface from state_list if iface_up fails | Lauri Hintsala |
2011-12-08 | udhcpc: sanitize hostnames in incoming packets. Closes 3979. | Denys Vlasenko |
2011-12-06 | iproute: fix help text | Denys Vlasenko |
2011-11-29 | httpd: small fixes to previous change | Pascal Bellard |
2011-11-29 | httpd: make it possible to use system passwords for auth | Pascal Bellard |
2011-11-22 | nommu: fix cases where we mangle argv[0][0] | Denys Vlasenko |
2011-11-18 | udhcpc: shrink code by setting xid more economically | Denys Vlasenko |
2011-11-16 | udhcpc6: rudimentary code to export data to script; fix IAADDR parsing | Denys Vlasenko |