You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
Makefile.am
fix build with --enable-xrdpdebug=yes
8 years ago
libscp.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_commands.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_commands_mng.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_connection.c
Log malloc errors with LOG_LEVEL_ERROR
8 years ago
libscp_connection.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_init.c
Use "void" for empty argument list in declarations
8 years ago
libscp_init.h
Use "void" for empty argument list in declarations
8 years ago
libscp_lock.c
Typo fixes
9 years ago
libscp_lock.h
More spelling fixes found by codespell and aspell
9 years ago
libscp_session.c
Use "void" for empty argument list in declarations
8 years ago
libscp_session.h
Use "void" for empty argument list in declarations
8 years ago
libscp_tcp.c
Fix typos
9 years ago
libscp_tcp.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_types.h
vnc: change password file to use guid hash
8 years ago
libscp_types_mng.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_v0.c
vnc: change password file to use guid hash
8 years ago
libscp_v0.h
vnc: change password file to use guid hash
8 years ago
libscp_v1c.c
Use g_new or g_new0 when C++ compiler would complain about implicit cast
8 years ago
libscp_v1c.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_v1c_mng.c
Use g_new or g_new0 when C++ compiler would complain about implicit cast
8 years ago
libscp_v1c_mng.h
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_v1s.c
Fix memory leak: free session data
8 years ago
libscp_v1s.h
Fix warnings detected by -Wwrite-strings
8 years ago
libscp_v1s_mng.c
Fix warnings detected by -Wwrite-strings
8 years ago
libscp_v1s_mng.h
Fix warnings detected by -Wwrite-strings
8 years ago
libscp_vX.c
o moved from GNU General Public License to Apache License, Version 2.0
12 years ago
libscp_vX.h
Fix typos
9 years ago