Commit Graph

27 Commits (a2b008f63e75835a3b3d2f0ff7deb95586711fd5)

Author SHA1 Message Date
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
Jay Sorg 57905d71ad vnc: change password file to use guid hash 8 years ago
Pavel Roskin 424cef464b Log malloc errors with LOG_LEVEL_ERROR 8 years ago
Pavel Roskin aeeb3d2c2e Fix warnings detected by -Wwrite-strings 9 years ago
Pavel Roskin 1ded8ec437 Remove unused string support in scp_session_set_addr()
Using the same argument for binary and text data is not a good idea. If
string support is ever needed, it should be a separate function.

Remove SCP_ADDRESS_TYPE_IPV4_BIN and SCP_ADDRESS_TYPE_IPV6_BIN, use
SCP_ADDRESS_TYPE_IPV4 and SCP_ADDRESS_TYPE_IPV6, which simplifies the
code.
9 years ago
Jay Sorg ac901fd283 sesman: add missing break 9 years ago
Pavel Roskin a61349c1d3 Allow sessions with 32 bpp 9 years ago
Jay Sorg 49fcc23673 sesman: added SessionVariables to sesman.ini and some indent cleanup 11 years ago
Laxmikant Rashinkar 883650700f added support for using Xorg driver model 11 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
13 years ago
norrarvid eef475e025 timeout added for the reply to come from sesman 13 years ago
norrarvid 10fdc5c17f separate pam authentication for gateways 13 years ago
norrarvid 4d4ebbf363 Initial syslog support in XRDP 13 years ago
Nicola Ruggero d797b2cf49 Implemented client IP logging 15 years ago
Nicola Ruggero 4cf06dbbcb Major code cleanup:
- Initialized and zeroed out local variables
- Check for some null pointers
- Fixed some typos
- Other minor changes (beautify, etc.)
15 years ago
jsorg71 8490a2b24b update copyright year 15 years ago
jsorg71 acd9f3d82d fix a crash when freeing struct SCP_SESSION 16 years ago
jsorg71 df8527b251 pass domain, program, and directory to sesman and use directory and program 16 years ago
jsorg71 3417482d10 update copyright year 16 years ago
jsorg71 67911e9fb9 added 15bpp support 16 years ago
ilsimo 7c79298612 added first management code
added a rough management tool
fixes in session.c
17 years ago
jsorg71 edf6d54b55 added define check for ipv6 structs 17 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 18 years ago