Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-02Move some definitions, and small fixeswtmpBLINDAUER Emmanuel
2018-08-02More g_* functions usageBLINDAUER Emmanuel
2018-08-02don't forget a freeBLINDAUER Emmanuel
2018-08-02Extract the exact ip from the client_ipBLINDAUER Emmanuel
2018-08-02Add support for FreeBSDBlindauer Emmanuel
2018-08-02Add the loginuid pam module, as we are starting a session.BLINDAUER Emmanuel
2018-08-02cosmetic changesKoichiro IWAO
2018-08-02Include sys/time.h to use gettimeofday()Koichiro IWAO
2018-08-02Remove utmp.{c,h}BLINDAUER Emmanuel
2018-08-02Add GNU_SOURCE to configure.ac: it allow usage f more GNU functions,BLINDAUER Emmanuel
2018-08-02WIP utmp/wtmpBLINDAUER Emmanuel
2018-08-02os_calls.h needs to be included to use g_snprintf()Koichiro IWAO
2018-08-02don't forget include utmp.hKoichiro IWAO
2018-08-02sesman: add utmp files to makefileKoichiro IWAO
2018-08-02remove trailing spaceKoichiro IWAO
2018-08-02Initial support for utmp/wtmp on linuxBLINDAUER Emmanuel
2018-06-29Merge pull request #1160 from metalefty/prepare-releasev0.9.7metalefty
2018-06-28Update v0.9.7 release dateKoichiro IWAO
2018-06-28Bump version to v0.9.7Koichiro IWAO
2018-06-28Update NEWS for v0.9.7Koichiro IWAO
2018-06-27Merge pull request #1156 from metalefty/configure_echometalefty
2018-06-27xrdp: unify inconsistent mixed use ofKoichiro IWAO
2018-06-27xrdp: print configure options to --version more prettyKoichiro IWAO
2018-06-21Merge pull request #1153 from metalefty/rc-scriptmetalefty
2018-06-19Merge pull request #1147 from metalefty/defaultwm-fullpathmetalefty
2018-06-19sesman: add comments, no logic changeKoichiro IWAO
2018-06-16sesman: fix potential buffer over flowKoichiro IWAO
2018-06-16sesman: fix logging after default_wm changeKoichiro IWAO
2018-06-16docs: document configurable reconnect script pathKoichiro IWAO
2018-06-16sesman: make the path of reconnect script configurableKoichiro IWAO
2018-06-16sesman: accept full path for DefaultWindowManagerKoichiro IWAO
2018-06-14Merge pull request #1146 from metalefty/sesman-leakIdan Freiberg
2018-06-14Merge pull request #1120 from matt335672/set-env-on-reconnectmetalefty
2018-06-13sesman: fix leak in struct config_sesmanKoichiro IWAO
2018-06-11Merge pull request #1142 from metalefty/dont-spit-on-the-console-sesmanmetalefty
2018-06-04sesman: close stdout/stderr earlierKoichiro IWAO
2018-06-04sesman: don't spit on the console when startingKoichiro IWAO
2018-06-04sesman: don't print config in reader functionKoichiro IWAO
2018-06-04sesman: s/XOrg/Xorg/g, no logic changeKoichiro IWAO
2018-06-04sesman: config_read_logging function no longer existsKoichiro IWAO
2018-05-31Copy the PAM session environment for the reconnect scriptmatt335672
2018-05-29FreeBSD: separate rc script into xrdp and xrdp-sesmanKoichiro IWAO
2018-05-27Merge pull request #1132 from daixj-shterm/develjsorg71
2018-05-27don't remove configure_params.h on make clean, only make distcleanJay Sorg
2018-05-26distclean remove configure_params.hJay Sorg
2018-05-26add ipv6only to configure echo and add configure parameter to xrdp -h outputJay Sorg
2018-05-21fix issue #1112: set SSL object's read_ahead flag to be 0daixj
2018-05-12Merge pull request #1126 from metalefty/strict-locationsmetalefty
2018-05-10configure: set default value for enable_strict_locationsKoichiro IWAO
2018-05-03echo configure summaryJay Sorg