Commit Graph

256 Commits

Author SHA1 Message Date
Nicola Ruggero
4cf06dbbcb Major code cleanup:
- Initialized and zeroed out local variables
- Check for some null pointers
- Fixed some typos
- Other minor changes (beautify, etc.)
2010-11-03 16:59:26 +01:00
Nicola Ruggero
36ef046e3c Improved logging. Patch by aaron 2010-10-26 12:24:57 +02:00
Jay Sorg
a8e68b0d46 limit X server to localhost and set dpi 2010-10-22 20:03:04 -07:00
jsorg71
b37ea27144 unsigned output log 2010-08-16 04:05:03 +00:00
jsorg71
befb33c893 remove some tabs 2010-08-09 23:06:51 +00:00
jsorg71
d83ebaa97a use do ... while (0) style for parse.h 2010-08-09 23:02:06 +00:00
jsorg71
7e36a89921 update copyright year 2010-07-26 03:48:58 +00:00
jsorg71
fb7e652d65 Fix sesman logging disruption after SIGHUP 2010-07-26 03:46:36 +00:00
jsorg71
aefd3808a1 don't use -l 2010-07-26 01:52:12 +00:00
jsorg71
4e024ccb4c update copyright year 2010-07-26 01:36:09 +00:00
jsorg71
c7a5643690 use -l for startwm.sh 2010-07-08 03:50:50 +00:00
jsorg71
8490a2b24b update copyright year 2010-07-04 07:36:06 +00:00
jsorg71
d70d80a33d update copyright year 2010-07-04 07:20:56 +00:00
jsorg71
e83b4c43f5 added X11DisplayOffset sesman option 2010-04-24 06:41:55 +00:00
jsorg71
abba73f9bc fix for session persistence 2010-03-15 20:27:41 +00:00
jsorg71
00ec87700b remove some dead code 2009-12-26 23:05:17 +00:00
jsorg71
28fe9bfde8 remove some dead code 2009-12-26 22:30:18 +00:00
jsorg71
7136d457e9 remove some dead code 2009-12-26 22:18:53 +00:00
jsorg71
f02566c7c5 remove some dead code 2009-12-26 22:08:54 +00:00
jsorg71
328649af9b g_thread_sck set outside of lock fix and g_cfg should always be a pointer to a struct 2009-09-28 01:16:07 +00:00
jsorg71
d9b86cc2ff added some more comments on environment setup 2009-09-20 19:07:20 +00:00
jsorg71
8e7b8396cc add commented suggestions for .bash_profile and /etc/environment 2009-09-20 17:51:08 +00:00
jsorg71
dc26b98025 read config file 2009-09-06 05:58:26 +00:00
jsorg71
52af655800 use type when looking for a session 2009-09-06 01:57:05 +00:00
jsorg71
9a12982a69 improvements for when a session is disconnected 2009-09-05 19:11:03 +00:00
jsorg71
90ce47855c use unix socket for chansrv 2009-09-05 03:42:50 +00:00
jsorg71
8a8b57153d added chansrv_cleanup 2009-09-04 19:34:24 +00:00
jsorg71
727012a56f added chansrv_cleanup 2009-09-04 19:20:40 +00:00
jsorg71
e11dce79dc don't set error handlers for now 2009-09-04 18:31:39 +00:00
jsorg71
4d80c52387 add '-nolisten tcp' to X11rdp and Xvnc params 2009-09-04 03:57:43 +00:00
jsorg71
5a47736ec8 add lib path for old X server install 2009-09-04 01:34:29 +00:00
jsorg71
278d65282e clipboard work 2009-09-02 02:52:30 +00:00
jsorg71
e0dec1eb02 clipboard work 2009-09-01 20:39:06 +00:00
jsorg71
2293410d7e clipboard work 2009-09-01 06:42:40 +00:00
jsorg71
b26da5af83 fix crash with large clipboards 2009-09-01 01:42:34 +00:00
jsorg71
0dee85d982 clipboard work 2009-08-31 21:25:06 +00:00
jsorg71
9fd0ddc722 function names 2009-08-31 18:47:46 +00:00
jsorg71
30f87388bb clipboard 2009-08-29 21:40:15 +00:00
jsorg71
64fde0e24f clipboard work 2009-08-29 21:20:27 +00:00
jsorg71
185414584d change the way chansrv is started 2009-08-29 21:19:28 +00:00
jsorg71
32292b5353 wait for xserver to start 2009-08-27 02:16:34 +00:00
jsorg71
23068b5fa1 work on clipboard 2009-08-27 02:15:49 +00:00
jsorg71
acd9f3d82d fix a crash when freeing struct SCP_SESSION 2009-08-24 18:09:19 +00:00
jsorg71
9fc138380b work on clipboard 2009-08-23 00:48:20 +00:00
jsorg71
db32048d81 use _ not - in name 2009-08-21 17:31:40 +00:00
jsorg71
c7838641cf handle X server crash better 2009-08-21 17:30:14 +00:00
jsorg71
359a190850 stop channel server, then xserver 2009-08-21 17:23:49 +00:00
jsorg71
df8527b251 pass domain, program, and directory to sesman and use directory and program 2009-08-19 07:27:35 +00:00
jsorg71
3fd42d808a added SECONDARY 2009-08-19 07:24:20 +00:00
jsorg71
fa91c84668 first clipboard checkin 2009-08-15 02:47:51 +00:00
jsorg71
e71b3012d5 make startwm.sh simpler and added comments 2009-08-09 00:04:11 +00:00
jsorg71
9922d2aef6 added x_server_running_check_ports 2009-08-06 19:01:09 +00:00
jsorg71
c85e32446c login changes when looking for available display 2009-08-06 06:13:52 +00:00
jsorg71
eeac7c938a add extended log output 2009-08-05 06:16:05 +00:00
jsorg71
3cfea6a959 patch from Christoph Brill - Don't always assume 3350 as the sesman port 2009-08-05 03:33:19 +00:00
jsorg71
e2c4dbf1af don't mark never expired accounts as disabled - patch from Christoph Brill 2009-07-23 19:59:01 +00:00
jsorg71
2750bd3c92 delete the pid file on exit 2009-07-23 19:46:44 +00:00
jsorg71
2f27bcef10 signal improvements to sessvc 2009-05-29 02:05:22 +00:00
jsorg71
d486e1dd91 change pam file name 2009-05-22 01:47:27 +00:00
jsorg71
d9ba6c30ca remove g_set_file_rights since g_file_open sets the bits right 2009-05-19 05:04:24 +00:00
jsorg71
23ffdb0c5f autotools fix and file_loc.h simplified 2009-05-19 04:23:49 +00:00
jsorg71
e1eb8bfcbc added device redir start files 2009-04-22 04:34:45 +00:00
jsorg71
c6b9952fa2 work on chansrv 2009-04-20 04:31:24 +00:00
jsorg71
631a7c16e1 added chansrv 2009-04-19 17:16:46 +00:00
jsorg71
3417482d10 update copyright year 2009-04-17 06:52:02 +00:00
jsorg71
67911e9fb9 added 15bpp support 2009-02-23 08:45:41 +00:00
jsorg71
b5c0a07657 use the thread_calls in common the mutexes and semaphores 2009-01-15 07:59:47 +00:00
jsorg71
a71ca6bc1f only the main thread forks 2009-01-12 06:43:58 +00:00
jsorg71
d241e02422 change to the g_signal_* functions 2008-12-30 08:32:22 +00:00
jsorg71
6f169002ed improve the wait for the x server to start 2008-12-29 04:24:51 +00:00
jsorg71
13ac4186c6 quiet them main loop of sesman 2008-12-28 08:15:40 +00:00
jsorg71
18600b093e move to using the signal functions instead of sigaddset since we removed unset signals 2008-12-28 06:11:14 +00:00
jsorg71
23fe2e2259 added g_ to globals, added SIGINT, SIGKILL to shutdown signals, other minor changes 2008-12-26 02:20:03 +00:00
jsorg71
af83cb7cae remove old makefiles 2008-12-16 02:47:45 +00:00
jsorg71
ffee44d518 autotools for sessvc 2008-11-25 04:14:37 +00:00
jsorg71
a6bc488678 move sessvc to a sub-directory 2008-11-25 04:00:53 +00:00
jsorg71
b768e8fb5d remove unset_signals 2008-11-10 01:50:04 +00:00
jsorg71
c3c6b39e3d fix for older auto tools 2008-11-02 21:27:42 +00:00
ilsimo
1cae42594b forgotten files 2008-09-11 20:57:55 +00:00
ilsimo
7c79298612 added first management code
added a rough management tool
fixes in session.c
2008-09-11 20:23:15 +00:00
jsorg71
f1ebdf189e added post install hook 2008-08-17 23:08:17 +00:00
jsorg71
f77934a58e remove lib version 2008-08-15 02:49:41 +00:00
jsorg71
e5cebc97f5 bin to sbin, common and install changes 2008-08-12 07:15:16 +00:00
jsorg71
29dbf2f7bf added HAVE_CONFIG_H 2008-08-12 07:13:43 +00:00
jsorg71
8c68a7d7f5 common and version changes 2008-08-12 07:12:06 +00:00
jsorg71
edf6d54b55 added define check for ipv6 structs 2008-08-12 07:11:05 +00:00
jsorg71
fa30584146 common change 2008-08-12 06:56:19 +00:00
jsorg71
4ae9c90a50 add tools subdir 2008-08-10 18:01:51 +00:00
jsorg71
e2ddf85628 adding autotools 2008-08-10 17:59:36 +00:00
jsorg71
5e94ef3174 change config.h to config_ac.h 2008-08-10 06:46:18 +00:00
jsorg71
e5796ac8a0 added sesman auth options 2008-08-09 08:35:05 +00:00
jsorg71
59a2d1dea6 build common as a library 2008-08-06 05:06:03 +00:00
jsorg71
c5fceb31ec autotools 2008-08-03 07:48:32 +00:00
ilsimo
d14b076a70 still more work on logging
libscp makefile fix
2008-07-30 10:58:30 +00:00
jsorg71
84c94f1c22 sesman.pid has a prefix 2008-05-07 03:24:06 +00:00
jsorg71
696b10b5ab sesman.ini does not have a prefix 2008-05-07 03:22:52 +00:00
jsorg71
ef69b94717 align and use XRDP_SBIN_PATH 2008-05-06 10:41:22 +00:00
jsorg71
673aaa36b1 full path for xrdp-sesman.log file 2008-05-06 09:45:25 +00:00
jsorg71
61ca96af62 include file_loc.h 2008-05-06 09:42:31 +00:00
jsorg71
f6825d1365 align 2008-05-06 07:16:42 +00:00