aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/hooks/set_reserved.c
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-3/+3
|
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-041-5/+5
| | | | | The old identifiers did not use a proper namespace and often clashed with other defines.
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-161-2/+1
| | | | | | | | | | | Handling the result for enum_from_name() is difficult, as checking for negative return values requires a cast if the enum type is unsigned. The new signature clearly differentiates lookup result from lookup value. Further, this actually allows to convert real -1 enum values, which could not be distinguished from "not-found" and the -1 return value. This also fixes several clang warnings where enums are unsigned.
* Invoke bus_t.message hook twice, once plain and parsed, once encoded and ↵Martin Willi2012-03-201-2/+2
| | | | encrypted
* Move rebuild_auth functionality to a standalone hookMartin Willi2011-01-051-214/+33
| | | | This reverts commit 3c12b239fd55aa36c59eb60224d27af8b8d915d1.
* The set_reserved() hook rebuilds AUTH if it mangles ID payload fieldsMartin Willi2011-01-051-33/+214
|
* Extended set_reserved hook to mangle sa_payload substructuresMartin Willi2011-01-051-42/+121
|
* Implemented a hook to set reserved bitsMartin Willi2011-01-051-0/+166