summaryrefslogtreecommitdiffstats
path: root/server/util/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Add option to add timestamps to debug outputSimo Sorce2009-07-201-1/+8
| | | | | use '--debug-timestamps' at the command line or set 'debug-timestamps = TRUE' in the configuration file.
* Instrument memberof for debuggingSimo Sorce2009-07-201-1/+3
| | | | Fix ldb debug to avoid printing the debug function name, it's useless.
* Fix invalid pointer error in ldb_debug_messagesStephen Gallagher2009-06-081-2/+19
|
* Suppress "rootdse" error messages.Stephen Gallagher2009-05-281-0/+24
| | | | | | | 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.
* Adding sysdb_store_group_posix with unit testStephen Gallagher2009-02-121-1/+1
|
* Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce2008-11-201-0/+1
| | | | | To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children.
* 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.
* Forgot to add debug.cSimo Sorce2008-10-071-0/+20