<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/auth/auth_script.c, branch talloc-2.0.7</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>s3-talloc Change TALLOC_ZERO_P() to talloc_zero()</title>
<updated>2011-06-09T10:40:08+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-07T01:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ad0a07c531fadd1639c5298951cfaf5cfe0cb10e'/>
<id>ad0a07c531fadd1639c5298951cfaf5cfe0cb10e</id>
<content type='text'>
Using the standard macro makes it easier to move code into common, as
TALLOC_ZERO_P isn't standard talloc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the standard macro makes it easier to move code into common, as
TALLOC_ZERO_P isn't standard talloc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove obvious use of safe_strcpy + safe_strcat -&gt; strlcpy + strlcat.</title>
<updated>2011-05-04T19:12:14+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2011-05-03T20:19:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a2915089de95dfc7c55d79a54ed70d279a2c6dfe'/>
<id>a2915089de95dfc7c55d79a54ed70d279a2c6dfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-auth: use auth.h where needed.</title>
<updated>2011-03-29T23:13:09+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-03-25T01:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7e73214ebf614a1f876bf80d374c1e1bc9379981'/>
<id>7e73214ebf614a1f876bf80d374c1e1bc9379981</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:auth Make Samba3 use the new common struct auth_usersupplied_info</title>
<updated>2010-08-14T01:58:13+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2010-06-01T11:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=23994e1b53b8528007f6325ce5f286712ec021be'/>
<id>23994e1b53b8528007f6325ce5f286712ec021be</id>
<content type='text'>
This common structure will make it much easier to produce an auth
module for s3compat that calls Samba4's auth subsystem.

In order the make the link work properly (and not map twice), we mark
both that we did try and map the user, as well as if we changed the
user during the mapping.

Andrew Bartlett

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This common structure will make it much easier to produce an auth
module for s3compat that calls Samba4's auth subsystem.

In order the make the link work properly (and not map twice), we mark
both that we did try and map the user, as well as if we changed the
user during the mapping.

Andrew Bartlett

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:auth Rename user_info-&gt;domain -&gt; user_info-&gt;mapped.domain_name</title>
<updated>2010-06-07T13:34:28+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2010-06-01T11:11:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=fc956cfcbb53103ed46a3729364e88536d569dc9'/>
<id>fc956cfcbb53103ed46a3729364e88536d569dc9</id>
<content type='text'>
This is closer to the structure I want for a common struct
auth_usersupplied_info.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is closer to the structure I want for a common struct
auth_usersupplied_info.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:auth Rename user_info-&gt;smb_name -&gt; user_info-&gt;client.account_name</title>
<updated>2010-06-07T13:34:28+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2010-06-01T10:27:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=23159453d3e61e2ad47fe6f86f3763280a11ea0c'/>
<id>23159453d3e61e2ad47fe6f86f3763280a11ea0c</id>
<content type='text'>
This is closer to the structure I want for a common struct
auth_usersupplied_info.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is closer to the structure I want for a common struct
auth_usersupplied_info.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Remove the make_auth_methods routine</title>
<updated>2010-04-11T11:53:19+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2010-04-11T10:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a2d1e5e0f77220f912cacb821a928c5e5a952e47'/>
<id>a2d1e5e0f77220f912cacb821a928c5e5a952e47</id>
<content type='text'>
This was just TALLOC_ZERO_P
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was just TALLOC_ZERO_P
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Fix some nonempty lines</title>
<updated>2010-04-11T11:53:18+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2010-04-11T09:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e35a2f89b27b49f57d73c2461e0cecd2bbd46fa8'/>
<id>e35a2f89b27b49f57d73c2461e0cecd2bbd46fa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Remove the typedef for "auth_serversupplied_info"</title>
<updated>2010-01-10T19:56:16+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2010-01-10T13:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=081573091bc3f2b4f85164db51878e570377d4e8'/>
<id>081573091bc3f2b4f85164db51878e570377d4e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Remove the typedef for "auth_usersupplied_info"</title>
<updated>2010-01-10T19:56:16+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2010-01-10T13:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9bb4766bbaaec58989f1f544b7e2367691a09c53'/>
<id>9bb4766bbaaec58989f1f544b7e2367691a09c53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
