/[rdesktop]/sourceforge.net
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /sourceforge.net

View Directory Listing Directory Listing


Sticky Revision:

Revision 592 - Directory Listing
Modified Fri Jan 30 14:10:32 2004 UTC (20 years, 2 months ago) by n-ki
reworked the asyncio some and completed it. parallel and serial uses it now. disk.c is a likely candidate for the future, but there are some problems with disk.c that we will have to look into first. parallel and serial works better, they do not hang the session, but are still yerky at large chunks... possibly we could split the chunks, but the terminal server does not seem to like partial transfers, i've tried some variations.. :) fns->write() could be split in smaller pieces, but what should the thresholds be.


Revision 591 - Directory Listing
Modified Thu Jan 29 12:37:12 2004 UTC (20 years, 2 months ago) by n-ki
lptport and comport only do write in w2k, and it is not seamless.


Revision 590 - Directory Listing
Modified Thu Jan 29 12:27:21 2004 UTC (20 years, 2 months ago) by n-ki
put aio code within ifdefs


Revision 589 - Directory Listing
Modified Thu Jan 29 12:24:15 2004 UTC (20 years, 2 months ago) by n-ki
read support over lp port


Revision 588 - Directory Listing
Modified Thu Jan 29 11:47:14 2004 UTC (20 years, 2 months ago) by n-ki
remove global vars.  and put aio within ifdef


Revision 587 - Directory Listing
Modified Thu Jan 29 11:41:35 2004 UTC (20 years, 2 months ago) by n-ki
delete un needed define.


Revision 586 - Directory Listing
Modified Thu Jan 29 11:40:36 2004 UTC (20 years, 2 months ago) by n-ki
add comments about other printercache process cases


Revision 585 - Directory Listing
Modified Tue Jan 27 21:15:18 2004 UTC (20 years, 2 months ago) by n-ki
send_avail... use switch instead of if else.
disable aio on serial and parallel until finished.


Revision 584 - Directory Listing
Modified Tue Jan 27 21:06:22 2004 UTC (20 years, 2 months ago) by n-ki
lptport is working correctly now


Revision 583 - Directory Listing
Modified Tue Jan 27 10:36:49 2004 UTC (20 years, 2 months ago) by n-ki
cleanup of ltoa


Revision 582 - Directory Listing
Modified Fri Jan 23 14:37:51 2004 UTC (20 years, 2 months ago) by n-ki
fixing -r printer syntax using = as a separator to the driver part, i.e. -r printer:mydeskjet=xxx


Revision 581 - Directory Listing
Modified Fri Jan 23 14:34:47 2004 UTC (20 years, 2 months ago) by n-ki
adding some info about -r args.


Revision 580 - Directory Listing
Modified Fri Jan 23 08:35:52 2004 UTC (20 years, 2 months ago) by astrand
Ran indent-all.sh


Revision 579 - Directory Listing
Modified Fri Jan 23 08:18:41 2004 UTC (20 years, 2 months ago) by astrand
Fixed dist and RPM spec file


Revision 578 - Directory Listing
Modified Fri Jan 23 06:56:42 2004 UTC (20 years, 2 months ago) by n-ki
removing the code that set the serial io stuff, and the extra options to comport....


Revision 577 - Directory Listing
Modified Thu Jan 22 22:10:17 2004 UTC (20 years, 2 months ago) by stargo
Documentation fixes by François Revol


Revision 576 - Directory Listing
Modified Thu Jan 22 20:31:59 2004 UTC (20 years, 2 months ago) by stargo
fix g_null_pointer memleak
fixes for compiles on NetBSD & FreeBSD


Revision 575 - Directory Listing
Modified Thu Jan 22 09:03:06 2004 UTC (20 years, 2 months ago) by n-ki
next_arg. slight oversight, when backslashing a needle we need to left shift the string 1 char.


Revision 574 - Directory Listing
Modified Wed Jan 21 23:53:55 2004 UTC (20 years, 2 months ago) by stargo
os-support for stat(v)fs a little less(?) ugly


Revision 573 - Directory Listing
Modified Wed Jan 21 22:13:20 2004 UTC (20 years, 2 months ago) by stargo
OpenBSD support


Revision 572 - Directory Listing
Modified Wed Jan 21 21:51:59 2004 UTC (20 years, 2 months ago) by stargo
rdesktop compiles again on solaris


Revision 571 - Directory Listing
Modified Wed Jan 21 18:17:20 2004 UTC (20 years, 2 months ago) by n-ki
next_arg modified to support escaping of needles with backslash. ( you may need two dep. on your shell. )


Revision 570 - Directory Listing
Modified Wed Jan 21 18:02:38 2004 UTC (20 years, 2 months ago) by stargo
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)


Revision 569 - Directory Listing
Modified Wed Jan 21 14:40:40 2004 UTC (20 years, 2 months ago) by n-ki
redirection of disk, lptport, printer, comport.


Revision 568 - Directory Listing
Modified Wed Jan 21 11:08:40 2004 UTC (20 years, 2 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create tag
'RDESKTOP-1-3-1'.

Revision 567 - Directory Listing
Modified Wed Jan 21 11:08:39 2004 UTC (20 years, 2 months ago) by matthewc
Bump version number to 1.3.1.
Fix spelling: syncronization -> synchronisation (synchronization would be
okay too, but I use the Australian/British spelling :))


Revision 566 - Directory Listing
Modified Mon Jan 19 23:45:26 2004 UTC (20 years, 2 months ago) by stargo
fix g_gc memleak


Revision 565 - Directory Listing
Modified Mon Jan 19 21:58:58 2004 UTC (20 years, 2 months ago) by stargo
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.


Revision 564 - Directory Listing
Modified Fri Jan 16 23:15:33 2004 UTC (20 years, 2 months ago) by jsorg71
ui_draw_text optimize and small fix


Revision 563 - Directory Listing
Modified Wed Dec 24 17:23:03 2003 UTC (20 years, 3 months ago) by jsorg71
fix seg fault when offset goes negative in desktop cache


Revision 562 - Directory Listing
Modified Thu Dec 11 17:20:01 2003 UTC (20 years, 3 months ago) by stargo
Hopefully portable timezone implementation by Johan Larsson


Revision 561 - Directory Listing
Modified Thu Dec 11 15:07:04 2003 UTC (20 years, 3 months ago) by stargo
Use AUDIO_FLUSH on the BSDs


Revision 560 - Directory Listing
Modified Thu Dec 11 14:59:54 2003 UTC (20 years, 3 months ago) by stargo
Use stropts.h on solaris


Revision 559 - Directory Listing
Modified Thu Dec 11 12:25:38 2003 UTC (20 years, 3 months ago) by stargo
Removed timezone stuff, due to too much portability problems...
Will solve this later
Portability "fix" for rdpsnd_sun.c on openbsd


Revision 558 - Directory Listing
Modified Wed Dec 10 15:02:26 2003 UTC (20 years, 3 months ago) by stargo
Some ChangeLog entries...


Revision 557 - Directory Listing
Modified Wed Dec 10 08:02:59 2003 UTC (20 years, 3 months ago) by stargo
X509 Certificate fix from Daniel Drown


Revision 556 - Directory Listing
Modified Tue Dec 9 22:07:47 2003 UTC (20 years, 3 months ago) by stargo
Show frequent cliprdr-errors only when used with WITH_DEBUG_CLIPBOARD


Revision 555 - Directory Listing
Modified Tue Dec 9 09:59:26 2003 UTC (20 years, 3 months ago) by stargo
revert back to COM2


Revision 554 - Directory Listing
Modified Tue Dec 9 09:57:44 2003 UTC (20 years, 3 months ago) by stargo
Timezone patch by Mark Roach


Revision 553 - Directory Listing
Modified Mon Dec 8 15:28:24 2003 UTC (20 years, 3 months ago) by astrand
Another famous "forgotten break in switch statement" bug...


Revision 552 - Directory Listing
Modified Mon Dec 8 12:01:25 2003 UTC (20 years, 3 months ago) by astrand
Reverted to the old numlock-state code. The numlock sync can be enabled via new option -N


Revision 551 - Directory Listing
Modified Fri Dec 5 10:36:04 2003 UTC (20 years, 3 months ago) by astrand
Translating linebreaks when exchanging data via clipboard


Revision 550 - Directory Listing
Modified Sat Nov 29 11:11:02 2003 UTC (20 years, 4 months ago) by stargo
Keymap fixes from J.L.Mektub


Revision 549 - Directory Listing
Modified Wed Nov 26 16:34:22 2003 UTC (20 years, 4 months ago) by astrand
Applied patch from danci@agenda.si.


Revision 548 - Directory Listing
Modified Tue Nov 11 14:01:31 2003 UTC (20 years, 4 months ago) by astrand
Resetting Windows key state in reset_modifiers


Revision 547 - Directory Listing
Modified Mon Nov 10 15:09:49 2003 UTC (20 years, 4 months ago) by astrand
When mixing -f and -g, the last option should take precedence.


Revision 546 - Directory Listing
Modified Sat Nov 8 09:17:41 2003 UTC (20 years, 4 months ago) by astrand
errno is not valid when recv returns zero.


Revision 545 - Directory Listing
Modified Mon Nov 3 20:19:01 2003 UTC (20 years, 4 months ago) by stargo
compile when not all baudrates are defined on a system


Revision 544 - Directory Listing
Modified Mon Nov 3 14:54:52 2003 UTC (20 years, 4 months ago) by astrand
Bugfix from Dario Lesca <d.lesca@solinos.it>.


Revision 543 - Directory Listing
Modified Mon Nov 3 13:33:35 2003 UTC (20 years, 4 months ago) by astrand
Re-worked numlock handling: Keeping remote numlock state in sync with local state


Revision 542 - Directory Listing
Modified Mon Nov 3 13:22:09 2003 UTC (20 years, 4 months ago) by astrand
Indent fixes


Revision 541 - Directory Listing
Modified Sun Nov 2 16:43:29 2003 UTC (20 years, 4 months ago) by stargo
Fix crash bug when toggling fullscreen-mode with fancy cursors.
Do no longer destroy the global null_cursor, when destroying the
current window.


Revision 540 - Directory Listing
Modified Fri Oct 31 20:34:26 2003 UTC (20 years, 5 months ago) by astrand
Replaced C++ comments with C-style


Revision 539 - Directory Listing
Modified Fri Oct 31 09:48:56 2003 UTC (20 years, 5 months ago) by astrand
Using name rdesktop-1.3.0.tar.gz for dist file


Revision 538 - Directory Listing
Modified Fri Oct 31 09:38:25 2003 UTC (20 years, 5 months ago) by stargo
Be more portable to platforms where I_FLUSH && FLUSHW are not defined


Revision 537 - Directory Listing
Modified Fri Oct 31 04:51:10 2003 UTC (20 years, 5 months ago) by matthewc
Need unistd.h for select.


Revision 536 - Directory Listing
Modified Fri Oct 31 04:29:57 2003 UTC (20 years, 5 months ago) by matthewc
Fix compile warnings on HP-UX.


Revision 535 - Directory Listing
Modified Thu Oct 30 11:49:38 2003 UTC (20 years, 5 months ago) by astrand
Added ChangeLog


Revision 534 - Directory Listing
Modified Thu Oct 30 00:10:32 2003 UTC (20 years, 5 months ago) by stargo
translate24to{24,32} were not using make/split-colour which makes
them unuseable on BE RGB-Displays of this depth...
This should fix it.


