<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/modules/getdate.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>s3: Fix a few build warnings</title>
<updated>2008-12-16T07:30:49+00:00</updated>
<author>
<name>Tim Prouty</name>
<email>tprouty@samba.org</email>
</author>
<published>2008-12-16T06:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8e1db7eab17ea0dcb052bc330ab31636906a59fe'/>
<id>8e1db7eab17ea0dcb052bc330ab31636906a59fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>r23798: updated old Temple Place FSF addresses to new URL</title>
<updated>2007-10-10T17:28:26+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2007-07-10T03:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9fa1c63578733077c0aaaeeb2fc97c3b191089cc'/>
<id>9fa1c63578733077c0aaaeeb2fc97c3b191089cc</id>
<content type='text'>
(This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
</pre>
</div>
</content>
</entry>
<entry>
<title>r13384: Adding in some more SuSE patches</title>
<updated>2007-10-10T16:09:57+00:00</updated>
<author>
<name>Gerald Carter</name>
<email>jerry@samba.org</email>
</author>
<published>2006-02-08T04:11:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a988be716b87b0dca69688ed3b909af0a69e91f6'/>
<id>a988be716b87b0dca69688ed3b909af0a69e91f6</id>
<content type='text'>
* uninitialized-variables.diff
* samba-smbadduser.diff
* samba-implicit_decl.patch
(This used to be commit 064338c6f5644d1ceddf341d4ba5619a3d68ffa7)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* uninitialized-variables.diff
* samba-smbadduser.diff
* samba-implicit_decl.patch
(This used to be commit 064338c6f5644d1ceddf341d4ba5619a3d68ffa7)
</pre>
</div>
</content>
</entry>
<entry>
<title>r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1</title>
<updated>2007-10-10T15:57:02+00:00</updated>
<author>
<name>Gerald Carter</name>
<email>jerry@samba.org</email>
</author>
<published>2005-05-31T13:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f24d88cf9da46680d52b42b92bd484e7b09ce99b'/>
<id>f24d88cf9da46680d52b42b92bd484e7b09ce99b</id>
<content type='text'>
(This used to be commit 9727d05241574042dd3aa8844ae5c701d22e2da1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 9727d05241574042dd3aa8844ae5c701d22e2da1)
</pre>
</div>
</content>
</entry>
<entry>
<title>r6149: Fixes bugs #2498 and 2484.</title>
<updated>2007-10-10T15:56:24+00:00</updated>
<author>
<name>Derrell Lipman</name>
<email>derrell@samba.org</email>
</author>
<published>2005-03-31T05:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9840db418bad5a39edc4a32a1786f5e2d2c9dff8'/>
<id>9840db418bad5a39edc4a32a1786f5e2d2c9dff8</id>
<content type='text'>
1. using smbc_getxattr() et al, one may now request all access control
   entities in the ACL without getting all other NT attributes.
2. added the ability to exclude specified attributes from the result set
   provided by smbc_getxattr() et al, when requesting all attributes,
   all NT attributes, or all DOS attributes.
3. eliminated all compiler warnings, including when --enable-developer
   compiler flags are in use.  removed -Wcast-qual flag from list, as that
   is specifically to force warnings in the case of casting away qualifiers.

Note: In the process of eliminating compiler warnings, a few nasties were
      discovered.  In the file libads/sasl.c, PRIVATE kerberos interfaces
      are being used; and in libsmb/clikrb5.c, both PRIAVE and DEPRECATED
      kerberos interfaces are being used.  Someone who knows kerberos
      should look at these and determine if there is an alternate method
      of accomplishing the task.
(This used to be commit 994694f7f26da5099f071e1381271a70407f33bb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. using smbc_getxattr() et al, one may now request all access control
   entities in the ACL without getting all other NT attributes.
2. added the ability to exclude specified attributes from the result set
   provided by smbc_getxattr() et al, when requesting all attributes,
   all NT attributes, or all DOS attributes.
3. eliminated all compiler warnings, including when --enable-developer
   compiler flags are in use.  removed -Wcast-qual flag from list, as that
   is specifically to force warnings in the case of casting away qualifiers.

Note: In the process of eliminating compiler warnings, a few nasties were
      discovered.  In the file libads/sasl.c, PRIVATE kerberos interfaces
      are being used; and in libsmb/clikrb5.c, both PRIAVE and DEPRECATED
      kerberos interfaces are being used.  Someone who knows kerberos
      should look at these and determine if there is an alternate method
      of accomplishing the task.
(This used to be commit 994694f7f26da5099f071e1381271a70407f33bb)
</pre>
</div>
</content>
</entry>
<entry>
<title>get rid of some sompiler warnings on IRIX</title>
<updated>2003-08-15T01:42:30+00:00</updated>
<author>
<name>Herb Lewis</name>
<email>herb@samba.org</email>
</author>
<published>2003-08-15T01:42:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=062f89bc2833bf49f873a7fd5c2624babd702db0'/>
<id>062f89bc2833bf49f873a7fd5c2624babd702db0</id>
<content type='text'>
(This used to be commit a6a39c61e8228c8b3b7552ab3c61ec3a6a639143)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit a6a39c61e8228c8b3b7552ab3c61ec3a6a639143)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use path relative to source/ for modules/getdate.h</title>
<updated>2003-08-12T18:57:33+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>ab@samba.org</email>
</author>
<published>2003-08-12T18:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bc42210e63e192ce14fe94dea4f8ea5f062abfec'/>
<id>bc42210e63e192ce14fe94dea4f8ea5f062abfec</id>
<content type='text'>
(This used to be commit 555d1ba01c01b88039e9125e8d468166e2e1b2a3)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 555d1ba01c01b88039e9125e8d468166e2e1b2a3)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add vfs_readonly module which allows to enforce periodic read-only limit on a share based on a specified start and end dates according to date(1) format</title>
<updated>2003-08-12T04:35:47+00:00</updated>
<author>
<name>Alexander Bokovoy</name>
<email>ab@samba.org</email>
</author>
<published>2003-08-12T04:35:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7bc6f49fe425072a20274581b734ec12638a27a9'/>
<id>7bc6f49fe425072a20274581b734ec12638a27a9</id>
<content type='text'>
(This used to be commit 8b263c2fda89ff6aa2dc3a60460c5d46cf0814c6)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 8b263c2fda89ff6aa2dc3a60460c5d46cf0814c6)
</pre>
</div>
</content>
</entry>
</feed>
