summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)Author
2007-11-20rules_generator: do not create rules with insufficient matchesKay Sievers
Thanks to Alexander E. Patrakov for pointing out that we create invalid rules. We still need a proper fix for devices we skip creating rules (locally administered MAC), but want to swap names with interface names we created rules for.
2007-11-08volume_id: create relative symlink when $(libdir) = $(usrlibdir)Dan Nicholson
2007-11-08extras: ignore built and generated filesDan Nicholson
2007-10-24volume_id: bump versionKay Sievers
2007-10-23volume_id: ntfs - rely on valid master file tableKay Sievers
2007-10-17volume_id: LUKS - export versionKay Sievers
2007-10-17volume_id: vfat - allow all possible sector sizesKay Sievers
https://bugs.launchpad.net/bugs/147807
2007-10-16firmware: do not print error if logger is missingKay Sievers
2007-10-16firmware: remove hardcoded path to loggerMatthias Schwarzott
2007-10-15usb_id: fail if vendor/product can not be retrievedKay Sievers
Thanks to Daniel Drake for identifying the bug.
2007-09-25rule_generator: always match netif type in generated ruleKay Sievers
2007-09-21rule_generator: move all policy from write_net_rules to the rules fileKay Sievers
2007-09-10path_id: fix for stacked class devicesKay Sievers
2007-08-29volume_id: fix linux_raid metadata version 1.0 detectionKay Sievers
Fixes: https://bugs.launchpad.net/ubuntu/+source/udev/+bug/133773
2007-08-28man: recreate man pagesKay Sievers
2007-08-21rule_generator: fix wrong DRIVERS!= logicKay Sievers
Thanks to Matthias for identifying that.
2007-08-16volume_id: fix sqashfs detectionKay Sievers
2007-08-14edd_id: move persistent rules to its own fileKay Sievers
2007-08-07rules_generator: fix write_cd_rules when similar names exist in the root ↵Marco d'Itri
directory The argument to find_all_rules must be quoted or it will be subject to shell expansion, which will happen if in the root directory there are mount points with the same base name. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407738 for details.
2007-08-07rules_generator: remove policy from write_cd_rulesMarco d'Itri
The decision about when to create by-id or by-path persistent rules should be made in the generator rules file where it's obvious and easy to modify locally, not in the script.
2007-08-02rules_generator: skip random MAC addressesKay Sievers
2007-07-25rules_generator: remove "installation" functionKay Sievers
This should be called by triggering events not by looping with the script itself. It also keeps a second blacklist outside of the rules which we do not want to maintain.
2007-07-25rules_generator: add S/390 persistent network supportHannes Reinecke
2007-07-24collect: extra to synchronize actions across eventsHannes Reinecke
2007-07-22libvolume_id: use /usr/$libdir in pc fileKay Sievers
2007-07-08volume_id: ext4 detectionKay Sievers
2007-06-25rules_generator: remove executable flag from include fileKay Sievers
2007-06-07vol_id: do not fail if unable to drop privilegesDavid Zeuthen
2007-05-29scsi_id: fix typo in help textKay Sievers
2007-05-29path_id: skip subsystem directoryKay Sievers
2007-05-25scsi_id: add long optionsKay Sievers
2007-05-25cciss device supportHannes Reinecke
2007-05-25volume_id: support for long-filename based labelsRyan Lortie
2007-05-25volume_id: terminate overlong label stringsKay Sievers
2007-05-21scsi_id: do not install symlink in /sbinKay Sievers
2007-05-21volume_id: escape % characterKay Sievers
2007-05-17vol_id: export encoded stringsKay Sievers
2007-05-17volume_id: add and export string encoding functionKay Sievers
Needed for mount(8) to lookup LABEL=* in /dev/disk/by-label/*. Characters not suited for a filename will be escaped and the encoded LABEL=* string is able to find the corresponding symlink.
2007-05-17replace_chars: replace spaces in node nameKay Sievers
2007-05-15volume_id: add function documentationKay Sievers
2007-05-15create_floppy_devices: remove dead "unlink" codeKay Sievers
2007-05-13path_id: remove on make uninstallMiklos Vajna
2007-05-13create_floppy_devices: add man pageMiklos Vajna
2007-05-10volume_id: vol_id depends on libvolume_idKay Sievers
2007-05-09volume_id: add remaining names for prober lookup by typeKay Sievers
2007-05-08vol_id: use libvolume_id prober list for --probe-allKay Sievers
2007-05-08volume_id: give access to list of all available probersKay Sievers
2007-05-06vol_id: add ID_FS_UUID_SAFEKay Sievers
2007-05-06volume_id: rename UUID_64BIT_LE/BEKay Sievers
2007-05-04vol_id: README updateKay Sievers