Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove duplicated call to scp_session_set_bpp | Itamar Reis Peixoto | 2016-02-11 | 1 | -1/+0 | |
| | ||||||
* | Allow sessions with 32 bpp | Pavel Roskin | 2016-02-10 | 1 | -0/+1 | |
| | ||||||
* | Check return value of scp_session_set_bpp() | Pavel Roskin | 2016-02-10 | 2 | -1/+16 | |
| | ||||||
* | Merge pull request #309 from proski/devel | Itamar Reis Peixoto | 2016-02-08 | 13 | -30/+34 | |
|\ | | | | | Fixes for autotools, compile warnings and MacOS compatibility | |||||
| * | Change an unconditional #warning to a comment | Pavel Roskin | 2016-01-31 | 1 | -2/+5 | |
| | | | | | | | | | | Notes about software design should not be shown as warnings to everybody who compiles the code. Warnings should be about unexpected conditions detected at the compile time. | |||||
| * | xcon: include sys/types.h for select() and related macros | Pavel Roskin | 2016-01-31 | 1 | -0/+1 | |
| | | ||||||
| * | rail: fix declaration of rail_desktop_resize() | Pavel Roskin | 2016-01-31 | 1 | -1/+1 | |
| | | | | | | | | Arguments without a type default to int. The caller passes a pointer to XEvent, so use that type. | |||||
| * | clipboard: undefine previously defined log level | Pavel Roskin | 2016-01-30 | 1 | -0/+2 | |
| | | ||||||
| * | More spelling fixes found by codespell and aspell | Pavel Roskin | 2016-01-30 | 2 | -3/+3 | |
| | | ||||||
| * | Use standard autotools means to detect X11 | Pavel Roskin | 2016-01-30 | 2 | -4/+10 | |
| | | | | | | | | | | | | | | | | Use AC_PATH_XTRA to search for X11 in configure.ac. In Makefiles, add X_CFLAGS to AM_CFLAGS for the source compilation. Add X_LIBS to LDFLAGS. Add X_PRE_LIBS and X_EXTRA_LIBS to LDADD. With this patch, X Windows system is correctly detected on Mac OS X. | |||||
| * | clipboard_file: include sys/time.h for struct timeval, needed on Mac OS X | Pavel Roskin | 2016-01-30 | 1 | -0/+1 | |
| | | ||||||
| * | Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGS | Pavel Roskin | 2016-01-29 | 5 | -20/+10 | |
| | | | | | | | | | | | | | | | | | | AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and includes. AM_CFLAGS is for flags affecting the compiler, such as debug and optimization settings. INCLUDES is an obsolete name. Users can pass INCLUDES and break compilation. AM_CPPFLAGS is more explicit that the flags come from Automake and should not be overridden. | |||||
| * | Don't use a symlink where #include would suffice | Pavel Roskin | 2016-01-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Absolute symlinks break when the source is moved to another location. In the best case, the symlink will be replaced with a copy, but that creates code duplication. A user who got the packaged source may decide to change one config.c without realizing that another config.c will get the same changes. Don't ignore config.c, it's a regular source file now, albeit very short. Testing done: compiled inside and outside build directory. | |||||
* | | sesman: don't set LANG, let initialization scripts take care of it | Pavel Roskin | 2016-02-07 | 1 | -1/+0 | |
|/ | | | | | | Setting LANG to en_US.UTF-8 suppresses language settings from /etc/locale.conf See https://bugzilla.redhat.com/show_bug.cgi?id=1290820 | |||||
* | Run through codespell | Pavel Roskin | 2016-01-14 | 5 | -7/+7 | |
| | ||||||
* | chansrv: fix some warnings | Jay Sorg | 2015-12-29 | 1 | -7/+7 | |
| | ||||||
* | chansrv: fix a crash in fuse | Jay Sorg | 2015-12-26 | 1 | -0/+5 | |
| | ||||||
* | sesman: remove the thread | Jay Sorg | 2015-12-11 | 13 | -679/+63 | |
| | ||||||
* | Simplify session match logic. | Jan Losinski | 2015-10-25 | 1 | -20/+2 | |
| | | | | | | | | | | | | | | | | | The session match logic had two versions - one for the SESMAN_SESSION_TYPE_XRDP and SESMAN_SESSION_TYPE_XORG sessions and one for every other type. The only difference was, that different display sizes where ignored when searching for sessions to reconnect if the policy does not have the SESMAN_CFG_SESS_POLICY_D flag set and the type is SESMAN_SESSION_TYPE_XRDP or SESMAN_SESSION_TYPE_XORG. The reason was that xvnc cannot resize and the others can do. This two versions where not necessary because we set the SESMAN_CFG_SESS_POLICY_D flag every time we have a xvnc session a few lines above. So the two branches for the different types can be reduced to one. Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de> | |||||
* | tabs to spaces, no logic change | Jay Sorg | 2015-10-10 | 1 | -5/+5 | |
| | ||||||
* | for Xvnc sesman session, use hash of password for vnc auth | Jay Sorg | 2015-10-10 | 1 | -5/+24 | |
| | ||||||
* | sesman: close sync and term sockets after fork | Jay Sorg | 2015-09-27 | 1 | -0/+5 | |
| | ||||||
* | add historic GPLv2+ to Simone’s files | mirabilos | 2015-08-26 | 2 | -0/+26 | |
| | | | | this becomes GPLv3+ when combined with Apache v2 licenced files | |||||
* | Allow to reconnect with a different size while using the Xorg module | Blindauer Emmanuel | 2015-08-19 | 1 | -1/+1 | |
| | ||||||
* | sesman: remove rfbDes calls | Jay Sorg | 2015-08-18 | 2 | -10/+9 | |
| | ||||||
* | sesman: don't use hard code path for Xorg | Jay Sorg | 2015-08-03 | 1 | -2/+2 | |
| | ||||||
* | add more missing files into extra_dist | itamarjp | 2015-07-14 | 1 | -1/+2 | |
| | ||||||
* | add missing files into extra_dist, | itamarjp | 2015-07-14 | 1 | -1/+4 | |
| | | | | this is required when using make dist to generate a tarball | |||||
* | add timeout to trans_get_wait_objs_rw | Jay Sorg | 2015-07-13 | 1 | -1/+1 | |
| | ||||||
* | sesman: add copyright noice for code from OpenSSH | Koichiro IWAO | 2015-06-16 | 1 | -0/+5 | |
| | ||||||
* | sesman: merge FreeBSD local patch for session.c | Koichiro IWAO | 2015-06-16 | 1 | -0/+36 | |
| | | | | | net/xrdp: effective login name is not set by xrdp-sesman https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=157282 | |||||
* | fuse: use EIO instead of EREMOTEIO for BSDs | Koichiro IWAO | 2015-03-18 | 1 | -0/+4 | |
| | | | | FreeBSD/OpenBSD/NetBSD and OS X don't have errno EREMOTEIO. | |||||
* | Merge pull request #225 from metalefty/chansrv-explicit-include | jsorg71 | 2015-03-15 | 1 | -0/+1 | |
|\ | | | | | chansrv: explicit include in chansrv_fuse.c | |||||
| * | chansrv: explicit include in chansrv_fuse.c | Koichiro IWAO | 2015-03-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | chansrv_fuse.c includes chansrv_fuse.h even if XRDP_FUSE is not defined. However, time_t is used in chansrv_fuse.h. This causes build failure on FreeBSD. | |||||
* | | clipboard file paste, don't add new line to last line | Jay Sorg | 2015-03-13 | 1 | -3/+9 | |
|/ | ||||||
* | Merge pull request #212 from robertalks/devel | jsorg71 | 2015-03-12 | 1 | -1/+3 | |
|\ | | | | | fix possible segfault in chansrv if DISPLAY is not set | |||||
| * | fix possible segfault in chansrv if DISPLAY is not set | Robert Milasan | 2015-01-20 | 1 | -1/+3 | |
| | | ||||||
* | | sesman: void function should not return a value | Koichiro IWAO | 2015-03-12 | 1 | -1/+1 | |
| | | ||||||
* | | sesman: fix so shadow accounts aren't incorrectly classified "inactive" | mancha | 2015-02-18 | 1 | -1/+4 | |
| | | | | | | | | as might happen if sp_max/sp_inact fields are empty or sp_lstchg=0. | |||||
* | | minor change in opus encoding | Jay Sorg | 2015-01-27 | 1 | -13/+20 | |
|/ | ||||||
* | chansrv: reset opus support on init | Jay Sorg | 2015-01-10 | 1 | -0/+3 | |
| | ||||||
* | chansrv: added opus audio compression for playback | Jay Sorg | 2015-01-09 | 2 | -9/+127 | |
| | ||||||
* | chansrv: change to 44100 recording, disconnect / reconnect fixes | Jay Sorg | 2014-11-26 | 2 | -16/+52 | |
| | ||||||
* | sesman: verify_user_bsd.c license change and indent | Jay Sorg | 2014-11-24 | 1 | -29/+28 | |
| | ||||||
* | Merge pull request #188 from renaudallard/devel | Thomas Goddard | 2014-11-23 | 2 | -0/+124 | |
|\ | | | | | Enable bsdauth authentication. | |||||
| * | Some fixes to compile properly since this version has change a lot from 0.6.1 | Renaud Allard | 2014-11-21 | 1 | -2/+8 | |
| | | ||||||
| * | Enable authenticate user using BSD password system | Renaud Allard | 2014-11-21 | 2 | -0/+118 | |
| | | ||||||
* | | sesman: fix for --enable-nopam | Jay Sorg | 2014-11-22 | 1 | -0/+8 | |
|/ | ||||||
* | chansrv: fix for segfault issue in chansrv_common | speidy | 2014-11-21 | 2 | -0/+2 | |
| | ||||||
* | sesman: avoid creation of .vnc directory if not vnc session | Jay Sorg | 2014-11-11 | 1 | -1/+7 | |
| |