Commit Graph

1499 Commits

Author SHA1 Message Date
Peter Kallden
457653ccff next_arg modified to support escaping of needles with backslash. ( you may need two dep. on your shell. )
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@570 423420c4-83ab-492f-b58f-81f9feb106b5
2004-01-21 18:17:20 +00:00
Michael Gernoth
00af04fa57 some fixes for solaris compiles.
toupper was redefined to handle strings, now renamed to toupper_str
disk.c has some more problems (it uses statfs and dirfd)


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@569 423420c4-83ab-492f-b58f-81f9feb106b5
2004-01-21 18:02:38 +00:00
Peter Kallden
a61eac7b19 redirection of disk, lptport, printer, comport.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@568 423420c4-83ab-492f-b58f-81f9feb106b5
2004-01-21 14:40:40 +00:00
Matt Chapman
f76ace37f2 Bump version number to 1.3.1.
Fix spelling: syncronization -> synchronisation (synchronization would be
okay too, but I use the Australian/British spelling :))


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@566 423420c4-83ab-492f-b58f-81f9feb106b5
2004-01-21 11:08:39 +00:00
Michael Gernoth
899e56c108 fix g_gc memleak
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@565 423420c4-83ab-492f-b58f-81f9feb106b5
2004-01-19 23:45:26 +00:00
Michael Gernoth
0f1660ead7 Try to use a TrueColor visual, even if the default-visual is
PseudoColor. This enables high-colour modes on displays with
a PseudoColor default visual and eliminates colourmap-flashing
at 8 bpp there.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@564 423420c4-83ab-492f-b58f-81f9feb106b5
2004-01-19 21:58:58 +00:00
Jay Sorg
df4b9915d8 ui_draw_text optimize and small fix
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@563 423420c4-83ab-492f-b58f-81f9feb106b5
2004-01-16 23:15:33 +00:00
Jay Sorg
76d94e27b2 fix seg fault when offset goes negative in desktop cache
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@562 423420c4-83ab-492f-b58f-81f9feb106b5
2003-12-24 17:23:03 +00:00
Michael Gernoth
d3264ba4f6 Hopefully portable timezone implementation by Johan Larsson
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@561 423420c4-83ab-492f-b58f-81f9feb106b5
2003-12-11 17:20:01 +00:00
Michael Gernoth
e0897748b8 Use AUDIO_FLUSH on the BSDs
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@560 423420c4-83ab-492f-b58f-81f9feb106b5
2003-12-11 15:07:04 +00:00
Michael Gernoth
33c294acd4 Use stropts.h on solaris
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@559 423420c4-83ab-492f-b58f-81f9feb106b5
2003-12-11 14:59:54 +00:00
Michael Gernoth
4cc35816cb Removed timezone stuff, due to too much portability problems...
Will solve this later
Portability "fix" for rdpsnd_sun.c on openbsd


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@558 423420c4-83ab-492f-b58f-81f9feb106b5
2003-12-11 12:25:38 +00:00
Michael Gernoth
e05e8b41f6 Some ChangeLog entries...
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@557 423420c4-83ab-492f-b58f-81f9feb106b5
2003-12-10 15:02:26 +00:00
Michael Gernoth
1adaed9046 X509 Certificate fix from Daniel Drown
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@556 423420c4-83ab-492f-b58f-81f9feb106b5
2003-12-10 08:02:59 +00:00
Michael Gernoth
15d76e893d Show frequent cliprdr-errors only when used with WITH_DEBUG_CLIPBOARD
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@555 423420c4-83ab-492f-b58f-81f9feb106b5
2003-12-09 22:07:47 +00:00
Michael Gernoth
c4ed40ce8b revert back to COM2
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@554 423420c4-83ab-492f-b58f-81f9feb106b5
2003-12-09 09:59:26 +00:00
Michael Gernoth
c24a3ace62 Timezone patch by Mark Roach
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@553 423420c4-83ab-492f-b58f-81f9feb106b5
2003-12-09 09:57:44 +00:00
Peter Åstrand
539da0823b Another famous "forgotten break in switch statement" bug...
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@552 423420c4-83ab-492f-b58f-81f9feb106b5
2003-12-08 15:28:24 +00:00
Peter Åstrand
454e01b591 Reverted to the old numlock-state code. The numlock sync can be enabled via new option -N
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@551 423420c4-83ab-492f-b58f-81f9feb106b5
2003-12-08 12:01:25 +00:00
Peter Åstrand
8353259b40 Translating linebreaks when exchanging data via clipboard
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@550 423420c4-83ab-492f-b58f-81f9feb106b5
2003-12-05 10:36:04 +00:00
Michael Gernoth
3354831a4e Keymap fixes from J.L.Mektub
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@549 423420c4-83ab-492f-b58f-81f9feb106b5
2003-11-29 11:11:02 +00:00
Peter Åstrand
80ef473e7f Applied patch from danci@agenda.si.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@548 423420c4-83ab-492f-b58f-81f9feb106b5
2003-11-26 16:34:22 +00:00
Peter Åstrand
d22aeb2015 Resetting Windows key state in reset_modifiers
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@547 423420c4-83ab-492f-b58f-81f9feb106b5
2003-11-11 14:01:31 +00:00
Peter Åstrand
58c2cbd12a When mixing -f and -g, the last option should take precedence.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@546 423420c4-83ab-492f-b58f-81f9feb106b5
2003-11-10 15:09:49 +00:00
Peter Åstrand
9c9a020b8f errno is not valid when recv returns zero.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@545 423420c4-83ab-492f-b58f-81f9feb106b5
2003-11-08 09:17:41 +00:00
Michael Gernoth
41ab669bf9 compile when not all baudrates are defined on a system
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@544 423420c4-83ab-492f-b58f-81f9feb106b5
2003-11-03 20:19:01 +00:00
Peter Åstrand
fb643bc640 Bugfix from Dario Lesca <d.lesca@solinos.it>.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@543 423420c4-83ab-492f-b58f-81f9feb106b5
2003-11-03 14:54:52 +00:00
Peter Åstrand
ee9d0add63 Re-worked numlock handling: Keeping remote numlock state in sync with local state
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@542 423420c4-83ab-492f-b58f-81f9feb106b5
2003-11-03 13:33:35 +00:00
Peter Åstrand
bbd2c8f209 Indent fixes
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@541 423420c4-83ab-492f-b58f-81f9feb106b5
2003-11-03 13:22:09 +00:00
Michael Gernoth
70fd6e6ba7 Fix crash bug when toggling fullscreen-mode with fancy cursors.
Do no longer destroy the global null_cursor, when destroying the
current window.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@540 423420c4-83ab-492f-b58f-81f9feb106b5
2003-11-02 16:43:29 +00:00
Peter Åstrand
6dbb270f2f Replaced C++ comments with C-style
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@539 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-31 20:34:26 +00:00
Peter Åstrand
db87e93fd5 Using name rdesktop-1.3.0.tar.gz for dist file
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@538 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-31 09:48:56 +00:00
Michael Gernoth
cd80e92281 Be more portable to platforms where I_FLUSH && FLUSHW are not defined
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@537 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-31 09:38:25 +00:00
Matt Chapman
36c26ab26b Need unistd.h for select.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@536 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-31 04:51:10 +00:00
Matt Chapman
826ceb5d4a Fix compile warnings on HP-UX.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@535 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-31 04:29:57 +00:00
Peter Åstrand
b0a0427c35 Added ChangeLog
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@534 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-30 11:49:38 +00:00
Michael Gernoth
20f2937ea4 translate24to{24,32} were not using make/split-colour which makes
them unuseable on BE RGB-Displays of this depth...
This should fix it.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@533 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-30 00:10:32 +00:00
Peter Åstrand
ed2d6084ed Indent fixes
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@531 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-29 14:14:46 +00:00
Peter Åstrand
96961a46e2 Including more documentation.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@530 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-29 13:52:51 +00:00
Peter Åstrand
655478be53 Added Michael.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@529 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-29 13:41:20 +00:00
Michael Gernoth
659ea7748f s/audio/sound/
add current syntax without any options


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@528 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-29 11:34:07 +00:00
Matt Chapman
ff230a1672 Fix translate16to16 along the lines of all the other translate functions.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@527 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-29 08:37:20 +00:00
Matt Chapman
5934915c9f A more general fix for the last problem - fixes 15-bit X as well.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@526 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-29 08:15:02 +00:00
Matt Chapman
a33777e671 Sync description with manpage, bump version number.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@525 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-29 06:32:34 +00:00
Matt Chapman
d9d8a266b0 Bump version number.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@524 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-29 06:31:30 +00:00
Matt Chapman
23b0faba94 Hopefully make it work with both RGB and BGR X servers.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@523 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-29 06:29:05 +00:00
Matt Chapman
0284e30b5f Disable withoutopenssl for now.
git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@522 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-29 06:16:31 +00:00
Matt Chapman
c59e388bd5 Don't complain about data PDU 47 - seems to be normal when disconnecting
from a console session on XP and 2003.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@521 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-29 04:18:00 +00:00
Michael Gernoth
c360aa4039 endianess fixes for 8 bit
fix for crash when g_bpp==24


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@520 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-28 09:02:46 +00:00
Matt Chapman
b19e3d035d -A -> -r sound
Update option listing and documentation for this and some other options.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@519 423420c4-83ab-492f-b58f-81f9feb106b5
2003-10-28 05:07:00 +00:00