summaryrefslogtreecommitdiffstats
path: root/server/util
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename function, do not use other libraries namespaceSimo Sorce2008-11-042-9/+16
|
* Moved method handling into sssd_dbus_connection.c. Added support for ↵Stephen Gallagher2008-11-031-1/+1
| | | | handling multiple D-BUS paths in a connection. Added support for per-connection method setup. Added support for per-connection specialized destructors. Added mandatory getIdentity call for all services connecting to the monitor. If they do not present an identity (expose the getIdentity method and respond with name and version), they are dropped immediately. Other minor fixes.
* Cleaning up improper whitespaceStephen Gallagher2008-11-031-4/+4
|
* Initial memory cleanup workStephen Gallagher2008-11-032-0/+30
|
* Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce2008-10-091-5/+1
|
* Fix build issues surrounding signal blocking and DEBUG macrosStephen Gallagher2008-10-072-0/+2
|
* We need replace.h here or __location__ cannot be foundSimo Sorce2008-10-071-0/+1
|
* Forgot to add debug.cSimo Sorce2008-10-071-0/+20
|
* 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-044-0/+395
Includes test monitor task.