pali

Results 36 issues of pali

Move common code for sending rtnetlink message into the new send_rtnetlink_msg() function.

People reported more issues to miniupnpd which resulted to not be issue in miniupnpd but rather issues in miniupnpd configuration files or issues in misconfigured local firewalls or issues on...

Now some ISPs which put end IPv4 users behind Carrier-Grade NATs started supporting PCP. So if end user with his own IPv4 router (which does NAT for his own local...

feature request
miniupnpd

Sent to ML, but after 8 months without any answer: https://sourceforge.net/p/libusb/mailman/message/34985373/ ``` Hi! I'm in step of migrating application from libusb 0.1 to libusb 1.0 and see one big problem...

enhancement
linux

Sam Bingner in 2003 wrote patch for mkdosfs which adds support for writing custom boot code to FAT boot sector: https://lists.debian.org/debian-devel/2003/06/msg01316.html This patch was included into Debian version 2.11-5 of...

dosfstools is missing some tool which can resize existing FAT partition. Similar to ext*'s resize2fs.

enhancement

Applications for creating/modifying/showing partitions and filesystems on disks needs to know some details about existing filesystems, e.g. free space, used space, total size, sector size, dirty state, volume label, volume...

enhancement

@ischwarze left a comment with suggestions for manpage improvements: https://github.com/dosfstools/dosfstools/pull/107#pullrequestreview-273426046

Nokia for Maemo N900 device heavily patched dosfstools package, but IIRC their changes were never send to upstream. Just to not loose their changes forever I'm sending link to patch...

When `allOf` contains two structures and both of them have defined `"nullable" : true` then validator should accept `null` value (as `null` value is valid for both defined structures). But...