Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-10 | add a short explanation about the used debug levels | Sumit Bose | 1 | -0/+14 | |
2009-07-02 | PRINT and ERROR macros | Jakub Hrozek | 1 | -0/+3 | |
2009-06-10 | Turn sssd_mem_takeover into sssd_mem_attach | Simo Sorce | 1 | -8/+17 | |
The old function was not used anywhere, and this function uses better semantics, including not using void ** which gives strict aliasing problems. Also add a generic password destroy function | |||||
2009-06-02 | add utility function talloc_zfree | Simo Sorce | 1 | -0/+4 | |
2009-05-28 | Suppress "rootdse" error messages. | Stephen Gallagher | 1 | -0/+5 | |
We will trap all LDB debug messages and pipe them into our internal DEBUG() function. LDB FATAL messages will still be printed by default, WARNING and TRACE functions will be at debug level 3 and 9, respectively. | |||||
2009-03-20 | Enhance server_setup | Simo Sorce | 1 | -0/+1 | |
Now it can load from scratch default configuration that is valid for all daemons. First thing, make it possible for each daemon/provider to set its own debug level in its configuration entry. | |||||
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. |