<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/libcli/libcli.h, 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>s4:libcli/raw: implement on top of smbXcli_conn/req</title>
<updated>2011-11-30T14:13:36+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-09-23T06:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4afbda221c20ffa36a1d1e37ef11f86073a49da6'/>
<id>4afbda221c20ffa36a1d1e37ef11f86073a49da6</id>
<content type='text'>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Wed Nov 30 15:13:36 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Wed Nov 30 15:13:36 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libcli: move smbcli_transport_establish() logic into smbcli_socket_connect()</title>
<updated>2011-11-30T12:41:08+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-11-30T06:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4877be53df1181f75d603fa4edc67c34e1ba5141'/>
<id>4877be53df1181f75d603fa4edc67c34e1ba5141</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>libcli: Install libcli.h.</title>
<updated>2011-09-28T12:19:20+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-09-28T10:42:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f4fa725b952a6010a0b585f3b303e2e4e4179406'/>
<id>f4fa725b952a6010a0b585f3b303e2e4e4179406</id>
<content type='text'>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Wed Sep 28 14:19:20 CEST 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: Wed Sep 28 14:19:20 CEST 2011 on sn-devel-104
</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>Add gensec_settings structure. This wraps loadparm_context for now, but</title>
<updated>2008-11-02T01:05:48+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-11-02T01:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b034c519f53cffbac21c3db79ee24cdd8f1ce4a2'/>
<id>b034c519f53cffbac21c3db79ee24cdd8f1ce4a2</id>
<content type='text'>
should in the future only contain some settings required for gensec.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
should in the future only contain some settings required for gensec.
</pre>
</div>
</content>
</entry>
<entry>
<title>r25047: Fix more warnings.</title>
<updated>2007-10-10T20:05:49+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-09-09T19:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7e297ecfa4db2c7ab720a63c7764bc0e20f8058c'/>
<id>7e297ecfa4db2c7ab720a63c7764bc0e20f8058c</id>
<content type='text'>
(This used to be commit 69de86d2d2e49439760fbc61901eb87fb7fc5d55)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 69de86d2d2e49439760fbc61901eb87fb7fc5d55)
</pre>
</div>
</content>
</entry>
<entry>
<title>r24816: Move the rest of the contents of core.h to more appropriate places.</title>
<updated>2007-10-10T20:03:15+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-08-31T00:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8d182d881d189e9855165b3a423f2d545a97fae8'/>
<id>8d182d881d189e9855165b3a423f2d545a97fae8</id>
<content type='text'>
include/ now only contains build system related headers, all other headers are
now near the source code they're related to.
(This used to be commit 6890a01dbfc6d8041a88ef5c6be52dfcd046fe80)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
include/ now only contains build system related headers, all other headers are
now near the source code they're related to.
(This used to be commit 6890a01dbfc6d8041a88ef5c6be52dfcd046fe80)
</pre>
</div>
</content>
</entry>
<entry>
<title>r24814: Fix headers, trim core.h even more.</title>
<updated>2007-10-10T20:03:14+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-08-30T23:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=82037a75eae9deaf6ec80b5ecc3bb89aab6e6dd8'/>
<id>82037a75eae9deaf6ec80b5ecc3bb89aab6e6dd8</id>
<content type='text'>
(This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655)
</pre>
</div>
</content>
</entry>
<entry>
<title>r23792: convert Samba4 to GPLv3</title>
<updated>2007-10-10T19:59:12+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2007-07-10T02:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0479a2f1cbae51fcd8dbdc3c148c808421fb4d25'/>
<id>0479a2f1cbae51fcd8dbdc3c148c808421fb4d25</id>
<content type='text'>
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
(This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
(This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
</pre>
</div>
</content>
</entry>
<entry>
<title>r18280: more portability tidyups, ensuring we use libreplace everywhere</title>
<updated>2007-10-10T19:18:00+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2006-09-09T02:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c2387587cb9c43c5f642554be9f08cc4ab0badc9'/>
<id>c2387587cb9c43c5f642554be9f08cc4ab0badc9</id>
<content type='text'>
(This used to be commit 4860d0256547b33709cdc109bdf7bb0310c2a5b6)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 4860d0256547b33709cdc109bdf7bb0310c2a5b6)
</pre>
</div>
</content>
</entry>
</feed>
