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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 978 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 11:44:35 2005 UTC (18 years, 8 months ago) by stargo
File length: 28461 byte(s)
Diff to previous 943
Slightly modified long filenames-patch from Alex Miller <asm at asm.kiev.ua>


Revision 943 - (view) (annotate) - [select for diffs]
Modified Tue Aug 2 09:28:54 2005 UTC (18 years, 8 months ago) by astrand
File length: 28411 byte(s)
Diff to previous 902
dummy_statfs should be static.


Revision 902 - (view) (annotate) - [select for diffs]
Modified Sun May 8 17:03:04 2005 UTC (18 years, 11 months ago) by stargo
File length: 28404 byte(s)
Diff to previous 879
fix compilation on cygwin


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


Revision 875 - (view) (annotate) - [select for diffs]
Modified Sat Apr 2 17:49:56 2005 UTC (19 years ago) by stargo
File length: 28375 byte(s)
Diff to previous 873
fix dummy_statfs


Revision 873 - (view) (annotate) - [select for diffs]
Modified Sat Apr 2 17:31:27 2005 UTC (19 years ago) by stargo
File length: 28170 byte(s)
Diff to previous 865
Use configure to determine stat(v)fs and setmntent
Tested on:
 * Debian GNU/Linux 3.1
 * Solaris 9/10
 * Mac OSX 10.3
 * HP/UX 10.20
 * OpenBSD 3.4


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: 27722 byte(s)
Diff to previous 832
remove C++-style comments


Revision 832 - (view) (annotate) - [select for diffs]
Modified Tue Mar 8 01:01:47 2005 UTC (19 years, 1 month ago) by stargo
File length: 27564 byte(s)
Diff to previous 827
fix compiler warnings
remove unused get_parallel_data


Revision 827 - (view) (annotate) - [select for diffs]
Modified Thu Mar 3 08:48:24 2005 UTC (19 years, 1 month ago) by astrand
File length: 27564 byte(s)
Diff to previous 818
Fixed indentation


Revision 818 - (view) (annotate) - [select for diffs]
Modified Mon Feb 21 12:39:34 2005 UTC (19 years, 2 months ago) by forsberg
File length: 27560 byte(s)
Diff to previous 812
Disk unit names seem to be truncated at seven characters on the WTS,
and I can't see any field allowing for longer names. This is not very
surprising, since native clients export drive names ("A", "H" etc.).

Telling the user that the name is truncated at seven, not eight,
characters.


Revision 812 - (view) (annotate) - [select for diffs]
Modified Mon Feb 14 00:34:23 2005 UTC (19 years, 2 months ago) by jdmeijer
File length: 27523 byte(s)
Diff to previous 807
fix compilation on cygwin


Revision 807 - (view) (annotate) - [select for diffs]
Modified Thu Dec 23 20:43:47 2004 UTC (19 years, 4 months ago) by stargo
File length: 27538 byte(s)
Diff to previous 795
OSF1 fixes from [ 938867 ] Misc porting patches
by Marc W. Mengel


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: 27324 byte(s)
Diff to previous 790
Big serial- and disk-redirection update from
Andreas Flick <Andreas.Flick@unicon-ka.de>


Revision 790 - (view) (annotate) - [select for diffs]
Modified Thu Oct 28 07:46:39 2004 UTC (19 years, 6 months ago) by astrand
File length: 24759 byte(s)
Diff to previous 787
Support for file systems that cannot handle O_EXCL.


Revision 787 - (view) (annotate) - [select for diffs]
Modified Thu Oct 21 08:28:03 2004 UTC (19 years, 6 months ago) by astrand
File length: 23498 byte(s)
Diff to previous 786
disk_create: When filename is zero bytes long, we mustn't reference
filename[strlen(filename)-1].


Revision 786 - (view) (annotate) - [select for diffs]
Modified Thu Oct 21 08:13:33 2004 UTC (19 years, 6 months ago) by astrand
File length: 23486 byte(s)
Diff to previous 785
Removed unused variables.


