<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-connectivity/samba/samba.inc, branch styhead-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=styhead-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2015-08-24T12:03:54+00:00</updated>
<entry>
<title>samba: upgrade to 4.1.12</title>
<updated>2015-08-24T12:03:54+00:00</updated>
<author>
<name>Bian Naimeng</name>
<email>biannm@cn.fujitsu.com</email>
</author>
<published>2015-07-17T03:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4a89e4c6088a3c3c3af8a228b10ee1dea9353634'/>
<id>urn:sha1:4a89e4c6088a3c3c3af8a228b10ee1dea9353634</id>
<content type='text'>
Signed-off-by: Bian Naimeng &lt;biannm@cn.fujitsu.com&gt;
</content>
</entry>
<entry>
<title>Revert "samba: disable service by default"</title>
<updated>2015-04-13T10:55:46+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2015-03-29T22:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c75c4dd138a99e8091a7a8ba1ef24be614af38e2'/>
<id>urn:sha1:c75c4dd138a99e8091a7a8ba1ef24be614af38e2</id>
<content type='text'>
This reverts commit 20a624928c030fa13d8b7d45b4f4d7e1ac624f60.

There is ongoing discussion about this one on oe-devel ML:
http://lists.openembedded.org/pipermail/openembedded-devel/2015-March/100899.html

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba: move daemons into their own package</title>
<updated>2015-04-13T10:55:25+00:00</updated>
<author>
<name>Andreas Oberritter</name>
<email>obi@opendreambox.org</email>
</author>
<published>2015-03-23T16:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ebf7b522cf297ba0cee694b4e1151cb459f4e3b5'/>
<id>urn:sha1:ebf7b522cf297ba0cee694b4e1151cb459f4e3b5</id>
<content type='text'>
Create a package samba-base, which contains everything
needed to just run the daemons (nmbd, smbd).

Excerpt from buildhistory (mips32):

-87280  KiB samba
+13968  KiB samba-base

Signed-off-by: Andreas Oberritter &lt;obi@opendreambox.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba: add mirrors</title>
<updated>2015-02-12T18:35:40+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2015-02-06T21:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e1be8ba2b85502e173f75dc233324a7ecd9f130a'/>
<id>urn:sha1:e1be8ba2b85502e173f75dc233324a7ecd9f130a</id>
<content type='text'>
Samba server is down currently so add mirrors. Both were short tested
by wget.

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba: disable service by default</title>
<updated>2015-02-12T18:31:53+00:00</updated>
<author>
<name>Chong.Lu@windriver.com</name>
<email>Chong.Lu@windriver.com</email>
</author>
<published>2015-01-28T03:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=20a624928c030fa13d8b7d45b4f4d7e1ac624f60'/>
<id>urn:sha1:20a624928c030fa13d8b7d45b4f4d7e1ac624f60</id>
<content type='text'>
Disable smb, nmb, winbind service by default.

Signed-off-by: Chong Lu &lt;Chong.Lu@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba: fix error messages when startup samba service</title>
<updated>2014-11-24T10:58:30+00:00</updated>
<author>
<name>Chong.Lu@windriver.com</name>
<email>Chong.Lu@windriver.com</email>
</author>
<published>2014-10-30T10:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d4af902af7be7fb7568eb8fd73f34c431b78e7a6'/>
<id>urn:sha1:d4af902af7be7fb7568eb8fd73f34c431b78e7a6</id>
<content type='text'>
This solves the following error messages when startup samba:

  Unable to open new log file '/var/log/samba/log.smbd': No such file or directory

Signed-off-by: Chong Lu &lt;Chong.Lu@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba: make build deterministic by adding PACKAGECONFIG for valgrind</title>
<updated>2014-11-07T14:05:05+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2014-10-29T03:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=67d5c9e37780c42c3ee82b2234298bfdce3c5053'/>
<id>urn:sha1:67d5c9e37780c42c3ee82b2234298bfdce3c5053</id>
<content type='text'>
* No configure option for valgrind, use the ac_cv_header_*
* The PACKAGECONFIG for valgrind is disabled by default

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba: add systemd service file</title>
<updated>2014-10-16T05:00:59+00:00</updated>
<author>
<name>Chong.Lu@windriver.com</name>
<email>Chong.Lu@windriver.com</email>
</author>
<published>2014-09-29T08:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=91939fda6ba7546d2e24730a1a225691015231b6'/>
<id>urn:sha1:91939fda6ba7546d2e24730a1a225691015231b6</id>
<content type='text'>
Add systemd service for samba.

Signed-off-by: Chong Lu &lt;Chong.Lu@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>samba: fix dependency issue about talloc</title>
<updated>2014-07-15T12:53:55+00:00</updated>
<author>
<name>Chong.Lu@windriver.com</name>
<email>Chong.Lu@windriver.com</email>
</author>
<published>2014-06-25T07:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=304a68732d93e0714816d35783ee45100d438bfa'/>
<id>urn:sha1:304a68732d93e0714816d35783ee45100d438bfa</id>
<content type='text'>
Check whether to enable external talloc by PACKAGECONFIG.

Signed-off-by: Chong Lu &lt;Chong.Lu@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>bonnie++, lmbench, obex-data-server, samba, sg3-utils: Do not do out-of-tree builds</title>
<updated>2014-05-03T18:47:01+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2014-04-27T05:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bf7f793acec4070e4e083196a3e3d1036502521a'/>
<id>urn:sha1:bf7f793acec4070e4e083196a3e3d1036502521a</id>
<content type='text'>
These recipes are not ready yet

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
