<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/package/utils/busybox/files, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2015-09-07T19:29:25Z</updated>
<entry>
<title>Disable telnet in favor of passwordless SSH</title>
<updated>2015-09-07T19:29:25Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2015-09-07T19:29:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=305900289b00bd1073c3aae99447e87153318c16'/>
<id>urn:sha1:305900289b00bd1073c3aae99447e87153318c16</id>
<content type='text'>
This enables passworldless login for root via SSH whenever no root
password is set (e.g. after reset, flashing without keeping config
or in failsafe) and removes telnet support alltogether.

Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 46809
</content>
</entry>
<entry>
<title>ntp: add hotplug class for ntp-events</title>
<updated>2014-11-28T11:41:25Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2014-11-28T11:41:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=6c4af87d01d0428454b92ec353721763e2bb029c'/>
<id>urn:sha1:6c4af87d01d0428454b92ec353721763e2bb029c</id>
<content type='text'>
Based on a patch by Luiz Angelo Daros de Luca

Signed-off-by: Steven Barth &lt;steven@midlink.org&gt;

SVN-Revision: 43421
</content>
</entry>
<entry>
<title>busybox: remove validation message from bootup</title>
<updated>2014-10-02T19:47:33Z</updated>
<author>
<name>Steven Barth</name>
</author>
<published>2014-10-02T19:47:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=c31dc90970bb9b45c996fe7d8708497b443a3fab'/>
<id>urn:sha1:c31dc90970bb9b45c996fe7d8708497b443a3fab</id>
<content type='text'>
A message:
uinteger - 9 = true
is displayed during boot. This is the result of the validate_data
command checking the cron log level. As the output is not
interesting, only the result, filter...

Signed-off-by: Michel Stam &lt;m.stam@fugro.nl&gt;

SVN-Revision: 42751
</content>
</entry>
<entry>
<title>package/*: remove useless explicit set of function returncode</title>
<updated>2014-08-25T06:35:50Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-08-25T06:35:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=e4346067d17c7c81d7e9181f40ef740bb1c3cdcb'/>
<id>urn:sha1:e4346067d17c7c81d7e9181f40ef740bb1c3cdcb</id>
<content type='text'>
somebody started to set a function returncode in the validation
stuff and everybody copies it, e.g.

myfunction()
{
	fire_command

	return $?
}

a function automatically returns with the last returncode,
so we can safely remove the command 'return $?'. reference:

http://tldp.org/LDP/abs/html/exit-status.html
"The last command executed in the function or script determines the exit status."

Signed-off-by: Bastian Bittorf &lt;bittorf@bluebottle.com&gt;

SVN-Revision: 42278
</content>
</entry>
<entry>
<title>busybox: fix validation in sysntpd init script</title>
<updated>2014-06-30T10:11:18Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2014-06-30T10:11:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=5b3e35dbdbea31300908d556a122238d9986f603'/>
<id>urn:sha1:5b3e35dbdbea31300908d556a122238d9986f603</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41415
</content>
</entry>
<entry>
<title>busybox: use ntp enabled config option</title>
<updated>2014-06-27T07:55:03Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-06-27T07:55:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=e117fb938b148b53a7c1f60d7d18245264ae92b2'/>
<id>urn:sha1:e117fb938b148b53a7c1f60d7d18245264ae92b2</id>
<content type='text'>
Even if enabled option is missing from ntp configuration we are still keeping
default behavior.

Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

SVN-Revision: 41355
</content>
</entry>
<entry>
<title>busybox: fix processing of multiple NTP servers in the config (#15294)</title>
<updated>2014-03-17T14:52:18Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-03-17T14:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=340153437501a0e5002377f87b65af5f7fb5ccee'/>
<id>urn:sha1:340153437501a0e5002377f87b65af5f7fb5ccee</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 39935
</content>
</entry>
<entry>
<title>busybox: do not abort sysntpd init if enable_server is unset, that variable just controls the server part for relaying NTP</title>
<updated>2013-11-28T11:28:40Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2013-11-28T11:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=366f9c733e867f02c9cd1d0f2001f71231c9988e'/>
<id>urn:sha1:366f9c733e867f02c9cd1d0f2001f71231c9988e</id>
<content type='text'>
SVN-Revision: 38936
</content>
</entry>
<entry>
<title>base-files: allow users to delect debug level during boot</title>
<updated>2013-11-25T08:34:55Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2013-11-25T08:34:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=36d739233cac42501245854aa86282bea53adf9d'/>
<id>urn:sha1:36d739233cac42501245854aa86282bea53adf9d</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 38909
</content>
</entry>
<entry>
<title>procd: fixup 2 wrong option types</title>
<updated>2013-11-13T11:07:24Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2013-11-13T11:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=f28060eeb65a5133ac642b6a09243273942b0404'/>
<id>urn:sha1:f28060eeb65a5133ac642b6a09243273942b0404</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 38789
</content>
</entry>
</feed>
