/[rdesktop]/sourceforge.net/trunk/rdesktop/rdpdr.c
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/trunk/rdesktop/rdpdr.c

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 1487)

Revision 948 - (view) (annotate) - [select for diffs]
Modified Tue Aug 2 09:45:11 2005 UTC (18 years, 9 months ago) by astrand
File length: 26799 byte(s)
Diff to previous 879
_rdpdr_check_fds should be static.


Revision 879 - (view) (annotate) - [select for diffs]
Modified Sun Apr 3 18:08:05 2005 UTC (19 years ago) by astrand
File length: 26792 byte(s)
Diff to previous 865
Indent fixes


Revision 865 - (view) (annotate) - [select for diffs]
Modified Tue Mar 15 11:25:50 2005 UTC (19 years, 1 month ago) by stargo
File length: 26791 byte(s)
Diff to previous 828
remove C++-style comments


Revision 828 - (view) (annotate) - [select for diffs]
Modified Sun Mar 6 21:11:18 2005 UTC (19 years, 1 month ago) by stargo
File length: 26751 byte(s)
Diff to previous 795
bump version to 1.4.0
change year in files
add missing docu for updated commandline-flags
update changelog


Revision 795 - (view) (annotate) - [select for diffs]
Modified Wed Nov 3 13:56:52 2004 UTC (19 years, 5 months ago) by stargo
File length: 26751 byte(s)
Diff to previous 776
Big serial- and disk-redirection update from
Andreas Flick <Andreas.Flick@unicon-ka.de>


Revision 776 - (view) (annotate) - [select for diffs]
Modified Sat Oct 2 01:30:33 2004 UTC (19 years, 7 months ago) by jsorg71
File length: 23446 byte(s)
Diff to previous 755
change HANDLE to NTHANDLE to avoid conflics


Revision 755 - (view) (annotate) - [select for diffs]
Modified Tue Aug 24 21:37:25 2004 UTC (19 years, 8 months ago) by stargo
File length: 23442 byte(s)
Diff to previous 747
Applied serial-fixes from Huang Yushuo <huangys@xynetsoft.com>
Tested connection with ZOC and HyperTerm on Windows


Revision 747 - (view) (annotate) - [select for diffs]
Modified Mon Aug 9 13:50:41 2004 UTC (19 years, 8 months ago) by astrand
File length: 23363 byte(s)
Diff to previous 710
Disk redirection actually uses share names; not drive letters.
Make sure we truncate share names longer than 8 chars.
Documentation updated.


Revision 710 - (view) (annotate) - [select for diffs]
Modified Tue Jun 15 22:17:08 2004 UTC (19 years, 10 months ago) by jsorg71
File length: 23286 byte(s)
Diff to previous 674
proceed more global vars with g_


Revision 674 - (view) (annotate) - [select for diffs]
Modified Mon Apr 19 09:21:25 2004 UTC (20 years ago) by astrand
File length: 23282 byte(s)
Diff to previous 673
When checking for bad filedescriptors, need to explicitly check for EBADF


Revision 673 - (view) (annotate) - [select for diffs]
Modified Mon Apr 19 08:24:54 2004 UTC (20 years ago) by astrand
File length: 23219 byte(s)
Diff to previous 663
rdpdr_add_fds: Corrected patch that prevents adding invalid FDs to the
select FD sets.


Revision 663 - (view) (annotate) - [select for diffs]
Modified Sat Apr 17 06:58:30 2004 UTC (20 years ago) by astrand
File length: 23003 byte(s)
Diff to previous 662
Made internal functions static.


Revision 662 - (view) (annotate) - [select for diffs]
Modified Fri Apr 16 14:04:02 2004 UTC (20 years ago) by astrand
File length: 22946 byte(s)
Diff to previous 660
Make sure iorq->fd is a valid FD before adding it to the FD_SET.
Prevents endless loops with "select: Bad file descriptor" error
messages.


Revision 660 - (view) (annotate) - [select for diffs]
Modified Fri Apr 16 12:20:56 2004 UTC (20 years ago) by astrand
File length: 22852 byte(s)
Diff to previous 657
Implemented "dummy" IRP_MJ_LOCK_CONTROL,
which always returns STATUS_SUCCESS. Should
make it possible to load/save files from MS Office.


Revision 657 - (view) (annotate) - [select for diffs]
Modified Fri Apr 16 11:28:34 2004 UTC (20 years ago) by astrand
File length: 22454 byte(s)
Diff to previous 651
Added copyright header and links to IRP resources.


Revision 651 - (view) (annotate) - [select for diffs]
Modified Thu Apr 15 20:12:42 2004 UTC (20 years ago) by astrand
File length: 21229 byte(s)
Diff to previous 650
Indent fixes


Revision 650 - (view) (annotate) - [select for diffs]
Modified Thu Apr 15 20:11:19 2004 UTC (20 years ago) by astrand
File length: 21230 byte(s)
Diff to previous 647
Removed duplicat IRP_MJ defs. Added def for IRP_MJ_LOCK_CONTROL


Revision 647 - (view) (annotate) - [select for diffs]
Modified Mon Apr 5 19:23:08 2004 UTC (20 years ago) by astrand
File length: 21329 byte(s)
Diff to previous 646
Shouldn't use mid-function var decls


Revision 646 - (view) (annotate) - [select for diffs]
Modified Fri Apr 2 15:34:38 2004 UTC (20 years, 1 month ago) by forsberg
File length: 21318 byte(s)
Diff to previous 627
Made it possible to set the client name displayed to the right of the
redirected disks (in Windows explorer) using -r:clientname=<client name>.


