xrdp/sesman
Pavel Roskin 92423a466e Fix potential buffer overflow in strncat() invocation
strncat() will copy at most the specified number of characters and append
the null character on top of that. strlen() doesn't count the final null
character.
2016-11-15 22:38:21 -08:00
..
chansrv Fix potential buffer overflow in strncat() invocation 2016-11-15 22:38:21 -08:00
libscp Fix memory leak: free session data 2016-10-21 20:15:50 +00:00
sessvc Fix incorrect use of "it's" and "its", adjust wording 2016-06-21 16:30:15 -07:00
tools Don't use final newline in log calls, it's already appended 2016-10-17 08:54:07 -07:00
access.c Use const pointers in function arguments when possible 2016-10-17 08:54:07 -07:00
access.h Use const pointers in function arguments when possible 2016-10-17 08:54:07 -07:00
auth.h Use const pointers in function arguments when possible 2016-10-17 08:54:07 -07:00
config.c Fix memory leak in xrdp-sesman on config reload 2016-10-21 20:15:50 +00:00
config.h Fix memory leak in xrdp-sesman on config reload 2016-10-21 20:15:50 +00:00
Doxyfile preparing sources to add new sesman control protocol 2006-05-26 13:10:14 +00:00
env.c Use const pointers in function arguments when possible 2016-10-17 08:54:07 -07:00
env.h Use const pointers in function arguments when possible 2016-10-17 08:54:07 -07:00
Makefile.am Use SCRIPTS for executable scripts, don't use "chmod 755" 2016-02-22 23:13:16 -08:00
scp_v0.c Call auth_end() exactly once in scp_v0_process() 2016-10-21 20:15:50 +00:00
scp_v0.h copyright year update 2013-06-08 10:51:53 -07:00
scp_v1_mng.c Fix memory leak: free session data 2016-10-21 20:15:50 +00:00
scp_v1_mng.h copyright year update 2013-06-08 10:51:53 -07:00
scp_v1.c Fix memory leak: free session data 2016-10-21 20:15:50 +00:00
scp_v1.h copyright year update 2013-06-08 10:51:53 -07:00
scp.c Fix memory leak: free session data 2016-10-21 20:15:50 +00:00
scp.h copyright year update 2013-06-08 10:51:53 -07:00
sesman.c Use g_new or g_new0 when C++ compiler would complain about implicit cast 2016-07-08 04:29:49 +00:00
sesman.h sesman: remove the thread 2015-12-11 20:41:17 -08:00
sesman.ini Move -logfile /dev/null option for easier commenting in debug scenarios. 2016-10-28 16:45:05 +02:00
session.c Memory leak fix: keep X server path in the parameter list 2016-10-21 20:15:50 +00:00
session.h Use const pointers in function arguments when possible 2016-10-17 08:54:07 -07:00
sig.c Fix memory leak in xrdp-sesman on config reload 2016-10-21 20:15:50 +00:00
sig.h copyright year update 2013-06-08 10:51:53 -07:00
startwm.sh startwm.sh: make sure sourced scripts are readable 2016-02-12 23:52:45 -08:00
verify_user_bsd.c Use const pointers in function arguments when possible 2016-10-17 08:54:07 -07:00
verify_user_kerberos.c Use const pointers in function arguments when possible 2016-10-17 08:54:07 -07:00
verify_user_pam_userpass.c Use const pointers in function arguments when possible 2016-10-17 08:54:07 -07:00
verify_user_pam.c Use const pointers in function arguments when possible 2016-10-17 08:54:07 -07:00
verify_user.c Use const pointers in function arguments when possible 2016-10-17 08:54:07 -07:00