<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/lib/appweb/mpr, 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 embedded JavaScript support.</title>
<updated>2008-09-16T16:05:53+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-09-16T16:05:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=197870a731f18dd9759e9cc97dfd298fda773251'/>
<id>197870a731f18dd9759e9cc97dfd298fda773251</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add convenience function for getting at event context from ejs code.</title>
<updated>2008-04-16T23:37:42+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-04-16T23:37:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=bbb826bdac54e3fec3426fe6d8e23790abbbc44f'/>
<id>bbb826bdac54e3fec3426fe6d8e23790abbbc44f</id>
<content type='text'>
(This used to be commit b659e83cd6b627dd0ae04064bccff7220a5bd1ce)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit b659e83cd6b627dd0ae04064bccff7220a5bd1ce)
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce mprLpCtx() similar to mprMemCtx() for loadparm_context used by</title>
<updated>2008-02-21T17:21:44+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-02-21T17:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=e11c61bc5cd487dce06fc38bb0ee8c4e24b04e8c'/>
<id>e11c61bc5cd487dce06fc38bb0ee8c4e24b04e8c</id>
<content type='text'>
all EJS code.
(This used to be commit 184988866fe8e740f58e3683eefcaa70f8b51d11)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all EJS code.
(This used to be commit 184988866fe8e740f58e3683eefcaa70f8b51d11)
</pre>
</div>
</content>
</entry>
<entry>
<title>r23961: Allow SWAT to operate on x86_64 machines.</title>
<updated>2007-10-10T20:01:11+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2007-07-19T04:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=f8219ec5a8502975f347323900ff3245ff5222dc'/>
<id>f8219ec5a8502975f347323900ff3245ff5222dc</id>
<content type='text'>
On machines with a 4 byte int, and a 8 byte pointer, the ESP could would fail.

The problem is that 0 != NULL.  0 is an int (4 bytes) and NULL is a
pointer (8), and this matters critically to varargs functions.

If a 0 was passed as the 'terminating' argument, then only 4 bytes
would be written to the stack, but va_arg(ap, char *) would try and
pull 8, reading uninitalised memory.

Andrew Bartlett
(This used to be commit 72ca8e3b2a45179b731790e6329b978b22ac1ec0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On machines with a 4 byte int, and a 8 byte pointer, the ESP could would fail.

The problem is that 0 != NULL.  0 is an int (4 bytes) and NULL is a
pointer (8), and this matters critically to varargs functions.

If a 0 was passed as the 'terminating' argument, then only 4 bytes
would be written to the stack, but va_arg(ap, char *) would try and
pull 8, reading uninitalised memory.

Andrew Bartlett
(This used to be commit 72ca8e3b2a45179b731790e6329b978b22ac1ec0)
</pre>
</div>
</content>
</entry>
<entry>
<title>r23294: try to fix the build</title>
<updated>2007-10-10T19:53:09+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2007-06-01T13:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=71a141ad5395f4db374c1d8191ed4c15e3c02b8c'/>
<id>71a141ad5395f4db374c1d8191ed4c15e3c02b8c</id>
<content type='text'>
metze
(This used to be commit 04f19c054edc96e165efe8146d660cc4bc3f6dde)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
(This used to be commit 04f19c054edc96e165efe8146d660cc4bc3f6dde)
</pre>
</div>
</content>
</entry>
<entry>
<title>r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained</title>
<updated>2007-10-10T19:21:12+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2006-10-16T13:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=8773e743c518578584d07d35ffdafdd598af88b0'/>
<id>8773e743c518578584d07d35ffdafdd598af88b0</id>
<content type='text'>
output in the testsuite rather than just True or False for a
set of tests.

The aim is to use this for:
 * known failure lists (run all tests and detect tests that
						started working or started failing). This
   would allow us to get rid of the RPC-SAMBA3-* tests
 * nicer torture output
 * simplification of the testsuite system
 * compatibility with other unit testing systems
 * easier usage of smbtorture (being able to run one test
						and automatically set up the environment for that)

This is still a work-in-progress; expect more updates over the next couple of
days.
(This used to be commit 0eb6097305776325c75081356309115f445a7218)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
output in the testsuite rather than just True or False for a
set of tests.

The aim is to use this for:
 * known failure lists (run all tests and detect tests that
						started working or started failing). This
   would allow us to get rid of the RPC-SAMBA3-* tests
 * nicer torture output
 * simplification of the testsuite system
 * compatibility with other unit testing systems
 * easier usage of smbtorture (being able to run one test
						and automatically set up the environment for that)

This is still a work-in-progress; expect more updates over the next couple of
days.
(This used to be commit 0eb6097305776325c75081356309115f445a7218)
</pre>
</div>
</content>
</entry>
<entry>
<title>r19022: eliminate a warning</title>
<updated>2007-10-10T19:20:29+00:00</updated>
<author>
<name>Derrell Lipman</name>
<email>derrell@samba.org</email>
</author>
<published>2006-10-02T02:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=a9a532aa0c8529ecadb788dddaeccc3bd4c41687'/>
<id>a9a532aa0c8529ecadb788dddaeccc3bd4c41687</id>
<content type='text'>
(This used to be commit d48b2d83057b8e78e3ed31f56578e18ef9b9aed6)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit d48b2d83057b8e78e3ed31f56578e18ef9b9aed6)
</pre>
</div>
</content>
</entry>
<entry>
<title>r18301: I discovered how to load the warnings from a build farm build into</title>
<updated>2007-10-10T19:18:04+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2006-09-09T10:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=30ee8beb9316a99e8a49993306252591106cb349'/>
<id>30ee8beb9316a99e8a49993306252591106cb349</id>
<content type='text'>
emacs compile mode (hint, paste to a file, and compile as "cat
filename").

This allowed me to fix nearly all the warnings for a IA_64 SuSE build
very quickly.
(This used to be commit eba6c84efff735bb0ca941ac4b755ce2b0591667)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
emacs compile mode (hint, paste to a file, and compile as "cat
filename").

This allowed me to fix nearly all the warnings for a IA_64 SuSE build
very quickly.
(This used to be commit eba6c84efff735bb0ca941ac4b755ce2b0591667)
</pre>
</div>
</content>
</entry>
<entry>
<title>r16010: deal with the case that int64,uint64 are already typedef'ed</title>
<updated>2007-10-10T19:08:50+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2006-06-02T17:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=a5d1826677f04065620c2c1949a16bf445ef3846'/>
<id>a5d1826677f04065620c2c1949a16bf445ef3846</id>
<content type='text'>
metze
(This used to be commit 07b014f770714474660f68c6ebc510bfbb232abc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
(This used to be commit 07b014f770714474660f68c6ebc510bfbb232abc)
</pre>
</div>
</content>
</entry>
<entry>
<title>r16002: fix the build on solaris</title>
<updated>2007-10-10T19:08:48+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2006-06-02T08:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=4b74445676cb601e16e96d70224604d9bd6248c2'/>
<id>4b74445676cb601e16e96d70224604d9bd6248c2</id>
<content type='text'>
Patch from Bjoern Jacke, thanks!

metze
(This used to be commit 1250355909533e033f30e6a960c58cfc9ec760ba)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch from Bjoern Jacke, thanks!

metze
(This used to be commit 1250355909533e033f30e6a960c58cfc9ec760ba)
</pre>
</div>
</content>
</entry>
</feed>
