summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* implement one lua state per connectionHEADmasterNatanael Copa2013-03-0822-155/+483
| | | | | This allows you load various modules into a server lua state and give a performance boost when calling the privileged functions
* testauth: use the auth.session moduleNatanael Copa2013-01-011-41/+12
|
* auth/session: new module for creating/renewing session tokensNatanael Copa2013-01-011-0/+104
|
* privileged-main: print debug info what function is calledNatanael Copa2013-01-011-0/+1
|
* privsep: we dont use lpc any moreNatanael Copa2013-01-011-1/+0
|
* auth/shadow: remove debug printsNatanael Copa2013-01-011-2/+0
|
* Fix privsep client to use lua-socketNatanael Copa2012-12-176-47/+65
|
* privsep-server: use libev and unix sockets for the serverNatanael Copa2012-12-167-8/+319
|
* move c code to bin/Natanael Copa2012-12-152-0/+0
|
* tiny refactoring of the exampleNatanael Copa2012-12-131-3/+1
|
* Use data format agnostic namespace for ipc message encode/decodeNatanael Copa2012-12-131-3/+3
|
* auth: add inital authentication modules and a testNatanael Copa2012-12-133-0/+130
|
* add getpid example to show that they are running in different processesNatanael Copa2012-12-122-0/+11
|
* rename privsep-main to privileged-mainNatanael Copa2012-12-122-1/+1
|
* add gitignoreNatanael Copa2012-12-121-0/+2
|
* initial prototypeNatanael Copa2012-12-126-0/+182