summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp.ini
Commit message (Collapse)AuthorAgeFilesLines
* Allocate space for tls_ciphers dynamicallyPavel Roskin2017-03-211-1/+1
|
* Propel xorgxrdp as default backend, give xorgxrdp the first placeKoichiro IWAO2017-03-171-7/+7
|
* TLS: switch ssl_protocols to a comma separated listKoichiro IWAO2017-02-271-2/+2
|
* docs: document maximum length of tls_ciphersKoichiro IWAO2017-02-271-1/+1
|
* TLS: new method to specify SSL/TLS versionKoichiro IWAO2017-02-271-2/+3
| | | | | | | SSL/TLS protocols only listed in ssl_protocols should be used. The name "ssl_protocols" comes from nginx. Resolves #428.
* Remove librdp.so sources, it's obsoleted by neutrinordpPavel Roskin2017-01-191-6/+0
| | | | Remove "rdp-any" section from xrdp.ini.
* Set autorun to empty, improve autorun documentationPavel Roskin2016-12-171-2/+4
| | | | | | | | | Setting autorun to empty keeps X11rdp as the default backend for autologin (since it's the first section), but it also enables the backend selection by the domain name. Describe the autorun interaction with the domain name both in the config file and in the manual.
* Document xserverbpp, add it to Xvnc section, remove from Xorg sectionPavel Roskin2016-12-061-1/+1
| | | | | | xserverbpp affects X11rdp and Xvnc, but not Xorg. No need to have xserverbpp in the Xorg section where it has no effect. Add commented out xserverbpp to Xvnc, some users may want to experiment with that setting.
* docs: revise description for disableSSLv3 in xrdp.iniKoichiro IWAO2016-11-161-1/+1
|
* config: change order of parametersKoichiro IWAO2016-11-161-37/+38
| | | | | Put same layer configuration parameters together, bring low layer parameters earlier.
* config: use semicolon to comment out descriptions in config filesKoichiro IWAO2016-11-161-48/+48
| | | | | | | | and use number sign to comment out actual configurations. For example: ; if set to true, enables foobar #foobar=true
* config: Capitalize section title to fit documentsKoichiro IWAO2016-11-161-2/+2
|
* config: unify all boolean values in config to true/falseKoichiro IWAO2016-11-161-11/+11
|
* change xrdp.ini security_layer=negotiate and auto generate tls keys on make ↵Jay Sorg2016-11-111-1/+1
| | | | install
* Simplify names of xrdp.ini sections, rename "Session Manager" to "Xorg"Pavel Roskin2016-11-011-20/+20
| | | | | | Make section names equal to the names in the "name=" setting to avoid confusion and the need to renumber sections. Avoid "sesman-" in the names, it's not helpful to the user. Move "Xorg" just below "X11rdp", that would give xorgxrdp more visibility.
* Leave only one "autorun" in xrdp.ini, improve commentPavel Roskin2016-10-171-2/+3
|
* new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to ↵Alex Illsley2016-08-251-0/+4
| | | | implement
* vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182Anthony Agresta2014-11-071-0/+4
|
* Set a value for the default autorun sessionBLINDAUER Emmanuel2014-09-211-0/+3
|
* xrdp: add tcutils to xrdp.iniJay Sorg2014-08-121-0/+1
|
* added option to set rdp crypto level to noneJay Sorg2014-08-051-0/+2
|
* libxrdp, common: work on TLS modeIdan Freiberg2014-07-231-2/+8
|
* libxrdp: added an option to enforce security layer in xrdp.iniIdan Freiberg2014-07-091-1/+1
|
* default max_bpp to 32Jay Sorg2014-06-291-1/+1
|
* added support for optional background imageArvidNorr2014-05-231-0/+3
|
* turn on bulk compressor by defaultJay Sorg2014-05-051-1/+1
|
* make login screen window title configurableCocoon2014-04-171-0/+4
|
* o libxrdp: fastpath output, added cursor and palette now updatesspeidy2014-03-131-2/+2
| | | | | o xrdp.ini: changed default behavior: always new cursors, always use fastpath input and output.
* added support for using Xorg driver modelLaxmikant Rashinkar2014-03-081-1/+11
|
* Merge ../../neutrinolabs/xrdp into fastpathspeidy2014-03-021-2/+56
|\ | | | | | | | | | | | | | | | | | | Conflicts: libxrdp/libxrdp.c libxrdp/libxrdp.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c libxrdp/xrdp_tcp.c xrdp/xrdp.ini
| * o --enable-load_pulse_modules changed to --enable-loadpulsemodulesLaxmikant Rashinkar2014-02-231-3/+3
| | | | | | | | | | o color entries in xrdp.ini file are now specfied using RGB format only o login screen now works with pixel depth of 8, 15, 16 and 24 bits
| * made login screen fully customizableLaxmikant Rashinkar2014-01-281-1/+57
| |
* | libxrdp: work on fastpath input, added fastpath option to xrdp.inispeidy2014-02-111-0/+3
|/
* Merge branch 'master' into develJay Sorg2014-01-161-1/+1
|\
| * xrdp: set default encryption level to highKoichiro IWAO2013-12-111-1/+1
| |
* | Merge branch 'multimon' of git://github.com/speidy/xrdp into speidy-multimonJay Sorg2013-10-091-0/+2
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: common/xrdp_client_info.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c
| * | libxrdp: add xrdp.ini multi-mon configspeidy2013-07-151-0/+2
| | |
* | | added options to set tcp send and recv buffer sizesJay Sorg2013-10-021-0/+2
| | |
* | | neutrinordp: clean old freerdp moduels, add config, fix for RFX codec tospeidy2013-08-241-2/+2
| |/ |/| | | work.
* | xrdp: added support for forcing credentials on command lineLaxmikant Rashinkar2013-08-031-0/+4
|/
* adding xrdp.ini option to turn off new cursorsJay Sorg2013-06-071-0/+1
|
* merge from pmhahnJay Sorg2013-05-291-1/+1
|\
| * X11rdp: fix spelling mistakesPhilipp Hahn2013-01-281-1/+1
| | | | | | | | | | | | | | exit -> exist $mn -> $mod_name folowed -> followed blocket -> blocked
* | xrdp: use full path for loading xrdp modulesJay Sorg2013-05-011-0/+1
| |
* | a debug version of xrdp/xrdp.ini was previously commitedLaxmikant Rashinkar2013-04-201-2/+1
| |
* | swapped cb_lookup and cb_readdirLaxmikant Rashinkar2013-04-201-1/+2
| |
* | o removed square brackets inside commented code in xrdp.iniLaxmikant Rashinkar2013-03-081-2/+2
| | | | | | | | because due to parsing bug
* | o early checkin for drive redirectionLaxmikant Rashinkar2013-03-081-0/+6
| | | | | | | | | | | | | | | | | | o basic drive redirection is working o functions currently supported: open: read, write, create, get/set attribute o requires latest NeutrinoRDP to work o note: clipboard is broken because of the move from linked lists to inodes in the FUSE code
* | Comments and debug when blocking channels added. Fix for potential ↵ArvidNorr2013-02-011-8/+10
| | | | | | | | vulnerability in log.c
* | PAM error text can be configuredArvidNorr2013-01-281-0/+2
|/