<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/lib/system_smbd.c, branch talloc-2.1.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.</title>
<updated>2012-06-29T00:15:16+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-06-28T18:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=821bd95156e8cc6d843aecb0a27d4a08761b7dac'/>
<id>821bd95156e8cc6d843aecb0a27d4a08761b7dac</id>
<content type='text'>
Will allow thread-specific credentials to be added by modifying
the central definitions. Deliberately left the setXX[ug]id()
call in popt as this is not used in Samba.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Will allow thread-specific credentials to be added by modifying
the central definitions. Deliberately left the setXX[ug]id()
call in popt as this is not used in Samba.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-includes: only include system/passwd.h when needed.</title>
<updated>2011-03-29T23:13:07+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-02-25T16:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=49fcf653b11ef7308b849027d342a3182f270dd3'/>
<id>49fcf653b11ef7308b849027d342a3182f270dd3</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: use getgrset() when it is available</title>
<updated>2011-03-19T09:09:38+00:00</updated>
<author>
<name>Christian Ambach</name>
<email>christian.ambach@de.ibm.com</email>
</author>
<published>2011-03-14T12:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ed46dfc4f16e230645fae5f3b3b21c462694c30a'/>
<id>ed46dfc4f16e230645fae5f3b3b21c462694c30a</id>
<content type='text'>
When getgrouplist() is not defined, use getgrset() if it is defined
instead of using the initgroups() + getgroups() combo

Major contributions from Yannick Bergeron &lt;yaberger@ca.ibm.com&gt;

Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Sat Mar 19 10:09:38 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When getgrouplist() is not defined, use getgrset() if it is defined
instead of using the initgroups() + getgroups() combo

Major contributions from Yannick Bergeron &lt;yaberger@ca.ibm.com&gt;

Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Sat Mar 19 10:09:38 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:auth: change num_groups to from size_t to uint32_t</title>
<updated>2011-02-22T05:20:11+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-02-21T09:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d7fa34905223ebbf02dadcea0720062a30c3bbab'/>
<id>d7fa34905223ebbf02dadcea0720062a30c3bbab</id>
<content type='text'>
This will help with the change from UNIX_USER_TOKEN to security_unix_token

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will help with the change from UNIX_USER_TOKEN to security_unix_token

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-build: only include nsswitch header where needed.</title>
<updated>2010-08-25T22:20:28+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2010-08-18T10:42:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7ff7eb0b5299f90a313986bfc547f48ef9f8dc9c'/>
<id>7ff7eb0b5299f90a313986bfc547f48ef9f8dc9c</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Fix initgroups return check</title>
<updated>2010-02-14T11:45:04+00:00</updated>
<author>
<name>Peter Watkins</name>
<email>treestem@gmail.com</email>
</author>
<published>2010-02-14T11:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d3a42946cc7d98070e90122341d234119ed94089'/>
<id>d3a42946cc7d98070e90122341d234119ed94089</id>
<content type='text'>
A return code of 1 from initgroups() is OK since apparently it means
the gid has already been set. The man page doesn't mention this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A return code of 1 from initgroups() is OK since apparently it means
the gid has already been set. The man page doesn't mention this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to allow AIX to call sys_getgrouplist only once</title>
<updated>2009-07-31T08:34:37+00:00</updated>
<author>
<name>Yannick Bergeron</name>
<email>burgergold@hotmail.com</email>
</author>
<published>2009-07-30T23:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c3e12444f57e24dcd6c9259537ed0489db4658e9'/>
<id>c3e12444f57e24dcd6c9259537ed0489db4658e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros</title>
<updated>2008-02-13T09:44:52+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-02-11T17:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cedfcaec0c36b58a88eaaa60283a807e0a8a71fc'/>
<id>cedfcaec0c36b58a88eaaa60283a807e0a8a71fc</id>
<content type='text'>
metze
(This used to be commit 5f623f54a919cc687d0ff16c16038c05a501008d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
(This used to be commit 5f623f54a919cc687d0ff16c16038c05a501008d)
</pre>
</div>
</content>
</entry>
<entry>
<title>RIP BOOL. Convert BOOL -&gt; bool. I found a few interesting</title>
<updated>2007-10-19T00:40:25+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2007-10-19T00:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=30191d1a5704ad2b158386b511558972d539ce47'/>
<id>30191d1a5704ad2b158386b511558972d539ce47</id>
<content type='text'>
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
(This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
(This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
</pre>
</div>
</content>
</entry>
<entry>
<title>r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text</title>
<updated>2007-10-10T17:28:22+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2007-07-10T00:52:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5e54558c6dea67b56bbfaba5698f3a434d3dffb6'/>
<id>5e54558c6dea67b56bbfaba5698f3a434d3dffb6</id>
<content type='text'>
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
</pre>
</div>
</content>
</entry>
</feed>
