summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enhance logging for remote host checkHEADmasterTimothy Pearson2019-03-031-0/+2
|
* Add debug warning when maximum session limit is hit for a specified user groupTimothy Pearson2019-03-031-0/+1
|
* Don't try connecting to remote node if preliminary node allocation has ↵Timothy Pearson2019-03-031-10/+21
| | | | failed for any reason
* Fix non-root-user display server startup failureTimothy Pearson2019-03-022-2/+3
|
* Add MySQL database skeleton fileTimothy Pearson2019-03-021-0/+118
|
* Add additional statistics reportingTimothy Pearson2019-03-021-0/+21
|
* Work around crash in clipboardTimothy Pearson2019-03-021-0/+6
|
* Disable chanserv logging by defaultTimothy Pearson2019-03-021-2/+5
|
* Add master node session recovery supportTimothy Pearson2019-03-023-9/+32
|
* Second batch of initial commits:Timothy Pearson2019-03-028-17/+368
| | | | | | | * Add server/group pamming * Partially fix immediate exit after login Still will not compile due to libraptorsmiface being too new
* Add preliminary Raptor session managementTimothy Pearson2019-03-0213-15/+1496
| | | | | Raptorsmiface pulled from latest old master, changelog merged down to single commit Due to the latest raptorsmiface code being used, this will not compile (yet)
* Add definition for ppc64 architectureTimothy Pearson2019-03-021-1/+1
|
* Update NEWS for v0.9.9Koichiro IWAO2018-12-251-0/+26
|
* Bump version to v0.9.9Koichiro IWAO2018-12-252-2/+2
|
* Merge pull request #1267 from metalefty/rename_constantsmetalefty2018-12-146-178/+176
|\ | | | | Rename constants
| * Fix typo s/BITMACACHE/BITMAPCACHE/Koichiro IWAO2018-12-132-2/+2
| |
| * Also rename constants in debug messages and commentsKoichiro IWAO2018-12-131-18/+18
| |
| * Fix constants mistakenly replacedKoichiro IWAO2018-12-131-1/+1
| | | | | | | | Pointed out by daixj-shterm.
| * use MS name for PDU typesKoichiro IWAO2018-12-124-11/+11
| | | | | | | | | | RDP_PDU_REDIRECT has been removed as it is not found in MS-RDPBCGR and not used anywhere.
| * use MS for orderType constantsKoichiro IWAO2018-12-123-146/+144
|/
* Merge pull request #1256 from metalefty/rename_constantsmetalefty2018-11-292-117/+118
|\ | | | | Rename constants
| * Fix and / or mistakeKoichiro IWAO2018-11-281-1/+1
| |
| * add some more constants and use themKoichiro IWAO2018-11-272-7/+13
| |
| * constify more magic numbersKoichiro IWAO2018-11-271-6/+4
| |
| * remove redundunt commentsKoichiro IWAO2018-11-271-14/+14
| |
| * use MS name for constantsKoichiro IWAO2018-11-272-104/+101
| |
* | Merge pull request #1257 from metalefty/FDKv2metalefty2018-11-281-0/+11
|\ \ | | | | | | Fix build with FDK AAC v2
| * | Fix build with FDK AAC v2Koichiro IWAO2018-11-281-0/+11
|/ / | | | | | | | | Original fix provided by takefu. See also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233556
* | Merge pull request #1253 from daixj-shterm/devel-mrd8metalefty2018-11-275-14/+25
|\| | | | | neutrinordp: don't enable remote_app if the INFO_RAIL flag is not set
| * neutrinordp: don't enable remote_app if the INFO_RAIL flag is not setdaixj2018-11-235-14/+25
|/
* Merge pull request #1244 from metalefty/km-0000080ametalefty2018-11-081-1/+1
|\ | | | | correct latam keylayout value
| * correct latam keylayout valueKoichiro IWAO2018-11-071-1/+1
| |
* | Merge pull request #1240 from metalefty/km-0000080ametalefty2018-11-023-1/+1060
|\| | | | | add Spanish (Latin American) keyboard
| * capitilize hex keylayout valueKoichiro IWAO2018-11-011-1/+1
| |
| * add Spanish (Latin Amarican) keyboardKoichiro IWAO2018-11-013-0/+1059
| | | | | | | | Closes #1237.
* | Merge pull request #1235 from daixj-shterm/devel-macmetalefty2018-10-314-6/+179
|\ \ | | | | | | Support Cache Glyph Revison 2, issue #367
| * | set use_cache_glyph_v2 on if the client supportdaixj2018-10-253-9/+3
| | |
| * | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel-macdaixj2018-10-251-0/+6
| |\ \
| * | | Support Cache Glyph Revison 2, issue #367daixj2018-10-255-6/+185
| | |/ | |/|
* | | Merge pull request #1232 from metalefty/deprecate-x11rdpmetalefty2018-10-262-35/+0
|\ \ \ | |_|/ |/| | Deprecate x11rdp and simplify session types
| * | Remove console sessionKoichiro IWAO2018-10-191-9/+0
| | | | | | | | | | | | it is VNC session to localhost:5900. Can be replaced with vnc-any.
| * | Remove sesman-any as it is not used at allKoichiro IWAO2018-10-181-9/+0
| | |
| * | Remove x11rdp from configKoichiro IWAO2018-10-182-17/+0
| |/ | | | | | | | | | | | | | | | | | | as it is already deprecated. x11rdp is complicated to build and very few people using it actually. However, some people still select "X11rdp" session and get stuck despite not installing x11rdp. https://github.com/neutrinolabs/xrdp/issues/962#issuecomment-430545526 People who really want to use x11rdp should revert this commit.
* | Merge pull request #1236 from metalefty/constantsmetalefty2018-10-251-0/+6
|\ \ | |/ |/| common: add constants of glyph support level
| * common: add constants of glyph support levelKoichiro IWAO2018-10-251-0/+6
|/
* Merge pull request #1225 from savisko/develmetalefty2018-10-181-3/+12
|\ | | | | Fix crash of xrdp-chansrv process, issue #1202.
| * Fixed compilation warning in previous commit.Michael Savisko2018-10-111-3/+3
| |
| * Fix crash of xrdp-chansrv process, issue #1202.Michael Savisko2018-10-111-0/+9
| | | | | | | | In xfuse_create_file_in_xrdp_fs insure that xfuse_fs is properly initialized.
* | Merge pull request #1227 from metalefty/idle-discmetalefty2018-10-182-0/+13
|\ \ | | | | | | Ressurect IdleTimeLimit
| * | Sort & reword description of IdleTimeLimitKoichiro IWAO2018-10-162-13/+13
| | |