Displaying 3 results from an estimated 3 matches for "llllllll".
1999 Oct 23
0
smbfs: patch for directory listing
...ffset" points to the last record in the data area, not to
the actual filename. But the code simply does
strncpy(mask, lastname, mask_len);
where lastname is a pointer to a record looking something like this:
00000000 00000000 14000000 45646974426f7844656661756c742e6a61766100
nnnnnnnn iiiiiiii llllllll
n - next record
i - file index
l - filename length
As I understand it the mask should be the string, and not the record.
smbclient (libsmb) does the same thing, so it is possibly also wrong.
Hacking samba-2.0.6pre1 libsmb/clientgen.c to use infolevel 259 causes the
same problems when also changi...
2015 Sep 24
0
[PATCH] com32/disk: add UEFI support
...h a textual GUID representation.
- *
- * @v buf Points to a minimum array of 37 chars
- * @v id The GUID to represent as text
- *
- * The buffer must be >= char[37] and will be populated
- * with an ASCII NUL C string terminator.
- * Example: 11111111-2222-3333-4444-444444444444
- * Endian: LLLLLLLL-LLLL-LLLL-BBBB-BBBBBBBBBBBB
- */
-void guid_to_str(char *buf, const struct guid *const id)
-{
- unsigned int i = 0;
- const char *walker = (const char *)id;
-
- while (i < sizeof(guid_le_walk_map)) {
- walker += guid_le_walk_map[i];
- if (!guid_le_walk_map[i])
- *buf = '-';...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello,
the following patches should get multidisk access working.
The syntax accepted is the following:
(hdx,y)/path/to/file
where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk.
the other accepted syntax is using MBR's 32 bits disk signature so for example:
(mbr:0x12345678,2)/foo/bar
would address