Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH] move udev_dbus to extras/dbus | greg@kroah.com | 2005-04-27 | 1 | -179/+0 |
| | | | | | | Should build now, but might have linking problems. | ||||
* | [PATCH] udev_dbus can now compile properly, but linnking is another story... | greg@kroah.com | 2005-04-27 | 1 | -3/+2 |
| | |||||
* | [PATCH] first cut at standalone udev_dbus program. | greg@kroah.com | 2005-04-27 | 1 | -22/+67 |
| | | | | | | Will not work, need to finish working on this on a system with dbus installed... | ||||
* | [PATCH] udev - safer string handling all over the place | kay.sievers@vrfy.org | 2005-04-27 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | On Tue, Feb 24, 2004 at 11:50:52PM +0100, Kay Sievers wrote: > Here is the first step towards a safer string handling. > More will follow, but for now only the easy ones :) > > Thanks to all who pointed this out. strncat() isn't a nice function. We > all should remember that the destination string is not terminated if the > given lenght is shorter than the strlen of the source string. > > And shame on the various implementers of strfieldcat() I found in the > unapplied patches on this list, it's not really better than strncpy() > and hides the real problem. Hmm, bk didn't checked in one file, maybe I edited it again as root. Nevermind, here is the more complete version. | ||||
* | [PATCH] allow dbus code to actually build again. | greg@kroah.com | 2005-04-27 | 1 | -0/+1 |
| | |||||
* | [PATCH] fix formatting of udev_dbus.c to use tabs. Also get it to build ↵ | greg@kroah.com | 2005-04-27 | 1 | -85/+93 |
| | | | | properly now. | ||||
* | [PATCH] move all of the DBUS logic into one file and remove all of the ↵ | greg@kroah.com | 2005-04-27 | 1 | -0/+126 |
#ifdef crud from the main code. |