Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enhance logging for remote host checkHEADmaster | Timothy Pearson | 2019-03-03 | 1 | -0/+2 |
| | |||||
* | Add debug warning when maximum session limit is hit for a specified user group | Timothy Pearson | 2019-03-03 | 1 | -0/+1 |
| | |||||
* | Don't try connecting to remote node if preliminary node allocation has ↵ | Timothy Pearson | 2019-03-03 | 1 | -10/+21 |
| | | | | failed for any reason | ||||
* | Fix non-root-user display server startup failure | Timothy Pearson | 2019-03-02 | 2 | -2/+3 |
| | |||||
* | Add MySQL database skeleton file | Timothy Pearson | 2019-03-02 | 1 | -0/+118 |
| | |||||
* | Add additional statistics reporting | Timothy Pearson | 2019-03-02 | 1 | -0/+21 |
| | |||||
* | Work around crash in clipboard | Timothy Pearson | 2019-03-02 | 1 | -0/+6 |
| | |||||
* | Disable chanserv logging by default | Timothy Pearson | 2019-03-02 | 1 | -2/+5 |
| | |||||
* | Add master node session recovery support | Timothy Pearson | 2019-03-02 | 3 | -9/+32 |
| | |||||
* | Second batch of initial commits: | Timothy Pearson | 2019-03-02 | 8 | -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 management | Timothy Pearson | 2019-03-02 | 13 | -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 architecture | Timothy Pearson | 2019-03-02 | 1 | -1/+1 |
| | |||||
* | Update NEWS for v0.9.9 | Koichiro IWAO | 2018-12-25 | 1 | -0/+26 |
| | |||||
* | Bump version to v0.9.9 | Koichiro IWAO | 2018-12-25 | 2 | -2/+2 |
| | |||||
* | Merge pull request #1267 from metalefty/rename_constants | metalefty | 2018-12-14 | 6 | -178/+176 |
|\ | | | | | Rename constants | ||||
| * | Fix typo s/BITMACACHE/BITMAPCACHE/ | Koichiro IWAO | 2018-12-13 | 2 | -2/+2 |
| | | |||||
| * | Also rename constants in debug messages and comments | Koichiro IWAO | 2018-12-13 | 1 | -18/+18 |
| | | |||||
| * | Fix constants mistakenly replaced | Koichiro IWAO | 2018-12-13 | 1 | -1/+1 |
| | | | | | | | | Pointed out by daixj-shterm. | ||||
| * | use MS name for PDU types | Koichiro IWAO | 2018-12-12 | 4 | -11/+11 |
| | | | | | | | | | | RDP_PDU_REDIRECT has been removed as it is not found in MS-RDPBCGR and not used anywhere. | ||||
| * | use MS for orderType constants | Koichiro IWAO | 2018-12-12 | 3 | -146/+144 |
|/ | |||||
* | Merge pull request #1256 from metalefty/rename_constants | metalefty | 2018-11-29 | 2 | -117/+118 |
|\ | | | | | Rename constants | ||||
| * | Fix and / or mistake | Koichiro IWAO | 2018-11-28 | 1 | -1/+1 |
| | | |||||
| * | add some more constants and use them | Koichiro IWAO | 2018-11-27 | 2 | -7/+13 |
| | | |||||
| * | constify more magic numbers | Koichiro IWAO | 2018-11-27 | 1 | -6/+4 |
| | | |||||
| * | remove redundunt comments | Koichiro IWAO | 2018-11-27 | 1 | -14/+14 |
| | | |||||
| * | use MS name for constants | Koichiro IWAO | 2018-11-27 | 2 | -104/+101 |
| | | |||||
* | | Merge pull request #1257 from metalefty/FDKv2 | metalefty | 2018-11-28 | 1 | -0/+11 |
|\ \ | | | | | | | Fix build with FDK AAC v2 | ||||
| * | | Fix build with FDK AAC v2 | Koichiro IWAO | 2018-11-28 | 1 | -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-mrd8 | metalefty | 2018-11-27 | 5 | -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 set | daixj | 2018-11-23 | 5 | -14/+25 |
|/ | |||||
* | Merge pull request #1244 from metalefty/km-0000080a | metalefty | 2018-11-08 | 1 | -1/+1 |
|\ | | | | | correct latam keylayout value | ||||
| * | correct latam keylayout value | Koichiro IWAO | 2018-11-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1240 from metalefty/km-0000080a | metalefty | 2018-11-02 | 3 | -1/+1060 |
|\ \ | |/ | | | add Spanish (Latin American) keyboard | ||||
| * | capitilize hex keylayout value | Koichiro IWAO | 2018-11-01 | 1 | -1/+1 |
| | | |||||
| * | add Spanish (Latin Amarican) keyboard | Koichiro IWAO | 2018-11-01 | 3 | -0/+1059 |
| | | | | | | | | Closes #1237. | ||||
* | | Merge pull request #1235 from daixj-shterm/devel-mac | metalefty | 2018-10-31 | 4 | -6/+179 |
|\ \ | | | | | | | Support Cache Glyph Revison 2, issue #367 | ||||
| * | | set use_cache_glyph_v2 on if the client support | daixj | 2018-10-25 | 3 | -9/+3 |
| | | | |||||
| * | | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel-mac | daixj | 2018-10-25 | 1 | -0/+6 |
| |\ \ | |||||
| * | | | Support Cache Glyph Revison 2, issue #367 | daixj | 2018-10-25 | 5 | -6/+185 |
| | |/ | |/| | |||||
* | | | Merge pull request #1232 from metalefty/deprecate-x11rdp | metalefty | 2018-10-26 | 2 | -35/+0 |
|\ \ \ | |_|/ |/| | | Deprecate x11rdp and simplify session types | ||||
| * | | Remove console session | Koichiro IWAO | 2018-10-19 | 1 | -9/+0 |
| | | | | | | | | | | | | it is VNC session to localhost:5900. Can be replaced with vnc-any. | ||||
| * | | Remove sesman-any as it is not used at all | Koichiro IWAO | 2018-10-18 | 1 | -9/+0 |
| | | | |||||
| * | | Remove x11rdp from config | Koichiro IWAO | 2018-10-18 | 2 | -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/constants | metalefty | 2018-10-25 | 1 | -0/+6 |
|\ \ | |/ |/| | common: add constants of glyph support level | ||||
| * | common: add constants of glyph support level | Koichiro IWAO | 2018-10-25 | 1 | -0/+6 |
|/ | |||||
* | Merge pull request #1225 from savisko/devel | metalefty | 2018-10-18 | 1 | -3/+12 |
|\ | | | | | Fix crash of xrdp-chansrv process, issue #1202. | ||||
| * | Fixed compilation warning in previous commit. | Michael Savisko | 2018-10-11 | 1 | -3/+3 |
| | | |||||
| * | Fix crash of xrdp-chansrv process, issue #1202. | Michael Savisko | 2018-10-11 | 1 | -0/+9 |
| | | | | | | | | In xfuse_create_file_in_xrdp_fs insure that xfuse_fs is properly initialized. | ||||
* | | Merge pull request #1227 from metalefty/idle-disc | metalefty | 2018-10-18 | 2 | -0/+13 |
|\ \ | | | | | | | Ressurect IdleTimeLimit | ||||
| * | | Sort & reword description of IdleTimeLimit | Koichiro IWAO | 2018-10-16 | 2 | -13/+13 |
| | | |