search for: lfns

Displaying 8 results from an estimated 8 matches for "lfns".

Did you mean: fns
2018 Oct 30
0
Re: [PATCH nbdkit 4/4] Add floppy plugin.
On Tue, Oct 30, 2018 at 09:12:55AM -0500, Eric Blake wrote: > >+/* Used for dealing with VFAT LFNs when creating a directory. */ > >+struct lfn { > >+ const char *name; /* Original Unix filename. */ > >+ char short_base[8]; /* Short basename. */ > >+ char short_ext[3]; /* Short file extension. */ > >+ char *lfn;...
2018 Oct 30
2
Re: [PATCH nbdkit 4/4] Add floppy plugin.
.../floppy/virtual-floppy.h | 233 +++++++ > plugins/iso/nbdkit-iso-plugin.pod | 1 + > tests/Makefile.am | 6 + > tests/test-floppy.sh | 67 ++ > 10 files changed, 2082 insertions(+) > > +/* Used for dealing with VFAT LFNs when creating a directory. */ > +struct lfn { > + const char *name; /* Original Unix filename. */ > + char short_base[8]; /* Short basename. */ > + char short_ext[3]; /* Short file extension. */ > + char *lfn; /* Long filename f...
2018 Oct 28
0
[PATCH nbdkit 4/4] Add floppy plugin.
...+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + +/* This file deals only with directories and long file names (LFNs). + * Turns out to be the most complicated part of the FAT format. + */ + +#include <config.h> + +#include <stdio.h> +#include <stdlib.h> +#include <stdint.h> +#include <inttypes.h> +#include <string.h> +#include <errno.h> +#include <assert.h> +#inclu...
2018 Oct 28
6
[PATCH nbdkit 0/4] Add floppy plugin.
Add nbdkit-floppy-plugin, “inspired” by qemu's VVFAT driver, but without the ability to handle writes. The implementation is pretty complete, supporting FAT32, LFNs, volume labels, timestamps, etc, and it passes both ‘make check’ and ‘make check-valgrind’. Usage is simple; to serve the current directory: $ nbdkit floppy . Then using guestfish (or any NBD client): $ guestfish --ro --format=raw -a nbd://localhost -m /dev/sda1 Welcome to guestfish, the guest...
2020 Apr 15
0
[PATCH nbdkit 2/9] floppy, iso, split, ssh: Use new vector type to store lists of strings.
.../directory-lfn.c b/plugins/floppy/directory-lfn.c index 10caf84b..e06680e9 100644 --- a/plugins/floppy/directory-lfn.c +++ b/plugins/floppy/directory-lfn.c @@ -71,7 +71,7 @@ static void set_times (const struct stat *statbuf, struct dir_entry *entry); static int convert_long_file_names (struct lfn *lfns, size_t n); static int convert_to_utf16le (const char *name, char **out, size_t *output_len); static void free_lfns (struct lfn *lfns, size_t n); -static ssize_t extend_dir_table (size_t di, struct virtual_floppy *floppy); +static ssize_t append_dir_table (size_t di, const struct dir_entry *entry...
2003 Jan 10
1
Win98 Samba Login Script Errors
Hello, Can anybody please help me with the following errors. Whenever a user from the group "accounting" logs in the the PDC, a login box pops up and the following message appears "Accessed Denied - Accou~!n.bat". The problems seems to ly with people who belong to the accounting group and are running Win98se on the desktop. Absolutely nothing has been changed on the system.
2020 Apr 15
18
[PATCH nbdkit 0/9] Generic vector, and pass $nbdkit_stdio_safe to shell scripts.
This was a rather longer trip around the houses than I anticipated! The basic purpose of the patch series is to set $nbdkit_stdio_safe to "0" or "1" in sh and eval plugin scripts. To do that, I ended up adding a nicer way to manipulate environ lists, and to do that, I ended up adding a whole generic vector implementation which is applicable in a lot of different places.
2008 May 21
0
Errors in using gdb (PR#11496)
...MVU+YS1 w90TtTyrrFUUsetDDl/3kPnSpIcszCidkg1eY0fVW6eTTM2a36D81kZfGgKx+82PybvcJ+RN f+S4uFzI5aP5DcqtN0rjqeUcdhfun37sFf3CLpvYNb0EYWP3PnNWd/lKWDvkYk+mdsI+QaiL gsRez8RDZoQzT4XFuVskdvKKl6M6OyIQ++KIfW3oQ6fzq4OJEHuU5eTRxx8xuyjeWpA6MM98 Jsbc7jAR+YU2nZ+nxv9TzmlnMK0qzw7WupqQT4UlE5J2dJSJhqO3JUbNyMK8qY75A4TW8tSQ lfnS+LGEYerR1EuhhhKVv4s8as2o09TSEGZGSfWl5+HU9wLKK+QsievrZNZNtdlml3PYV7h9 Zu15GzYn/+rLOem9gMorpqpS+x/Vr1s0wkdNDXJdJGEtR+xFuHRBxE4ALHmRN4ZHXmGk3skB dpzYlU5Bia9aKs7urwmT9t6JlFIdKzpNGxa2ciWMpcGdqcS+Pjw8u3dqfao+v163Xxwd7J/b O2X+O9o/c4mWz55tHzza379wdHTpzjOnL952sL+RmT8Ic2PStj5riN38e/G/o3PJxE7GHkZk rpkCOXN6IBt7...