Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-20 | rules_generator: do not create rules with insufficient matches | Kay 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-08 | volume_id: create relative symlink when $(libdir) = $(usrlibdir) | Dan Nicholson | |
2007-11-08 | extras: ignore built and generated files | Dan Nicholson | |
2007-10-24 | volume_id: bump version | Kay Sievers | |
2007-10-23 | volume_id: ntfs - rely on valid master file table | Kay Sievers | |
2007-10-17 | volume_id: LUKS - export version | Kay Sievers | |
2007-10-17 | volume_id: vfat - allow all possible sector sizes | Kay Sievers | |
https://bugs.launchpad.net/bugs/147807 | |||
2007-10-16 | firmware: do not print error if logger is missing | Kay Sievers | |
2007-10-16 | firmware: remove hardcoded path to logger | Matthias Schwarzott | |
2007-10-15 | usb_id: fail if vendor/product can not be retrieved | Kay Sievers | |
Thanks to Daniel Drake for identifying the bug. | |||
2007-09-25 | rule_generator: always match netif type in generated rule | Kay Sievers | |
2007-09-21 | rule_generator: move all policy from write_net_rules to the rules file | Kay Sievers | |
2007-09-10 | path_id: fix for stacked class devices | Kay Sievers | |
2007-08-29 | volume_id: fix linux_raid metadata version 1.0 detection | Kay Sievers | |
Fixes: https://bugs.launchpad.net/ubuntu/+source/udev/+bug/133773 | |||
2007-08-28 | man: recreate man pages | Kay Sievers | |
2007-08-21 | rule_generator: fix wrong DRIVERS!= logic | Kay Sievers | |
Thanks to Matthias for identifying that. | |||
2007-08-16 | volume_id: fix sqashfs detection | Kay Sievers | |
2007-08-14 | edd_id: move persistent rules to its own file | Kay Sievers | |
2007-08-07 | rules_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-07 | rules_generator: remove policy from write_cd_rules | Marco 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-02 | rules_generator: skip random MAC addresses | Kay Sievers | |
2007-07-25 | rules_generator: remove "installation" function | Kay 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-25 | rules_generator: add S/390 persistent network support | Hannes Reinecke | |
2007-07-24 | collect: extra to synchronize actions across events | Hannes Reinecke | |
2007-07-22 | libvolume_id: use /usr/$libdir in pc file | Kay Sievers | |
2007-07-08 | volume_id: ext4 detection | Kay Sievers | |
2007-06-25 | rules_generator: remove executable flag from include file | Kay Sievers | |
2007-06-07 | vol_id: do not fail if unable to drop privileges | David Zeuthen | |
2007-05-29 | scsi_id: fix typo in help text | Kay Sievers | |
2007-05-29 | path_id: skip subsystem directory | Kay Sievers | |
2007-05-25 | scsi_id: add long options | Kay Sievers | |
2007-05-25 | cciss device support | Hannes Reinecke | |
2007-05-25 | volume_id: support for long-filename based labels | Ryan Lortie | |
2007-05-25 | volume_id: terminate overlong label strings | Kay Sievers | |
2007-05-21 | scsi_id: do not install symlink in /sbin | Kay Sievers | |
2007-05-21 | volume_id: escape % character | Kay Sievers | |
2007-05-17 | vol_id: export encoded strings | Kay Sievers | |
2007-05-17 | volume_id: add and export string encoding function | Kay 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-17 | replace_chars: replace spaces in node name | Kay Sievers | |
2007-05-15 | volume_id: add function documentation | Kay Sievers | |
2007-05-15 | create_floppy_devices: remove dead "unlink" code | Kay Sievers | |
2007-05-13 | path_id: remove on make uninstall | Miklos Vajna | |
2007-05-13 | create_floppy_devices: add man page | Miklos Vajna | |
2007-05-10 | volume_id: vol_id depends on libvolume_id | Kay Sievers | |
2007-05-09 | volume_id: add remaining names for prober lookup by type | Kay Sievers | |
2007-05-08 | vol_id: use libvolume_id prober list for --probe-all | Kay Sievers | |
2007-05-08 | volume_id: give access to list of all available probers | Kay Sievers | |
2007-05-06 | vol_id: add ID_FS_UUID_SAFE | Kay Sievers | |
2007-05-06 | volume_id: rename UUID_64BIT_LE/BE | Kay Sievers | |
2007-05-04 | vol_id: README update | Kay Sievers | |