Revision 533 - Directory Listing
Modified Wed Oct 29 14:14:47 2003 UTC (20 years, 5 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create tag
'RDESKTOP-1-3-0'.

Revision 532 - Directory Listing
Modified Wed Oct 29 14:14:46 2003 UTC (20 years, 5 months ago) by astrand
Indent fixes


Revision 531 - Directory Listing
Modified Wed Oct 29 13:52:51 2003 UTC (20 years, 5 months ago) by astrand
Including more documentation.


Revision 530 - Directory Listing
Modified Wed Oct 29 13:41:20 2003 UTC (20 years, 5 months ago) by astrand
Added Michael.


Revision 529 - Directory Listing
Modified Wed Oct 29 11:34:07 2003 UTC (20 years, 5 months ago) by stargo
s/audio/sound/
add current syntax without any options


Revision 528 - Directory Listing
Modified Wed Oct 29 08:37:20 2003 UTC (20 years, 5 months ago) by matthewc
Fix translate16to16 along the lines of all the other translate functions.


Revision 527 - Directory Listing
Modified Wed Oct 29 08:15:02 2003 UTC (20 years, 5 months ago) by matthewc
A more general fix for the last problem - fixes 15-bit X as well.


Revision 526 - Directory Listing
Modified Wed Oct 29 06:32:34 2003 UTC (20 years, 5 months ago) by matthewc
Sync description with manpage, bump version number.


Revision 525 - Directory Listing
Modified Wed Oct 29 06:31:30 2003 UTC (20 years, 5 months ago) by matthewc
Bump version number.


Revision 524 - Directory Listing
Modified Wed Oct 29 06:29:05 2003 UTC (20 years, 5 months ago) by matthewc
Hopefully make it work with both RGB and BGR X servers.


Revision 523 - Directory Listing
Modified Wed Oct 29 06:16:31 2003 UTC (20 years, 5 months ago) by matthewc
Disable withoutopenssl for now.


Revision 522 - Directory Listing
Modified Wed Oct 29 04:18:00 2003 UTC (20 years, 5 months ago) by matthewc
Don't complain about data PDU 47 - seems to be normal when disconnecting
from a console session on XP and 2003.


Revision 521 - Directory Listing
Modified Tue Oct 28 09:02:46 2003 UTC (20 years, 5 months ago) by stargo
endianess fixes for 8 bit
fix for crash when g_bpp==24


Revision 520 - Directory Listing
Modified Tue Oct 28 05:07:00 2003 UTC (20 years, 5 months ago) by matthewc
-A -> -r sound
Update option listing and documentation for this and some other options.


Revision 519 - Directory Listing
Modified Tue Oct 28 03:40:26 2003 UTC (20 years, 5 months ago) by matthewc
Convert bpp printf into DEBUG_RDP5 (perhaps not the ideal category but
it will do for now).


Revision 518 - Directory Listing
Modified Tue Oct 28 03:37:44 2003 UTC (20 years, 5 months ago) by matthewc
Hack to detect server-limited colour depth
(from neoware)


Revision 517 - Directory Listing
Modified Tue Oct 28 03:30:51 2003 UTC (20 years, 5 months ago) by matthewc
private colour map code only works for 8 bpp, disable otherwise
(from neoware)


Revision 516 - Directory Listing
Modified Tue Oct 28 03:20:43 2003 UTC (20 years, 5 months ago) by matthewc
Fix typo.


Revision 515 - Directory Listing
Modified Tue Oct 28 02:38:30 2003 UTC (20 years, 5 months ago) by matthewc
Better install detection (we want GNU or BSD, not SVR4 install) - try
/usr/ucb/installbsd, then /usr/ucb/install, then install.


Revision 514 - Directory Listing
Modified Tue Oct 28 02:33:52 2003 UTC (20 years, 5 months ago) by matthewc
AUDIO_CHANNELS_MONO/AUDIO_CHANNELS_STEREO not defined in some versions
of Solaris.


Revision 513 - Directory Listing
Modified Tue Oct 28 01:44:48 2003 UTC (20 years, 5 months ago) by matthewc
Reinstate hexdump for WITH_DEBUG.


Revision 512 - Directory Listing
Modified Thu Oct 23 11:23:54 2003 UTC (20 years, 5 months ago) by forsberg
Updated info about keymaps directory to reflect reality.


Revision 511 - Directory Listing
Modified Thu Oct 23 11:21:33 2003 UTC (20 years, 5 months ago) by forsberg
Fixed conflicting types for hexdump().


Revision 510 - Directory Listing
Modified Thu Oct 23 11:11:31 2003 UTC (20 years, 5 months ago) by stargo
fix for oss-driver (too fast acks)
some g_ prefixes for globals


Revision 509 - Directory Listing
Modified Wed Oct 22 12:16:03 2003 UTC (20 years, 5 months ago) by stargo
Mixer fallback for broken sound-drivers


Revision 508 - Directory Listing
Modified Wed Oct 22 10:55:11 2003 UTC (20 years, 5 months ago) by astrand
Applied null cursor patch from jeroen@oldambt7.com


Revision 507 - Directory Listing
Modified Mon Oct 20 21:04:40 2003 UTC (20 years, 5 months ago) by stargo
remove description for unimplemented commandline-option -r


Revision 506 - Directory Listing
Modified Sun Oct 19 12:20:38 2003 UTC (20 years, 5 months ago) by stargo
fix for compiler-warning
channels.c:135: warning: `channel' might be used uninitialized in this function


Revision 505 - Directory Listing
Modified Sun Oct 19 12:05:23 2003 UTC (20 years, 5 months ago) by stargo
Added missing parameters to man-page


Revision 504 - Directory Listing
Modified Sun Oct 19 11:59:41 2003 UTC (20 years, 5 months ago) by stargo
Make sure that g_dsp_busy is initialized to False


Revision 503 - Directory Listing
Modified Sun Oct 19 07:47:22 2003 UTC (20 years, 5 months ago) by astrand
Audio should be off by default.


Revision 502 - Directory Listing
Modified Sun Oct 19 07:46:33 2003 UTC (20 years, 5 months ago) by astrand
Added redirection.txt


Revision 501 - Directory Listing
Modified Fri Oct 17 08:23:47 2003 UTC (20 years, 5 months ago) by stargo
added switch (-A) to disable rdpsnd


Revision 500 - Directory Listing
Modified Wed Oct 15 14:32:43 2003 UTC (20 years, 5 months ago) by astrand
Support for specifying geometry in terms of percent of whole screen


Revision 499 - Directory Listing
Modified Wed Oct 15 14:01:32 2003 UTC (20 years, 5 months ago) by astrand
Fixed indentation


Revision 498 - Directory Listing
Modified Tue Oct 14 12:05:27 2003 UTC (20 years, 5 months ago) by astrand
xkeymap_init must be before using g_enable_compose.


Revision 497 - Directory Listing
Modified Tue Oct 14 11:55:24 2003 UTC (20 years, 5 months ago) by astrand
Applied patch from 795597.


Revision 496 - Directory Listing
Modified Tue Oct 14 11:29:44 2003 UTC (20 years, 5 months ago) by astrand
Applied fix from bug 744860.


Revision 495 - Directory Listing
Modified Tue Oct 14 11:15:13 2003 UTC (20 years, 5 months ago) by astrand
Removed duplicate lstroke definition (from bug 701685).


Revision 494 - Directory Listing
Modified Tue Oct 14 09:05:20 2003 UTC (20 years, 5 months ago) by astrand
Applied patch from bug 812205.


Revision 493 - Directory Listing
Modified Tue Oct 14 07:53:10 2003 UTC (20 years, 5 months ago) by stargo
fix gccism


Revision 492 - Directory Listing
Modified Tue Oct 14 07:46:49 2003 UTC (20 years, 5 months ago) by stargo
Fix format-detection by Robert Sanders


Revision 491 - Directory Listing
Modified Mon Oct 13 16:09:45 2003 UTC (20 years, 5 months ago) by stargo
Volume control for OSS & SUN
Ignore first 4 bytes of audio-packet (clicking noise)


Revision 490 - Directory Listing
Modified Mon Oct 13 14:40:40 2003 UTC (20 years, 5 months ago) by astrand
Moved include common to the top.


Revision 489 - Directory Listing
Modified Mon Oct 13 12:55:28 2003 UTC (20 years, 5 months ago) by astrand
Added de-ch keymap. Patch 755251


Revision 488 - Directory Listing
Modified Mon Oct 13 12:51:13 2003 UTC (20 years, 5 months ago) by astrand
Applied patch 734689


Revision 487 - Directory Listing
Modified Mon Oct 13 12:34:15 2003 UTC (20 years, 5 months ago) by astrand
Corrected SET_FOREGROUND/SET_BACKGROUND in Hatch handling routine.
This should be done according to patch 688390, and feels right,
although I basically have no idea of what I'm doing :-)


Revision 486 - Directory Listing
Modified Sun Oct 12 20:52:39 2003 UTC (20 years, 5 months ago) by astrand
Added fr-ca keymap. From patch 688218


Revision 485 - Directory Listing
Modified Sun Oct 12 20:51:44 2003 UTC (20 years, 5 months ago) by astrand
keymap-names.txt has CRLF line breaks


Revision 484 - Directory Listing
Modified Sun Oct 12 20:48:45 2003 UTC (20 years, 5 months ago) by astrand
Added keymap-names.txt


Revision 483 - Directory Listing
Modified Sat Oct 11 19:12:10 2003 UTC (20 years, 5 months ago) by jsorg71
big endian fixes


Revision 482 - Directory Listing
Modified Thu Oct 9 04:21:19 2003 UTC (20 years, 5 months ago) by matthewc
Add option to attach to console on Windows 2003.
(thanks to Chris Knight <chris@e-easy.com.au>)


Revision 481 - Directory Listing
Modified Thu Oct 9 03:28:04 2003 UTC (20 years, 5 months ago) by matthewc
Make some variables static.


Revision 480 - Directory Listing
Modified Tue Oct 7 06:47:02 2003 UTC (20 years, 5 months ago) by astrand
Removed sound from TODO list.


Revision 479 - Directory Listing
Modified Mon Oct 6 09:37:24 2003 UTC (20 years, 5 months ago) by astrand
Increased lengths for title, username and password


Revision 478 - Directory Listing
Modified Sun Oct 5 12:07:56 2003 UTC (20 years, 5 months ago) by matthewc
Fix crash bug when dsp_fd = -1.


Revision 477 - Directory Listing
Modified Sat Oct 4 12:24:56 2003 UTC (20 years, 5 months ago) by matthewc
Updates to Sun audio support (from Michael Gernoth).


Revision 476 - Directory Listing
Modified Sat Oct 4 00:03:24 2003 UTC (20 years, 5 months ago) by matthewc
Add Sun audio support, fix a bug in the OSS driver.
(Michael Gernoth <michael@gernoth.net>)


Revision 475 - Directory Listing
Modified Wed Oct 1 12:35:17 2003 UTC (20 years, 6 months ago) by matthewc
Initial sound support


Revision 474 - Directory Listing
Modified Tue Sep 30 09:11:08 2003 UTC (20 years, 6 months ago) by matthewc
Preliminary sound support (PCM only).
Based on code from GuoJunBo <guojunbo@ict.ac.cn>


Revision 473 - Directory Listing
Modified Sat Sep 27 12:14:25 2003 UTC (20 years, 6 months ago) by forsberg
If the channel has the CHANNEL_OPTION_SHOW_PROTOCOL set, the flags in
continuation packets must have the flag as well, not only the first packet.


Revision 472 - Directory Listing
Modified Thu Sep 25 22:23:42 2003 UTC (20 years, 6 months ago) by jsorg71
big edian support for 32 bpp xwindows, still need 16 and 24


Revision 471 - Directory Listing
Modified Mon Sep 22 12:33:21 2003 UTC (20 years, 6 months ago) by forsberg
Clarified usage message for -E flag.
Fixed flag-collission (-E was used twice, the other -E is now -Q).


Revision 470 - Directory Listing
Modified Mon Sep 15 08:03:30 2003 UTC (20 years, 6 months ago) by astrand
Kbd fix: Shift was always reset after press


Revision 469 - Directory Listing
Modified Mon Sep 15 08:01:58 2003 UTC (20 years, 6 months ago) by astrand
make proto WITH_OPENSSL.


Revision 468 - Directory Listing
Modified Mon Sep 15 07:59:36 2003 UTC (20 years, 6 months ago) by astrand
Indent fixes.


Revision 467 - Directory Listing
Modified Mon Sep 8 08:30:35 2003 UTC (20 years, 6 months ago) by astrand
Copyright update.


Revision 466 - Directory Listing
Modified Mon Sep 8 08:27:57 2003 UTC (20 years, 6 months ago) by astrand
Added my copyright


Revision 465 - Directory Listing
Modified Fri Sep 5 08:41:21 2003 UTC (20 years, 6 months ago) by astrand
Fixed GCC3 compiler warnings.


Revision 464 - Directory Listing
Modified Fri Sep 5 08:34:19 2003 UTC (20 years, 6 months ago) by astrand
Fixed GCC compiler warnings.


Revision 463 - Directory Listing
Modified Wed Sep 3 10:33:06 2003 UTC (20 years, 6 months ago) by astrand
Applied corrections from Luc Menut <menut@ensam.inra.fr>.


Revision 462 - Directory Listing
Modified Tue Sep 2 10:42:16 2003 UTC (20 years, 7 months ago) by astrand
Reversed last commit; those functions are not private.


Revision 461 - Directory Listing
Modified Tue Sep 2 09:40:07 2003 UTC (20 years, 7 months ago) by astrand
restore_remote_modifiers takes ev_time argument.


Revision 460 - Directory Listing
Modified Tue Sep 2 09:37:39 2003 UTC (20 years, 7 months ago) by astrand
Ran make proto.


Revision 459 - Directory Listing
Modified Tue Sep 2 09:37:17 2003 UTC (20 years, 7 months ago) by astrand
Internal functions are static.


Revision 458 - Directory Listing
Modified Tue Sep 2 09:32:13 2003 UTC (20 years, 7 months ago) by astrand
RDP5 is now default. Added -4 option.


Revision 457 - Directory Listing
Modified Sun Aug 31 20:04:05 2003 UTC (20 years, 7 months ago) by astrand
Updated comments with reality.


Revision 456 - Directory Listing
Modified Sun Aug 31 20:01:12 2003 UTC (20 years, 7 months ago) by astrand
Indent fixes


Revision 455 - Directory Listing
Modified Sun Aug 31 20:00:22 2003 UTC (20 years, 7 months ago) by astrand
Better english, or something like that.


Revision 454 - Directory Listing
Modified Sun Aug 31 19:59:21 2003 UTC (20 years, 7 months ago) by astrand
Documented fullscreen toggle keys and windows keys.


Revision 453 - Directory Listing
Modified Sun Aug 31 19:47:45 2003 UTC (20 years, 7 months ago) by astrand
Updated with reality.


Revision 452 - Directory Listing
Modified Sun Aug 31 19:45:56 2003 UTC (20 years, 7 months ago) by astrand
Support for (real) Windows keys, if running RDP5.


Revision 451 - Directory Listing
Modified Thu Aug 28 03:13:51 2003 UTC (20 years, 7 months ago) by matthewc
/etc/redhat-release not /etc/redhat_release


Revision 450 - Directory Listing
Modified Wed Aug 27 22:51:33 2003 UTC (20 years, 7 months ago) by jsorg71
more g_ prefix for global vars


Revision 449 - Directory Listing
Modified Wed Aug 27 09:42:55 2003 UTC (20 years, 7 months ago) by astrand
kbd: Restoring changed remote modifiers after keypress. Fixes problem with shift & altgr 'stuck' down after typing, for example, A


Revision 448 - Directory Listing
Modified Wed Aug 27 08:21:53 2003 UTC (20 years, 7 months ago) by astrand
Fixed memory leak with colormap allocation.


Revision 447 - Directory Listing
Modified Thu Aug 21 23:23:15 2003 UTC (20 years, 7 months ago) by jsorg71
more g_ prefix for global vars


Revision 446 - Directory Listing
Modified Mon Aug 18 04:52:51 2003 UTC (20 years, 7 months ago) by matthewc
Fix defragmentation code.


Revision 445 - Directory Listing
Modified Sun Aug 17 07:35:30 2003 UTC (20 years, 7 months ago) by astrand
Updated doc to reflect reality: numeric ipv6 addresses is now supported.


Revision 444 - Directory Listing
Modified Sun Aug 17 07:31:36 2003 UTC (20 years, 7 months ago) by astrand
Applied patch from Mike Dawson (slightly modified)
for handling numeric IPv6 addresses.


Revision 443 - Directory Listing
Modified Sun Aug 17 07:28:53 2003 UTC (20 years, 7 months ago) by astrand
ipv6 connect sanity checking: error message if not able to connect,
instead of just segfaulting.


Revision 442 - Directory Listing
Modified Tue Aug 12 07:19:31 2003 UTC (20 years, 7 months ago) by astrand
New Hungarian keymap. Looks better than the old one.


Revision 441 - Directory Listing
Modified Mon Aug 11 11:12:32 2003 UTC (20 years, 7 months ago) by astrand
Added ipv6.txt


Revision 440 - Directory Listing
Modified Mon Aug 11 11:09:17 2003 UTC (20 years, 7 months ago) by astrand
Applied IPv6 patch from mike@dexy.mine.nu.


Revision 439 - Directory Listing
Modified Mon Aug 11 11:08:19 2003 UTC (20 years, 7 months ago) by astrand
Indentation fix.


Revision 438 - Directory Listing
Modified Fri Aug 1 17:01:58 2003 UTC (20 years, 8 months ago) by jsorg71
more g_ prefix for global vars


Revision 437 - Directory Listing
Modified Mon Jul 28 21:41:12 2003 UTC (20 years, 8 months ago) by jsorg71
preceeded more global vars with g_


Revision 436 - Directory Listing
Modified Mon Jul 28 18:13:30 2003 UTC (20 years, 8 months ago) by jsorg71
use sizeof instead of hardcoded struct size in colour cache


Revision 435 - Directory Listing
Modified Wed Jul 9 09:18:20 2003 UTC (20 years, 8 months ago) by astrand
Indent fixes


Revision 434 - Directory Listing
Modified Wed Jul 9 07:26:14 2003 UTC (20 years, 8 months ago) by astrand
Added URL to scancode howto.


Revision 433 - Directory Listing
Modified Wed Jul 2 22:02:23 2003 UTC (20 years, 9 months ago) by jsorg71
enabled memblt for 15+ server color depth


Revision 432 - Directory Listing
Modified Tue Jul 1 09:31:25 2003 UTC (20 years, 9 months ago) by matthewc
Commit of work in progress on channels (so that other people can hack on
RDPSND), in particular:
* channel layer takes care of virtual channel header
* split X dependent parts out of CLIPRDR, simplified IPC implementation
* initial RDPDR implementation


Revision 431 - Directory Listing
Modified Mon Jun 30 08:59:08 2003 UTC (20 years, 9 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create tag
'INITIAL_IMPORT'.

Revision 430 - Directory Listing
Modified Mon Jun 30 08:59:07 2003 UTC (20 years, 9 months ago) by forsberg
This commit was generated by cvs2svn to compensate for changes in r428,
which included commits to RCS files with non-trunk default branches.


Revision 429 - Directory Listing
Modified Mon Jun 30 08:59:07 2003 UTC (20 years, 9 months ago) by forsberg
Initial import to SF.net


Revision 428 - Directory Listing
Modified Mon Jun 23 06:37:50 2003 UTC (20 years, 9 months ago) by forsberg
Got (more) info from Jeroen Meijer. Fixed the mysterious opcode 8
using that information. Added a thankyou-comment.


Revision 427 - Directory Listing
Modified Thu Jun 19 11:51:18 2003 UTC (20 years, 9 months ago) by forsberg
Make it possible to disable encryption for all packets except the
packets exchanged in the setup phase.

Seems to work with all encryption levels on my W2003 Server (Beta).


Revision 426 - Directory Listing
Modified Thu Jun 19 11:46:30 2003 UTC (20 years, 9 months ago) by forsberg
Detection of unclean disconnect turned out not to work on W2K3 Server. Doh!


Revision 425 - Directory Listing
Modified Thu Jun 19 11:46:03 2003 UTC (20 years, 9 months ago) by forsberg
Detection of unclean disconnect turned out not to work on W2K3 Server. Doh.


Revision 424 - Directory Listing
Modified Thu Jun 19 07:29:53 2003 UTC (20 years, 9 months ago) by forsberg
Make rdesktop return 0 only if a RDP_PDU_DISCONNECT was received,
otherwise return 2 (except for usage errors, where it still returns
1).

Documented exit codes of rdesktop in doc/exit_codes.txt.


Revision 423 - Directory Listing
Modified Tue Jun 17 08:44:32 2003 UTC (20 years, 9 months ago) by matthewc
Eliminate previous ugly hack for RDP5 packets, in order to make it work
with low encryption.


Revision 422 - Directory Listing
Modified Mon Jun 16 09:03:55 2003 UTC (20 years, 9 months ago) by forsberg
Try using STRING instead of TEXT if TEXT doesn't exist in the targets list.

This might solve trouble cutting in X, pasting to Windows when source OS is
(FJK-)IRIX.

There is still a need for better code when selecting format. This is a quick
hack.


Revision 421 - Directory Listing
Modified Thu Jun 12 09:25:13 2003 UTC (20 years, 9 months ago) by forsberg
If server advertises RDP4 support only, don't use rdp5. Ie, provide
fallback to RDP4 even if -5 switch is set on commandline.


Revision 420 - Directory Listing
Modified Wed Jun 11 09:00:38 2003 UTC (20 years, 9 months ago) by forsberg
Used the wrong variable by mistake when checking whether a format announce
should be sent or not after transferring data X -> Windows.


Revision 419 - Directory Listing
Modified Wed Jun 11 07:12:18 2003 UTC (20 years, 9 months ago) by forsberg
Added comment about TAG_SRV_SRV_3. And some debug output.


Revision 418 - Directory Listing
Modified Fri Jun 6 12:34:56 2003 UTC (20 years, 9 months ago) by forsberg
Added headers needed for compilation under FreeBSD (4.8 stable).
Moved DEBUG_CLIPBOARD in cliprdr_send_format_announce.

(Thanks goes to Maikel Verheijen <maikel <at> ladot <dot> com> for pointing
 this out)


Revision 417 - Directory Listing
Modified Fri Jun 6 11:11:44 2003 UTC (20 years, 9 months ago) by forsberg
Compile channels.o, cliprdr.o and ipc.o as well.


Revision 416 - Directory Listing
Modified Fri Jun 6 11:11:20 2003 UTC (20 years, 9 months ago) by forsberg
Initialize IPC.
Changes after running indent-all.sh


Revision 415 - Directory Listing
Modified Fri Jun 6 11:10:48 2003 UTC (20 years, 9 months ago) by forsberg
Listen for clipboard-related events and handle them.
Listen for IPC-related events and handle them.
Changes after running indent-all.sh


Revision 414 - Directory Listing
Modified Fri Jun 6 11:09:24 2003 UTC (20 years, 9 months ago) by forsberg
Changes after running indent-all.sh.


Revision 413 - Directory Listing
Modified Fri Jun 6 11:08:15 2003 UTC (20 years, 9 months ago) by forsberg
Definition of cliprdr_dataformat.


Revision 412 - Directory Listing
Modified Fri Jun 6 11:07:46 2003 UTC (20 years, 9 months ago) by forsberg
Request channels in an orderly way :).
Allow transmission on a certain channel (still retaining old interface).
Indentation changes.


Revision 411 - Directory Listing
Modified Fri Jun 6 10:48:38 2003 UTC (20 years, 9 months ago) by forsberg
Find and execute channel-specific callback when there is channel data.


Revision 410 - Directory Listing
Modified Fri Jun 6 10:47:34 2003 UTC (20 years, 9 months ago) by forsberg
Indentation/syntax changes after running indent-all.sh


Revision 409 - Directory Listing
Modified Fri Jun 6 10:46:00 2003 UTC (20 years, 9 months ago) by forsberg
Allow sending to specific MCS channels (still keeping old interface intact).
Send CJRQs for the channels we want when initializing MCS.


Revision 408 - Directory Listing
Modified Fri Jun 6 10:44:20 2003 UTC (20 years, 9 months ago) by forsberg
Indentation changes.


Revision 407 - Directory Listing
Modified Fri Jun 6 10:43:40 2003 UTC (20 years, 9 months ago) by forsberg
Comments about what file contains what functions.


Revision 406 - Directory Listing
Modified Fri Jun 6 10:43:01 2003 UTC (20 years, 9 months ago) by forsberg
Definition of DEBUG_CLIPBOARD.
Definition of rdp5_channel.


Revision 405 - Directory Listing
Modified Fri Jun 6 10:42:21 2003 UTC (20 years, 9 months ago) by forsberg
Added function definitions from channels.c, cliprdr.c and secure.c.
Reflected internal API changes.


Revision 404 - Directory Listing
Modified Fri Jun 6 10:40:14 2003 UTC (20 years, 9 months ago) by forsberg
Added clipboard-related constants.


Revision 403 - Directory Listing
Modified Fri Jun 6 10:39:41 2003 UTC (20 years, 9 months ago) by forsberg
Added --with-debug-clipboard and it's documentation.


Revision 402 - Directory Listing
Modified Fri Jun 6 10:39:10 2003 UTC (20 years, 9 months ago) by forsberg
Try getting clipboard from CLIPBOARD if there is no owner for PRIMARY.


Revision 401 - Directory Listing
Modified Fri Jun 6 10:10:20 2003 UTC (20 years, 9 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create tag
'PRE_CLIPBOARD_20030606'.

Revision 400 - Directory Listing
Modified Fri Jun 6 10:10:19 2003 UTC (20 years, 9 months ago) by forsberg
Channel handling, initial revision.


Revision 399 - Directory Listing
Modified Fri Jun 6 10:10:04 2003 UTC (20 years, 9 months ago) by forsberg
Inter-rdesktop communication, initial revision.


Revision 398 - Directory Listing
Modified Fri Jun 6 10:09:43 2003 UTC (20 years, 9 months ago) by forsberg
X-related prototypes, initial revision.


Revision 397 - Directory Listing
Modified Fri Jun 6 10:07:30 2003 UTC (20 years, 9 months ago) by forsberg
I'm an AUTHOR too! :-)


Revision 396 - Directory Listing
Modified Fri Jun 6 09:32:56 2003 UTC (20 years, 9 months ago) by forsberg
Indentation changes


Revision 395 - Directory Listing
Modified Fri Jun 6 09:32:15 2003 UTC (20 years, 9 months ago) by forsberg
Moved some debug code.
Fixed a compiler warning by typecasting correctly.


Revision 394 - Directory Listing
Modified Fri Jun 6 09:31:28 2003 UTC (20 years, 9 months ago) by forsberg
Handle transfers rdesktop <-> rdesktop with native windows formats.


Revision 393 - Directory Listing
Modified Fri Jun 6 09:30:48 2003 UTC (20 years, 9 months ago) by forsberg
Free memory when done with clipboard transfer.


Revision 392 - Directory Listing
Modified Fri Jun 6 09:30:06 2003 UTC (20 years, 9 months ago) by forsberg
Handle large clipboard transfers Windows -> X.

Still won't handle transfers that demand INCR on the X side.


Revision 391 - Directory Listing
Modified Fri Jun 6 09:29:01 2003 UTC (20 years, 9 months ago) by forsberg
Handle large clipboard transfers X->Windows.

Can't handle INCR yet, but at least we handle larger transfers than
1592 bytes.


Revision 390 - Directory Listing
Modified Fri Jun 6 09:28:21 2003 UTC (20 years, 9 months ago) by forsberg
Don't hardcode clipboard channel.


Revision 389 - Directory Listing
Modified Fri Jun 6 09:26:49 2003 UTC (20 years, 9 months ago) by forsberg
Added one to the length of sent data, since XGetProperty is not reporting the
null byte (although space is allocated for it as it seems).

Resend format announces if they fail, with a small delay. Ugly hack, but
it works..


Revision 388 - Directory Listing
Modified Fri Jun 6 09:26:11 2003 UTC (20 years, 9 months ago) by forsberg
Use last button or keypress, either up or down, as event time when aquiring
PRIMARY (and CLIPBOARD).


Revision 387 - Directory Listing
Modified Fri Jun 6 09:25:30 2003 UTC (20 years, 9 months ago) by forsberg
Send a format announce when we loose ownership of PRIMARY.


Revision 386 - Directory Listing
Modified Fri Jun 6 09:24:15 2003 UTC (20 years, 9 months ago) by forsberg
Rudimentary client->server clipboard transfer.


Revision 385 - Directory Listing
Modified Fri Jun 6 09:23:28 2003 UTC (20 years, 9 months ago) by forsberg
More proof-of-concept:

* Send a hardcoded string to the server when it wants our clipboard data.


Revision 384 - Directory Listing
Modified Fri Jun 6 09:22:25 2003 UTC (20 years, 9 months ago) by forsberg
Proof-of-concept, clipboard transfer server->client works!
A lot of stuff remains for a full implementation.


Revision 383 - Directory Listing
Modified Fri Jun 6 09:20:53 2003 UTC (20 years, 9 months ago) by forsberg
Initial revision


Revision 382 - Directory Listing
Modified Fri May 30 22:04:25 2003 UTC (20 years, 10 months ago) by jsorg71
adding g_ prefix to global vars, orders.c done


Revision 381 - Directory Listing
Modified Fri May 30 21:59:56 2003 UTC (20 years, 10 months ago) by jsorg71
adding g_ prefix to global vars, mcs.c done


Revision 380 - Directory Listing
Modified Fri May 30 21:44:06 2003 UTC (20 years, 10 months ago) by jsorg71
adding g_ prefix to global vars, licence.c done


Revision 379 - Directory Listing
Modified Fri May 30 21:31:59 2003 UTC (20 years, 10 months ago) by jsorg71
adding g_ prefix to global vars, cache.c done


Revision 378 - Directory Listing
Modified Fri May 23 14:39:35 2003 UTC (20 years, 10 months ago) by astrand
Commited new hungarian keymap


Revision 377 - Directory Listing
Modified Thu May 22 08:37:57 2003 UTC (20 years, 10 months ago) by forsberg
Set the first half of the client random to zeros instead of randomness.

Setting it to randomness seems to create random(!) connection errors. Bah!


Revision 376 - Directory Listing
Modified Mon May 19 21:36:33 2003 UTC (20 years, 10 months ago) by jsorg71
changes so it compiles with g++(mainly for ports)


Revision 375 - Directory Listing
Modified Fri May 16 21:55:14 2003 UTC (20 years, 10 months ago) by jsorg71
changed all order vars that go through rdp_in_coord to sint16


Revision 374 - Directory Listing
Modified Fri May 16 08:24:27 2003 UTC (20 years, 10 months ago) by astrand
Added hungarian keymap


Revision 373 - Directory Listing
Modified Thu May 15 14:26:15 2003 UTC (20 years, 10 months ago) by jsorg71
support for hatch patterns in patblt


Revision 372 - Directory Listing
Modified Mon May 5 12:20:54 2003 UTC (20 years, 10 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create tag
'PRE_CHANNELS_20030509'.

Revision 371 - Directory Listing
Modified Mon May 5 12:20:53 2003 UTC (20 years, 10 months ago) by forsberg
Hopefully got the RDP5 Logon packet working.


Revision 370 - Directory Listing
Modified Fri Apr 25 14:43:05 2003 UTC (20 years, 11 months ago) by astrand
Added fr-ch keymap


Revision 369 - Directory Listing
Modified Tue Apr 22 15:48:56 2003 UTC (20 years, 11 months ago) by forsberg
Fix bug that caused auto-logon not to work.

This is however just a fix for the case when you're running RDP4. The RDP5
code is still buggy.


Revision 368 - Directory Listing
Modified Wed Apr 16 13:48:17 2003 UTC (20 years, 11 months ago) by matthewc
Fix an endianness problem.


Revision 367 - Directory Listing
Modified Wed Apr 16 13:04:15 2003 UTC (20 years, 11 months ago) by matthewc
Move non system dependent part of save_licence back to licence.c.
Clean up overly paranoid code, close files, free memory, etc.


Revision 366 - Directory Listing
Modified Wed Apr 16 12:52:46 2003 UTC (20 years, 11 months ago) by matthewc
Update other places where LICENCE_TAG_* is used.


Revision 365 - Directory Listing
Modified Wed Apr 16 08:19:15 2003 UTC (20 years, 11 months ago) by matthewc
Fix some instances of out_uint{16|32} with non-zero value (should be
out_uint{16|32}_{le|be}


Revision 364 - Directory Listing
Modified Wed Apr 16 08:08:40 2003 UTC (20 years, 11 months ago) by matthewc
Split licensing "tag" into 8-bit tag/version and remove LICENCE_TAG_*_5
constants.


Revision 363 - Directory Listing
Modified Wed Apr 16 08:03:59 2003 UTC (20 years, 11 months ago) by matthewc
Autodetect RDP4-style or X.509 exchange (RDP5 still uses the earlier
if you don't have a licence server).


Revision 362 - Directory Listing
Modified Wed Apr 16 06:35:33 2003 UTC (20 years, 11 months ago) by astrand
Added Faroese keymap


Revision 361 - Directory Listing
Modified Wed Apr 9 11:44:03 2003 UTC (20 years, 11 months ago) by astrand
Applied patch from Kim Michael Eriksen.


Revision 360 - Directory Listing
Modified Thu Apr 3 13:56:51 2003 UTC (20 years, 11 months ago) by forsberg
Added a small thankyou-comment.


Revision 359 - Directory Listing
Modified Thu Apr 3 13:52:41 2003 UTC (20 years, 11 months ago) by forsberg
Define and use RDP5-related licence tags. Seems to solve the troubles with
undefined licence tags when running in RDP5 mode.


Revision 358 - Directory Listing
Modified Thu Apr 3 13:47:33 2003 UTC (20 years, 11 months ago) by astrand
Removed duplicate at definition.


Revision 357 - Directory Listing
Modified Fri Mar 28 12:55:25 2003 UTC (21 years ago) by forsberg
Got colordepth > 8 bits to work again (apparently, another byte must be set in the client info
depending on the depth wanted).

I think we need to be a bit careful and check what depth the server is really giving us, or
we will have strange results sometimes.


Revision 356 - Directory Listing
Modified Fri Mar 28 09:13:48 2003 UTC (21 years ago) by forsberg
Initialize some variables in order to avoid a compiler warning. Umm.. A bit ugly. Might remove this later.


Revision 355 - Directory Listing
Modified Fri Mar 28 09:09:17 2003 UTC (21 years ago) by forsberg
Got bitmap decompression to work. It turned out Microsoft doesn't care about sending the compressed
bitmap header any longer, instead the size of the compressed bitmap data is sent in the bitmapLength
field of the cache bitmap order. Of course this doesn't concur with T.128.

Added more detailed debugging which helped in finding this.


Revision 354 - Directory Listing
Modified Thu Mar 27 13:33:17 2003 UTC (21 years ago) by (unknown author)
This commit was manufactured by cvs2svn to create tag
'RDP5_PARTIAL_0_20030327'.

Revision 353 - Directory Listing
Modified Thu Mar 27 13:33:16 2003 UTC (21 years ago) by forsberg
iso_connect, mcs_connect and sec_connect now takes a username as an argument.

mcs_recv fills in a channel id in a pointer argument.

process_orders takes the number of orders as an argument instead of figuring it out itself.

Exported process_bitmap_updates and process_palette and sec_decrypt
as non-static functions.

New public functions: process_colour_pointer_pdu (rdp.c),
                      process_cached_pointer_pdu (rdp.c),
                      process_null_system_pointer_pdu (rdp.c),
		      rdp5_process (rdp5.c),
		      rdp5_process_channel (rdp5.c)


Revision 352 - Directory Listing
Modified Thu Mar 27 13:29:36 2003 UTC (21 years ago) by forsberg
Send a "4" instead of a "1" in the correct place if we try to support RDP5.

Updated client build. We now aim at being 2600 compatible :-).

Set up the clipboard redirector at this protocol level as well (see also
mcs.c)

Do the new-style encryption setup using RSA and X.509 routines from
OpenSSL. That sounds easier than it is (!).

Added some comments and debug output.

Process RDP5 channel data (for channels != MCS_GLOBAL_CHANNEL).

Send the username to mcs_connect.


Revision 351 - Directory Listing
Modified Thu Mar 27 13:22:29 2003 UTC (21 years ago) by forsberg
Send different logon packets based on if we try to support RDP5 or not. The
order of the data is slightly different in RDP5.

Moved pointer PDU handling to their own functions, since RDP5 no longer
encapsulates ColorPointer and CachedPointer in a PDU with a type field.

Made debug output when doing Bitmap updates clearer. Also added debug
printout when bitmap compression failed.

Added code that checks for a new way of sending the size of the compressed
bitmaps. Code imported from Matt's RDP5 adventures :).

Debug output when doing Palette updates in order to make it easier to follow
packets.

Fetch the number of orders here instead of in process_orders and send it
along to that function as an argument.

Send the username to sec_connect.


Revision 350 - Directory Listing
Modified Thu Mar 27 13:18:13 2003 UTC (21 years ago) by forsberg
Support for the -5 flag to rdesktop, indicating the experimental RDP5
support should be used.


Revision 349 - Directory Listing
Modified Thu Mar 27 13:17:26 2003 UTC (21 years ago) by forsberg
process_orders now take the number of orders to process as an argument
instead of reading it itself. Adaptation for the RDP5 code to work.

Added some debugging.

Indent fixes.


Revision 348 - Directory Listing
Modified Thu Mar 27 13:15:36 2003 UTC (21 years ago) by forsberg
Changed some of the data sent from mcs_send_connection_initial - the
number of channels being the most important.

Don't assume the length of the data coming back from the server is
of the same length that the data we sent was.

Record the channel id of incoming MCS packets.

Send username to iso_connect, in order for it to be able to send the
mstshash.

Open the clipboard channel if we are speaking RDP5.


Revision 347 - Directory Listing
Modified Thu Mar 27 13:11:58 2003 UTC (21 years ago) by forsberg
Remade connection setup. Send mstshash in initial packet.

(This might not be needed, but the more lookalike to a MS client we are,
 the better).

Recognize RDP5 packets and hand them to the RDP5 parsing routine.


Revision 346 - Directory Listing
Modified Thu Mar 27 13:10:16 2003 UTC (21 years ago) by forsberg
Added the constants SEC_TAG_CLI_4 and SEC_TAG_CLI_CHANNELS. Both are
used in the RDP5 support.


Revision 345 - Directory Listing
Modified Thu Mar 27 13:08:57 2003 UTC (21 years ago) by forsberg
Added a line telling emacs that the basic offset is 8.


Revision 344 - Directory Listing
Modified Thu Mar 27 13:08:09 2003 UTC (21 years ago) by forsberg
Added rdp5.o to the list of objects to compile.


Revision 343 - Directory Listing
Modified Thu Mar 27 13:07:28 2003 UTC (21 years ago) by forsberg
Initial version. Combined code from Matt's RDP5 adventures with some of
my own discoveries.


Revision 342 - Directory Listing
Modified Fri Mar 14 12:00:17 2003 UTC (21 years ago) by astrand
Support for moving window by dragging applications title bar. To be used
in conjunction with -s, -S and -D.


Revision 341 - Directory Listing
Modified Thu Mar 6 15:36:28 2003 UTC (21 years ago) by forsberg
Defined a DEBUG_RDP5 macro for selective debugging during the RDP5 integration process.


Revision 340 - Directory Listing
Modified Thu Mar 6 14:11:17 2003 UTC (21 years ago) by forsberg
If WITH_DEBUG, print the number of the packet just received, which makes
it easier to follow the packet on the network.


Revision 339 - Directory Listing
Modified Thu Mar 6 14:06:38 2003 UTC (21 years ago) by forsberg
Added comment about where to find definition of General Capability set.


Revision 338 - Directory Listing
Modified Wed Mar 5 13:12:22 2003 UTC (21 years ago) by (unknown author)
This commit was manufactured by cvs2svn to create tag
'PRE_RDP5_20030306'.

Revision 337 - Directory Listing
Modified Wed Mar 5 13:12:21 2003 UTC (21 years ago) by astrand
Removed wrong duplicates.


Revision 336 - Directory Listing
Modified Sun Mar 2 23:45:34 2003 UTC (21 years, 1 month ago) by jsorg71
fix for connecting to a server that was disconnected with ms client


Revision 335 - Directory Listing
Modified Fri Feb 21 10:35:38 2003 UTC (21 years, 1 month ago) by astrand
rfbregion.h is in rfb dir.


Revision 334 - Directory Listing
Modified Thu Feb 20 12:17:04 2003 UTC (21 years, 1 month ago) by astrand
libvncserver header files is in vnc dir


Revision 333 - Directory Listing
Modified Thu Feb 20 12:14:13 2003 UTC (21 years, 1 month ago) by astrand
Added rdp2vnc support


Revision 332 - Directory Listing
Modified Tue Feb 18 13:51:43 2003 UTC (21 years, 1 month ago) by astrand
Prevent restoring by double click in single app mode.


Revision 331 - Directory Listing
Modified Tue Feb 18 13:44:27 2003 UTC (21 years, 1 month ago) by astrand
Prevent access to sys menu in single app mode


Revision 330 - Directory Listing
Modified Tue Feb 18 13:16:53 2003 UTC (21 years, 1 month ago) by astrand
Documentation for -S.


Revision 329 - Directory Listing
Modified Tue Feb 18 13:07:29 2003 UTC (21 years, 1 month ago) by astrand
Online help for -S.


Revision 328 - Directory Listing
Modified Tue Feb 18 13:03:51 2003 UTC (21 years, 1 month ago) by astrand
New option for running single applications maximized


Revision 327 - Directory Listing
Modified Tue Feb 18 13:02:58 2003 UTC (21 years, 1 month ago) by astrand
Indent fix.


Revision 326 - Directory Listing
Modified Wed Feb 12 09:56:13 2003 UTC (21 years, 1 month ago) by astrand
Only reports "bad keysym" if DEBUG_KBD.


Revision 325 - Directory Listing
Modified Tue Feb 11 11:31:04 2003 UTC (21 years, 1 month ago) by astrand
Moved save_licence/load_licence back to rdesktop.c


Revision 324 - Directory Listing
Modified Tue Feb 11 10:40:03 2003 UTC (21 years, 1 month ago) by astrand
Added note explaining that protocol stack should be
system-independent.


Revision 323 - Directory Listing
Modified Mon Feb 10 13:48:39 2003 UTC (21 years, 1 month ago) by astrand
Added doc about licensing


Revision 322 - Directory Listing
Modified Mon Feb 10 13:08:25 2003 UTC (21 years, 1 month ago) by astrand
Updated prototypes.


Revision 321 - Directory Listing
Modified Mon Feb 10 13:07:47 2003 UTC (21 years, 1 month ago) by astrand
More static funcs.


Revision 320 - Directory Listing
Modified Mon Feb 10 13:05:40 2003 UTC (21 years, 1 month ago) by astrand
load_licence/save_licence static.


Revision 319 - Directory Listing
Modified Mon Feb 10 13:02:57 2003 UTC (21 years, 1 month ago) by astrand
Private funcs should be static.


Revision 318 - Directory Listing
Modified Mon Feb 10 12:58:51 2003 UTC (21 years, 1 month ago) by astrand
Indent fixes


Revision 317 - Directory Listing
Modified Mon Feb 10 12:56:34 2003 UTC (21 years, 1 month ago) by astrand
Moved load_licence/save_licence to licence.c. Removed SAVE_LICENCE cond.


Revision 316 - Directory Listing
Modified Sun Feb 9 17:17:37 2003 UTC (21 years, 1 month ago) by jsorg71
15 and 24 bit server support


Revision 315 - Directory Listing
Modified Sun Feb 9 01:38:07 2003 UTC (21 years, 1 month ago) by jsorg71
added 15 and 24 bit server options


Revision 314 - Directory Listing
Modified Fri Feb 7 23:43:37 2003 UTC (21 years, 1 month ago) by jsorg71
one bitmap decomp function to handle all colour depths


Revision 313 - Directory Listing
Modified Thu Feb 6 14:31:24 2003 UTC (21 years, 1 month ago) by astrand
Removed duplicat ampersand definition.


Revision 312 - Directory Listing
Modified Wed Feb 5 15:10:13 2003 UTC (21 years, 1 month ago) by astrand
Applied fixes from Per Kristian Hove.


Revision 311 - Directory Listing
Modified Wed Feb 5 14:16:33 2003 UTC (21 years, 1 month ago) by jsorg71
support for > 16 bit clients with 16 bit server


Revision 310 - Directory Listing
Modified Tue Feb 4 15:54:58 2003 UTC (21 years, 1 month ago) by astrand
Bugfix: remote_modifier_state was not updated correctly upon numlock toggle.


Revision 309 - Directory Listing
Modified Tue Feb 4 05:32:13 2003 UTC (21 years, 1 month ago) by jsorg71
16bit


Revision 308 - Directory Listing
Modified Mon Feb 3 08:25:02 2003 UTC (21 years, 1 month ago) by astrand
Removed broken less, greater and apostrophe definition.


Revision 307 - Directory Listing
Modified Fri Jan 31 08:24:42 2003 UTC (21 years, 2 months ago) by astrand
Removed two duplicates.


Revision 306 - Directory Listing
Modified Thu Jan 30 13:38:47 2003 UTC (21 years, 2 months ago) by matthewc
Solaris doesn't define INADDR_NONE (fix from Simon McCartney)


Revision 305 - Directory Listing
Modified Thu Jan 30 11:59:28 2003 UTC (21 years, 2 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create tag
'RDESKTOP-1-2-0'.

Revision 304 - Directory Listing
Modified Thu Jan 30 11:59:27 2003 UTC (21 years, 2 months ago) by matthewc
Wah. 2003 already.


Revision 303 - Directory Listing
Modified Thu Jan 30 11:57:10 2003 UTC (21 years, 2 months ago) by matthewc
Fix a bug where we report "Network is unreachable" instead of
"cannot resolve host".


Revision 302 - Directory Listing
Modified Thu Jan 30 11:47:11 2003 UTC (21 years, 2 months ago) by matthewc
Fix a compile warning.
Also have to include BN_CTX_new now that we're using it...


Revision 301 - Directory Listing
Modified Thu Jan 30 11:28:50 2003 UTC (21 years, 2 months ago) by matthewc
unsigned long != uint32 on a 64-bit machine.


Revision 300 - Directory Listing
Modified Thu Jan 30 11:20:30 2003 UTC (21 years, 2 months ago) by matthewc
Fix a few compile warnings.


Revision 299 - Directory Listing
Modified Thu Jan 30 11:15:00 2003 UTC (21 years, 2 months ago) by matthewc
Add some signed types and use them in the places we have silly casts now.


Revision 298 - Directory Listing
Modified Thu Jan 30 10:57:38 2003 UTC (21 years, 2 months ago) by matthewc
Avoid using non-portable += in generated Makeconf.


Revision 297 - Directory Listing
Modified Tue Jan 28 12:27:28 2003 UTC (21 years, 2 months ago) by matthewc
Add a warning function, change some errors to warnings, improve a
couple of error messages (not sure whether scewed was meant to be skewed
or screwed :))


Revision 296 - Directory Listing
Modified Tue Jan 28 12:07:55 2003 UTC (21 years, 2 months ago) by matthewc
Rename FILL_RECTANGLE_FAST to FILL_RECTANGLE_BACKSTORE to clarify what it
does


Revision 295 - Directory Listing
Modified Tue Jan 28 11:36:02 2003 UTC (21 years, 2 months ago) by matthewc
OpenSSL 0.9.7 hides definition of BN_CTX structure.


Revision 294 - Directory Listing
Modified Wed Jan 22 08:10:11 2003 UTC (21 years, 2 months ago) by matthewc
Bump version to 1.2.0, update manpage.


Revision 293 - Directory Listing
Modified Tue Jan 21 20:22:44 2003 UTC (21 years, 2 months ago) by astrand
Uses <openssl/rc4.h> if WITH_OPENSSL.
(patch [ 666773 ] Let licence.c optionally use the real rc4.h file)


Revision 292 - Directory Listing
Modified Tue Jan 21 20:09:55 2003 UTC (21 years, 2 months ago) by astrand
Applied patch:
[ 644262 ] en-gb keymap fixes


Revision 291 - Directory Listing
Modified Tue Jan 21 20:06:16 2003 UTC (21 years, 2 months ago) by astrand
Removed some duplicates, by using
patch [ 630516 ] Translations for spanish keyboards.


Revision 290 - Directory Listing
Modified Mon Jan 20 09:50:28 2003 UTC (21 years, 2 months ago) by astrand
Increased keymap size, to hold all keysyms.


Revision 289 - Directory Listing
Modified Thu Jan 16 13:48:02 2003 UTC (21 years, 2 months ago) by astrand
Fix for empty usernames


Revision 288 - Directory Listing
Modified Sun Jan 5 20:06:32 2003 UTC (21 years, 2 months ago) by jsorg71
focus fullscreen window if not focused when mouse moves, it seems some display managers don't focus new windows, this will provides a way to fucus it


Revision 287 - Directory Listing
Modified Thu Jan 2 10:55:01 2003 UTC (21 years, 2 months ago) by astrand
Added localstate to Return.


Revision 286 - Directory Listing
Modified Mon Dec 23 18:40:03 2002 UTC (21 years, 3 months ago) by jsorg71
make ui_draw_text a bit safer when cache_get_text returns NULL


Revision 285 - Directory Listing
Modified Fri Dec 13 10:51:57 2002 UTC (21 years, 3 months ago) by matthewc
Add clarification to licence - linking with OpenSSL is allowed.

http://bugs.debian.org/172574
http://www.openssl.org/support/faq.cgi#LEGAL2


Revision 284 - Directory Listing
Modified Wed Dec 11 19:54:12 2002 UTC (21 years, 3 months ago) by astrand
Added localstate to "Tab".


Revision 283 - Directory Listing
Modified Tue Dec 10 17:24:27 2002 UTC (21 years, 3 months ago) by jsorg71
fix for 32k packets that are really 8


Revision 282 - Directory Listing
Modified Sat Dec 7 18:35:29 2002 UTC (21 years, 3 months ago) by astrand
Added keymap autodetect wish.


Revision 281 - Directory Listing
Modified Mon Dec 2 22:57:47 2002 UTC (21 years, 3 months ago) by jsorg71
minor draw_text optimize


Revision 280 - Directory Listing
Modified Tue Nov 26 14:39:50 2002 UTC (21 years, 4 months ago) by n-ki
save licence change, based on Peter Fales and Mrs. Brisbys discussion.


Revision 279 - Directory Listing
Modified Tue Nov 26 10:09:14 2002 UTC (21 years, 4 months ago) by n-ki
owncolmap reintroduced, basically the same code, but with a switch -C. didn't use the -v switch as in the patches. I believe it is confusing and should be reserved for -version information. Other than that I can say that the code does not work as it does in the patches... haven't found what's wrong with it. bit shifting?


Revision 278 - Directory Listing
Modified Mon Nov 25 18:23:44 2002 UTC (21 years, 4 months ago) by jsorg71
ui_draw_text optimization from unified patches


Revision 277 - Directory Listing
Modified Tue Nov 19 15:02:18 2002 UTC (21 years, 4 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create tag
'RDESKTOP-1-2-beta1'.

Revision 276 - Directory Listing
Modified Tue Nov 19 15:02:17 2002 UTC (21 years, 4 months ago) by astrand
Bumped up version to 1.2beta1


Revision 275 - Directory Listing
Modified Tue Nov 19 14:48:02 2002 UTC (21 years, 4 months ago) by astrand
Applied WM-kill patch from Matthew Riechers (slightly modified


Revision 274 - Directory Listing
Modified Tue Nov 19 14:45:13 2002 UTC (21 years, 4 months ago) by astrand
Small indent fix.


Revision 273 - Directory Listing
Modified Tue Nov 19 14:22:47 2002 UTC (21 years, 4 months ago) by astrand
Made -g workarea a bit less fatal when the WM does not support _NET_WORKAREA:
defaulting to 800x600.


Revision 272 - Directory Listing
Modified Tue Nov 19 13:59:56 2002 UTC (21 years, 4 months ago) by astrand
We use RFC1766 now; update doc.
Added note about writing keymap files.


Revision 271 - Directory Listing
Modified Tue Nov 19 13:57:48 2002 UTC (21 years, 4 months ago) by astrand
Added keynums.png


Revision 270 - Directory Listing
Modified Tue Nov 19 13:47:46 2002 UTC (21 years, 4 months ago) by astrand
Added note about dead keys.


Revision 269 - Directory Listing
Modified Tue Nov 19 13:45:09 2002 UTC (21 years, 4 months ago) by astrand
Reverted to old hand-made keymap, with comments, and
without double definitions.


Revision 268 - Directory Listing
Modified Tue Nov 19 12:20:14 2002 UTC (21 years, 4 months ago) by astrand
Corrected acute translation.


Revision 267 - Directory Listing
Modified Tue Nov 19 11:06:12 2002 UTC (21 years, 4 months ago) by astrand
Fixed broken --without-openssl.


Revision 266 - Directory Listing
Modified Tue Nov 19 10:38:53 2002 UTC (21 years, 4 months ago) by astrand
Including rdesktop.h after Xlib.h.


Revision 265 - Directory Listing
Modified Tue Nov 19 10:37:39 2002 UTC (21 years, 4 months ago) by astrand
exit()ing after "this shouldn't be happening".


Revision 264 - Directory Listing
Modified Tue Nov 19 09:17:12 2002 UTC (21 years, 4 months ago) by astrand
Updated documentation to reflect new -D and -g workarea functionality.


Revision 263 - Directory Listing
Modified Mon Nov 18 18:12:49 2002 UTC (21 years, 4 months ago) by astrand
Support for extended WM hint _NET_WORKAREA, via -g workarea


Revision 262 - Directory Listing
Modified Mon Nov 18 15:37:20 2002 UTC (21 years, 4 months ago) by astrand
Support for hiding WM decorations


Revision 261 - Directory Listing
Modified Mon Nov 18 15:35:41 2002 UTC (21 years, 4 months ago) by astrand
Indent fixes.


Revision 260 - Directory Listing
Modified Mon Nov 18 15:31:19 2002 UTC (21 years, 4 months ago) by astrand
Indent fixes


Revision 259 - Directory Listing
Modified Mon Nov 18 15:30:12 2002 UTC (21 years, 4 months ago) by astrand
Indent fixes.


Revision 258 - Directory Listing
Modified Thu Nov 14 13:56:16 2002 UTC (21 years, 4 months ago) by matthewc
Look for a compiler out of $CC gcc cc, check if gcc (to use -Wall -O2)


Revision 257 - Directory Listing
Modified Mon Nov 11 23:15:27 2002 UTC (21 years, 4 months ago) by jsorg71
can't grabkeyboard on focusin unless mouse is in window, can't grabkeyboard on enternotiy unless window is focused, cache them, other grabkeyboard fixes


Revision 256 - Directory Listing
Modified Thu Nov 7 11:49:13 2002 UTC (21 years, 4 months ago) by matthewc
Add Norbert Federa to AUTHORS.


Revision 255 - Directory Listing
Modified Wed Nov 6 16:15:17 2002 UTC (21 years, 4 months ago) by astrand
Removed duplicate "at" definition.


Revision 254 - Directory Listing
Modified Tue Nov 5 11:22:20 2002 UTC (21 years, 4 months ago) by matthewc
Fix for bad colours on ARM (found by Ken Gordon) - we can't assume that
the representation of a COLOURENTRY array is the same as on the wire.
Copy method of process_colcache to process_palette.


Revision 253 - Directory Listing
Modified Tue Nov 5 11:09:26 2002 UTC (21 years, 4 months ago) by matthewc
Need to make absolutely sure rdesktop ungrabs the keyboard - do it on
LeaveNotify as well.


Revision 252 - Directory Listing
Modified Mon Nov 4 07:32:53 2002 UTC (21 years, 4 months ago) by matthewc
dead_circumflex not dead_circum.


Revision 251 - Directory Listing
Modified Sun Nov 3 12:46:34 2002 UTC (21 years, 4 months ago) by matthewc
Reinstate some "dead key" keysyms as well as the non-dead ones, so both
modes work.


Revision 250 - Directory Listing
Modified Sun Nov 3 12:33:02 2002 UTC (21 years, 4 months ago) by matthewc
Focus upon receiving EnterNotify in fullscreen mode (in lieu of window manager)


Revision 249 - Directory Listing
Modified Tue Oct 29 12:29:17 2002 UTC (21 years, 5 months ago) by astrand
Added translations for Sys_Req and Execute. Print has localstate flag.


Revision 248 - Directory Listing
Modified Tue Oct 29 05:31:50 2002 UTC (21 years, 5 months ago) by matthewc
Sync description with README and man page.  (In particular we don't implement
any of RDP5 yet.)


Revision 247 - Directory Listing
Modified Tue Oct 29 05:06:07 2002 UTC (21 years, 5 months ago) by matthewc
Need to copy keymaps of the form ??-?? as well.
(Jeffrey Hundstad)


Revision 246 - Directory Listing
Modified Mon Oct 28 11:36:42 2002 UTC (21 years, 5 months ago) by matthewc
Fix up German keymap manually for the time being.
(Wolfgang Zuleger)


Revision 245 - Directory Listing
Modified Thu Oct 24 08:49:20 2002 UTC (21 years, 5 months ago) by matthewc
Update documentation accordingly.


Revision 244 - Directory Listing
Modified Thu Oct 24 08:48:51 2002 UTC (21 years, 5 months ago) by matthewc
Change fullscreen toggle key to Ctrl-Alt-Enter.


Revision 243 - Directory Listing
Modified Thu Oct 24 08:44:41 2002 UTC (21 years, 5 months ago) by matthewc
Remove "Windows keys don't work" from TODO.


Revision 242 - Directory Listing
Modified Thu Oct 24 08:43:12 2002 UTC (21 years, 5 months ago) by matthewc
Add ex-team member Michal Mihalik to AUTHORS, and add a note up the top.


Revision 241 - Directory Listing
Modified Thu Oct 24 08:35:28 2002 UTC (21 years, 5 months ago) by matthewc
Update documentation for -k.


Revision 240 - Directory Listing
Modified Thu Oct 24 08:21:33 2002 UTC (21 years, 5 months ago) by matthewc
Change default keymap us -> en-us.


Revision 239 - Directory Listing
Modified Thu Oct 24 08:19:31 2002 UTC (21 years, 5 months ago) by matthewc
Rename keymaps according to RFC1766 as agreed (pity CVS doesn't allow
renaming/moving :().


Revision 238 - Directory Listing
Modified Wed Oct 23 14:55:52 2002 UTC (21 years, 5 months ago) by astrand
Increased shell max length to 128.


Revision 237 - Directory Listing
Modified Fri Oct 18 13:59:59 2002 UTC (21 years, 5 months ago) by matthewc
Generated keymaps from XKB data
Notes:
- These now follow a slightly different country code standard (out of the
  many to choose from :/) - da->dk, ja->jp, sv->se, uk->gb
- I've replaced the manually generated maps after checking that these are
  a superset.  In case of problems we can revert.


Revision 236 - Directory Listing
Modified Fri Oct 18 13:11:39 2002 UTC (21 years, 5 months ago) by matthewc
Add less/greater/bar key to common, since it seems to be present on every
keyboard except US (or at least XFree86 thinks so).


Revision 235 - Directory Listing
Modified Fri Oct 18 12:03:59 2002 UTC (21 years, 5 months ago) by astrand
Using wildcard for man page, since man pages are sometimes compressed by RPM and sometimes not.


Revision 234 - Directory Listing
Modified Wed Oct 16 14:49:21 2002 UTC (21 years, 5 months ago) by matthewc
Minor changes


Revision 233 - Directory Listing
Modified Mon Oct 14 07:50:59 2002 UTC (21 years, 5 months ago) by astrand
Added support for some dead keys (from Wolfgang Zuleger).


Revision 232 - Directory Listing
Modified Mon Oct 14 06:13:20 2002 UTC (21 years, 5 months ago) by matthewc
Update man page in line with source changes.


Revision 231 - Directory Listing
Modified Sat Oct 12 20:55:55 2002 UTC (21 years, 5 months ago) by astrand
Applied patch from Søren Schimkat.


Revision 230 - Directory Listing
Modified Fri Oct 11 14:30:16 2002 UTC (21 years, 5 months ago) by astrand
Applied patch from Wolfgang Zuleger.


Revision 229 - Directory Listing
Modified Fri Oct 11 14:29:10 2002 UTC (21 years, 5 months ago) by astrand
Added KP_Separator as alias for KP_Decimal.


Revision 228 - Directory Listing
Modified Fri Oct 11 14:24:13 2002 UTC (21 years, 5 months ago) by astrand
Correct scancodes for KP_Decimal and KP_Delete.


Revision 227 - Directory Listing
Modified Fri Oct 11 09:38:49 2002 UTC (21 years, 5 months ago) by astrand
Eliminating GCC warning message.


Revision 226 - Directory Listing
Modified Fri Oct 11 09:37:48 2002 UTC (21 years, 5 months ago) by astrand
Indent fixes.


Revision 225 - Directory Listing
Modified Fri Oct 11 08:54:08 2002 UTC (21 years, 5 months ago) by astrand
Case-insensitive keymap names.


Revision 224 - Directory Listing
Modified Fri Oct 11 08:48:34 2002 UTC (21 years, 5 months ago) by astrand
Applied patch [ 621292 ], and added --bindir and --mandir.


Revision 223 - Directory Listing
Modified Fri Oct 11 05:13:19 2002 UTC (21 years, 5 months ago) by matthewc
Make title -T in line with xterm, xemacs, etc.


Revision 222 - Directory Listing
Modified Fri Oct 11 04:00:32 2002 UTC (21 years, 5 months ago) by matthewc
I've been convinced that accepting server[:port] is the right way to do
things (less options to remember, and it's the syntax accepted by the MS
clients).


Revision 221 - Directory Listing
Modified Thu Oct 10 07:47:29 2002 UTC (21 years, 5 months ago) by matthewc
Fix rpath handling - on OSF1 (at least) we need to pass the rpath in one
colon-separated list.


Revision 220 - Directory Listing
Modified Thu Oct 10 07:25:31 2002 UTC (21 years, 5 months ago) by matthewc
Improve security of random number generation (support EGD, use MD5
in our poor man's version) - Jacco de Leeuw <jacco2@dds.nl>


Revision 219 - Directory Listing
Modified Thu Oct 10 06:51:31 2002 UTC (21 years, 5 months ago) by matthewc
Oops, accidentally introduced -Wall into the Makefile (which only works
with gcc)


Revision 218 - Directory Listing
Modified Wed Oct 9 14:20:31 2002 UTC (21 years, 5 months ago) by matthewc
Minor memory leak (pointed out by Eric Sellers <eric.sellers@beer.com>)


Revision 217 - Directory Listing
Modified Wed Oct 9 14:13:46 2002 UTC (21 years, 5 months ago) by matthewc
Replace README with build and invocation instructions.
Update man page.
Still need to update AUTHORS.


Revision 216 - Directory Listing
Modified Tue Oct 8 02:30:20 2002 UTC (21 years, 5 months ago) by matthewc
Also look for keymaps in keymaps/%s so that rdesktop can be run "in place"
without installation... I find this useful for testing and it might avoid
some user complaints as well.


Revision 215 - Directory Listing
Modified Tue Oct 8 02:26:59 2002 UTC (21 years, 5 months ago) by matthewc
Remove readpass.o


Revision 214 - Directory Listing
Modified Sun Oct 6 13:57:39 2002 UTC (21 years, 5 months ago) by matthewc
Remove -l (Microsoft have long since fixed the bug that made it work).


Revision 213 - Directory Listing
Modified Sun Oct 6 13:30:30 2002 UTC (21 years, 5 months ago) by matthewc
Remove -P (askpass program)


Revision 212 - Directory Listing
Modified Sun Oct 6 13:25:30 2002 UTC (21 years, 5 months ago) by matthewc
On Solaris Break is Shift-Pause not Alt-Pause - so when checking for
Ctrl-Alt-Break, accept both Break and Pause and check state of Ctrl
and Alt.


Revision 211 - Directory Listing
Modified Fri Oct 4 14:28:14 2002 UTC (21 years, 5 months ago) by matthewc
-p - now reads from stdin rather than using getpass (/dev/tty)


Revision 210 - Directory Listing
Modified Fri Oct 4 14:25:37 2002 UTC (21 years, 5 months ago) by matthewc
Show display name in "Failed to open display" message.


Revision 209 - Directory Listing
Modified Wed Oct 2 13:51:16 2002 UTC (21 years, 6 months ago) by matthewc
Arguments to get_key_state the wrong way around.


Revision 208 - Directory Listing
Modified Fri Sep 27 01:04:34 2002 UTC (21 years, 6 months ago) by matthewc
Need to wait for visibility before calling XSetInputFocus
(pointed out by Jay).


Revision 207 - Directory Listing
Modified Thu Sep 26 14:26:46 2002 UTC (21 years, 6 months ago) by matthewc
Update copyright dates on all files that have changed.
Bump version to 1.2-cvs.


Revision 206 - Directory Listing
Modified Thu Sep 26 14:17:41 2002 UTC (21 years, 6 months ago) by matthewc
Convert C++ style comment.


Revision 205 - Directory Listing
Modified Thu Sep 26 14:11:59 2002 UTC (21 years, 6 months ago) by matthewc
Suppress missing translation warnings if the keymap was "none" or doesn't
exist (in the latter case the user already receives an error).


Revision 204 - Directory Listing
Modified Thu Sep 26 14:10:30 2002 UTC (21 years, 6 months ago) by matthewc
Oops typo... should have tested it first :)


Revision 203 - Directory Listing
Modified Thu Sep 26 14:04:30 2002 UTC (21 years, 6 months ago) by matthewc
Optimise get_key_state by caching the modifier map and the state
(this can probably still be improved in the future).
Only call time(NULL) for the events where it's needed.


Revision 202 - Directory Listing
Modified Thu Sep 26 14:01:42 2002 UTC (21 years, 6 months ago) by matthewc
Provide some more feedback to the user.


Revision 201 - Directory Listing
Modified Wed Sep 25 14:33:36 2002 UTC (21 years, 6 months ago) by matthewc
Fix for flashing title bar problem.


Revision 200 - Directory Listing
Modified Wed Sep 25 11:20:14 2002 UTC (21 years, 6 months ago) by astrand
Removed FIXME for key 124 (Print Screen).


Revision 199 - Directory Listing
Modified Wed Sep 25 11:17:59 2002 UTC (21 years, 6 months ago) by astrand
Support for Break key.


Revision 198 - Directory Listing
Modified Wed Sep 25 11:12:08 2002 UTC (21 years, 6 months ago) by astrand
Removed FIXME for key 126.


Revision 197 - Directory Listing
Modified Wed Sep 25 11:07:57 2002 UTC (21 years, 6 months ago) by astrand
Support for Pause key.


Revision 196 - Directory Listing
Modified Wed Sep 25 11:07:12 2002 UTC (21 years, 6 months ago) by astrand
Indent fixes.


Revision 195 - Directory Listing
Modified Wed Sep 25 09:00:57 2002 UTC (21 years, 6 months ago) by matthewc
Sync crypto/ with OpenSSL 0.9.6g (trivial changes only).


Revision 194 - Directory Listing
Modified Tue Sep 24 12:25:21 2002 UTC (21 years, 6 months ago) by matthewc
Move keyboard grabbing to FocusIn/FocusOut to fix "rdesktop gets screensaver
password" problem.  Hopefully this won't bring back the phantom flashing
titlebar...


Revision 193 - Directory Listing
Modified Tue Sep 24 11:14:46 2002 UTC (21 years, 6 months ago) by matthewc
Avoid sending release of Break in Ctrl-Alt-Break to server.


Revision 192 - Directory Listing
Modified Tue Sep 24 07:59:14 2002 UTC (21 years, 6 months ago) by matthewc
foo function() -> foo function(void) to conform to ANSI C.


Revision 191 - Directory Listing
Modified Tue Sep 24 07:58:34 2002 UTC (21 years, 6 months ago) by matthewc
Reorder searches a bit - finds wrong X11 directory on my Debian system
since X11 is symlinked into /usr/include.


Revision 190 - Directory Listing
Modified Tue Sep 24 07:33:17 2002 UTC (21 years, 6 months ago) by matthewc
Make no translation messages DEBUG_KBD.
Clean up includes, fix a few compile warnings, avoid rdesktop.h depending
on X (at the expense of KeySym -> uint32 - maybe in the future we need a
better proto scheme).


Revision 189 - Directory Listing
Modified Tue Sep 24 07:27:43 2002 UTC (21 years, 6 months ago) by matthewc
Look for system OpenSSL in the usual places; if not found recommend installing.


Revision 188 - Directory Listing
Modified Tue Sep 24 06:09:09 2002 UTC (21 years, 6 months ago) by matthewc
Reinstate a cleaned-up version of the old xwin_toggle_fullscreen - I indeed
can't get it working reliably with all window managers without creating a
new window.
Move remaining non-window dependant code into ui_init/ui_deinit so that
xwin_toggle_fullscreen can do ui_destroy_window/ui_create_window.


Revision 187 - Directory Listing
Modified Tue Sep 24 05:14:14 2002 UTC (21 years, 6 months ago) by matthewc
Test for X includes with -f instead of -e (-e is non-portable)


Revision 186 - Directory Listing
Modified Wed Sep 18 12:28:26 2002 UTC (21 years, 6 months ago) by astrand
Updated info about vincent_8bpp.patch.


Revision 185 - Directory Listing
Modified Wed Sep 18 12:13:08 2002 UTC (21 years, 6 months ago) by n-ki
Owncolmap removed in favour of more intelligent color allocation.


Revision 184 - Directory Listing
Modified Tue Sep 17 17:16:24 2002 UTC (21 years, 6 months ago) by astrand
Applied apostrophe patch from hopfgartner.


Revision 183 - Directory Listing
Modified Tue Sep 17 16:57:07 2002 UTC (21 years, 6 months ago) by astrand
Shift optimization: Either left or right shift is fine.


Revision 182 - Directory Listing
Modified Tue Sep 17 16:55:43 2002 UTC (21 years, 6 months ago) by astrand
Small line-break fix for DEBUG_KBD.


Revision 181 - Directory Listing
Modified Tue Sep 17 16:54:04 2002 UTC (21 years, 6 months ago) by astrand
Added localstate to space.


Revision 180 - Directory Listing
Modified Tue Sep 17 16:06:49 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about vincent_8bpp.patch.


Revision 179 - Directory Listing
Modified Tue Sep 17 15:57:01 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about vincent_19-7-3_excel.patch.


Revision 178 - Directory Listing
Modified Tue Sep 17 10:00:14 2002 UTC (21 years, 6 months ago) by astrand
Fixed typos: TDB -> TBD


Revision 177 - Directory Listing
Modified Tue Sep 17 09:59:13 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about vpypatch.txt.


Revision 176 - Directory Listing
Modified Tue Sep 17 09:55:03 2002 UTC (21 years, 6 months ago) by n-ki
some BE fixes - without these rdesktop wont run on IBM AIX  - such as RS6000 PowerPC


Revision 175 - Directory Listing
Modified Tue Sep 17 09:42:42 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about vincent_19-7-2.secure.patch.


Revision 174 - Directory Listing
Modified Tue Sep 17 09:34:39 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about svenni_disable_bs_in_x-tiny-patch.


Revision 173 - Directory Listing
Modified Tue Sep 17 09:33:27 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about svenni_dis_wmkeybnds.patch.


Revision 172 - Directory Listing
Modified Tue Sep 17 09:29:26 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about svenni_dis_wmkeybnds.patch.


Revision 171 - Directory Listing
Modified Tue Sep 17 09:20:13 2002 UTC (21 years, 6 months ago) by n-ki
security: when supplying password as arg it is overwritten in the ps table with XXX. (On BSD based platforms this does nothing.)


Revision 170 - Directory Listing
Modified Tue Sep 17 08:18:41 2002 UTC (21 years, 6 months ago) by astrand
xwin_reset_keys -> reset_modifier_keys. Only when necessary


Revision 169 - Directory Listing
Modified Tue Sep 17 07:27:49 2002 UTC (21 years, 6 months ago) by matthewc
Send packet dumps to stdout.


Revision 168 - Directory Listing
Modified Tue Sep 17 07:23:32 2002 UTC (21 years, 6 months ago) by matthewc
The polyline "flags" field seems like it might be a ROP2.


Revision 167 - Directory Listing
Modified Mon Sep 16 18:54:50 2002 UTC (21 years, 6 months ago) by astrand
Added note about keymap files naming.


Revision 166 - Directory Listing
Modified Mon Sep 16 18:20:33 2002 UTC (21 years, 6 months ago) by astrand
Type fix: There are four types of lines.


Revision 165 - Directory Listing
Modified Mon Sep 16 13:21:44 2002 UTC (21 years, 6 months ago) by astrand
Better handling of guessed key translations: Uses local shift state.
Fixes problem with LeftShift not working without keymaps.


Revision 164 - Directory Listing
Modified Mon Sep 16 13:19:54 2002 UTC (21 years, 6 months ago) by astrand
Small indent fix.


Revision 163 - Directory Listing
Modified Mon Sep 16 07:10:42 2002 UTC (21 years, 6 months ago) by astrand
Updated info about rdesktop-gmp.patch.


Revision 162 - Directory Listing
Modified Sun Sep 15 12:58:42 2002 UTC (21 years, 6 months ago) by matthewc
Fix references to BINDIR/MANDIR -> bindir/mandir.


Revision 161 - Directory Listing
Modified Sun Sep 15 12:46:41 2002 UTC (21 years, 6 months ago) by matthewc
Reenable bitmap caching (inadvertantly disabled by a patch in 1.1.0)


Revision 160 - Directory Listing
Modified Sun Sep 15 12:42:26 2002 UTC (21 years, 6 months ago) by matthewc
Now that we have ui_init move rounding of geometry there (it's X-specific).


Revision 159 - Directory Listing
Modified Sun Sep 15 12:36:55 2002 UTC (21 years, 6 months ago) by matthewc
#ifdef out licence save code.  I don't think it's really necessary; it's
always been broken and AFAIK no-one has complained.


Revision 158 - Directory Listing
Modified Sun Sep 15 11:53:50 2002 UTC (21 years, 6 months ago) by matthewc
Possible fix for "flashing title bar" problem (don't grab in response
to FocusIn/FocusOut - seems to cause an event loop).


Revision 157 - Directory Listing
Modified Sun Sep 15 11:39:16 2002 UTC (21 years, 6 months ago) by matthewc
Fix rdesktop not resizing properly in xwin_toggle_fullscreen with
some window managers.


Revision 156 - Directory Listing
Modified Sun Sep 15 11:36:23 2002 UTC (21 years, 6 months ago) by matthewc
Move platform-specific stuff to configure (avoid relying on GNU make)
Autodetect gcc in configure
Autodetect X11DIR in configure
Rename PREFIX etc in line with GNU conventions


Revision 155 - Directory Listing
Modified Sat Sep 14 18:48:59 2002 UTC (21 years, 6 months ago) by astrand
Copied most of the content of the Swedish mapping file to this file.
The Finnish and Swedish keyboard seems very alike.


Revision 154 - Directory Listing
Modified Sat Sep 14 18:30:56 2002 UTC (21 years, 6 months ago) by astrand
Added backslash definition.


Revision 153 - Directory Listing
Modified Sat Sep 14 18:06:52 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about spark-manpage-patch-19.4 and spark-manpage-patch-19.4-1


Revision 152 - Directory Listing
Modified Sat Sep 14 18:05:11 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about scroll-to-death-patch.txt.


Revision 151 - Directory Listing
Modified Sat Sep 14 18:03:56 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about rdp-srvr-19-6-6.diff.


Revision 150 - Directory Listing
Modified Sat Sep 14 18:02:37 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about rdesktop_keymap.patch.


Revision 149 - Directory Listing
Modified Sat Sep 14 18:01:35 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about rdesktop.vncviewer_patch.


Revision 148 - Directory Listing
Modified Sat Sep 14 18:00:10 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about rdesktop-openssl.patch.


Revision 147 - Directory Listing
Modified Sat Sep 14 17:57:23 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about rdesktop-new_kb.patch.


Revision 146 - Directory Listing
Modified Sat Sep 14 17:55:27 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about rdesktop-1.0.0-pl19-7-2-mmihalik-1.diff and rdesktop-gmp.patch.


Revision 145 - Directory Listing
Modified Sat Sep 14 17:43:54 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about rdesktop-1.0.0-19-7-1-mmihalik-3.diff and rdesktop-1.0.0-mmihalik-1.diff.


Revision 144 - Directory Listing
Modified Sat Sep 14 17:37:26 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about patch19-7-2.xyPos.emptyPassword.patch.


Revision 143 - Directory Listing
Modified Sat Sep 14 16:55:20 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about norbert_rdp_tcp_port.diff.


Revision 142 - Directory Listing
Modified Sat Sep 14 16:39:43 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about norbert_percent.txt.


Revision 141 - Directory Listing
Modified Sat Sep 14 16:32:56 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about norbert_fullscreen.patch.


Revision 140 - Directory Listing
Modified Sat Sep 14 16:30:07 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about mmihalik_19-7-3-keyfix-4.patch.


Revision 139 - Directory Listing
Modified Sat Sep 14 16:28:25 2002 UTC (21 years, 6 months ago) by astrand
Updated info about hove-19-7-2endian.diff.


Revision 138 - Directory Listing
Modified Sat Sep 14 16:22:46 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about hostname-patch.


Revision 137 - Directory Listing
Modified Sat Sep 14 16:17:27 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about frank_fasttext.patch.txt.


Revision 136 - Directory Listing
Modified Sat Sep 14 16:13:09 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about frank_1linerfix.html.


Revision 135 - Directory Listing
Modified Sat Sep 14 16:10:39 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about francisco_fix_patblt.html.


Revision 134 - Directory Listing
Modified Sat Sep 14 16:05:22 2002 UTC (21 years, 6 months ago) by astrand
Updated info about fasttext2+nobackpixmap.patch.


Revision 133 - Directory Listing
Modified Sat Sep 14 15:52:26 2002 UTC (21 years, 6 months ago) by astrand
Added some info about fasttext2+nobackpixmap.patch.
Using double blank lines between each patch entry.


Revision 132 - Directory Listing
Modified Sat Sep 14 15:45:57 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about downkeypatch.diff.


Revision 131 - Directory Listing
Modified Sat Sep 14 15:44:24 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about ctrl1nohang.diff.


Revision 130 - Directory Listing
Modified Sat Sep 14 15:41:58 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about ben_xwin.c.diff.


Revision 129 - Directory Listing
Modified Sat Sep 14 15:39:52 2002 UTC (21 years, 6 months ago) by astrand
Updated with info about backingstore+privatecolormap-for-19-3-9.patch.


Revision 128 - Directory Listing
Modified Sat Sep 14 15:31:06 2002 UTC (21 years, 6 months ago) by astrand
Updated info about assar_19-7-2.hostlen.patch.


Revision 127 - Directory Listing
Modified Sat Sep 14 15:05:12 2002 UTC (21 years, 6 months ago) by astrand
Updated description for Makefile.diff.


Revision 126 - Directory Listing
Modified Sat Sep 14 15:04:05 2002 UTC (21 years, 6 months ago) by astrand
Updated status for Makefile.diff.


Revision 125 - Directory Listing
Modified Sat Sep 14 15:00:11 2002 UTC (21 years, 6 months ago) by astrand
Applied most of http://bibl4.oru.se/projects/rdesktop/patch19/patches/Makefile.diff, which
makes it possible to compile on for example Solaris without trouble.


Revision 124 - Directory Listing
Modified Sat Sep 14 14:46:00 2002 UTC (21 years, 6 months ago) by astrand
Added patches.txt


Revision 123 - Directory Listing
Modified Sat Sep 14 13:47:24 2002 UTC (21 years, 6 months ago) by matthewc
Rewrite of toggle_fullscreen so it modifies the attributes of the existing
window instead of creating a new one.


Revision 122 - Directory Listing
Modified Sat Sep 14 11:54:11 2002 UTC (21 years, 6 months ago) by matthewc
Eliminate noise in output - only print version/copyright in usage(),
make connecting/disconnecting message a DEBUG.


Revision 121 - Directory Listing
Modified Sat Sep 14 11:48:44 2002 UTC (21 years, 6 months ago) by matthewc
Move non-window-related initialisation to ui_init.
All functions after ui_init can now assume display and other globals are valid.


Revision 120 - Directory Listing
Modified Thu Sep 12 09:41:28 2002 UTC (21 years, 6 months ago) by astrand
install target uses install rather than cp. Makes it possible to
install while the rdesktop binary is in use.


Revision 119 - Directory Listing
Modified Thu Sep 12 09:38:31 2002 UTC (21 years, 6 months ago) by astrand
Fixes Excel scroll-of-death problem: earlier select-loop failed to call xwin_process_events
when the queue was non-zero but the X11 socket was empty.


Revision 118 - Directory Listing
Modified Wed Sep 11 11:45:20 2002 UTC (21 years, 6 months ago) by astrand
Support for Windows keys (via Ctrl-Esc)


Revision 117 - Directory Listing
Modified Wed Sep 11 11:19:11 2002 UTC (21 years, 6 months ago) by astrand
Escape is really key 110; not 109.


Revision 116 - Directory Listing
Modified Wed Sep 11 11:11:27 2002 UTC (21 years, 6 months ago) by astrand
Inhibited keys are defined in keymap files; not hardcoded


Revision 115 - Directory Listing
Modified Wed Sep 11 09:52:30 2002 UTC (21 years, 6 months ago) by astrand
Fixes NumLock problems; using RDP_INPUT_SYNCHRONIZE


Revision 114 - Directory Listing
Modified Wed Sep 11 07:54:21 2002 UTC (21 years, 6 months ago) by astrand
Small indent fix.


Revision 113 - Directory Listing
Modified Wed Sep 11 07:39:53 2002 UTC (21 years, 6 months ago) by astrand
DEBUG_KBD changes: only printing remote_modifier_state when changed


Revision 112 - Directory Listing
Modified Sat Sep 7 05:15:35 2002 UTC (21 years, 6 months ago) by matthewc
Provide prototypes for xmalloc, xfree, error for architectures that require
prototypes (I prefer not to include rdesktop.h from the OpenSSL code).


Revision 111 - Directory Listing
Modified Sun Sep 1 12:03:33 2002 UTC (21 years, 7 months ago) by astrand
Replaced all printf with fprintf(stderr)


Revision 110 - Directory Listing
Modified Sun Sep 1 11:39:36 2002 UTC (21 years, 7 months ago) by astrand
Updated TODO


Revision 109 - Directory Listing
Modified Sun Sep 1 11:37:28 2002 UTC (21 years, 7 months ago) by astrand
Added README


Revision 108 - Directory Listing
Modified Sun Sep 1 11:35:03 2002 UTC (21 years, 7 months ago) by astrand
Added AUTHORS


Revision 107 - Directory Listing
Modified Sun Sep 1 11:27:58 2002 UTC (21 years, 7 months ago) by astrand
Added -w option for setting title


Revision 106 - Directory Listing
Modified Sun Sep 1 11:15:42 2002 UTC (21 years, 7 months ago) by astrand
Added manpage


Revision 105 - Directory Listing
Modified Sun Sep 1 10:22:51 2002 UTC (21 years, 7 months ago) by astrand
Removed README; now in doc/keymapping.txt


Revision 104 - Directory Listing
Modified Sun Sep 1 10:22:14 2002 UTC (21 years, 7 months ago) by astrand
Added keymapping doc


Revision 103 - Directory Listing
Modified Thu Aug 29 14:18:24 2002 UTC (21 years, 7 months ago) by matthewc
Make sure width is a multiple of 4 (previous version in ui_create_window
was getting done too late, after connection).


Revision 102 - Directory Listing
Modified Mon Aug 26 17:14:04 2002 UTC (21 years, 7 months ago) by astrand
Alt modifier for fullscreen toggle


Revision 101 - Directory Listing
Modified Mon Aug 26 17:12:43 2002 UTC (21 years, 7 months ago) by astrand
Indent fixes


Revision 100 - Directory Listing
Modified Sat Aug 24 20:04:56 2002 UTC (21 years, 7 months ago) by jsorg71
toggle full screen


Revision 99 - Directory Listing
Modified Tue Aug 20 01:20:08 2002 UTC (21 years, 7 months ago) by jsorg71
focus out reset keys so some keys do not stick down


Revision 98 - Directory Listing
Modified Wed Aug 14 14:43:25 2002 UTC (21 years, 7 months ago) by astrand
Added DESTDIR and --sharedir support. Uses DESTDIR in .spec


Revision 97 - Directory Listing
Modified Fri Aug 9 11:55:39 2002 UTC (21 years, 7 months ago) by astrand
Closing unnecessary fds before askpass execution


Revision 96 - Directory Listing
Modified Fri Aug 9 09:11:01 2002 UTC (21 years, 7 months ago) by astrand
Added -P parameter: Get password from external program (likeSSH_ASKPASS)


Revision 95 - Directory Listing
Modified Tue Aug 6 17:42:04 2002 UTC (21 years, 7 months ago) by astrand
Added dist target.


Revision 94 - Directory Listing
Modified Tue Aug 6 17:14:21 2002 UTC (21 years, 7 months ago) by astrand
Added .spec file for RPM


Revision 93 - Directory Listing
Modified Tue Aug 6 16:45:11 2002 UTC (21 years, 7 months ago) by astrand
Commented out manpage target, since the manpage does not exist.


Revision 92 - Directory Listing
Modified Tue Aug 6 16:44:08 2002 UTC (21 years, 7 months ago) by astrand
Note about adding manpage.


Revision 91 - Directory Listing
Modified Tue Aug 6 16:41:48 2002 UTC (21 years, 7 months ago) by astrand
Fixed installkeymaps: Do not try to copy directory keymaps/CVS, when installing from checked out copy.


Revision 90 - Directory Listing
Modified Sun Aug 4 03:42:47 2002 UTC (21 years, 7 months ago) by jsorg71
header ajustment in sec_process_mcs_data from up19-7-3


Revision 89 - Directory Listing
Modified Sun Aug 4 03:05:19 2002 UTC (21 years, 7 months ago) by jsorg71
exit sec_parse_crypt_info if crypt_level is 0 from up19-7-3


Revision 88 - Directory Listing
Modified Sun Aug 4 02:48:08 2002 UTC (21 years, 7 months ago) by jsorg71
hostname may not be longer than 30 from up19-7-3


Revision 87 - Directory Listing
Modified Sat Aug 3 22:28:05 2002 UTC (21 years, 7 months ago) by jsorg71
clear window upon startup so cached data is not viewed on screen from up19-7-5


Revision 86 - Directory Listing
Modified Wed Jul 31 06:52:54 2002 UTC (21 years, 8 months ago) by astrand
Added ISO_Left_Tab (for Tab+shift).


Revision 85 - Directory Listing
Modified Wed Jul 31 06:49:34 2002 UTC (21 years, 8 months ago) by astrand
Keypresses was not sent unless DEBUG_KBD was enabled


Revision 84 - Directory Listing
Modified Tue Jul 30 07:30:12 2002 UTC (21 years, 8 months ago) by astrand
Got rid of var-arg macros


Revision 83 - Directory Listing
Modified Tue Jul 30 07:24:37 2002 UTC (21 years, 8 months ago) by astrand
Added note about var-arg macros.


Revision 82 - Directory Listing
Modified Tue Jul 30 07:18:48 2002 UTC (21 years, 8 months ago) by astrand
Changed max line length to 100


Revision 81 - Directory Listing
Modified Tue Jul 30 01:57:39 2002 UTC (21 years, 8 months ago) by jsorg71
added ui_init for pre connect inits like fullscreen


Revision 80 - Directory Listing
Modified Tue Jul 30 00:56:48 2002 UTC (21 years, 8 months ago) by jsorg71
patblt reset orgin from up19-7-4


Revision 79 - Directory Listing
Modified Mon Jul 29 20:35:13 2002 UTC (21 years, 8 months ago) by astrand
Removed extra newline after -t option.


Revision 78 - Directory Listing
Modified Mon Jul 29 20:17:32 2002 UTC (21 years, 8 months ago) by astrand
Removed note about -K option.


Revision 77 - Directory Listing
Modified Mon Jul 29 20:17:10 2002 UTC (21 years, 8 months ago) by astrand
Indentation fixes


Revision 76 - Directory Listing
Modified Mon Jul 29 20:16:22 2002 UTC (21 years, 8 months ago) by astrand
Applied patch from Bob Bell for -K option


Revision 75 - Directory Listing
Modified Mon Jul 29 20:07:23 2002 UTC (21 years, 8 months ago) by astrand
Added TODO


Revision 74 - Directory Listing
Modified Mon Jul 29 19:30:59 2002 UTC (21 years, 8 months ago) by astrand
Fixed broken definition of key 29 (SCANCODE_CHAR_BACKSPACE redefined).
Noted by Bob Bell.


Revision 73 - Directory Listing
Modified Mon Jul 29 19:21:51 2002 UTC (21 years, 8 months ago) by astrand
Applied patch from Bob Bell (#2)


Revision 72 - Directory Listing
Modified Mon Jul 29 18:59:01 2002 UTC (21 years, 8 months ago) by astrand
Applied patch from Bob Bell (#1), which fixes compilation warning messages.


Revision 71 - Directory Listing
Modified Mon Jul 29 08:10:11 2002 UTC (21 years, 8 months ago) by astrand
make the using of variable
arguments to function-type macros consistent with the C99 standard


Revision 70 - Directory Listing
Modified Sat Jul 27 23:09:32 2002 UTC (21 years, 8 months ago) by astrand
Add support for enabling/disabling local compose handling. Compose support is now disabled per default


Revision 69 - Directory Listing
Modified Sat Jul 27 22:35:38 2002 UTC (21 years, 8 months ago) by astrand
Added "localstate" support to keymapping: Send local modifier state. This fixes problems with Shift-Home etc


Revision 68 - Directory Listing
Modified Tue Jul 23 19:08:37 2002 UTC (21 years, 8 months ago) by astrand
US map is really 0x409


Revision 67 - Directory Listing
Modified Tue Jul 23 01:53:04 2002 UTC (21 years, 8 months ago) by jsorg71
added wheel mouse support


Revision 66 - Directory Listing
Modified Thu Jul 18 18:28:12 2002 UTC (21 years, 8 months ago) by astrand
Merged new keysym-based keyboard handling (from alt. CVS repos)


Revision 65 - Directory Listing
Modified Thu Jul 18 18:22:40 2002 UTC (21 years, 8 months ago) by astrand
Added .cvsignore


Revision 64 - Directory Listing
Modified Thu Jul 18 16:38:31 2002 UTC (21 years, 8 months ago) by astrand
Fixed indentation with indent


Revision 63 - Directory Listing
Modified Thu Jul 18 14:44:32 2002 UTC (21 years, 8 months ago) by astrand
Added indent-all.sh


Revision 62 - Directory Listing
Modified Thu Jul 18 14:42:57 2002 UTC (21 years, 8 months ago) by astrand
Added doc/HACKING


Revision 61 - Directory Listing
Modified Sun Jul 14 12:06:03 2002 UTC (21 years, 8 months ago) by matthewc
The 128-bit change broke licensing when used with 40-bit encryption
(sec_sign is also used from licence.c).  Fix from Lars Heete.


Revision 60 - Directory Listing
Modified Sun Jul 14 04:29:21 2002 UTC (21 years, 8 months ago) by jsorg71
license_send_request, static stream length was 120 + dynamic data, should be 128 + dynamic data


Revision 59 - Directory Listing
Modified Sun Jul 14 04:20:25 2002 UTC (21 years, 8 months ago) by jsorg71
upside down pattern in patblt


Revision 58 - Directory Listing
Modified Sun Jul 14 00:34:21 2002 UTC (21 years, 8 months ago) by jsorg71
added tcp port command line option


Revision 57 - Directory Listing
Modified Sat Jul 13 02:30:49 2002 UTC (21 years, 8 months ago) by matthewc
Fixed "high" (128-bit) encryption.


Revision 56 - Directory Listing
Modified Fri Jul 12 22:40:32 2002 UTC (21 years, 8 months ago) by jsorg71
added wheel mouse support


Revision 55 - Directory Listing
Modified Fri Jul 12 03:45:20 2002 UTC (21 years, 8 months ago) by jsorg71
polyline fix


Revision 54 - Directory Listing
Modified Fri Jun 7 07:49:59 2002 UTC (21 years, 9 months ago) by n-ki
using XEvent instead of XkbEvent. better tracking of modifiers. ( TODO: 1. sync at start up, 2. fallback for missing or improperly configured xkb module. )


Revision 53 - Directory Listing
Modified Tue May 28 11:48:55 2002 UTC (21 years, 10 months ago) by matthewc
Revert to old behaviour of connecting before creating the UI.
This is to stop the UI generating input before the connection is complete
(which causes connection failures).  The one difficulty is that ui_select
is now called before ui_create_window, which may cause problems for other
UIs - we may still need to change this in the future.


Revision 52 - Directory Listing
Modified Fri Apr 26 08:22:39 2002 UTC (21 years, 11 months ago) by n-ki
adds support for accessx, makes it possible for people with disabilities to use rdesktop. Relies on XKB. Sync problem with changed modifiers on focus in not fixed yet...


Revision 51 - Directory Listing
Modified Fri Apr 26 08:12:40 2002 UTC (21 years, 11 months ago) by n-ki
added dependency to Xext; to enable support for people with disabilities


Revision 50 - Directory Listing
Modified Sat Apr 20 09:41:03 2002 UTC (21 years, 11 months ago) by matthewc
There is an extended key flag that we should be setting for extended keys.
(Originally fixed by Ben McKeegan <Ben.McKeegan@fitz.cam.ac.uk>)

Ran make proto.


Revision 49 - Directory Listing
Modified Fri Apr 19 12:06:08 2002 UTC (21 years, 11 months ago) by mmihalik
This fixes TEXT2(cache) procesing with corrupted screen with long lines and vertical text.


Revision 48 - Directory Listing
Modified Thu Apr 11 14:12:16 2002 UTC (21 years, 11 months ago) by mmihalik
Basic keymap file without proper mapping but it has include common and a MAP command for that language


Revision 47 - Directory Listing
Modified Thu Apr 11 14:07:19 2002 UTC (21 years, 11 months ago) by mmihalik
Basic keymap file without proper mapping but it has include common and a proper MAP command for that language


Revision 46 - Directory Listing
Modified Thu Apr 11 14:04:41 2002 UTC (21 years, 11 months ago) by mmihalik
Added comment to be clear which file is this.


Revision 45 - Directory Listing
Modified Thu Apr 11 14:00:51 2002 UTC (21 years, 11 months ago) by mmihalik
Changed to be Ukrainian and not English.


Revision 44 - Directory Listing
Modified Wed Apr 10 14:07:56 2002 UTC (21 years, 11 months ago) by matthewc
Bugfix for ERROR: get font messages, particularly with vertical text.


Revision 43 - Directory Listing
Modified Mon Apr 8 14:22:16 2002 UTC (21 years, 11 months ago) by matthewc
Adding syncmail to checkoutlist


Revision 42 - Directory Listing
Modified Sun Apr 7 09:42:54 2002 UTC (21 years, 11 months ago) by matthewc
Fix for rdesktop hanging when it loses the X server connection.
(reported by Per Kristian Hove <Per.Hove@math.ntnu.no>)


Revision 41 - Directory Listing
Modified Sat Apr 6 05:11:05 2002 UTC (21 years, 11 months ago) by matthewc
Setting up syncmail (3.18) to report CVS changes to rdesktop-cvs.


Revision 40 - Directory Listing
Modified Fri Apr 5 07:57:44 2002 UTC (21 years, 11 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch 'RELEASE'.

Revision 39 - Directory Listing
Modified Fri Apr 5 07:57:43 2002 UTC (21 years, 11 months ago) by matthewc
Code to save and load licence (not quite working yet - server still seems
to reissue the licence).
Small clean-up in xkeymap.


Revision 38 - Directory Listing
Modified Thu Apr 4 12:04:33 2002 UTC (21 years, 11 months ago) by matthewc
Committing my keymap work - unlike the version in the unified patches,
this one uses external keymap files (which are my preference).


Revision 37 - Directory Listing
Modified Mon Sep 17 12:50:49 2001 UTC (22 years, 6 months ago) by matty
MIPSpro defaults to unsigned char, use signed char where required.
__mips not __mips__, same for alpha.


Revision 36 - Directory Listing
Modified Sat Sep 15 14:30:46 2001 UTC (22 years, 6 months ago) by matty
OSF1/Alpha build fixes.


Revision 35 - Directory Listing
Modified Sat Sep 15 14:01:45 2001 UTC (22 years, 6 months ago) by matty
Be very careful with if and macros...


Revision 34 - Directory Listing
Modified Sat Sep 15 13:03:35 2001 UTC (22 years, 6 months ago) by matty
Called translate_colour one too many times.


Revision 33 - Directory Listing
Modified Sat Sep 15 12:34:34 2001 UTC (22 years, 6 months ago) by matty
Add a ui_select to xwin.c to reduce latency.
Remove extraneous error messages - only report at lowest level.
Endianness and IRIX compile fixes.


Revision 32 - Directory Listing
Modified Sat Sep 15 09:37:17 2001 UTC (22 years, 6 months ago) by matty
Synced crypto/ with latest OpenSSL.
Moved to OpenSSL big number routines to resolve licensing issues
with current code (although they add more bloat).


Revision 31 - Directory Listing
Modified Sat Sep 15 03:16:05 2001 UTC (22 years, 6 months ago) by matty
Software backing store support.


Revision 30 - Directory Listing
Modified Fri Sep 14 13:51:38 2001 UTC (22 years, 6 months ago) by matty
Portability fixes, including elimination of variable argument macros.
Rudimentary configure script.
Miscellaneous cleanups.


Revision 29 - Directory Listing
Modified Fri Sep 14 03:38:39 2001 UTC (22 years, 6 months ago) by matty
Major cleanups, particularly in X code.


Revision 28 - Directory Listing
Modified Wed Jun 20 13:54:48 2001 UTC (22 years, 9 months ago) by matty
Merges from pl19-6-5.


Revision 27 - Directory Listing
Modified Tue Apr 3 14:10:48 2001 UTC (22 years, 11 months ago) by root
initial checkin

Revision 26 - Directory Listing
Modified Tue Apr 3 14:10:47 2001 UTC (22 years, 11 months ago) by root
initial checkin


Revision 25 - Directory Listing
Modified Sat Jan 6 03:47:04 2001 UTC (23 years, 2 months ago) by matty
Changed indentation style (-psl).


Revision 24 - Directory Listing
Modified Sat Jan 6 03:12:10 2001 UTC (23 years, 2 months ago) by matty
ran indent (-bli0 -i8 -cli8 -npcs -npsl)


Revision 23 - Directory Listing
Modified Tue Oct 17 08:24:09 2000 UTC (23 years, 5 months ago) by matty
Fix for big-endian X-servers: rely on server to handle byte/bit order.


Revision 22 - Directory Listing
Modified Tue Oct 17 06:12:31 2000 UTC (23 years, 5 months ago) by matty
times(NULL) results in a segmentation fault on OSF1.


Revision 21 - Directory Listing
Modified Mon Oct 16 08:44:48 2000 UTC (23 years, 5 months ago) by matty
Added a number of command line options including autologon.
Inverted sense of -m (the default is now to send mouse move events).
Preparing for release of 1.0.0.


Revision 20 - Directory Listing
Modified Mon Oct 16 07:37:52 2000 UTC (23 years, 5 months ago) by matty
Respect x offset in font information.


Revision 19 - Directory Listing
Modified Sun Oct 8 01:59:25 2000 UTC (23 years, 5 months ago) by matty
Bicolour was slightly broken (dodgy x++ without going through normal
loop). Hopefully this should be the last of our bitmap decompression
problems.


Revision 18 - Directory Listing
Modified Thu Oct 5 15:24:09 2000 UTC (23 years, 5 months ago) by matty
Fixed bitmap decompression routines, which were sometimes resulting
in anomalous vertical lines. The first scanline seems to be compressed
separately.


Revision 17 - Directory Listing
Modified Thu Sep 28 15:54:11 2000 UTC (23 years, 6 months ago) by matty
Fixes (?) for font problems with Microsoft Office
Added URL to website http://www.rdesktop.org/
Releasing 0.9.0-alpha2


Revision 16 - Directory Listing
Modified Thu Sep 28 07:04:14 2000 UTC (23 years, 6 months ago) by matty
Added specific handler for triblt opcode 0x69 (used by Microsoft Word),
and fixed a typo in the default handler.
Fixed implementation of desktop cache code, which was sometimes
overlapping saves.


Revision 15 - Directory Listing
Modified Thu Sep 28 05:27:25 2000 UTC (23 years, 6 months ago) by matty
Added polyline order (undocumented, id 22)


Revision 14 - Directory Listing
Modified Sat Sep 16 12:51:29 2000 UTC (23 years, 6 months ago) by matty
Added explicit .c.o rule for BSD and IRIX make, which have a different
default.


Revision 13 - Directory Listing
Modified Sat Sep 16 12:07:55 2000 UTC (23 years, 6 months ago) by matty
FreeBSD compile fixes from Chris Knight <chris@aims.com.au>


Revision 12 - Directory Listing
Modified Tue Aug 15 12:01:01 2000 UTC (23 years, 7 months ago) by matty
Portability fixes for Solaris and OSF1.


Revision 11 - Directory Listing
Modified Tue Aug 15 10:32:09 2000 UTC (23 years, 7 months ago) by matty
Crypto routines.


Revision 10 - Directory Listing
Modified Tue Aug 15 10:23:24 2000 UTC (23 years, 7 months ago) by matty
Major commit of work from laptop - done in various free moments.
Implemented encryption layer and some basic licensing negotiation.
Reorganised code somewhat. While this is not quite as clean, it is
a lot faster - our parser speed was becoming a bottle-neck.


Revision 9 - Directory Listing
Modified Tue Jul 25 12:34:29 2000 UTC (23 years, 8 months ago) by matty
Committing some awesome progress I made while overseas - this commit
really embodies a huge number of changes. We are now able to talk quite
fluently to a French NT Terminal Server - in normal usage only minor
font issues remain (handling of TEXT2 order is not perfect).

The next major hurdle is encryption, and it will be quite a big hurdle
- there seems to be some quite nasty session key stuff.


Revision 8 - Directory Listing
Modified Fri Jul 7 09:49:45 2000 UTC (23 years, 8 months ago) by matty
Moved miscellaneous routines into a separate module.


Revision 7 - Directory Listing
Modified Fri Jul 7 09:40:03 2000 UTC (23 years, 8 months ago) by matty
Miscellaneous updates: implemented some more protocol features including
colour maps. Started on a new bitmap decompression engine which is not
completely working yet - however I am going back on the road so I am
committing now.


Revision 6 - Directory Listing
Modified Wed Jul 5 07:44:21 2000 UTC (23 years, 8 months ago) by matty
Started hacking on an X-Windows (Xlib) interface.
Currently pops up a window and displays bitmaps it sees side by side.
Next step is to go back to the protocol and interpret the surrounding data
stream.


Revision 5 - Directory Listing
Modified Wed May 10 07:36:35 2000 UTC (23 years, 10 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create tag 'INITIAL'.

Revision 4 - Directory Listing
Modified Wed May 10 07:36:34 2000 UTC (23 years, 10 months ago) by matty
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


Revision 3 - Directory Listing
Modified Wed May 10 07:36:34 2000 UTC (23 years, 10 months ago) by matty
Adding my experimental RDP client to repository.


Revision 2 - Directory Listing
Modified Wed May 10 07:36:34 2000 UTC (23 years, 10 months ago) by (unknown author)
Standard project directories initialized by cvs2svn.

Revision 1 - Directory Listing
Added Mon Jul 20 15:18:29 2009 UTC (14 years, 8 months ago) by dpavlin
Mirror initialized for https://rdesktop.svn.sourceforge.net/svnroot/rdesktop

  ViewVC Help
Powered by ViewVC 1.1.26