<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/wrepl_server/wrepl_server.c, branch talloc-2.0.0</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>s4:service_task: s/private/private_data</title>
<updated>2009-02-02T12:08:59+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-02-02T09:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1441e87e249190bd9fea72773b8fd014a05f9861'/>
<id>1441e87e249190bd9fea72773b8fd014a05f9861</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>wrepl_server: make 'use inform' the default and autofallback against old servers</title>
<updated>2009-01-19T06:05:53+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@sernet.de</email>
</author>
<published>2008-03-26T19:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6bcd2cbd27cc62e5cfc5a4707b7a991ab691f3c8'/>
<id>6bcd2cbd27cc62e5cfc5a4707b7a991ab691f3c8</id>
<content type='text'>
metze
(from samba4wins tree f44c8c8e1986e2105e899bb1f8a3896575eef582)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
(from samba4wins tree f44c8c8e1986e2105e899bb1f8a3896575eef582)
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:lib/tevent: rename structs</title>
<updated>2008-12-29T19:46:40+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-12-29T19:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=183c379fe58ca60f5ef2d1f2033d035d4117ac8f'/>
<id>183c379fe58ca60f5ef2d1f2033d035d4117ac8f</id>
<content type='text'>
list=""
list="$list event_context:tevent_context"
list="$list fd_event:tevent_fd"
list="$list timed_event:tevent_timer"

for s in $list; do
	o=`echo $s | cut -d ':' -f1`
	n=`echo $s | cut -d ':' -f2`
	r=`git grep "struct $o" |cut -d ':' -f1 |sort -u`
	files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4`
	for f in $files; do
		cat $f | sed -e "s/struct $o/struct $n/g" &gt; $f.tmp
		mv $f.tmp $f
	done
done

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
list=""
list="$list event_context:tevent_context"
list="$list fd_event:tevent_fd"
list="$list timed_event:tevent_timer"

for s in $list; do
	o=`echo $s | cut -d ':' -f1`
	n=`echo $s | cut -d ':' -f2`
	r=`git grep "struct $o" |cut -d ':' -f1 |sort -u`
	files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4`
	for f in $files; do
		cat $f | sed -e "s/struct $o/struct $n/g" &gt; $f.tmp
		mv $f.tmp $f
	done
done

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix include paths to new location of libutil.</title>
<updated>2008-10-11T19:31:42+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-10-11T19:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=956599975573044f5f930ef23ce54c11db156ebe'/>
<id>956599975573044f5f930ef23ce54c11db156ebe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.</title>
<updated>2008-09-23T22:17:46+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2008-09-23T18:30:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=508527890adc7bedd47522a7dae0c96d2b2e4bae'/>
<id>508527890adc7bedd47522a7dae0c96d2b2e4bae</id>
<content type='text'>
The previous ldb_search() interface made it way too easy to leak results,
and being able to use a printf-like expression turns to be really useful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous ldb_search() interface made it way too easy to leak results,
and being able to use a printf-like expression turns to be really useful.
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify event_context to ldb_wrap_connect explicitly.</title>
<updated>2008-04-17T10:23:44+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-04-17T10:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=21fc7673780aa1d7c0caab7b17ff9171238913ba'/>
<id>21fc7673780aa1d7c0caab7b17ff9171238913ba</id>
<content type='text'>
(This used to be commit b4e1ae07a284c044704322446c94351c2decff91)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit b4e1ae07a284c044704322446c94351c2decff91)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless layer of indirection, where every service called</title>
<updated>2008-02-04T10:58:29+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2008-02-04T10:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0f8eeb81ec109cde681961614fb690f8373fa9c6'/>
<id>0f8eeb81ec109cde681961614fb690f8373fa9c6</id>
<content type='text'>
task_service_init() manually.  Now this is called from service.c for
all services.

Andrew Bartlett
(This used to be commit 9c9a4731cafd0dcf6c8523a7b06759cd4f14e4db)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
task_service_init() manually.  Now this is called from service.c for
all services.

Andrew Bartlett
(This used to be commit 9c9a4731cafd0dcf6c8523a7b06759cd4f14e4db)
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework service init functions to pass down service name.  This is</title>
<updated>2008-02-04T06:48:51+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2008-02-04T06:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=23d681caf9c1186999ac676d70a1eb0e8a43e358'/>
<id>23d681caf9c1186999ac676d70a1eb0e8a43e358</id>
<content type='text'>
needed to change prefork behaviour based on what service is being
started.

Andrew Bartlett and David Disseldorp
(This used to be commit 0d830580e3539c96da3aa6c72fafe6eacd7a74a0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
needed to change prefork behaviour based on what service is being
started.

Andrew Bartlett and David Disseldorp
(This used to be commit 0d830580e3539c96da3aa6c72fafe6eacd7a74a0)
</pre>
</div>
</content>
</entry>
<entry>
<title>r26672: Janitorial: Remove uses of global_loadparm.</title>
<updated>2008-01-05T19:06:03+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-01-06T01:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=df408d056ec03f2abe08ce0ea487e1875b90e7bf'/>
<id>df408d056ec03f2abe08ce0ea487e1875b90e7bf</id>
<content type='text'>
(This used to be commit 18cd08623eaad7d2cd63b82ea5275d4dfd21cf00)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 18cd08623eaad7d2cd63b82ea5275d4dfd21cf00)
</pre>
</div>
</content>
</entry>
<entry>
<title>r26402: Require a talloc context in libnetif.</title>
<updated>2007-12-21T04:49:33+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-12-11T21:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=70f1f33af8e6e82506d0ee9ff6cc7e0923a7d0a1'/>
<id>70f1f33af8e6e82506d0ee9ff6cc7e0923a7d0a1</id>
<content type='text'>
(This used to be commit a35e51871bbf1ab33fc316fa59e597b722769c50)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit a35e51871bbf1ab33fc316fa59e597b722769c50)
</pre>
</div>
</content>
</entry>
</feed>
