Localtion: Home»Directory »» Software

Software

  • Zumastor 0.4 Stable - An enterprise Linux storage system supporting snap...

    Zumastor 0.4 Stable by shapor Sat, Dec 1st 2007 03:51about :The Zumastor Linux storage project adds enterprise storage features to Linux, primarily improved snapshots and remote replication. Point-in-time, near zero-cost, block level snapshots can be added to any existing filesystem and performance...

    By zumastor_freshmeat_net, Sat, 3 Jul 2009 10:03:00 GMT, 797 bytes

  • Zune - with New! Improved! DRM

    billwg did eloquently scribble:If it is so out of your reach, how can you say "KBE means absolutely nothing anymore". Sounds like sour grapes.Bullshit.Honours used to mean something. 40 years ago, they might have been something to aspire to. Now, you can get an honour for contributing money to...

    By spike1_freenet_co_uk, Sat, 3 Jul 2009 10:01:00 GMT, 842 bytes

  • Zugriffsrechte für USB setzen

    Andreas Rüther wrote:> Hallo Gruppe,ich habe einen USB-Scanner der bisher auch gut funktionierte. Einige Updates sp?ter kann Kooka den scanner nicht mehr finden. Unter root funktioniert er bestens. Ich hab soweit forschen k?nnen das ich rausgefunden habe das /dev/usbdev1.2 (der Scanner h?ngt an dem...

    By bernd_weigelt, Sat, 3 Jul 2009 09:57:00 GMT, 1,376 bytes

  • ZwMapViewOfSection() fails in free build driver on Windows XP x6

    &SectionHaHi, I used shared memory object to share memory between multiple processes and a kernel mode driver. The application created the shared object using CreateFileMapping() and the driver maps it using ZwMapViewOfSection(). Application in this case is a 32bit application. Driver function...

    By anonymous, Thurs, 24 Jun 2009 08:24:00 GMT, 3,288 bytes, 1 Comments

  • ZwOpenFile helppppppppp

    Hi all ! I must Open a file in my Driver , The fragment code as below . But it always can not be opened .. Pls tell me why ' Thanks in advance ! HANDLE fileOpen; OBJECT_ATTRIBUTES objAttr; UNICODE_STRING sLinkName; #define FILE_NAME L"C:\\test.out" RtlInitUnicodeString( &sLinkName, FILE_NAME);...

    By anonymous, Thurs, 24 Jun 2009 08:23:00 GMT, 716 bytes, 5 Comments

  • ZwSetValueKey and registry replication in MSCS

    Hi, I'm using the win32 reg function: ZwSetValueKey (from my driver) to set a key registered with a cluster resource. According to Microsoft documentation when a change to the local registry is made the checkpoint on the quorum is updated as well. Can I assume that the registry write and th...

    By anonymous, Sun, 20 Jun 2009 12:12:00 GMT, 553 bytes

  • ZWS 1.2 - A simple Web server written in ZSH.

    ZWS 1.2by Adam Chodorowski (http://freshmeat.net/~tjodden/)Wed, Mar 22nd 2006 10:34about :ZWS is a simple Web server written in ZSH. It requires only a recentversion of ZSH (4.2.0 or newer) and some common commands (specifically tr,dd, cut, sed, grep, file, and date).Changes:This is mainly a bug...

    By zws_freshmeat_net, Sun, 20 Jun 2009 12:11:00 GMT, 1,031 bytes

  • ZWS 1.1 - A simple Web server written in ZSH.

    ZWS 1.1by Adam Chodorowski (http://freshmeat.net/~tjodden/)Wed, Mar 8th 2006 06:47about :ZWS is a simple Web server written in ZSH. It requires only a recentversion of ZSH (4.2.0 or newer) and some common commands (specifically tr,dd, cut, sed, grep, file, basename, and dirname).Changes:The majo...

    By zws_freshmeat_net, Sun, 20 Jun 2009 12:10:00 GMT, 1,895 bytes

  • zwrotate source

    One of the admins around here set up awstats and got the source for aprogram called zwrotate. Of course, since then it has been compiled forthe RS/6000 platform, then the source was misplaced. Now I can't find iton the internet through Google, Yahoo, Apache's site, or AWstats site.Anyo...

    By mike_discenza, Sun, 20 Jun 2009 12:09:00 GMT, 350 bytes, 3 Comments

  • ZwReadVirtualMemory Make Windows XP Restart

    Hi, All I have write a piece of code to read the PEB information when the process is created. It works well under Windows 2000, but ZwReadVirtualMemory makes OS restart on Windows XP. Who could give me some advice. The code: NTSTATUS DriverEntry( IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRIN...

    By anonymous, Sun, 20 Jun 2009 12:08:00 GMT, 1,508 bytes

  • ZwReadFile?

    Hi. I could be able to read the contents from the file from the kernel mode... It reads in ASCII format ... How to make it read in the same format as it is in the file? The code I have used is.. ntStatus = ZwCreateFile( &NtFileHandle, SYNCHRONIZE | FILE_READ_DATA, // I have tried with GENERIC_RE...

    By anonymous, Sun, 20 Jun 2009 12:07:00 GMT, 927 bytes, 1 Comments

  • ZwReadFile slows after a few hundred MBs

    I've got a thread that processes IRP_MJ_READ/WRITEs. From the code that follows, if I use pReadBuffer with ZwReadFile then everything is smooth but if I simply use pCurrentAddress then my whole system slows to a crawl after a few hundred megs. Can anyone shed some light? Writes don't s...

    By anonymous, Sun, 20 Jun 2009 12:06:00 GMT, 1,095 bytes, 5 Comments

  • ZwReadFile returns STATUS_INVALID_HANDLE in DriverIOControl

    I have written a device driver and I have a problem with ZwCreateFile and ZwReadFile. ZwReadFile always returns STATUS_INVALID_HANDLE in DriverIOControl. The DriveEntry opens a file with ZwCreateFile. #pragma alloc_text(INIT,DriverEntry) #pragma alloc_text(PAGE,DriverCreateClose) #pragma alloc_t...

    By anonymous, Sun, 20 Jun 2009 12:05:00 GMT, 5,423 bytes, 3 Comments

  • ZwReadFile failed on Vista with files on udf formated DVD

    The following snippet shows some calls to ZwCreateFile and ZwReadFile which work fine on 2000,2003, XP. But on Vista ZwReadFile will fail with STATUS_INVALID_PARAMETER. It only fails, if the file is located on an UDF formated DVD. If file is located on a physical disk, USB device or CD, everythi...

    By anonymous, Sun, 20 Jun 2009 12:04:00 GMT, 1,471 bytes, 3 Comments

  • ZwQueryValueKey

    Hello, I'm trying to query the computer name from the following registry key: L"\\Registry\\Machine\\System\\CurrentControlSet\\Control\\ComputerName\\Act iveComputerName The key is: ComputerName I can successfully pull this value out of the registry. However, it is in the following format:...

    By anonymous, Sun, 20 Jun 2009 12:03:00 GMT, 1,127 bytes, 8 Comments

  • ZwQueryKey with not opened handle?

    Using Regmon I have watched registry operations during a process' initialization time. The weired thing is "ZwQueryKey's input handle and the result" Sometimes, ZwQueryKey uses not-yet-opened handle values and get SUCCESSFUL return value. how is this possible? (I am sure that my tests...

    By anonymous, Sun, 20 Jun 2009 12:02:00 GMT, 887 bytes

  • ZwQueryInformationFile(..FileAlignmentInformation..) always returns FILE...

    Greetings I'am assuming ZwQueryInformationFile(..FileAlignmentInformation..) to always return FILE_BYTE_ALIGNMENT(0) for files opened without FILE_NO_INTERMEDIATE_BUFFERING and FILE_512_BYTE_ALIGNMENT(0x1ff) for files opened with FILE_NO_INTERMEDIATE_BUFFERING on sector size = 512 but for m...

    By anonymous, Sun, 20 Jun 2009 12:01:00 GMT, 715 bytes

  • ZwQueryInformationFile Returns Wrong File Size

    I am using ZwQueryInformationFile to obtain the size of a binary file that contains firmware. Problem is that 3 of the files return the correct size, however two files return a file size off-by-one (-1). So currently I am just doing a cheap hack. I use StandardInformation.EndOfFile.LowPart to ob...

    By anonymous, Sun, 20 Jun 2009 12:00:00 GMT, 405 bytes

  • ZwQueryInformationFile

    Hello I'm using ZwQueryInformationFile to retreive a file name from a file handle. So i use the FileNameInformation class. Unfortunately the filename always begins with / (for example /Windows). My question is: how am i supposed to make a difference between C:\Windows and D:\Windows?...

    By anonymous, Sun, 20 Jun 2009 11:59:00 GMT, 313 bytes

  • ZwQueryDirectoryFile

    Question about ZwQueryDirectoryFile: The declaration of this funct is def'd as ....OUT PVOID FileInformation.... and FileInformation is said to be a pointer to a buffer... Should not this be the address of a pointer to a buffer... The returned buffer is to be freed with EXFreePool. I guess...

    By anonymous, Sun, 20 Jun 2009 11:58:00 GMT, 394 bytes, 2 Comments

«««902769027790278902799028090281902829028390284