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
Koichiro IWAO 93f7bcb71b pulse: fix build pulseaudio 6.0 or higher
Discovered in #321.  The number of argument for pa_rtpoll_run have
been changed since 6.0.

>=6.0 : int pa_rtpoll_run(pa_rtpoll *f);
<6.0  : int pa_rtpoll_run(pa_rtpoll *f, bool wait);

Check pulseaudio version by PA_CHECK_VERSION macro introduced since
pulseaudio 0.9.16.  In case PA_CHECK_VERSION is not defined,
pa_rtpoll_run takes 2 arguments.
10 years ago
..
chansrv pulse: fix build pulseaudio 6.0 or higher 10 years ago
libscp Fix typos 10 years ago
sessvc Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS 10 years ago
tools xrdp-sesadmin: show help and exit if mandatory arguments are not given 10 years ago
Doxyfile preparing sources to add new sesman control protocol 20 years ago
Makefile.am Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS 10 years ago
access.c Add missing spaces in the strings that are split for line wrapping 10 years ago
access.h copyright year update 13 years ago
auth.h sesman: Fedora bug 821569 13 years ago
config.c sesman: added SessionVariables to sesman.ini and some indent cleanup 12 years ago
config.h Fix typos 10 years ago
env.c Fix typos 10 years ago
env.h Fix typos 10 years ago
scp.c sesman: remove the thread 10 years ago
scp.h copyright year update 13 years ago
scp_v0.c sesman: remove the thread 10 years ago
scp_v0.h copyright year update 13 years ago
scp_v1.c Add missing spaces in the strings that are split for line wrapping 10 years ago
scp_v1.h copyright year update 13 years ago
scp_v1_mng.c copyright year update 13 years ago
scp_v1_mng.h copyright year update 13 years ago
sesman.c Fix typos 10 years ago
sesman.h sesman: remove the thread 10 years ago
sesman.ini sesman: change from using PULSE_CONFIG to PULSE_SCRIPT 12 years ago
session.c Fix typos 10 years ago
session.h sesman: remove the thread 10 years ago
sig.c Fix typos 10 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 sesman: fix so shadow accounts aren't incorrectly classified "inactive" 11 years ago
verify_user_bsd.c sesman: verify_user_bsd.c license change and indent 11 years ago
verify_user_kerberos.c sesman: Fedora bug 821569 13 years ago
verify_user_pam.c sesman: hand merge #176 from v0.6 branch, indent changes 11 years ago
verify_user_pam_userpass.c sesman: Fedora bug 821569 13 years ago