Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sesman: pid string match xrdp length | Jay Sorg | 2013-06-19 | 1 | -2/+2 |
| | |||||
* | sesman: fix for reading pid file | Jay Sorg | 2013-06-19 | 1 | -0/+1 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -295/+315 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | log: added path for when --prefix is used | Jay Sorg | 2012-06-10 | 1 | -5/+4 |
| | |||||
* | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 1 | -13/+17 |
| | |||||
* | remove old freerdp dir | Jay Sorg | 2012-02-13 | 1 | -1/+11 |
| | |||||
* | fix for https://bugzilla.redhat.com/show_bug.cgi?id=782619 | Jay Sorg | 2012-02-05 | 1 | -0/+2 |
| | |||||
* | Major code cleanup: | Nicola Ruggero | 2010-11-03 | 1 | -1/+4 |
| | | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.) | ||||
* | g_thread_sck set outside of lock fix and g_cfg should always be a pointer to ↵ | jsorg71 | 2009-09-28 | 1 | -2/+1 |
| | | | | a struct | ||||
* | use _ not - in name | jsorg71 | 2009-08-21 | 1 | -2/+2 |
| | |||||
* | add extended log output | jsorg71 | 2009-08-05 | 1 | -2/+5 |
| | |||||
* | delete the pid file on exit | jsorg71 | 2009-07-23 | 1 | -0/+6 |
| | |||||
* | autotools fix and file_loc.h simplified | jsorg71 | 2009-05-19 | 1 | -11/+12 |
| | |||||
* | only the main thread forks | jsorg71 | 2009-01-12 | 1 | -0/+10 |
| | |||||
* | change to the g_signal_* functions | jsorg71 | 2008-12-30 | 1 | -4/+4 |
| | |||||
* | quiet them main loop of sesman | jsorg71 | 2008-12-28 | 1 | -17/+49 |
| | |||||
* | move to using the signal functions instead of sigaddset since we removed ↵ | jsorg71 | 2008-12-28 | 1 | -9/+12 |
| | | | | unset signals | ||||
* | added g_ to globals, added SIGINT, SIGKILL to shutdown signals, other minor ↵ | jsorg71 | 2008-12-26 | 1 | -19/+25 |
| | | | | changes | ||||
* | still more work on logging | ilsimo | 2008-07-30 | 1 | -17/+23 |
| | | | | libscp makefile fix | ||||
* | more work on logging | ilsimo | 2008-02-21 | 1 | -1/+1 |
| | |||||
* | updating logging subsystem | ilsimo | 2008-02-20 | 1 | -10/+9 |
| | |||||
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | making libscp a real library | ilsimo | 2007-05-06 | 1 | -1/+4 |
| | | | | some fixes in configuration options | ||||
* | added ListenAddress configuration option | ilsimo | 2007-03-25 | 1 | -1/+1 |
| | |||||
* | fixes bug #1595324 in sf.net bugtracker | ilsimo | 2007-03-25 | 1 | -1/+3 |
| | |||||
* | copyright year update | jsorg71 | 2007-01-12 | 1 | -1/+1 |
| | |||||
* | g_chmod to g_chmod_hex | jsorg71 | 2006-10-28 | 1 | -1/+1 |
| | |||||
* | make sure /tmp/.X11-unix directoy exist | jsorg71 | 2006-10-27 | 1 | -0/+7 |
| | |||||
* | added ability to put extra Xserver parameters in sesman.ini | jsorg71 | 2006-09-18 | 1 | -0/+5 |
| | |||||
* | minor fixes and indent | jsorg71 | 2006-08-24 | 1 | -7/+7 |
| | |||||
* | making sesman multithread | ilsimo | 2006-07-13 | 1 | -49/+19 |
| | |||||
* | preparing sources to add new sesman control protocol | ilsimo | 2006-05-26 | 1 | -101/+4 |
| | |||||
* | updated code documentation | ilsimo | 2006-05-25 | 1 | -7/+11 |
| | |||||
* | year update and moved some stuff to os_calls.c | jsorg71 | 2006-04-23 | 1 | -42/+44 |
| | |||||
* | added nicer support for Xrdp | ilsimo | 2006-02-09 | 1 | -4/+14 |
| | | | | fixed some errors in Makefiles when installing | ||||
* | temp hack for starting Xrdp | jsorg71 | 2006-02-05 | 1 | -2/+4 |
| | |||||
* | new session list code | ilsimo | 2006-01-13 | 1 | -2/+21 |
| | | | | added support for new [sessions] configuration options | ||||
* | adding some access control features | ilsimo | 2005-12-15 | 1 | -5/+20 |
| | |||||
* | fixed check for pid file and delete of pid file on exit | ilsimo | 2005-11-16 | 1 | -6/+29 |
| | |||||
* | added --nodaemon and --kill options | ilsimo | 2005-11-13 | 1 | -49/+144 |
| | | | | | added pid file generation improved some code documentation | ||||
* | Adding logging functions and adding log options in config files | ilsimo | 2005-10-23 | 1 | -11/+26 |
| | |||||
* | fixing some typos in Makefiles | ilsimo | 2005-10-09 | 1 | -3/+0 |
| | |||||
* | Making sesman running as a daemon in the background and placing session ↵ | ilsimo | 2005-10-09 | 1 | -149/+103 |
| | | | | starting code in a separate util (sesrun) | ||||
* | Splitted sesman.c in more files. | ilsimo | 2005-10-06 | 1 | -324/+11 |
| | | | | Added sig.*, session.*, env.*, auth.h, tcp.* | ||||
* | added user specific window manager startup script and SIGUP to reload sesman ↵ | jsorg71 | 2005-09-25 | 1 | -46/+65 |
| | | | | configuration | ||||
* | changed pam session and env | jsorg71 | 2005-08-14 | 1 | -75/+94 |
| | |||||
* | don't set data to zero of found session | jsorg71 | 2005-08-11 | 1 | -1/+1 |
| | |||||
* | added pam session | jsorg71 | 2005-07-19 | 1 | -13/+31 |
| | |||||
* | SIGCHLD can differ | jsorg71 | 2005-07-11 | 1 | -1/+1 |
| |