<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ncopa/privsep, branch master</title>
<subtitle>Privilege separation in Lua prototype
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/privsep/'/>
<entry>
<title>implement one lua state per connection</title>
<updated>2013-03-08T15:51:15+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-03-08T15:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/privsep/commit/?id=3e2d86693f6e8920c97fe296491e7741e31f922c'/>
<id>3e2d86693f6e8920c97fe296491e7741e31f922c</id>
<content type='text'>
This allows you load various modules into a server lua state and give
a performance boost when calling the privileged functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows you load various modules into a server lua state and give
a performance boost when calling the privileged functions
</pre>
</div>
</content>
</entry>
<entry>
<title>testauth: use the auth.session module</title>
<updated>2013-01-01T16:00:58+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-01-01T16:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/privsep/commit/?id=e0cabd6295204fe8a6b54edfc9141302943fdbfb'/>
<id>e0cabd6295204fe8a6b54edfc9141302943fdbfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>auth/session: new module for creating/renewing session tokens</title>
<updated>2013-01-01T16:00:49+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-01-01T15:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/privsep/commit/?id=44b34b0c0a91a1ca7bb97b64da19321dd1e05a81'/>
<id>44b34b0c0a91a1ca7bb97b64da19321dd1e05a81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>privileged-main: print debug info what function is called</title>
<updated>2013-01-01T15:43:50+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-01-01T15:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/privsep/commit/?id=036ffdf8d4b3127817f81f68c70be44b9b49f9ad'/>
<id>036ffdf8d4b3127817f81f68c70be44b9b49f9ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>privsep: we dont use lpc any more</title>
<updated>2013-01-01T15:33:33+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-01-01T15:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/privsep/commit/?id=68db8ad2c3423d67495c28c16a75716429b6793b'/>
<id>68db8ad2c3423d67495c28c16a75716429b6793b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>auth/shadow: remove debug prints</title>
<updated>2013-01-01T15:32:33+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-01-01T15:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/privsep/commit/?id=71efce8e068682b100cca782cf8d8c22adb1c7ff'/>
<id>71efce8e068682b100cca782cf8d8c22adb1c7ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix privsep client to use lua-socket</title>
<updated>2012-12-17T07:13:36+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2012-12-17T07:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/privsep/commit/?id=7c17ddba9a45f93ae491c11d3baf8ca8625375f0'/>
<id>7c17ddba9a45f93ae491c11d3baf8ca8625375f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>privsep-server: use libev and unix sockets for the server</title>
<updated>2012-12-16T14:59:20+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2012-12-16T12:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/privsep/commit/?id=1e07eccace7c50fd0e7fa3b217eda85add5a6630'/>
<id>1e07eccace7c50fd0e7fa3b217eda85add5a6630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move c code to bin/</title>
<updated>2012-12-15T21:03:08+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2012-12-15T21:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/privsep/commit/?id=4ec833f0356b16149f3005d2d8500d3444b938ed'/>
<id>4ec833f0356b16149f3005d2d8500d3444b938ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tiny refactoring of the example</title>
<updated>2012-12-13T21:26:31+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2012-12-13T21:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/privsep/commit/?id=1a06e70761a42bcb555fc64b601799ebc96327cb'/>
<id>1a06e70761a42bcb555fc64b601799ebc96327cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
