Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sesman: remove rfbDes calls | Jay Sorg | 2015-08-18 | 2 | -10/+9 |
| | |||||
* | sesman: don't use hard code path for Xorg | Jay Sorg | 2015-08-03 | 1 | -2/+2 |
| | |||||
* | add more missing files into extra_dist | itamarjp | 2015-07-14 | 1 | -1/+2 |
| | |||||
* | add missing files into extra_dist, | itamarjp | 2015-07-14 | 1 | -1/+4 |
| | | | | this is required when using make dist to generate a tarball | ||||
* | add timeout to trans_get_wait_objs_rw | Jay Sorg | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | sesman: add copyright noice for code from OpenSSH | Koichiro IWAO | 2015-06-16 | 1 | -0/+5 |
| | |||||
* | sesman: merge FreeBSD local patch for session.c | Koichiro IWAO | 2015-06-16 | 1 | -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 BSDs | Koichiro IWAO | 2015-03-18 | 1 | -0/+4 |
| | | | | FreeBSD/OpenBSD/NetBSD and OS X don't have errno EREMOTEIO. | ||||
* | Merge pull request #225 from metalefty/chansrv-explicit-include | jsorg71 | 2015-03-15 | 1 | -0/+1 |
|\ | | | | | chansrv: explicit include in chansrv_fuse.c | ||||
| * | chansrv: explicit include in chansrv_fuse.c | Koichiro IWAO | 2015-03-13 | 1 | -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 line | Jay Sorg | 2015-03-13 | 1 | -3/+9 |
|/ | |||||
* | Merge pull request #212 from robertalks/devel | jsorg71 | 2015-03-12 | 1 | -1/+3 |
|\ | | | | | fix possible segfault in chansrv if DISPLAY is not set | ||||
| * | fix possible segfault in chansrv if DISPLAY is not set | Robert Milasan | 2015-01-20 | 1 | -1/+3 |
| | | |||||
* | | sesman: void function should not return a value | Koichiro IWAO | 2015-03-12 | 1 | -1/+1 |
| | | |||||
* | | sesman: fix so shadow accounts aren't incorrectly classified "inactive" | mancha | 2015-02-18 | 1 | -1/+4 |
| | | | | | | | | as might happen if sp_max/sp_inact fields are empty or sp_lstchg=0. | ||||
* | | minor change in opus encoding | Jay Sorg | 2015-01-27 | 1 | -13/+20 |
|/ | |||||
* | chansrv: reset opus support on init | Jay Sorg | 2015-01-10 | 1 | -0/+3 |
| | |||||
* | chansrv: added opus audio compression for playback | Jay Sorg | 2015-01-09 | 2 | -9/+127 |
| | |||||
* | chansrv: change to 44100 recording, disconnect / reconnect fixes | Jay Sorg | 2014-11-26 | 2 | -16/+52 |
| | |||||
* | sesman: verify_user_bsd.c license change and indent | Jay Sorg | 2014-11-24 | 1 | -29/+28 |
| | |||||
* | Merge pull request #188 from renaudallard/devel | Thomas Goddard | 2014-11-23 | 2 | -0/+124 |
|\ | | | | | Enable bsdauth authentication. | ||||
| * | Some fixes to compile properly since this version has change a lot from 0.6.1 | Renaud Allard | 2014-11-21 | 1 | -2/+8 |
| | | |||||
| * | Enable authenticate user using BSD password system | Renaud Allard | 2014-11-21 | 2 | -0/+118 |
| | | |||||
* | | sesman: fix for --enable-nopam | Jay Sorg | 2014-11-22 | 1 | -0/+8 |
|/ | |||||
* | chansrv: fix for segfault issue in chansrv_common | speidy | 2014-11-21 | 2 | -0/+2 |
| | |||||
* | sesman: avoid creation of .vnc directory if not vnc session | Jay Sorg | 2014-11-11 | 1 | -1/+7 |
| | |||||
* | sesman: only check vnc auth file if vnc session | Jay Sorg | 2014-11-11 | 1 | -1/+1 |
| | |||||
* | chansrv: some recording fixes | Jay Sorg | 2014-11-02 | 1 | -10/+30 |
| | |||||
* | pulse: fix for recording delay | Jay Sorg | 2014-11-02 | 1 | -6/+32 |
| | |||||
* | sesman: check for null from crypt() | Jay Sorg | 2014-10-29 | 1 | -2/+7 |
| | |||||
* | sesman: hand merge #176 from v0.6 branch, indent changes | Jay Sorg | 2014-10-20 | 1 | -9/+19 |
| | |||||
* | restart listener when corresponding sound source/sink connections are closed | Laxmikant Rashinkar | 2014-10-18 | 1 | -33/+48 |
| | |||||
* | sound redirection: handle fragmented packets | Laxmikant Rashinkar | 2014-10-12 | 4 | -10/+128 |
| | |||||
* | when closing audio source, don't flush audio data if audio buffer is empty | Laxmikant Rashinkar | 2014-10-06 | 1 | -3/+6 |
| | |||||
* | If auth fails, call pam_end so PAM backends can call _cleanup | BLINDAUER Emmanuel | 2014-09-20 | 1 | -0/+3 |
| | |||||
* | chansrv: check for nil | Jay Sorg | 2014-08-13 | 1 | -8/+13 |
| | |||||
* | chansrv: allow multiple xrdpapi connections | Jay Sorg | 2014-08-12 | 1 | -38/+76 |
| | |||||
* | sesman: more checks when looking for a free display | Jay Sorg | 2014-08-06 | 1 | -0/+30 |
| | |||||
* | move some hard code paths to defines in header | Jay Sorg | 2014-08-06 | 2 | -6/+3 |
| | |||||
* | pulse sink: check for partial sends | Jay Sorg | 2014-08-06 | 1 | -3/+16 |
| | |||||
* | chansrv: sound_send_wave_data changes | Jay Sorg | 2014-08-06 | 1 | -3/+11 |
| | |||||
* | coverity: fixed miscellaneous issues | Laxmikant Rashinkar | 2014-08-02 | 1 | -0/+1 |
| | |||||
* | coverity: fixed unsigned compare against 0 | Laxmikant Rashinkar | 2014-07-28 | 1 | -5/+0 |
| | |||||
* | coverity: Resource leak (2nd round) | Laxmikant Rashinkar | 2014-07-27 | 2 | -3/+0 |
| | |||||
* | coverity: read from pointer after free | Laxmikant Rashinkar | 2014-07-27 | 1 | -1/+2 |
| | |||||
* | coverity: explicit null dereferenced | Laxmikant Rashinkar | 2014-07-27 | 1 | -2/+1 |
| | |||||
* | coverity: copy into fixed sized buffer | Laxmikant Rashinkar | 2014-07-27 | 2 | -2/+3 |
| | |||||
* | coverity: copy into fixed sized buffer | Laxmikant Rashinkar | 2014-07-26 | 2 | -5/+5 |
| | |||||
* | coverity: dead code | Laxmikant Rashinkar | 2014-07-26 | 1 | -6/+0 |
| | |||||
* | coverity: improper use of negative value | Laxmikant Rashinkar | 2014-07-26 | 5 | -13/+39 |
| |