Commit Graph

11 Commits

Author SHA1 Message Date
Henrik Andersson
87d8d123b8 Rework the logging system
This commit will add a logging system to solve the problem that
one actually need to recompile rdesktop from source to enable
different debug logging.

- Same logging api  for all kind of logging and messages to
   end user.

- Adding -v for verbose output when running rdesktop.

- All messages are logged into a subject and with a type, eg:

     logger(Keyboard, Notice, "Autos-electing %s based on locale.", locale);

- Debug logging is enabled trough a environment variable RDEKSTOP_DEBUG,
  which specifies subjects of interest, comma separated. There is a special
  subject named All which includes all subject for debug loggin. There is also
  a simple logic opeartor '!' = NOT which can be used in combination like:

    RDESKTOP_DEBUG=All,!Graphics,!Sound

  Which would give debug log output for All subject except Graphics and Sound.
2017-01-26 14:19:40 +01:00
Henrik Andersson
d529a86a17 Clarify how to build from source snapshot. 2015-10-02 11:29:20 +02:00
Henrik Andersson
6a6e01ae7c Update working Windows versions. 2015-08-21 09:03:02 +02:00
Peter Åstrand
54f3397709 Updated the list of Windows versions we know that rdesktop is known to
work with. Replaced CVS with Subversion. 



git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1611 423420c4-83ab-492f-b58f-81f9feb106b5
2011-04-13 08:46:04 +00:00
Peter Åstrand
e5e7b5572f Minor changes to make this README reStructured text.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1505 423420c4-83ab-492f-b58f-81f9feb106b5
2009-05-15 11:41:40 +00:00
Matt Chapman
b60949987c Improve experience for new users - provide more intelligent errors when
X11 or OpenSSL headers are missing, and clarify README


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1424 423420c4-83ab-492f-b58f-81f9feb106b5
2008-01-05 05:35:56 +00:00
Michael Gernoth
f37c871e8b Smartcard support by Alexi Volkov <alexi@pravex.kiev.ua> and additional
patches for smartcard-support by Jennings Jared <jared.jennings.ctr@eglin.af.mil>


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1308 423420c4-83ab-492f-b58f-81f9feb106b5
2006-11-01 20:52:01 +00:00
Michael Gernoth
04818ca41e bump version to 1.4.1
add some entries to TODO


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@902 423420c4-83ab-492f-b58f-81f9feb106b5
2005-05-08 17:57:12 +00:00
Michael Gernoth
9fcd17a2de rdesktop supports RDP5
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@861 423420c4-83ab-492f-b58f-81f9feb106b5
2005-03-14 12:59:47 +00:00
Matt Chapman
3961df1f79 Replace README with build and invocation instructions.
Update man page.
Still need to update AUTHORS.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@216 423420c4-83ab-492f-b58f-81f9feb106b5
2002-10-09 14:13:46 +00:00
Peter Åstrand
faa696f9fa Added README
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@108 423420c4-83ab-492f-b58f-81f9feb106b5
2002-09-01 11:37:28 +00:00