summaryrefslogtreecommitdiffstats
path: root/server/util/util.h
Commit message (Collapse)AuthorAgeFilesLines
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-2/+8
| | | | | | dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
* Adding support for CheckPermissions to InfoPipe.Stephen Gallagher2009-02-241-0/+3
| | | | | | | | | CheckPermissions will currently return unrestricted access to the root user, and no access to any other user. Once we decide on an ACL mechanism, this will be easy to change. I have also added very basic tests for the Introspect and CheckPermissions methods.
* Make a binary out of each major sssd component instead ofSimo Sorce2008-11-251-3/+20
| | | | using the same binary to fork off all services.
* Replacing hard-coded paths with configure script substitutions.Stephen Gallagher2008-11-241-2/+0
| | | | Changing the default SBUS locations to be configure script parameters
* Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce2008-11-201-2/+4
| | | | | To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children.
* Rename function, do not use other libraries namespaceSimo Sorce2008-11-041-2/+4
|
* Initial memory cleanup workStephen Gallagher2008-11-031-0/+4
|
* Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce2008-10-091-5/+1
|
* We need replace.h here or __location__ cannot be foundSimo Sorce2008-10-071-0/+1
|
* Add primitive debugging capabilities.Simo Sorce2008-10-071-1/+10
| | | | | So far debug goes to stderr so sssd need to be run int interactive mode (-i option)
* Add initial nss responder skeletonSimo Sorce2008-10-041-0/+1
|
* Initital server code.Simo Sorce2008-10-041-0/+38
Includes test monitor task.