summaryrefslogtreecommitdiff
path: root/server/util/util.h
AgeCommit message (Collapse)AuthorFilesLines
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-2/+4
To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children.
2008-11-04Rename function, do not use other libraries namespaceSimo Sorce1-2/+4
2008-11-03Initial memory cleanup workStephen Gallagher1-0/+4
2008-10-09Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce1-5/+1
2008-10-07We need replace.h here or __location__ cannot be foundSimo Sorce1-0/+1
2008-10-07Add primitive debugging capabilities.Simo Sorce1-1/+10
So far debug goes to stderr so sssd need to be run int interactive mode (-i option)
2008-10-04Add initial nss responder skeletonSimo Sorce1-0/+1
2008-10-04Initital server code.Simo Sorce1-0/+38
Includes test monitor task.