<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/libpwdgrp, branch old</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=old</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=old'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2009-04-22T18:44:33+00:00</updated>
<entry>
<title>Kbuild/Config.in: add CONFIG_MINGW and imported files to build system</title>
<updated>2009-04-22T18:44:33+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2009-04-22T12:03:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d791e72dc28009f36da26703fc007e40cfa79414'/>
<id>urn:sha1:d791e72dc28009f36da26703fc007e40cfa79414</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usage.c: remove reference to busybox.h</title>
<updated>2007-05-26T19:00:18+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-05-26T19:00:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=d0a3ee609344cfbc050b7a5aa39ad72fd68a939a'/>
<id>urn:sha1:d0a3ee609344cfbc050b7a5aa39ad72fd68a939a</id>
<content type='text'>
*: s/include "busybox.h"/include "libbb.h"



git-svn-id: svn://busybox.net/trunk/busybox@18696 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y),</title>
<updated>2007-05-18T00:02:37+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-05-18T00:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=df4806ef398d2bbf110a18aafc7a219694d8b30a'/>
<id>urn:sha1:df4806ef398d2bbf110a18aafc7a219694d8b30a</id>
<content type='text'>
fix this


git-svn-id: svn://busybox.net/trunk/busybox@18646 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>style fixes</title>
<updated>2007-04-13T23:22:00+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-04-13T23:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=28cef1002ae00f79c45522c0672c81c63556cb84'/>
<id>urn:sha1:28cef1002ae00f79c45522c0672c81c63556cb84</id>
<content type='text'>
git-svn-id: svn://busybox.net/trunk/busybox@18433 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>Do not fail password check if shadow password does not exist -</title>
<updated>2007-03-13T13:01:14+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-03-13T13:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bf07ea7cef9740b0f10121a8e39965d4f7c7f0e2'/>
<id>urn:sha1:bf07ea7cef9740b0f10121a8e39965d4f7c7f0e2</id>
<content type='text'>
fall back to ordinary one

Reduced usage of functions returning datain static buffers.
(mostly passwd/group/shadow related):

function                                             old     new   delta
correct_password                                     143     193     +50
sulogin_main                                         490     533     +43
adduser_main                                         732     774     +42
passwd_main                                         1875    1915     +40
addgroup_main                                        330     365     +35
bb_internal_getspnam                                  38       -     -38
bb_internal_fgetpwent                                 38       -     -38
bb_internal_fgetgrent                                 38       -     -38
static.resultbuf                                     168      88     -80
static.buffer                                       1872    1104    -768
------------------------------------------------------------------------------
(add/remove: 0/3 grow/shrink: 5/2 up/down: 210/-962)         Total: -752 bytes



git-svn-id: svn://busybox.net/trunk/busybox@18085 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>start_stop_daemon: add -chuid support</title>
<updated>2007-02-26T22:47:42+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2007-02-26T22:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=22bf91ab985f7eb544340977ee6991b114e94e15'/>
<id>urn:sha1:22bf91ab985f7eb544340977ee6991b114e94e15</id>
<content type='text'>
git-svn-id: svn://busybox.net/trunk/busybox@17977 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>fixdep.c: avoit doing memcmp in most cases</title>
<updated>2006-12-30T21:11:57+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2006-12-30T21:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=42a8c1bf937d50f9d9d94255064bba1577f5ae2d'/>
<id>urn:sha1:42a8c1bf937d50f9d9d94255064bba1577f5ae2d</id>
<content type='text'>
uidgid_get.c: add forgotten copyright notice
pwd/grp/shadow: avoid collisions with libc names


git-svn-id: svn://busybox.net/trunk/busybox@17112 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>fix build without shadow support</title>
<updated>2006-12-28T21:33:30+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2006-12-28T21:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=948390a7c7982ef09abd8c6328088077cc399ff9'/>
<id>urn:sha1:948390a7c7982ef09abd8c6328088077cc399ff9</id>
<content type='text'>
git-svn-id: svn://busybox.net/trunk/busybox@17100 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>bb_xget[pw/gr]nam were horribly misnamed - fixed.</title>
<updated>2006-12-28T05:44:47+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2006-12-28T05:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5a4b69f8a10fff8f08a97e0dd4b6de40d36f671f'/>
<id>urn:sha1:5a4b69f8a10fff8f08a97e0dd4b6de40d36f671f</id>
<content type='text'>
uidgid_get -&gt; get_uidgid, add additional param
(numeric_ok). Make chown use it.
chown: fix "chown user: ...."
install: fix incorrect use of bb_xget[pw/gr]nam


git-svn-id: svn://busybox.net/trunk/busybox@17095 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
<entry>
<title>httpd: add -u user[:grp] support</title>
<updated>2006-10-05T22:50:22+00:00</updated>
<author>
<name>vda</name>
<email>vda@69ca8d6d-28ef-0310-b511-8ec308f3f277</email>
</author>
<published>2006-10-05T22:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=445754ff183de68a177b8482cf6df237bc4d3532'/>
<id>urn:sha1:445754ff183de68a177b8482cf6df237bc4d3532</id>
<content type='text'>
git-svn-id: svn://busybox.net/trunk/busybox@16313 69ca8d6d-28ef-0310-b511-8ec308f3f277
</content>
</entry>
</feed>
