<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/loginutils, branch ansi</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=ansi</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=ansi'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2016-03-30T22:32:39+00:00</updated>
<entry>
<title>make MKPASSWD a separate config option, not an automatic alias to cryptpw</title>
<updated>2016-03-30T22:32:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-03-30T22:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a27dc33f976b15ccfe9180d652ed16579638c48c'/>
<id>urn:sha1:a27dc33f976b15ccfe9180d652ed16579638c48c</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sulogin: use bb_error_msg instead of bb_info_msg; better message</title>
<updated>2016-03-30T15:36:20+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-03-30T15:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2a17fbe88a0cc064248db4ce8939f0fbc357922d'/>
<id>urn:sha1:2a17fbe88a0cc064248db4ce8939f0fbc357922d</id>
<content type='text'>
Historic "System Maintenance Mode" message is a tiny bit cryptic.
Let's say explicitly what we are doing: we are giving user a shell
(presumably to do some maintenance in single-user mode).

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sulogin: remove suid paranoia code, explain why it's not necessary</title>
<updated>2016-03-30T15:27:32+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-03-30T15:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=32c08acba3d938ec2fa4f9d2ff8160bbe05a20cb'/>
<id>urn:sha1:32c08acba3d938ec2fa4f9d2ff8160bbe05a20cb</id>
<content type='text'>
function                                             old     new   delta
sulogin_main                                         325     270     -55

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>sulogin: Dorp incorrect comment about suid-ness</title>
<updated>2016-03-30T14:50:19+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-03-30T14:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8ac6effb029f1fe4f620e061c1b62c4721f41491'/>
<id>urn:sha1:8ac6effb029f1fe4f620e061c1b62c4721f41491</id>
<content type='text'>
Sulogin is not a suid app, should fail if run by non-root.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Replace a few more bb_info_msg's by bb_error_msg or printf</title>
<updated>2016-03-30T14:20:28+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-03-30T14:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=066e76befe5d39fc3451846af94cbba96747186c'/>
<id>urn:sha1:066e76befe5d39fc3451846af94cbba96747186c</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>login: add commented-out PAM double password avoidance from BZ 4003</title>
<updated>2016-01-03T21:43:40+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-01-03T21:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bae8f986336383f688f0cf913e6315d430217095'/>
<id>urn:sha1:bae8f986336383f688f0cf913e6315d430217095</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO</title>
<updated>2015-12-18T18:01:14+00:00</updated>
<author>
<name>Pascal Bach</name>
<email>pascal.bach@siemens.com</email>
</author>
<published>2015-12-18T18:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2c0d3f5fd08ccc6963c402030efcbe8a2c028f2d'/>
<id>urn:sha1:2c0d3f5fd08ccc6963c402030efcbe8a2c028f2d</id>
<content type='text'>
Signed-off-by: Pascal Bach &lt;pascal.bach@siemens.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>login: explain -h HOST option better</title>
<updated>2015-10-21T14:06:40+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2015-10-21T14:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c47917865d5f40f9044dd8845814c591d801318d'/>
<id>urn:sha1:c47917865d5f40f9044dd8845814c591d801318d</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>loginutils/*: convert to new-style "one file" applets</title>
<updated>2015-10-18T23:20:36+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2015-10-18T23:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=95dee81a465668151cff3ffd757456a9a10c1f1f'/>
<id>urn:sha1:95dee81a465668151cff3ffd757456a9a10c1f1f</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds</title>
<updated>2015-10-09T14:42:57+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2015-10-09T14:42:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=550bf5b4a418378cd8f9fbbf5252fe57acdacb5a'/>
<id>urn:sha1:550bf5b4a418378cd8f9fbbf5252fe57acdacb5a</id>
<content type='text'>
function                                             old     new   delta
xfunc_has_died                                         -      21     +21
sleep_much                                             -      12     +12
sleep10                                                -       9      +9
die_func                                               -       4      +4
fflush_stdout_and_exit                                35      36      +1
builtin_type                                         121     119      -2
die_sleep                                              4       -      -4
xfunc_die                                             60      24     -36
hush_main                                           1128    1011    -117
die_jmp                                              156       -    -156
------------------------------------------------------------------------------
(add/remove: 4/2 grow/shrink: 1/3 up/down: 47/-315)          Total: -268 bytes
   text	   data	    bss	    dec	    hex	filename
 939992	    992	  17652	 958636	  ea0ac	busybox_old
 939880	    992	  17496	 958368	  e9fa0	busybox_unstripped

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
