Code

Fix compilation with GCC when _GNU_SOURCE isn't defined.
[sysdb.git] / src / tools / sysdbd / main.c
2016-02-25 Sebastian HarlFix compilation with GCC when _GNU_SOURCE isn't defined.
2015-08-09 Sebastian Harlstore::memory: Add a plugin providing an in-memory...
2015-08-08 Sebastian Harlstore: Drop the global (default) store.
2015-05-21 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-21 Sebastian Harlstore: Make the actual store a separate object.
2015-02-10 Sebastian Harlssl: Register OpenSSL thread-ID and locking callbacks.
2015-02-09 Sebastian HarlSSL utils: Added init() and shutdown() functions for...
2015-02-01 Sebastian HarlUnload all plugins when shutting down sysdbd.
2015-02-01 Sebastian Harlsysdbd: Add SSL{Certificate,CertificateKey,CACertificat...
2015-02-01 Sebastian Harlfrontend: Support custom SSL options for each listener.
2015-01-28 Sebastian Harlfrontend, sysdbd: Let all TCP connections use SSL.
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
2014-06-09 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-06 Sebastian Harlsysdbd: Forcefully terminate the frontend and backend...
2014-06-06 Sebastian Harlsysdbd: Simplified main loop management.
2014-05-01 Sebastian Harltools: Log library versions as well on startup.
2014-04-30 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-29 Sebastian Harlsysdbd: Don't leak memory when aborting from the main...
2014-04-27 Sebastian Harlsysdbd: Return with status=1 in case of an initializati...
2014-04-27 Sebastian Harlsysdbd: Improved startup logging.
2014-04-22 Sebastian Harlsysdbd: Shut down all plugins before exiting.
2014-04-21 Sebastian Harlsysdbd: Keep connections open during reconfiguration.
2014-04-21 Sebastian Harlsysdbd: Reconfigure the daemon on SIGHUP.
2014-04-17 Sebastian Harlsysdbd: Moved main loop handling into a separate function.
2014-04-11 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-10 Sebastian Harlsysdbd: Ignore SIGPIPE (e.g. when a client connection...
2014-02-06 Sebastian Harlfrontend: Send connection-related log messages to the...
2014-02-04 Sebastian HarlUpdated copyright information.
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-15 Sebastian HarlMoved sysdb and sysdbd sources to src/tools/.