<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/examples/scripts, 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>Remove remaining references to "password level" in the tree</title>
<updated>2013-06-11T14:25:54+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2013-06-03T00:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=c0cbf5936f0385ab93315cc366a0aa16c0ebd237'/>
<id>c0cbf5936f0385ab93315cc366a0aa16c0ebd237</id>
<content type='text'>
Reviewed-by: Simo Sorce &lt;idra@samba.org&gt;

Autobuild-User(master): Simo Sorce &lt;idra@samba.org&gt;
Autobuild-Date(master): Tue Jun 11 16:25:54 CEST 2013 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Simo Sorce &lt;idra@samba.org&gt;

Autobuild-User(master): Simo Sorce &lt;idra@samba.org&gt;
Autobuild-Date(master): Tue Jun 11 16:25:54 CEST 2013 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: remove some dead code (for setdir command)</title>
<updated>2013-03-12T00:03:37+00:00</updated>
<author>
<name>Christian Ambach</name>
<email>ambi@samba.org</email>
</author>
<published>2013-03-11T21:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=fb924d02ec05f7106beeeb409becbc39e00ddac9'/>
<id>fb924d02ec05f7106beeeb409becbc39e00ddac9</id>
<content type='text'>
set dir seems to have been a special SMB command used by Pathworks clients
the supporting code for it was already removed in 2007, so just remove all
remnants related to it (smb.conf parameter, documentation, ...)

Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Tue Mar 12 01:03:37 CET 2013 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
set dir seems to have been a special SMB command used by Pathworks clients
the supporting code for it was already removed in 2007, so just remove all
remnants related to it (smb.conf parameter, documentation, ...)

Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Tue Mar 12 01:03:37 CET 2013 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the parameters:</title>
<updated>2012-10-04T19:04:21+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-10-03T23:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=db62a159b8833a4f1aee0c9733fd263b6d239d53'/>
<id>db62a159b8833a4f1aee0c9733fd263b6d239d53</id>
<content type='text'>
security mask
force security mode
directory security mask
force directory security mode

and update the docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
security mask
force security mode
directory security mask
force directory security mode

and update the docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>media_harmony VFS module: Add and build by default.</title>
<updated>2012-08-07T13:16:39+00:00</updated>
<author>
<name>Andrew Klaassen</name>
<email>clawsoon@yahoo.com</email>
</author>
<published>2012-05-03T17:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=9b7b736e5b99c525d251942476ac94570aafb8e3'/>
<id>9b7b736e5b99c525d251942476ac94570aafb8e3</id>
<content type='text'>
 - Supersedes previous patch.
 - Added various fixes for fake mtime functionality.
 - Now requires lp_cache_locked_write_times patch (bug 8912).
 - Removed various xattr functions to comply with recent VFS changes.
 - Changed SMB_STRUCT_DIR to DIR and SMB_STRUCT_DIRENT to struct dirent to comply with recent VFS changes.
 - Added manpage.
 - Added sample trigger_avid_update.py script.

Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Tue Aug  7 15:16:39 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Supersedes previous patch.
 - Added various fixes for fake mtime functionality.
 - Now requires lp_cache_locked_write_times patch (bug 8912).
 - Removed various xattr functions to comply with recent VFS changes.
 - Changed SMB_STRUCT_DIR to DIR and SMB_STRUCT_DIRENT to struct dirent to comply with recent VFS changes.
 - Added manpage.
 - Added sample trigger_avid_update.py script.

Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Tue Aug  7 15:16:39 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-printing: Remove deprecated lp_printer_admin().</title>
<updated>2012-07-03T19:56:49+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2012-06-22T13:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=98ab0740946f8ffff72e96465270efaea01e9459'/>
<id>98ab0740946f8ffff72e96465270efaea01e9459</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples:createdombj: default prefix to target-type, not "group"</title>
<updated>2010-12-30T16:22:57+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2010-12-30T15:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=84bbf9c5a87194e891434784abb5fbfbf992bb10'/>
<id>84bbf9c5a87194e891434784abb5fbfbf992bb10</id>
<content type='text'>
It can be irritating to create users named group00001, group00002, ... :-)

Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Thu Dec 30 17:22:57 CET 2010 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can be irritating to create users named group00001, group00002, ... :-)

Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Thu Dec 30 17:22:57 CET 2010 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-auth: Remove obsolete 'update encrypted' option.</title>
<updated>2010-08-16T10:48:27+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2010-07-29T11:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=66b6a8cf62c2fe9b1eafeb094916e6046f686359'/>
<id>66b6a8cf62c2fe9b1eafeb094916e6046f686359</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added some basic documentation for the idmap script option</title>
<updated>2009-06-19T03:58:28+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-06-19T03:57:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=4c23a9556536561f79fa90bc431fc62fcc4e3c90'/>
<id>4c23a9556536561f79fa90bc431fc62fcc4e3c90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added a sample script for the "idmap script" option</title>
<updated>2009-06-19T03:58:28+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-06-19T03:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=e5a15e6589add409eb76f62a49e2b7a116a56c7c'/>
<id>e5a15e6589add409eb76f62a49e2b7a116a56c7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-examples: fix usage for eventlog example script.</title>
<updated>2009-06-08T17:56:50+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2009-04-27T09:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=381f88f081788c5a49b763211a02f260cbd97e91'/>
<id>381f88f081788c5a49b763211a02f260cbd97e91</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
</feed>
