aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/mutatorserver.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* marked as deprecatedbloodstalker2017-04-021-0/+6
|
* trying to fix the tainted string issuebloodstalker2017-03-131-2/+11
|
* fixing some issuesbloodstalker2017-03-111-0/+1
|
* fixed some of the coverity errorsbloodstalker2017-03-101-0/+1
|
* updated some commits. also this will act as a standalone server for testing ↵bloodstalker2017-03-061-2/+1
| | | | purposes. the main server now resides in daemon_aux.c
* now the server sends something when the client snds a bad command so the ↵bloodstalker2017-03-051-1/+33
| | | | client wont hang.
* general fixesbloodstalker2017-03-051-16/+15
|
* now runs a command and returns the output, missing stderrbloodstalker2017-03-041-2/+25
|
* the server source.right now i need to test it so it's a standalone. later it ↵bloodstalker2017-03-031-0/+103
will be run by mutatord.