<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/rpc_server/wkssvc, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/'/>
<entry>
<title>s4:wkssvc RPC server - better solution for srvsvc* enum's in server_info.c</title>
<updated>2010-11-27T20:50:41+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-11-27T18:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=4010eff80b888fec7cb7e5d43cb0c3ff23188a64'/>
<id>4010eff80b888fec7cb7e5d43cb0c3ff23188a64</id>
<content type='text'>
Reworked version of commit 7e710c4de92c310897817acc06d229cce763d2d7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reworked version of commit 7e710c4de92c310897817acc06d229cce763d2d7
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-rpc_server: split out DCERPC_SHARE as a separate subsystem</title>
<updated>2010-10-21T08:03:27+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-10-21T06:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=56640a8501625d29745269fcddc1980c6b751a2a'/>
<id>56640a8501625d29745269fcddc1980c6b751a2a</id>
<content type='text'>
this avoids a problem with -Wl,-no-undefined in the ntvfs layer

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this avoids a problem with -Wl,-no-undefined in the ntvfs layer

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-loadparm: 2nd half of lp_ to lpcfg_ conversion</title>
<updated>2010-07-16T08:24:27+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-07-16T04:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=6b266b85cf34145ac1f03d8f787b81121e4ec92b'/>
<id>6b266b85cf34145ac1f03d8f787b81121e4ec92b</id>
<content type='text'>
this converts all callers that use the Samba4 loadparm lp_ calling
convention to use the lpcfg_ prefix.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this converts all callers that use the Samba4 loadparm lp_ calling
convention to use the lpcfg_ prefix.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:rpc_server/wkssvc/dcesrv_wkssvc.c - remove unreachable code</title>
<updated>2010-06-26T18:08:47+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-06-26T17:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=f12dab8e00026a381296b6f5fbf5bac98af49627'/>
<id>f12dab8e00026a381296b6f5fbf5bac98af49627</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:rpc_server/wkssvc: don't reset [out,ref] pointer to 0</title>
<updated>2010-03-10T16:12:11+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2010-03-10T13:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=bb1d81bab70125d56cfb3e6caff6a01503f33d3d'/>
<id>bb1d81bab70125d56cfb3e6caff6a01503f33d3d</id>
<content type='text'>
r-&gt;out.total_entries = 0; should be *r-&gt;out.total_entries = 0;

Otherwise we fail to marshall the reponse or crash if we run with
log level = 10 and trigger the ndr_print functions.

All out elements are already setup and initialized by the pidl generated code.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
r-&gt;out.total_entries = 0; should be *r-&gt;out.total_entries = 0;

Otherwise we fail to marshall the reponse or crash if we run with
log level = 10 and trigger the ndr_print functions.

All out elements are already setup and initialized by the pidl generated code.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:rpc_server/wkssvc: remove unneeded talloc_reference()</title>
<updated>2010-03-10T16:12:10+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2010-03-10T13:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=21326d48d7f9dcb93f15124114ade9484c02055d'/>
<id>21326d48d7f9dcb93f15124114ade9484c02055d</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:rpc_server/wkssvc: avoid ZERO_STRUCT(r-&gt;out) and use already allocated [out,ref] memory</title>
<updated>2010-03-10T16:12:10+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2010-03-10T13:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=00ce349ad1be0b223a6c455667e894aac7869aba'/>
<id>00ce349ad1be0b223a6c455667e894aac7869aba</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>Use struct for server versions.</title>
<updated>2008-11-01T14:50:52+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-11-01T14:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=d3df4061d9e0a3f0cae161022ee9253b7295bd58'/>
<id>d3df4061d9e0a3f0cae161022ee9253b7295bd58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>r26313: Fix more uses of static loadparm.</title>
<updated>2007-12-21T04:48:25+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-12-06T15:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=2f5ca872a80ad872ab864061f0c6982d8605393f'/>
<id>2f5ca872a80ad872ab864061f0c6982d8605393f</id>
<content type='text'>
(This used to be commit 6fd0d9d3b75546d08c24c513e05b1843d5777608)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 6fd0d9d3b75546d08c24c513e05b1843d5777608)
</pre>
</div>
</content>
</entry>
<entry>
<title>r26165: Add IDL and torture test for wkssvc_NetrGetJoinableOus() and</title>
<updated>2007-12-21T04:46:31+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2007-11-27T11:18:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=616a48faf94438a5e92538d7a7a9de9cf4fcc6a8'/>
<id>616a48faf94438a5e92538d7a7a9de9cf4fcc6a8</id>
<content type='text'>
wkssvc_NetrGetJoinableOus2() (both unavailable remotely).

Guenther
(This used to be commit 256d0a15f50b38aec9505e6431d05c6f715df971)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wkssvc_NetrGetJoinableOus2() (both unavailable remotely).

Guenther
(This used to be commit 256d0a15f50b38aec9505e6431d05c6f715df971)
</pre>
</div>
</content>
</entry>
</feed>
