<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/lib, 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>s3-ldb: update dlinklist.h to match main copy (lib/util/dlinklist.h)</title>
<updated>2009-08-28T12:25:40+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2009-08-28T12:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9f1c162e3374250657e3f90c34df19031bb58c93'/>
<id>9f1c162e3374250657e3f90c34df19031bb58c93</id>
<content type='text'>
This also removes build warnings of redefined macros
since it uses the embracing "#ifndef _DLINKLIST_H ... #endif".

Michael
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also removes build warnings of redefined macros
since it uses the embracing "#ifndef _DLINKLIST_H ... #endif".

Michael
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:error_map: make NTSTATUS -&gt; errno -&gt; NTSTATUS mapping consistent for NT_STATUS_INVALID_PARAMETER</title>
<updated>2009-08-27T14:45:39+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-08-18T09:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e91d5dbed05f364d155ff8b91ddf5af718fb1462'/>
<id>e91d5dbed05f364d155ff8b91ddf5af718fb1462</id>
<content type='text'>
Why have we mapped EINVAL -&gt; NT_STATUS_INVALID_HANDLE before?

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Why have we mapped EINVAL -&gt; NT_STATUS_INVALID_HANDLE before?

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s3/smbd: open the share_info.tdb on startup instead of tconx</title>
<updated>2009-08-26T23:34:10+00:00</updated>
<author>
<name>Steven Danneman</name>
<email>steven.danneman@isilon.com</email>
</author>
<published>2009-08-26T23:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6c55518d471950d8ebaf0df47634116802d6f735'/>
<id>6c55518d471950d8ebaf0df47634116802d6f735</id>
<content type='text'>
This is a small performance optimization.  Instead of opening the tdb
on every smb connection in the forked child process, we now open it in
the parent and share the fd.

This also reduces the total fd usage in the system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a small performance optimization.  Instead of opening the tdb
on every smb connection in the forked child process, we now open it in
the parent and share the fd.

This also reduces the total fd usage in the system.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Allow full_audit to play nice with smbd if it's using syslog</title>
<updated>2009-08-26T17:41:54+00:00</updated>
<author>
<name>tprouty</name>
<email>tprouty@b72e2a10-2d34-0410-9a71-d3beadf02b57</email>
</author>
<published>2009-08-26T01:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3ad9d108a7404d625454efda0d000e4caa543e7a'/>
<id>3ad9d108a7404d625454efda0d000e4caa543e7a</id>
<content type='text'>
Explictly pass the facility from both smbd and full_audit to syslog.
Really the only major change is to not call openlog() in full_audit if
WITH_SYSLOG is defined, which implies that smbd is already using
syslog.  This allows full audit to piggy-back on the same ident as
smbd, while still differentiating the logging via the facility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explictly pass the facility from both smbd and full_audit to syslog.
Really the only major change is to not call openlog() in full_audit if
WITH_SYSLOG is defined, which implies that smbd is already using
syslog.  This allows full audit to piggy-back on the same ident as
smbd, while still differentiating the logging via the facility.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow for name array strings that don't end in a slash</title>
<updated>2009-08-25T20:01:57+00:00</updated>
<author>
<name>Zach Loafman</name>
<email>zachary.loafman@isilon.com</email>
</author>
<published>2009-08-25T17:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=808a0d44f84ed668c906eaa6777d2c0743351560'/>
<id>808a0d44f84ed668c906eaa6777d2c0743351560</id>
<content type='text'>
Fix set_namearray to allow for strings that don't end in a slash. Also
remove unnecessary strdup()s.

Signed-off-by: Tim Prouty &lt;tprouty@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix set_namearray to allow for strings that don't end in a slash. Also
remove unnecessary strdup()s.

Signed-off-by: Tim Prouty &lt;tprouty@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Second attempt at fix for bug 6529 - Offline files conflict with Vista and Office 2003.</title>
<updated>2009-08-25T03:57:37+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2009-08-25T03:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c69f92d16d57c2387d31b5dfd01aab0685a671d0'/>
<id>c69f92d16d57c2387d31b5dfd01aab0685a671d0</id>
<content type='text'>
Confirmation from reporter that this fixes the issue in master on ext3/ext4.
Back-ports to follow.
Jeremy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Confirmation from reporter that this fixes the issue in master on ext3/ext4.
Back-ports to follow.
Jeremy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use existing time_t rounding function, don't invent my own.</title>
<updated>2009-08-24T22:09:29+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2009-08-24T22:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7a6c979299ce5e0bea45ba7f2fe92443ac5a0735'/>
<id>7a6c979299ce5e0bea45ba7f2fe92443ac5a0735</id>
<content type='text'>
Jeremy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.</title>
<updated>2009-08-24T19:30:05+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2009-08-24T19:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=87d30a1968af66619dfd60f9bc7accde2ac22345'/>
<id>87d30a1968af66619dfd60f9bc7accde2ac22345</id>
<content type='text'>
ext4 may be able to store ns timestamps, but the only API to *set* timestamps
takes usec, not nsec. Round to usec on set requests.
Jeremy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ext4 may be able to store ns timestamps, but the only API to *set* timestamps
takes usec, not nsec. Round to usec on set requests.
Jeremy.
</pre>
</div>
</content>
</entry>
<entry>
<title>make smbcontrol smbd ping work proper checking for arguments handle short pid_t correctly</title>
<updated>2009-08-24T14:17:43+00:00</updated>
<author>
<name>Olaf Flebbe</name>
<email>flebbe@nix.science-computing.de</email>
</author>
<published>2009-08-17T15:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5359e397ff190c35414f6961be61a5110e237dd5'/>
<id>5359e397ff190c35414f6961be61a5110e237dd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:lib: setup talloc log and abort functions</title>
<updated>2009-08-24T06:30:00+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-08-03T09:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e8782de8fe51310e89eb480f0a67f1d392698896'/>
<id>e8782de8fe51310e89eb480f0a67f1d392698896</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
</feed>