Revision 785 - (view) (annotate) - [select for diffs]
Modified Thu Oct 21 08:10:04 2004 UTC (19 years, 6 months ago) by astrand
File length: 23514 byte(s)
Diff to previous 783
Implemented fix for the problem with ftruncate on FAT fs, which
doesn't support growing files. Should solve problems with MS Office
and FAT disks.


Revision 783 - (view) (annotate) - [select for diffs]
Modified Fri Oct 15 18:02:45 2004 UTC (19 years, 6 months ago) by stargo
File length: 22628 byte(s)
Diff to previous 776
Add support for Mac OSX from Steven Palm <n9yty@n9yty.com>


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


Revision 759 - (view) (annotate) - [select for diffs]
Modified Wed Aug 25 15:42:42 2004 UTC (19 years, 8 months ago) by stargo
File length: 22586 byte(s)
Diff to previous 758
fix solaris compile...


Revision 758 - (view) (annotate) - [select for diffs]
Modified Wed Aug 25 09:48:11 2004 UTC (19 years, 8 months ago) by stargo
File length: 22588 byte(s)
Diff to previous 747
add HAVE_DECL_DIRFD for FreeBSD


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: 22558 byte(s)
Diff to previous 745
Disk redirection actually uses share names; not drive letters.
Make sure we truncate share names longer than 8 chars.
Documentation updated.


Revision 745 - (view) (annotate) - [select for diffs]
Modified Mon Aug 9 11:40:41 2004 UTC (19 years, 8 months ago) by stargo
File length: 22610 byte(s)
Diff to previous 742
SGI support from Jeremy Meng <voidfoo@cwazy.co.uk>


Revision 742 - (view) (annotate) - [select for diffs]
Modified Fri Aug 6 09:50:34 2004 UTC (19 years, 8 months ago) by stargo
File length: 22416 byte(s)
Diff to previous 698
use dirfd-autoconf test


Revision 698 - (view) (annotate) - [select for diffs]
Modified Tue May 11 13:52:22 2004 UTC (19 years, 11 months ago) by astrand
File length: 22366 byte(s)
Diff to previous 696
Bugfix: When a broken symlink was found in a directory, the
directory list operation was aborted. This lead to empty directories,
or directories with too few entries.


Revision 696 - (view) (annotate) - [select for diffs]
Modified Tue May 11 12:46:39 2004 UTC (19 years, 11 months ago) by astrand
File length: 22106 byte(s)
Diff to previous 690
Using constant FileBothDirectoryInformation instead of
hardcoded value 3. Added FIXME for other return types.


Revision 690 - (view) (annotate) - [select for diffs]
Modified Thu May 6 08:17:14 2004 UTC (19 years, 11 months ago) by astrand
File length: 21977 byte(s)
Diff to previous 686
Added FIXME for ftruncate on FAT.


Revision 686 - (view) (annotate) - [select for diffs]
Modified Thu Apr 29 19:41:49 2004 UTC (20 years ago) by stargo
File length: 21896 byte(s)
Diff to previous 664
Fix compilation on hp/ux


Revision 664 - (view) (annotate) - [select for diffs]
Modified Sat Apr 17 07:14:41 2004 UTC (20 years ago) by astrand
File length: 21888 byte(s)
Diff to previous 661
Made internal functions static.


Revision 661 - (view) (annotate) - [select for diffs]
Modified Fri Apr 16 13:03:13 2004 UTC (20 years ago) by astrand
File length: 21832 byte(s)
Diff to previous 659
FileEndOfFileInformation actually calls ftrunc().
FileAllocationInformation falls through to FileEndOfFileInformation.


Revision 659 - (view) (annotate) - [select for diffs]
Modified Fri Apr 16 11:37:24 2004 UTC (20 years ago) by astrand
File length: 21758 byte(s)
Diff to previous 653
Notes on FileDispositionInformation. Closing before unlinking


