aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-09-07 14:36:32 +0200
committerRichard Weinberger <richard@nod.at>2018-10-23 13:48:33 +0200
commit49525e5eecca5e1b4a83ac217868e8d8b843539f (patch)
treea1cee88ca08fdff9ef51362365e4b3185d3d7f59 /tools/perf/util/scripting-engines/trace-event-python.c
parentubifs: Add separate functions to init/crc a node (diff)
downloadlinux-49525e5eecca5e1b4a83ac217868e8d8b843539f.tar.gz
linux-49525e5eecca5e1b4a83ac217868e8d8b843539f.zip
ubifs: Add helper functions for authentication support
This patch adds the various helper functions needed for authentication support. We need functions to hash nodes, to embed HMACs into a node and to compare hashes and HMACs. Most functions first check if this filesystem is authenticated and bail out early if not, which makes the functions safe to be called with disabled authentication. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions
e.sh?h=v2.26.1&id=89143ac28a61578487af7324c653a9efa5e40034&follow=1'>git-p4: fully support unshelving changelistsLuke Diamand3-51/+106 2018-10-16git-p4: unshelve into refs/remotes/p4-unshelved, not refs/remotes/p4/unshelvedLuke Diamand3-7/+8 2018-10-16mingw: use domain information for default emailJohannes Schindelin4-0/+14 2018-10-16getpwuid(mingw): provide a better default for the user nameJohannes Schindelin1-1/+31 2018-10-16getpwuid(mingw): initialize the structure only onceJohannes Schindelin1-7/+18 2018-10-15fuzz: add fuzz testing for packfile indices.Josh Steadmon5-19/+53 2018-10-15fuzz: add basic fuzz testing target.Josh Steadmon3-0/+48 2018-10-12subtree: performance improvement for finding unexpected parent commitsRoger Strain1-1/+1 2018-10-12diff.c: pass sign_index to emit_line_ws_markupStefan Beller1-7/+5 2018-10-12git-p4: do not fail in verbose mode for missing 'fileSize' keyLuke Diamand1-1/+4 2018-10-12log: fix coloring of certain octopus merge shapesNoam Postavsky2-15/+145 2018-10-12doc: move git-cherry to plumbingDaniels Umanovskis2-12/+1 2018-10-12doc: move git-get-tar-commit-id to plumbingDaniels Umanovskis1-1/+1 2018-10-12split-index: BUG() when cache entry refers to non-existing shared entrySZEDER Gábor1-2/+2 2018-10-12split-index: smudge and add racily clean cache entries to split indexSZEDER Gábor4-8/+46 2018-10-12split-index: don't compare cached data of entries already marked for split indexSZEDER Gábor1-17/+72 2018-10-12split-index: count the number of deleted entriesSZEDER Gábor1-1/+1 2018-10-12t1700-split-index: date back files to avoid racy situationsSZEDER Gábor1-21/+28