Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-26 | Rebase the code to use talloc, tdb, tevent, ldb as external | Simo Sorce | 1 | -2/+8 | |
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library. | |||||
2009-02-24 | Adding support for CheckPermissions to InfoPipe. | Stephen Gallagher | 1 | -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. | |||||
2008-11-25 | Make a binary out of each major sssd component instead of | Simo Sorce | 1 | -3/+20 | |
using the same binary to fork off all services. | |||||
2008-11-24 | Replacing hard-coded paths with configure script substitutions. | Stephen Gallagher | 1 | -2/+0 | |
Changing the default SBUS locations to be configure script parameters | |||||
2008-11-20 | Start conversion from a fork() and live to a fork()/exec() model. | Simo Sorce | 1 | -2/+4 | |
To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children. | |||||
2008-11-04 | Rename function, do not use other libraries namespace | Simo Sorce | 1 | -2/+4 | |
2008-11-03 | Initial memory cleanup work | Stephen Gallagher | 1 | -0/+4 | |
2008-10-09 | Use classic errno instead of inventing our own, it's broad enough fro atm. | Simo Sorce | 1 | -5/+1 | |
2008-10-07 | We need replace.h here or __location__ cannot be found | Simo Sorce | 1 | -0/+1 | |
2008-10-07 | Add primitive debugging capabilities. | Simo Sorce | 1 | -1/+10 | |
So far debug goes to stderr so sssd need to be run int interactive mode (-i option) | |||||
2008-10-04 | Add initial nss responder skeleton | Simo Sorce | 1 | -0/+1 | |
2008-10-04 | Initital server code. | Simo Sorce | 1 | -0/+38 | |
Includes test monitor task. |