<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/auth/common_auth.h, branch talloc-2.0.8</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>auth: Remove .get_challenge (only used for security=server)</title>
<updated>2012-07-02T22:13:01+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-06-30T08:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=eba87995145b0e14672c1f6993f7aa3422d62541'/>
<id>eba87995145b0e14672c1f6993f7aa3422d62541</id>
<content type='text'>
With NTLMSSP, for NTLM2 we need to be able to set the effective challenge,
so if we ever did use a module that needed this functionlity, we would
downgrade to just NTLM.

Now that security=server has been removed, we have no such module.

This will make it easier to make the auth subsystem async, as we will
not need to consider making .get_challenge async.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With NTLMSSP, for NTLM2 we need to be able to set the effective challenge,
so if we ever did use a module that needed this functionlity, we would
downgrade to just NTLM.

Now that security=server has been removed, we have no such module.

This will make it easier to make the auth subsystem async, as we will
not need to consider making .get_challenge async.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>auth: Rename some elements of auth4_context</title>
<updated>2012-02-24T00:23:18+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-02-03T05:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e3cebef0cf93ddade8e698ea292d2c03cf005a7b'/>
<id>e3cebef0cf93ddade8e698ea292d2c03cf005a7b</id>
<content type='text'>
These operate on NTLM authentication, so make that clear.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These operate on NTLM authentication, so make that clear.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>auth: Reorder arguments to generate_session_info</title>
<updated>2012-02-18T01:19:35+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-02-04T06:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e786e8fef9960aadf1e94c70c0fb7ec18c1ed237'/>
<id>e786e8fef9960aadf1e94c70c0fb7ec18c1ed237</id>
<content type='text'>
This matches check_ntlm_password() and generate_session_info_pac()

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Sat Feb 18 02:19:35 CET 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches check_ntlm_password() and generate_session_info_pac()

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Sat Feb 18 02:19:35 CET 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>auth: Pass in the SMB username (for %U) into generate_session_info</title>
<updated>2012-02-13T00:25:59+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-01-30T10:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=caf485a2bd0453b7d22600f9106a2026b1a50c79'/>
<id>caf485a2bd0453b7d22600f9106a2026b1a50c79</id>
<content type='text'>
This matches what Samba3 does.

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Mon Feb 13 01:25:59 CET 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches what Samba3 does.

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Mon Feb 13 01:25:59 CET 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>auth: Make check_password and generate_session_info hook generic</title>
<updated>2012-01-30T07:05:14+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-01-30T00:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a647df4607cb6d916cd689f92cd27995ca0f9ab4'/>
<id>a647df4607cb6d916cd689f92cd27995ca0f9ab4</id>
<content type='text'>
gensec_ntlmssp does not need to know the internal form of the
struct user_info_dc or auth_serversupplied_info.  This will allow the
calling logic to be put in common.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gensec_ntlmssp does not need to know the internal form of the
struct user_info_dc or auth_serversupplied_info.  This will allow the
calling logic to be put in common.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>auth: provide private pointer and do not return original PAC signatures</title>
<updated>2012-01-29T22:52:50+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-01-29T21:00:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=697a6e9504d9f3eefd97c7c822e90feddd9b9a3b'/>
<id>697a6e9504d9f3eefd97c7c822e90feddd9b9a3b</id>
<content type='text'>
There is no need to return the PAC signatures via the special-purpose
torture element.  Instead, use a private pointer on the auth_context
in conjunction with the private PAC processing method.

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Sun Jan 29 23:52:50 CET 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no need to return the PAC signatures via the special-purpose
torture element.  Instead, use a private pointer on the auth_context
in conjunction with the private PAC processing method.

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Sun Jan 29 23:52:50 CET 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>gensec: move gensec_util.c to the top level</title>
<updated>2012-01-11T08:02:41+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-12-31T11:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f5a117172ec17e1b0b9245bb5e067ca2da23572c'/>
<id>f5a117172ec17e1b0b9245bb5e067ca2da23572c</id>
<content type='text'>
To do this some defines need to move to common_auth.h

Andrew Bartlett

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To do this some defines need to move to common_auth.h

Andrew Bartlett

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>auth: make auth4_context common to provide access to generate_session_info_pac()</title>
<updated>2012-01-11T07:59:34+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-12-31T11:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=14c8a13d3e2b2eb199e9eb26fa41f89bc380509e'/>
<id>14c8a13d3e2b2eb199e9eb26fa41f89bc380509e</id>
<content type='text'>
By providing this context, a function pointer for
generate_session_info_pac() can be inserted into gensec, allowing the
s3 PAC processing in an otherwise more generic gensec module.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By providing this context, a function pointer for
generate_session_info_pac() can be inserted into gensec, allowing the
s3 PAC processing in an otherwise more generic gensec module.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>auth: include auth.idl structures into common_auth.h</title>
<updated>2011-07-19T23:17:10+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-07-15T05:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a39187f0f5e6f99ce8a38cba997e4ad15353e09e'/>
<id>a39187f0f5e6f99ce8a38cba997e4ad15353e09e</id>
<content type='text'>
Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>auth: allow auth_common.h to be included multiple times without error</title>
<updated>2011-05-08T08:56:27+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-05-07T06:36:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=69905360002203faf2db7a4df2bca237ea406396'/>
<id>69905360002203faf2db7a4df2bca237ea406396</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
