<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/libds, 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>NTDSConnection and NTDSA Site setting flags</title>
<updated>2011-07-13T21:05:09+00:00</updated>
<author>
<name>Dave Craft</name>
<email>wimberosa@gmail.com</email>
</author>
<published>2011-07-06T02:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b52246bf2f75e2a4869bce3e474e6c1c81a492b7'/>
<id>b52246bf2f75e2a4869bce3e474e6c1c81a492b7</id>
<content type='text'>
Flags that were missing from flags.h or were incorrectly
defined inline to the kcc_topology.c code (and thus unusable
elsewhere).   These are the NTDSConnection and NTDSDSA Site
settings flags.

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Flags that were missing from flags.h or were incorrectly
defined inline to the kcc_topology.c code (and thus unusable
elsewhere).   These are the NTDSConnection and NTDSDSA Site
settings flags.

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util Remove samba-util-common!</title>
<updated>2011-06-20T23:36:22+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-20T10:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5db74b9607f4a5fc5ecaa8be0d744222cd55153c'/>
<id>5db74b9607f4a5fc5ecaa8be0d744222cd55153c</id>
<content type='text'>
All of this code is now in common, so we don't need the second
'-common' library any more!

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All of this code is now in common, so we don't need the second
'-common' library any more!

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>libds/common/flag_mapping.h: fix licence/copyright</title>
<updated>2011-06-10T13:11:45+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-06-10T13:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=76f0bf61efb8bd2a1d32a5d150f592f6fb72962c'/>
<id>76f0bf61efb8bd2a1d32a5d150f592f6fb72962c</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>libds: moved enum security_types to a common header</title>
<updated>2011-05-08T08:56:27+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-05-07T11:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8b2ba64d603dd1ef1afde621f594dc46f2133708'/>
<id>8b2ba64d603dd1ef1afde621f594dc46f2133708</id>
<content type='text'>
Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libds: added roles.h for server roles</title>
<updated>2011-05-03T05:37:07+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-05-02T02:04:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b1055763d8b046b42580054e4bc15dc8cb414977'/>
<id>b1055763d8b046b42580054e4bc15dc8cb414977</id>
<content type='text'>
this will allow us to move the server roles in common, which will
make it much easier to mix s3/s4 calls in the one C file

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this will allow us to move the server roles in common, which will
make it much easier to mix s3/s4 calls in the one C file

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libds: Make flag_mapping a library</title>
<updated>2011-04-13T01:47:37+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-04-08T03:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cec7c53da955ade9a218fdf0aaa44568d2417eb7'/>
<id>cec7c53da955ade9a218fdf0aaa44568d2417eb7</id>
<content type='text'>
This is a tiny library, but otherwise the functions end up in multiple
other libraries.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a tiny library, but otherwise the functions end up in multiple
other libraries.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>libds/common/flag_mapping.c - fix another build dependency</title>
<updated>2011-03-01T17:53:40+00:00</updated>
<author>
<name>Sean Finney</name>
<email>seanius@seanius.net</email>
</author>
<published>2011-03-01T17:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e1e3b5c4295bd09f5ed5ec6c7f68cb43eb8fb91c'/>
<id>e1e3b5c4295bd09f5ed5ec6c7f68cb43eb8fb91c</id>
<content type='text'>
Signed-off-by: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;

Autobuild-User: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date: Tue Mar  1 18:53:40 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;

Autobuild-User: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date: Tue Mar  1 18:53:40 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some types</title>
<updated>2011-02-28T22:30:06+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-02-28T21:04:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=59a077d8f5b4ec78e90d6c4dabbc65375598c431'/>
<id>59a077d8f5b4ec78e90d6c4dabbc65375598c431</id>
<content type='text'>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>build: moved libds/common/flag_mapping.c into a common subsystem</title>
<updated>2011-02-24T00:57:48+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-02-24T00:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=94c04b10db5032d83c21ea6eb8665bf930e81a9f'/>
<id>94c04b10db5032d83c21ea6eb8665bf930e81a9f</id>
<content type='text'>
Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libds: added mS-DS-ReplicatesNCReason flags</title>
<updated>2010-11-27T13:16:37+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-11-27T12:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ed598ac99b8d26645653929c6313b699269bc57f'/>
<id>ed598ac99b8d26645653929c6313b699269bc57f</id>
<content type='text'>
these define why a KCC connection was made
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these define why a KCC connection was made
</pre>
</div>
</content>
</entry>
</feed>