Revision 653 - (view) (annotate) - [select for diffs]
Modified Thu Apr 15 20:53:32 2004 UTC (20 years ago) by astrand
File length: 21233 byte(s)
Diff to previous 652
Added FILE_INFORMATION_CLASS and FS_INFORMATION_CLASS enums to disk.h. Using these in disk.c, instead of hardcoded numbers


Revision 652 - (view) (annotate) - [select for diffs]
Modified Thu Apr 15 20:42:19 2004 UTC (20 years ago) by astrand
File length: 21373 byte(s)
Diff to previous 627
Moved disk #defs to disk.h


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: 23616 byte(s)
Diff to previous 618
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 618 - (view) (annotate) - [select for diffs]
Modified Sat Feb 28 10:52:29 2004 UTC (20 years, 2 months ago) by stargo
File length: 23764 byte(s)
Diff to previous 616
mntent on solaris is different than on linux.
Need to port it when I have more time...
Disable it on solaris for the time being


Revision 616 - (view) (annotate) - [select for diffs]
Modified Tue Feb 24 15:24:38 2004 UTC (20 years, 2 months ago) by n-ki
File length: 23721 byte(s)
Diff to previous 615
a bad diff by me in disk.c 1.13 - 1.14 this is where the code should be, thanks for the correction volker


Revision 615 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 13:35:50 2004 UTC (20 years, 2 months ago) by n-ki
File length: 23718 byte(s)
Diff to previous 613
get volume label for vfat and iso fs, requires mntent, did some ifdefs around the code, and we need a better name for the function anyone?


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: 21962 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: 21989 byte(s)
Diff to previous 608
better error handling in rdpdr and disk.c - partial merge of Volker Mildes patch.


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: 21673 byte(s)
Diff to previous 603
Indent fixes


Revision 603 - (view) (annotate) - [select for diffs]
Modified Sat Feb 7 18:47:06 2004 UTC (20 years, 2 months ago) by stargo
File length: 21672 byte(s)
Diff to previous 602
fixes for HP-UX


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: 21602 byte(s)
Diff to previous 601
Cleanup some warnings (from SUNWspro-compiler)


Revision 601 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 12:57:26 2004 UTC (20 years, 2 months ago) by n-ki
File length: 21599 byte(s)
Diff to previous 600
support for deleting directories.


Revision 600 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 10:41:34 2004 UTC (20 years, 2 months ago) by n-ki
File length: 21375 byte(s)
Diff to previous 597
merge andreas flicks work on file timestamps and directory handling, and the beginning of a device control


Revision 597 - (view) (annotate) - [select for diffs]
Modified Thu Feb 5 15:41:56 2004 UTC (20 years, 2 months ago) by n-ki
File length: 17349 byte(s)
Diff to previous 596
add some defines. handle dirs first, otherwise we can not create dirs


Revision 596 - (view) (annotate) - [select for diffs]
Modified Tue Feb 3 14:03:42 2004 UTC (20 years, 2 months ago) by n-ki
File length: 16881 byte(s)
Diff to previous 576
enable aio of read/write files. workaround server bug where directory flag is not set on create


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: 15909 byte(s)
Diff to previous 574
fix g_null_pointer memleak
fixes for compiles on NetBSD & FreeBSD


Revision 574 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 23:53:55 2004 UTC (20 years, 3 months ago) by stargo
File length: 15860 byte(s)
Diff to previous 573
os-support for stat(v)fs a little less(?) ugly


Revision 573 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 22:13:20 2004 UTC (20 years, 3 months ago) by stargo
File length: 16230 byte(s)
Diff to previous 572
OpenBSD support


Revision 572 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 21:51:59 2004 UTC (20 years, 3 months ago) by stargo
File length: 16049 byte(s)
Diff to previous 570
rdesktop compiles again on solaris


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: 15225 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]
Added Wed Jan 21 14:40:40 2004 UTC (20 years, 3 months ago) by n-ki
File length: 15186 byte(s)
redirection of disk, lptport, printer, comport.


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