<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/web, branch talloc-2.0.7</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:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()</title>
<updated>2011-09-08T08:21:50+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-09-07T18:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3e227d8544a020d1aea24c38c9ca45a75d14c3f1'/>
<id>3e227d8544a020d1aea24c38c9ca45a75d14c3f1</id>
<content type='text'>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Thu Sep  8 10:21:50 CEST 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: Thu Sep  8 10:21:50 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:web/swat: use strtoll() instead of atoi/atol/atoll</title>
<updated>2011-08-06T09:55:45+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-08-05T17:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a6be0820d09b3f3eabfbb5f4356add303aa8a494'/>
<id>a6be0820d09b3f3eabfbb5f4356add303aa8a494</id>
<content type='text'>
This is more portable, as we have a strtoll replacement
in lib/replace.

metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Sat Aug  6 11:55:45 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is more portable, as we have a strtoll replacement
in lib/replace.

metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Sat Aug  6 11:55:45 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3/swat: use strlcat instead of strncat to fix build on old Linux distros</title>
<updated>2011-08-04T15:50:24+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2011-08-04T14:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d3b4d75364210e2d2a4a1cd806f28b0021f22909'/>
<id>d3b4d75364210e2d2a4a1cd806f28b0021f22909</id>
<content type='text'>
SLES 9's glibc for example had weird macros where the use of strncat resulted
in the use of strcat which we don't allow.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User: Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date: Thu Aug  4 17:50:24 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SLES 9's glibc for example had weird macros where the use of strncat resulted
in the use of strcat which we don't allow.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User: Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date: Thu Aug  4 17:50:24 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3 swat: Create random nonce in CGI mode</title>
<updated>2011-07-26T21:33:24+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2011-07-12T06:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c79e08fb1bb36a36bb09e01fdf62094a850ec3ed'/>
<id>c79e08fb1bb36a36bb09e01fdf62094a850ec3ed</id>
<content type='text'>
In CGI mode, we don't get access to the user's password, which would
reduce the hash used so far to parameters an attacker can easily guess.
To work around this, read the nonce from secrets.tdb or generate one if
it's not there.
Also populate the C_user field so we can use that for token creation.

Signed-off-by: Kai Blin &lt;kai@samba.org&gt;

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Tue Jul 26 23:33:24 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In CGI mode, we don't get access to the user's password, which would
reduce the hash used so far to parameters an attacker can easily guess.
To work around this, read the nonce from secrets.tdb or generate one if
it's not there.
Also populate the C_user field so we can use that for token creation.

Signed-off-by: Kai Blin &lt;kai@samba.org&gt;

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Tue Jul 26 23:33:24 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3 swat: Add time component to XSRF token</title>
<updated>2011-07-26T20:22:25+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2011-07-09T07:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=52d2ba7103ffc10a58c81b472d9d62fca446d09b'/>
<id>52d2ba7103ffc10a58c81b472d9d62fca446d09b</id>
<content type='text'>
Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3 swat: Add XSRF protection to printer page</title>
<updated>2011-07-26T20:22:25+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2011-07-08T13:06:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b5d63c3c11c469e576f7e961f7d72e6d7db47ba7'/>
<id>b5d63c3c11c469e576f7e961f7d72e6d7db47ba7</id>
<content type='text'>
Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3 swat: Add XSRF protection to password page</title>
<updated>2011-07-26T20:22:25+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2011-07-08T13:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=072c199180d7d0580665f15e4182f32bf9a565c0'/>
<id>072c199180d7d0580665f15e4182f32bf9a565c0</id>
<content type='text'>
Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3 swat: Add XSRF protection to shares page</title>
<updated>2011-07-26T20:22:25+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2011-07-08T13:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c02df79f610d69d5311b7659f94d9161e88836ee'/>
<id>c02df79f610d69d5311b7659f94d9161e88836ee</id>
<content type='text'>
Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3 swat: Add XSRF protection to globals page</title>
<updated>2011-07-26T20:22:25+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2011-07-08T13:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=68f8924c7c9157e4a324c77695fbf0e07635fb32'/>
<id>68f8924c7c9157e4a324c77695fbf0e07635fb32</id>
<content type='text'>
Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3 swat: Add XSRF protection to wizard page</title>
<updated>2011-07-26T20:22:25+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2011-07-08T13:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=99fa6b386aad3a78ea54f1f083d40754c9ef6703'/>
<id>99fa6b386aad3a78ea54f1f083d40754c9ef6703</id>
<content type='text'>
Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
