summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* don't use hard coded constant valuesKoichiro IWAO2017-08-011-8/+13
* use g_free()Koichiro IWAO2017-08-011-2/+2
* move base64 functions to base64.cKoichiro IWAO2017-08-016-59/+114
* docs: document base64 prefill credentialsKoichiro IWAO2017-08-011-6/+20
* decode base64 login window parameterKoichiro IWAO2017-08-011-2/+26
* pass through except for the first '='Koichiro IWAO2017-08-011-1/+1
* add base64_decode functionKoichiro IWAO2017-08-012-0/+58
* sesman: search pam files also in ${sysconfdir}/pam.dKoichiro IWAO2017-07-262-1/+3
* chansrv: remove trailing spaceKoichiro IWAO2017-07-251-2/+2
* chansrv: use switch-case to support more codecsKoichiro IWAO2017-07-251-12/+13
* chansrv: constify wFormatTagKoichiro IWAO2017-07-252-20/+23
* Add a pam file for FreeBSDKoichiro IWAO2017-07-214-1/+12
* Allow UDS connection from non-root usersBen Cohen2017-07-201-0/+4
* append a / to ensure the full path is created even when the config variable l...Ian Geiser2017-07-191-1/+1
* NEWS: pulralize glitchesKoichiro IWAO2017-07-141-1/+1
* common: fix more glitches in IPv4 initializationKoichiro IWAO2017-07-141-2/+2
* Use g_create_path instead of g_create_dirIan Geiser2017-07-144-11/+11
* fix typo (copy & paste mistake)Koichiro IWAO2017-07-131-1/+1
* Update release dateKoichiro IWAO2017-07-131-1/+1
* Update NEWSKoichiro IWAO2017-07-131-1/+8
* fix typoKoichiro IWAO2017-07-131-1/+1
* sesman: make sure socket directory presentKoichiro IWAO2017-07-131-0/+3
* common: use log_messageKoichiro IWAO2017-07-131-2/+3
* sesman: move auth_start_session, auth_stop_session, and auth_end to child pro...Jay Sorg2017-07-121-3/+7
* fix for protocol error when 32 bit and non rfxJay Sorg2017-07-121-14/+35
* common: fix a glitch with IPv4 struct initializationKoichiro IWAO2017-07-101-1/+1
* Prepare release v0.9.3Koichiro IWAO2017-07-064-3/+26
* update submodules to their release tag head commitKoichiro IWAO2017-07-061-0/+0
* Fix Xvnc backend disconnects when some data copied to clipboardKoichiro IWAO2017-07-061-1/+6
* xrdp-sesadmin: fix error when there are no sessionsBen Cohen2017-07-062-12/+13
* Change log level DEBUG -> WARNINGKoichiro IWAO2017-07-061-4/+4
* Reword log messages in ssl_get_protocols_from_string()Koichiro IWAO2017-07-061-4/+12
* docs: document change of xrdp-chansrv log pathKoichiro IWAO2017-07-061-2/+2
* chansrv: include display number in chansrv log filenameKoichiro IWAO2017-07-061-5/+5
* travis: enable build test on v0.9 branchKoichiro IWAO2017-07-061-1/+1
* move openssl calls to common/libssl.c, check for definesJay Sorg2017-06-223-41/+92
* int function should returnKoichiro IWAO2017-06-201-0/+2
* sesman: exit with failure status if listen failedKoichiro IWAO2017-06-201-3/+55
* xrdp: exit main process with failure status if listen failed (daemon mode)Koichiro IWAO2017-06-203-1/+64
* xrdp: exit with failure status if listen failed (foreground mode)Koichiro IWAO2017-06-201-2/+11
* xrdp: xrdp_listen_main_loop pass through trans_listen_address return valueKoichiro IWAO2017-06-201-2/+3
* sesman: install empty reconnectwm.sh as a templateKoichiro IWAO2017-06-202-1/+5
* add Spanish keylayoutKoichiro IWAO2017-06-171-0/+3
* common: implement g_file_readable for WIN32Koichiro IWAO2017-06-121-1/+1
* Use the words "cannot read" rather than "cannot open"Koichiro IWAO2017-06-121-2/+2
* Check certificate/privkey readability not existenceKoichiro IWAO2017-06-121-7/+7
* Log user-friendly message when certificate/privkey is inaccessibleKoichiro IWAO2017-06-123-0/+25
* sort xrdp_keyboard.iniKoichiro IWAO2017-06-091-7/+7
* Fix UK/GB keyboard layoutBen Cohen2017-06-081-0/+3
* Pick up the first section if given section(domain) doesn't match anythingKoichiro IWAO2017-06-071-25/+43