summaryrefslogtreecommitdiff
path: root/lib/xfrm/sa.c
AgeCommit message (Expand)Author
2019-08-16all: Avoid pointer arithmetic on `void *`Michael Forney
2019-08-16dbg: Use __func__ instead of __PRETTY_FUNCTION__Michael Forney
2019-08-12Add SPDX identifiersYegor Yefremov
2019-08-09xfrm: fix memory corruption (dangling pointer) when when setting xfrmnl_saThomas Haller
2019-08-08route: fix strncpy() warning from coverity about unterminated stringThomas Haller
2017-02-27xfrm: NUL terminate the ctx_str buffer in xfrmnl_sa_set_sec_ctx()Thomas Haller
2017-01-20xfrm/sa: Include own public header for function prototypesTobias Klauser
2016-12-01cache_mngr: add include callback v2Tobias Jungel
2016-11-06xfrm: add capability reference to xfrmnl_sa_set_*Thomas Egerer
2016-11-06xfrm: fix xfrm security context managementThomas Egerer
2016-08-14xfrm: fix memleak in another error path of build_xfrm_sa_messagePeter Wu
2016-08-12trivial: whitespace-only fixes for src and libPeter Wu
2016-06-29xfrm: allow avoiding buffer overflow for key in xfrmnl_sa_get_*_params()Thomas Haller
2016-06-25xfrm: fix memleak in build_xfrm_sa_message() error-pathThomas Haller
2016-06-25xfrm: attach only one xfrm alg attribute to netlink messageThomas Egerer
2016-06-25xfrm: fix memory leak for encap original addressThomas Egerer
2016-06-25xfrm: reuse encap data in xfrmnl_sa_set_encap_tmpl()Thomas Haller
2016-06-25xfrm: fix segfault when using encapsulation templatesThomas Egerer
2016-06-25xfrm: make character pointers in setters constThomas Egerer
2016-06-25xfrm: check length of alg_name before strcpying itThomas Egerer
2016-06-25xfrm: fix buffer overflow when copying keysThomas Egerer
2016-02-12lib: update ce-mask to uint64_tDavid Ahern
2015-05-12xfrm: trival refactoring initialization of stack-allocated arguments to nl_se...Thomas Haller
2014-08-27xfrm: fix xfrm_sa_msg_parser() to return the value from the callbackNicolas PLANEL
2014-08-26xfrm: Remove unused variable sp_id and sa_idThomas Graf
2014-07-27style: require comma after __ADD() macroThomas Haller
2014-07-21xfrm: use the right specifier for uint64_tCong Wang
2014-07-20xfrm: style-fixesThomas Haller
2014-07-20xfrm: add xfrm supportSruthi Yellamraju