Pavel Roskin
6ed4c969f4
Eliminate APP_CC and DEFAULT_CC
8 years ago
Pavel Roskin
b2d3dcf169
Include config_ac.h from all source files
8 years ago
Pavel Roskin
6664aac00f
Use "void" for empty argument list in declarations
...
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".
8 years ago
Pavel Roskin
f908528a00
Downgrade "libscp initialized" to LOG_LEVEL_DEBUG, remove line number
...
It's a bad style to start the log with a cryptic warning.
8 years ago
Laxmikant Rashinkar
1123323fda
o moved from GNU General Public License to Apache License, Version 2.0
...
o applied new coding standards to all .c files
o moved some files around
12 years ago
norrarvid
4d4ebbf363
Initial syslog support in XRDP
13 years ago
jsorg71
8490a2b24b
update copyright year
15 years ago
jsorg71
3417482d10
update copyright year
16 years ago
ilsimo
d14b076a70
still more work on logging
...
libscp makefile fix
17 years ago
ilsimo
57484bd701
more work on logging
17 years ago
jsorg71
cd57d1b689
update copyright year
17 years ago
ilsimo
8c3d20c3d5
adding SCP_SESSION and SCP_CONNECTION handling code
17 years ago
ilsimo
f22b5b42a7
making libscp a real library
...
some fixes in configuration options
18 years ago