summaryrefslogtreecommitdiffstats
path: root/sesman/libscp/libscp_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-1/+1
|
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* Use "void" for empty argument list in declarationsPavel Roskin2017-01-051-1/+1
| | | | | | In C, an empty argument list in a declaration means that the function can accept any arguments. Use "void" instead, it means "no arguments". C++ treats void and empty list as "no arguments".
* Downgrade "libscp initialized" to LOG_LEVEL_DEBUG, remove line numberPavel Roskin2016-07-081-1/+1
| | | | It's a bad style to start the log with a cryptic warning.
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-29/+27
| | | | | o applied new coding standards to all .c files o moved some files around
* Initial syslog support in XRDPnorrarvid2012-05-271-4/+6
|
* update copyright yearjsorg712010-07-041-1/+1
|
* update copyright yearjsorg712009-04-171-1/+1
|
* still more work on loggingilsimo2008-07-301-1/+3
| | | | libscp makefile fix
* more work on loggingilsimo2008-02-211-21/+10
|
* update copyright yearjsorg712008-01-301-1/+1
|
* adding SCP_SESSION and SCP_CONNECTION handling codeilsimo2007-09-171-5/+4
|
* making libscp a real libraryilsimo2007-05-061-0/+59
some fixes in configuration options