Revision 627 - (view) (annotate) - [select for diffs]
Modified Thu Mar 4 08:24:40 2004 UTC (20 years, 1 month ago) by n-ki
File length: 21192 byte(s)
Diff to previous 614
move disk info define to types.h
extract aio remove
handle errors in aio read / write
function that checks if handle is ok - seems windows cant keep track of them huh
- volker milde


Revision 614 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 12:07:30 2004 UTC (20 years, 2 months ago) by n-ki
File length: 20855 byte(s)
Diff to previous 613
linklist memfree bugfix - volker milde


Revision 613 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 10:34:18 2004 UTC (20 years, 2 months ago) by n-ki
File length: 20746 byte(s)
Diff to previous 612
correct handling of offset - partial merge from volker mildes patch. at date only disk.c uses offset, so there wont be any problem.


Revision 612 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 09:58:16 2004 UTC (20 years, 2 months ago) by n-ki
File length: 20603 byte(s)
Diff to previous 609
better error handling in rdpdr and disk.c - partial merge of Volker Mildes patch.


Revision 609 - (view) (annotate) - [select for diffs]
Modified Mon Feb 16 20:28:09 2004 UTC (20 years, 2 months ago) by stargo
File length: 20218 byte(s)
Diff to previous 608
Make internal backing-store the default && small fix for it


Revision 608 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 21:19:28 2004 UTC (20 years, 2 months ago) by astrand
File length: 20196 byte(s)
Diff to previous 607
Indent fixes


Revision 607 - (view) (annotate) - [select for diffs]
Modified Sat Feb 14 23:38:11 2004 UTC (20 years, 2 months ago) by stargo
File length: 20181 byte(s)
Diff to previous 602
fixed signedness error which caused negative timeouts (and select failing)


Revision 602 - (view) (annotate) - [select for diffs]
Modified Sat Feb 7 17:32:21 2004 UTC (20 years, 2 months ago) by stargo
File length: 20175 byte(s)
Diff to previous 598
Cleanup some warnings (from SUNWspro-compiler)


Revision 598 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 10:32:13 2004 UTC (20 years, 2 months ago) by n-ki
File length: 20160 byte(s)
Diff to previous 595
fix mem free bug with printercache - from anders flick


Revision 595 - (view) (annotate) - [select for diffs]
Modified Tue Feb 3 14:02:59 2004 UTC (20 years, 2 months ago) by n-ki
File length: 20132 byte(s)
Diff to previous 593
fix aio when data written/read is not equ buffer enable disk.c aio


Revision 593 - (view) (annotate) - [select for diffs]
Modified Mon Feb 2 07:06:55 2004 UTC (20 years, 2 months ago) by n-ki
File length: 19684 byte(s)
Diff to previous 592
cleanup of aio logic


Revision 592 - (view) (annotate) - [select for diffs]
Modified Fri Jan 30 14:10:32 2004 UTC (20 years, 3 months ago) by n-ki
File length: 19379 byte(s)
Diff to previous 590
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 590 - (view) (annotate) - [select for diffs]
Modified Thu Jan 29 12:27:21 2004 UTC (20 years, 3 months ago) by n-ki
File length: 17822 byte(s)
Diff to previous 585
put aio code within ifdefs


Revision 585 - (view) (annotate) - [select for diffs]
Modified Tue Jan 27 21:15:18 2004 UTC (20 years, 3 months ago) by n-ki
File length: 17747 byte(s)
Diff to previous 580
send_avail... use switch instead of if else.
disable aio on serial and parallel until finished.


Revision 580 - (view) (annotate) - [select for diffs]
Modified Fri Jan 23 08:35:52 2004 UTC (20 years, 3 months ago) by astrand
File length: 17612 byte(s)
Diff to previous 576
Ran indent-all.sh


Revision 576 - (view) (annotate) - [select for diffs]
Modified Thu Jan 22 20:31:59 2004 UTC (20 years, 3 months ago) by stargo
File length: 17597 byte(s)
Diff to previous 570
fix g_null_pointer memleak
fixes for compiles on NetBSD & FreeBSD


Revision 570 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 18:02:38 2004 UTC (20 years, 3 months ago) by stargo
File length: 17556 byte(s)
Diff to previous 569
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 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 14:40:40 2004 UTC (20 years, 3 months ago) by n-ki
File length: 17536 byte(s)
Diff to previous 555
redirection of disk, lptport, printer, comport.


Revision 555 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 09:59:26 2003 UTC (20 years, 4 months ago) by stargo
File length: 5762 byte(s)
Diff to previous 554
revert back to COM2


Revision 554 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 09:57:44 2003 UTC (20 years, 4 months ago) by stargo
File length: 5762 byte(s)
Diff to previous 536
Timezone patch by Mark Roach


Revision 536 - (view) (annotate) - [select for diffs]
Modified Fri Oct 31 04:29:57 2003 UTC (20 years, 6 months ago) by matthewc
File length: 5762 byte(s)
Diff to previous 435
Fix compile warnings on HP-UX.


Revision 435 - (view) (annotate) - [select for diffs]
Modified Wed Jul 9 09:18:20 2003 UTC (20 years, 9 months ago) by astrand
File length: 5761 byte(s)
Diff to previous 432
Indent fixes


Revision 432 - (view) (annotate) - [select for diffs]
Added Tue Jul 1 09:31:25 2003 UTC (20 years, 10 months ago) by matthewc
File length: 5711 byte(s)
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


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26