summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | finish for supporting swiss german keyboardThomas Spalinger2015-04-192-0/+4
|/ / / / / / / / /
* | | | | | | | | Merge pull request #226 from metalefty/freebsd/openpamjsorg712015-04-012-1/+127
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xrdp: xrdp_mm.c detect and use OpenPAMKoichiro IWAO2015-03-162-1/+127
* | | | | | | | | | add frame acks and h264 codec mode basicsJay Sorg2015-03-2813-211/+400
* | | | | | | | | | Merge pull request #231 from metalefty/g_sck_get_peer_credjsorg712015-03-231-0/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | common: workaround for #146Koichiro IWAO2015-03-181-0/+28
* | | | | | | | | | | remove some checked in binariesCreated by chef2015-03-202-0/+0
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #230 from metalefty/errno-eremoteio-eiojsorg712015-03-171-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fuse: use EIO instead of EREMOTEIO for BSDsKoichiro IWAO2015-03-181-0/+4
* | | | | | | | | | | Merge pull request #229 from metalefty/configure-fusejsorg712015-03-171-3/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | configure: use PKG_CHECK_MODULES to check fuseKoichiro IWAO2015-03-181-3/+2
|/ / / / / / / / / /
* | | | | | | | | | X11rdp: update versions, web siteJay Sorg2015-03-172-3/+3
* | | | | | | | | | X11rdp: check for errors from shmem callsJay Sorg2015-03-171-10/+24
|/ / / / / / / / /
* | | | | | | | | Merge pull request #225 from metalefty/chansrv-explicit-includejsorg712015-03-151-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | chansrv: explicit include in chansrv_fuse.cKoichiro IWAO2015-03-131-0/+1
* | | | | | | | | | clipboard file paste, don't add new line to last lineJay Sorg2015-03-131-3/+9
|/ / / / / / / / /
* | | | | | | | | Merge pull request #222 from metalefty/issue-33jsorg712015-03-121-47/+49
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xrdp: fix -h -v option if xrdp.ini is invalidKoichiro IWAO2015-03-101-47/+49
* | | | | | | | | | Merge pull request #212 from robertalks/develjsorg712015-03-121-1/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix possible segfault in chansrv if DISPLAY is not setRobert Milasan2015-01-201-1/+3
* | | | | | | | | | | Merge pull request #224 from metalefty/void-returnjsorg712015-03-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sesman: void function should not return a valueKoichiro IWAO2015-03-121-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | X11rdp: use pCompositeClip for offscreen pixmapsJay Sorg2015-03-111-1/+1
* | | | | | | | | | | Merge pull request #221 from metalefty/add-ipv6-optionjsorg712015-03-102-12/+14
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | common: add experimental --enable-ipv6 optionKoichiro IWAO2015-03-102-12/+14
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #215 from mancha1/shadow-fixjsorg712015-02-181-1/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sesman: fix so shadow accounts aren't incorrectly classified "inactive"mancha2015-02-181-1/+4
|/ / / / / / / / / /
* | | | | | | | | | fix for case where shmget can return an shmid of zeroJay Sorg2015-02-092-2/+19
* | | | | | | | | | add keyboard options to xrdp_client_infoJay Sorg2015-02-051-0/+1
* | | | | | | | | | Merge pull request #213 from PythianAdminiscope/develjsorg712015-02-031-7/+78
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remove some warningsJay Sorg2015-01-231-2/+14
| * | | | | | | | | | Pythian patch for bidirectional vnc clipboardJay Sorg2015-01-231-5/+64
| |/ / / / / / / / /
* / / / / / / / / / 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-093-9/+138
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #206 from AkiraPenguin/devel_rdp_keyboard_jp_modeljsorg712014-12-281-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | xrdp_keyboard.ini: Fix jp keyboard modelAkira Taniguchi2014-12-291-0/+1
* | | | | | | | | Merge pull request #205 from AkiraPenguin/devel_rdpkeyboard_jp_20141222jsorg712014-12-281-1/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix "\ _" on jp keyboardAkira Taniguchi2014-12-261-1/+2
* | | | | | | | | libxrdp: opps, fix typeoJay Sorg2014-12-231-1/+1
* | | | | | | | | libxrdp: no logic change, tabs to spacesJay Sorg2014-12-232-8/+8
|/ / / / / / / /
* | | | | | | | libxrdp: no logic change, statis functions, indentJay Sorg2014-12-181-58/+47
* | | | | | | | xorgxrdp=6edf9e5Jay Sorg2014-12-181-0/+0
* | | | | | | | libxrdp: fastpath RDP_INPUT_SYNCHRONIZE fixJay Sorg2014-12-161-1/+1
* | | | | | | | libxrdp: indent, no logic changeJay Sorg2014-12-161-33/+41
* | | | | | | | libxrdp: no logic change, tabs to spacesJay Sorg2014-12-151-41/+41
* | | | | | | | libxrdp: fix for 'low' RDP security level (issue #202)speidy2014-12-151-35/+42
* | | | | | | | libxrdp: security layer, error handlingspeidy2014-12-131-3/+7
* | | | | | | | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp.git into develspeidy2014-12-13109-14388/+4247
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'metalefty-add-japanese-keymap' into develJay Sorg2014-12-127-7/+4238
| |\ \ \ \ \ \ \ \