You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xrdp-proprietary/sesman
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".
9 years ago
..
chansrv Use "void" for empty argument list in declarations 9 years ago
libscp Use "void" for empty argument list in declarations 9 years ago
sessvc Fix incorrect use of "it's" and "its", adjust wording 10 years ago
tools Use "void" for empty argument list in declarations 9 years ago
Doxyfile preparing sources to add new sesman control protocol 20 years ago
Makefile.am fix build with --enable-xrdpdebug=yes 9 years ago
access.c Use const pointers in function arguments when possible 10 years ago
access.h Use const pointers in function arguments when possible 10 years ago
auth.h Use const pointers in function arguments when possible 10 years ago
config.c Fix memory leak in xrdp-sesman on config reload 10 years ago
config.h Fix memory leak in xrdp-sesman on config reload 10 years ago
env.c Use <> for system includes, move system includes above local ones 9 years ago
env.h - move function related to xauth in own file 9 years ago
scp.c fix build with --enable-xrdpdebug=yes 9 years ago
scp.h copyright year update 13 years ago
scp_v0.c sesman: must save guid in session data 9 years ago
scp_v0.h copyright year update 13 years ago
scp_v1.c vnc: change password file to use guid hash 9 years ago
scp_v1.h copyright year update 13 years ago
scp_v1_mng.c Fix memory leak: free session data 10 years ago
scp_v1_mng.h copyright year update 13 years ago
sesman.c Use g_new or g_new0 when C++ compiler would complain about implicit cast 10 years ago
sesman.h - move function related to xauth in own file 9 years ago
sesman.ini Change default Xorg logfile to .xorgxrdp.%s.log 9 years ago
session.c Use "void" for empty argument list in declarations 9 years ago
session.h Use "void" for empty argument list in declarations 9 years ago
sig.c Merge pull request #612 from proski/includes 9 years ago
sig.h copyright year update 13 years ago
startwm.sh startwm.sh: make sure sourced scripts are readable 10 years ago
verify_user.c Fix compile warnings for non-default authentication methods 9 years ago
verify_user_bsd.c Fix compile warnings for non-default authentication methods 9 years ago
verify_user_kerberos.c Fix compile warnings for non-default authentication methods 9 years ago
verify_user_pam.c Use const pointers in function arguments when possible 10 years ago
verify_user_pam_userpass.c Fix compile warnings for non-default authentication methods 9 years ago
xauth.c Fix typo 9 years ago
xauth.h - Removed tailing space 9 years ago