<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/rpc_client/cli_winreg_spoolss.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-rpc_client: Fix memory context in winreg_enum_printer_dataex().</title>
<updated>2011-07-27T06:49:58+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2011-07-25T17:41:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8831402596fab30f56ce6600c72a575e2e73e4d3'/>
<id>8831402596fab30f56ce6600c72a575e2e73e4d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-rpc_client: Close policy handles before creating defaults.</title>
<updated>2011-07-27T06:49:58+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2011-07-25T20:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5045281e17d7f90e1f31b7bf9ffdea9b59b99373'/>
<id>5045281e17d7f90e1f31b7bf9ffdea9b59b99373</id>
<content type='text'>
We reopen the hive and key so close them before reopen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We reopen the hive and key so close them before reopen.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-rpc_client: Close the hive handle before we open it again.</title>
<updated>2011-07-27T06:49:58+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2011-07-25T15:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f8afaa76f225e4e7a477a59fa0a4b8f040afb2b6'/>
<id>f8afaa76f225e4e7a477a59fa0a4b8f040afb2b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-rpc_client: Close hive if opening of the key fails.</title>
<updated>2011-07-27T06:49:58+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2011-07-25T20:31:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a0597b75e6794d8bfe7e43bf36378b2421afc9c7'/>
<id>a0597b75e6794d8bfe7e43bf36378b2421afc9c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-rpc_server: Removed no longer used functions.</title>
<updated>2011-07-13T10:42:02+00:00</updated>
<author>
<name>Vicentiu Ciorbaru</name>
<email>cvicentiu@gmail.com</email>
</author>
<published>2011-07-12T16:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e858ec6e92c0232bbf82dc117c03b71e9a413be3'/>
<id>e858ec6e92c0232bbf82dc117c03b71e9a413be3</id>
<content type='text'>
Removed winreg_printer_delete_subkeys().
Removed winreg_printer_enumvalues().

Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;

Autobuild-User: Andreas Schneider &lt;asn@cryptomilk.org&gt;
Autobuild-Date: Wed Jul 13 12:42:02 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed winreg_printer_delete_subkeys().
Removed winreg_printer_enumvalues().

Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;

Autobuild-User: Andreas Schneider &lt;asn@cryptomilk.org&gt;
Autobuild-Date: Wed Jul 13 12:42:02 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-rpc_client: Migrate to dcerpc_winreg_delete_subkeys_recursive().</title>
<updated>2011-07-13T09:31:22+00:00</updated>
<author>
<name>Vicentiu Ciorbaru</name>
<email>cvicentiu@gmail.com</email>
</author>
<published>2011-07-12T16:50:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0b1ba88f228592bd7ced01025a4045c946096ab4'/>
<id>0b1ba88f228592bd7ced01025a4045c946096ab4</id>
<content type='text'>
Functions now use dcerpc_winreg_delete_subkeys_recursive() instead of the more
specific printer function winreg_printer_delete_subkeys().

Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Functions now use dcerpc_winreg_delete_subkeys_recursive() instead of the more
specific printer function winreg_printer_delete_subkeys().

Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-rpc_client: Migrate to dcerpc_winreg_enumvals() function.</title>
<updated>2011-07-13T09:30:55+00:00</updated>
<author>
<name>Vicentiu Ciorbaru</name>
<email>cvicentiu@gmail.com</email>
</author>
<published>2011-07-12T16:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a336cc44d94532d064cb272f3c2ff3c5b9230039'/>
<id>a336cc44d94532d064cb272f3c2ff3c5b9230039</id>
<content type='text'>
The functions that called winreg_printer_enumvalues() function now use
dcerpc_winreg_enumvals().

Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The functions that called winreg_printer_enumvalues() function now use
dcerpc_winreg_enumvals().

Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-printing: add rpc_client/cli_winreg_spoolss.c</title>
<updated>2011-07-07T16:06:01+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-07-04T17:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f2be8378b92669092f8444df038f769fc9312ff4'/>
<id>f2be8378b92669092f8444df038f769fc9312ff4</id>
<content type='text'>
Guenther

Pair-Programmed-With: David Disseldorp &lt;ddiss@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther

Pair-Programmed-With: David Disseldorp &lt;ddiss@suse.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
