<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/libcli/drsuapi/repl_decrypt.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>build: Build with system md5.h on OpenIndiana</title>
<updated>2013-06-19T19:32:36+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2013-06-08T05:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=fc13489c91e790ff8952aff1e7db1e6189894e30'/>
<id>fc13489c91e790ff8952aff1e7db1e6189894e30</id>
<content type='text'>
This changes (again...) our system md5 detection to cope with how
OpenIndiana does md5.  I'm becoming increasingly convinced this isn't
worth our while (we should have just done samba_md5...), but for now
this change seems to work on FreeBSD, OpenIndiana and Linux with
libbsd.

This needs us to rename struct MD5Context -&gt; MD5_CTX, but we provide a
config.h define to rename the type bad if MD5_CTX does not exist (it does
however exist in the md5.h from libbsd).

Andrew Bartlett

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Wed Jun 19 21:32:36 CEST 2013 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes (again...) our system md5 detection to cope with how
OpenIndiana does md5.  I'm becoming increasingly convinced this isn't
worth our while (we should have just done samba_md5...), but for now
this change seems to work on FreeBSD, OpenIndiana and Linux with
libbsd.

This needs us to rename struct MD5Context -&gt; MD5_CTX, but we provide a
config.h define to rename the type bad if MD5_CTX does not exist (it does
however exist in the md5.h from libbsd).

Andrew Bartlett

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Wed Jun 19 21:32:36 CEST 2013 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values</title>
<updated>2010-10-31T23:54:04+00:00</updated>
<author>
<name>Kamen Mazdrashki</name>
<email>kamenim@samba.org</email>
</author>
<published>2010-10-28T23:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=717b1158a6a4e94c0a37623731d398723a24eed8'/>
<id>717b1158a6a4e94c0a37623731d398723a24eed8</id>
<content type='text'>
Those values are actually ATTID values and such, they are used
for ATTIDs for Attributes, Classes and Syntaxes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those values are actually ATTID values and such, they are used
for ATTIDs for Attributes, Classes and Syntaxes.
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli: added a drsuapi attribute encryption function</title>
<updated>2009-09-10T07:42:13+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-09-10T07:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2ff4764f8fb86842120a2b5de20df641e8821af7'/>
<id>2ff4764f8fb86842120a2b5de20df641e8821af7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli:drsuapi Add function to encrypt data for transport over DRSUAPI</title>
<updated>2009-09-10T05:50:32+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-09-10T05:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5283ad11bdd87daf2e9ed6d4644bfb1d8c978b04'/>
<id>5283ad11bdd87daf2e9ed6d4644bfb1d8c978b04</id>
<content type='text'>
This is for the server side of the GetNCChanges call.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is for the server side of the GetNCChanges call.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>Move DRSUAPI per-attribute decryption into a common file</title>
<updated>2009-04-14T04:19:39+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-03-16T04:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=872cb0257c64f8c8682968565c3dfa608167a95d'/>
<id>872cb0257c64f8c8682968565c3dfa608167a95d</id>
<content type='text'>
This file (contining metze's decryption routines) is now also be used by
Samba3's DRSUAPI implementation

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file (contining metze's decryption routines) is now also be used by
Samba3's DRSUAPI implementation

Andrew Bartlett
</pre>
</div>
</content>
</entry>
</feed>
