Age | Commit message (Expand) | Author |
2009-09-08 | fix randonm findings from llvm-clang-analyzer | Kay Sievers |
2009-09-08 | util_run_program(): fix possible buffer overflow #2 | Florian Zumbiehl |
2009-09-07 | util_run_program(): skip multiple spaces in argv creation | Kay Sievers |
2009-09-07 | util_run_program: restore signal mask before executing event RUN commands | Jeremy Kerr |
2009-09-07 | udev_queue_get_seqnum_sequence_is_finished(): fix possible file handle leak | Florian Zumbiehl |
2009-09-01 | udev_util_encode_string(): fix possible buffer overflow | Florian Zumbiehl |
2009-09-01 | libudev-util.c: get_sys_link() - return error for empty link target | Kay Sievers |
2009-09-01 | util_resolve_sys_link(): fix possible buffer overflow | Florian Zumbiehl |
2009-08-30 | util_create_path(): fix possible out of bounds array access | Florian Zumbiehl |
2009-08-29 | util_delete_path(): handle multiple leading slashes | Florian Zumbiehl |
2009-08-29 | util_create_path(): fix errno usage | Kay Sievers |
2009-08-29 | util_lookup_group(): fix memory leak if realloc() fails | Florian Zumbiehl |
2009-08-29 | util_delete_path(): use util_strscpy() | Florian Zumbiehl |
2009-08-29 | util_unlink_secure(): chmod() before chown() | Kay Sievers |
2009-08-25 | assign errno for getgrnam_r()/getpwnam_r() | Kay Sievers |
2009-08-19 | change database file names | Kay Sievers |
2009-08-18 | don't compare a non-existing function with NULL | Daniel Mierswa |
2009-08-08 | fix spelling | Alan Jenkins |
2009-08-07 | Fix building of documentation when doing out-of-source builds. | Diego Elio 'Flameeyes' Pettenò |
2009-08-07 | Merge libudev, udev, and the unconditional extras in a single Makefile.am. | Diego Elio 'Flameeyes' Pettenò |
2009-08-06 | libudev: silent gcc warning: may be used uninitialized in this function | Kay Sievers |
2009-08-01 | update a few years of copyright | Kay Sievers |
2009-08-01 | fix util_lookup_group to handle large groups | Eric W. Biederman |
2009-07-28 | enumeration: move ALSA control devices to the end of the enumerated devices o... | Lennart Poettering |
2009-07-25 | make: build internal tools against libudev-private.la | Kay Sievers |
2009-07-23 | udevadm: trigger - add --sysname-match= | Kay Sievers |
2009-07-17 | udevd: add timestamp to --debug output | Kay Sievers |
2009-07-11 | udevd: make sure a worker finishes event handling before exiting | Kay Sievers |
2009-07-08 | libudev: enumerate - sort with qsort() | Kay Sievers |
2009-07-08 | libudev: device - free values before updating them | Kay Sievers |
2009-07-07 | use MIN() MAX() from param.h | Kay Sievers |
2009-07-05 | build: add *exec* to the internal rootlibdir name | Kay Sievers |
2009-07-04 | libudev: monitor - handle kernel supplied DEVNAME properly | Kay Sievers |
2009-07-04 | build: do not delete .la files | Kay Sievers |
2009-07-02 | udevadm: test - print list of properties | Kay Sievers |
2009-06-28 | do not exports properties starting with a '.' | Kay Sievers |
2009-06-22 | libudev: queue - add comments for queue format | Kay Sievers |
2009-06-17 | libudev: install in $libdir and move later to $rootlibdir | Kay Sievers |
2009-06-17 | cleanup ./configure installation directory options | Kay Sievers |
2009-06-16 | libudev: doc - libudev-docs.sgml -> libudev-doc.xml | Kay Sievers |
2009-06-16 | libudev: doc - add empty libudev.types | Kay Sievers |
2009-06-16 | libudev: remove prefix from .so version variables | Kay Sievers |
2009-06-16 | libudev: move .so version to libudev Makefile | Kay Sievers |
2009-06-16 | libudev: doc - add namespace for index | Kay Sievers |
2009-06-15 | libudev: doc - add queue | Kay Sievers |
2009-06-15 | libudev: doc - add enumerate | Kay Sievers |
2009-06-15 | libudev: doc - add section headers | Kay Sievers |
2009-06-15 | libudev: update documentation | Kay Sievers |
2009-06-15 | libudev: add gtk-doc | Kay Sievers |
2009-06-14 | USE_LOG -> ENABLE_LOGGING, DEBUG -> ENABLE_DEBUG, USE_SELINUX -> WITH_SELINUX | Kay Sievers |