summaryrefslogtreecommitdiffstats
path: root/sesman
Commit message (Collapse)AuthorAgeFilesLines
* sesman: remove rfbDes callsJay Sorg2015-08-182-10/+9
|
* sesman: don't use hard code path for XorgJay Sorg2015-08-031-2/+2
|
* add more missing files into extra_distitamarjp2015-07-141-1/+2
|
* add missing files into extra_dist,itamarjp2015-07-141-1/+4
| | | | this is required when using make dist to generate a tarball
* add timeout to trans_get_wait_objs_rwJay Sorg2015-07-131-1/+1
|
* sesman: add copyright noice for code from OpenSSHKoichiro IWAO2015-06-161-0/+5
|
* sesman: merge FreeBSD local patch for session.cKoichiro IWAO2015-06-161-0/+36
| | | | | net/xrdp: effective login name is not set by xrdp-sesman https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=157282
* fuse: use EIO instead of EREMOTEIO for BSDsKoichiro IWAO2015-03-181-0/+4
| | | | FreeBSD/OpenBSD/NetBSD and OS X don't have errno EREMOTEIO.
* Merge pull request #225 from metalefty/chansrv-explicit-includejsorg712015-03-151-0/+1
|\ | | | | chansrv: explicit include in chansrv_fuse.c
| * chansrv: explicit include in chansrv_fuse.cKoichiro IWAO2015-03-131-0/+1
| | | | | | | | | | | | chansrv_fuse.c includes chansrv_fuse.h even if XRDP_FUSE is not defined. However, time_t is used in chansrv_fuse.h. This causes build failure on FreeBSD.
* | clipboard file paste, don't add new line to last lineJay Sorg2015-03-131-3/+9
|/
* Merge pull request #212 from robertalks/develjsorg712015-03-121-1/+3
|\ | | | | fix possible segfault in chansrv if DISPLAY is not set
| * fix possible segfault in chansrv if DISPLAY is not setRobert Milasan2015-01-201-1/+3
| |
* | sesman: void function should not return a valueKoichiro IWAO2015-03-121-1/+1
| |
* | sesman: fix so shadow accounts aren't incorrectly classified "inactive"mancha2015-02-181-1/+4
| | | | | | | | as might happen if sp_max/sp_inact fields are empty or sp_lstchg=0.
* | minor change in opus encodingJay Sorg2015-01-271-13/+20
|/
* chansrv: reset opus support on initJay Sorg2015-01-101-0/+3
|
* chansrv: added opus audio compression for playbackJay Sorg2015-01-092-9/+127
|
* chansrv: change to 44100 recording, disconnect / reconnect fixesJay Sorg2014-11-262-16/+52
|
* sesman: verify_user_bsd.c license change and indentJay Sorg2014-11-241-29/+28
|
* Merge pull request #188 from renaudallard/develThomas Goddard2014-11-232-0/+124
|\ | | | | Enable bsdauth authentication.
| * Some fixes to compile properly since this version has change a lot from 0.6.1Renaud Allard2014-11-211-2/+8
| |
| * Enable authenticate user using BSD password systemRenaud Allard2014-11-212-0/+118
| |
* | sesman: fix for --enable-nopamJay Sorg2014-11-221-0/+8
|/
* chansrv: fix for segfault issue in chansrv_commonspeidy2014-11-212-0/+2
|
* sesman: avoid creation of .vnc directory if not vnc sessionJay Sorg2014-11-111-1/+7
|
* sesman: only check vnc auth file if vnc sessionJay Sorg2014-11-111-1/+1
|
* chansrv: some recording fixesJay Sorg2014-11-021-10/+30
|
* pulse: fix for recording delayJay Sorg2014-11-021-6/+32
|
* sesman: check for null from crypt()Jay Sorg2014-10-291-2/+7
|
* sesman: hand merge #176 from v0.6 branch, indent changesJay Sorg2014-10-201-9/+19
|
* restart listener when corresponding sound source/sink connections are closedLaxmikant Rashinkar2014-10-181-33/+48
|
* sound redirection: handle fragmented packetsLaxmikant Rashinkar2014-10-124-10/+128
|
* when closing audio source, don't flush audio data if audio buffer is emptyLaxmikant Rashinkar2014-10-061-3/+6
|
* If auth fails, call pam_end so PAM backends can call _cleanupBLINDAUER Emmanuel2014-09-201-0/+3
|
* chansrv: check for nilJay Sorg2014-08-131-8/+13
|
* chansrv: allow multiple xrdpapi connectionsJay Sorg2014-08-121-38/+76
|
* sesman: more checks when looking for a free displayJay Sorg2014-08-061-0/+30
|
* move some hard code paths to defines in headerJay Sorg2014-08-062-6/+3
|
* pulse sink: check for partial sendsJay Sorg2014-08-061-3/+16
|
* chansrv: sound_send_wave_data changesJay Sorg2014-08-061-3/+11
|
* coverity: fixed miscellaneous issuesLaxmikant Rashinkar2014-08-021-0/+1
|
* coverity: fixed unsigned compare against 0Laxmikant Rashinkar2014-07-281-5/+0
|
* coverity: Resource leak (2nd round)Laxmikant Rashinkar2014-07-272-3/+0
|
* coverity: read from pointer after freeLaxmikant Rashinkar2014-07-271-1/+2
|
* coverity: explicit null dereferencedLaxmikant Rashinkar2014-07-271-2/+1
|
* coverity: copy into fixed sized bufferLaxmikant Rashinkar2014-07-272-2/+3
|
* coverity: copy into fixed sized bufferLaxmikant Rashinkar2014-07-262-5/+5
|
* coverity: dead codeLaxmikant Rashinkar2014-07-261-6/+0
|
* coverity: improper use of negative valueLaxmikant Rashinkar2014-07-265-13/+39
|