chiark / gitweb /
Allow user and group lookup to be disabled.
[elogind.git] / udev / udev-rules.c
2009-01-20 Scott James RemnantAllow user and group lookup to be disabled.
2009-01-15 Kay Sieversudevadm: test - remove --force option
2009-01-15 Kay Sieversdo not complain about a missing /etc/udev/rules.d/
2009-01-05 Kay Sieverslibudev: device - add udev_device_get_property_value()
2009-01-05 Kay Sieversenable skipping of "naming-only" rules
2008-11-24 Kay Sieverssilence PHYSDEV* warning for WAIT_FOR* rules
2008-11-13 Kay Sieversremove len == 0 check, the index root is always '\0'
2008-11-12 Kay Sieversmerge trie nodes, childs and root into a single array
2008-11-12 Kay Sieversreserve child slot 0
2008-11-12 Kay Sieversstring index - split nodes and childs to allow and...
2008-11-11 Kay Sieverssilence "comparison between signed and unsigned"
2008-11-11 Alan Jenkinsudevd: de-duplicate strings in rules
2008-11-07 Kay Sieversconvert debug string arrays to functions
2008-11-07 Kay Sieversfix size_t compiler warning on 32 bit platforms
2008-11-06 Kay Sieverscleanup /dev/.udev/queue on startup and exit
2008-11-05 Alan Jenkinsudevd: shrink struct token to 12 bytes
2008-11-05 Kay Sieversunify string replacement
2008-11-05 Kay Sieversinfo() PROGRAM and IMPORT execution
2008-11-04 Kay Sieversfix list handling in enumerate and rules file sorting
2008-11-01 Kay Sieversmove debugging strings inside #ifdef DEBUG
2008-11-01 Kay Sieversmove some info() to dbg()
2008-11-01 Kay Sieversskip entire rule containing device naming keys, if...
2008-11-01 Kay Sieverslog rules file and line number when NAME, SYMLINK,...
2008-11-01 Alan Jenkinsudevd: be more careful when matching against parents
2008-11-01 Alan Jenkinsudevd: fix termination of rule execution
2008-10-29 Kay SieversATTR{}== always fails if the attribute does not exist
2008-10-28 Alan Jenkinsudevd: simplify rules execution loop
2008-10-26 Kay Sieversdo not init string arrays, just clear first byte
2008-10-26 Kay Sieversmatch_attr() - copy attr value only when needed
2008-10-26 Alan Jenkinsudevd: avoid implicit memset in match_attr()
2008-10-25 Alan Jenkinsfix handling of string_escape option
2008-10-25 Kay Sieversmatch KEY="A|B" without temporary string copy
2008-10-24 Kay Sieversfix "unused" warnings
2008-10-24 Kay Sieversspecial-case "?*" match to skip fnmatch()
2008-10-24 Kay Sieversdetermine at rule parse time if we need to call fnmatch()
2008-10-24 Kay Sieversdistinguish "match" from "assign" by (op < OP_MATCH_MAX)
2008-10-24 Kay Sieverscache uid/gid during rule parsing
2008-10-24 Kay Sieversrules: let empty strings added to buffer always return...
2008-10-23 Kay Sieversskip SYMLINK rules for devices without a device node
2008-10-23 Alan Jenkinsudevd: fix WAIT_FOR_SYSFS execution order
2008-10-23 Alan Jenkinsudevd: fix memory leak
2008-10-23 Kay Sieversshrink struct udev_event
2008-10-23 Kay Sieversshrink struct udev_event
2008-10-22 Kay Sieversreplace in-memory rules array with match/action token...
2008-10-21 Alan Jenkinsuse more appropriate alternatives to malloc()
2008-10-21 Kay Sieversreplace missing get_attr_value() -> get_sysattr_value()
2008-10-18 Kay Sieversprefix udev-util.c functions with util_*
2008-10-18 Kay Sieversudev_list_cleanup() -> udev_list_cleanup_entries()
2008-10-18 Kay Sieversmove udev_rules_apply_format() to udev-event.c
2008-10-18 Kay Sieversudev_rules_run() -> udev_event_execute_run();
2008-10-18 Kay Sieversmove run_program to util
2008-10-18 Kay Sieversmake struct udev_rules opaque
2008-10-18 Kay Sieversmerge udev-rules.c and udev-rules-parse.c
2008-10-16 Kay Sieversupdate rules file parsing
2008-10-16 Kay Sieversupdate IMPORT= file/stdout property parsing
2008-10-16 Kay Sieversrun_program: prevent empty last argv entry
2008-10-16 Kay Sieversrename udev source files