summaryrefslogtreecommitdiff
path: root/socketutils.c
Commit message (Expand)AuthorAgeFilesLines
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Update copyright headersDmitry V. Levin2020-02-061-1/+1
* Consistently use sizeof_field macroDmitry V. Levin2020-01-171-1/+1
* Fix preprocessor indentationDmitry V. Levin2018-12-301-1/+1
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Remove HAVE_LINUX_GENETLINK_H ifdefsEugene Syromyatnikov2018-11-241-12/+0
* Workaround signedness bugs in system NLMSG_OK reported by -Wsign-compareDmitry V. Levin2018-09-161-2/+2
* socketutils: introduce get_family_by_protoEugene Syromyatnikov2018-09-021-0/+9
* socketutils: add more IP/IPv6 transport protocolsEugene Syromyatnikov2018-09-021-0/+33
* socketutils: store more information in protocols tableEugene Syromyatnikov2018-09-021-37/+30
* socketutils: use exact match of unix domain sockets on fresh kernelsDmitry V. Levin2018-05-141-2/+10
* socketutils: do not request NDIAG_SHOW_MEMINFOEugene Syromyatnikov2018-05-141-2/+1
* util.c: add support for additional escape characters in string_quoteEugene Syromyatnikov2018-03-011-2/+2
* Print IPv6 addresses in bracketsEugene Syromyatnikov2018-02-271-4/+10
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* Fix build on systems without linux/genetlink.hDmitry V. Levin2018-01-071-1/+1
* Add tcp arguments to netlink callsEugene Syromiatnikov2018-01-071-38/+40
* socketutils.c: use xsprintf instead of snprintfDmitry V. Levin2018-01-071-1/+3
* netlink: provide a fallback definition of NETLINK_SOCK_DIAGDmitry V. Levin2017-06-241-5/+1
* socketutils: build a dynamic xlat table for NETLINK_GENERIC decodingMasatake YAMATO2017-06-191-0/+110
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-2/+2
* socketeutils: extend receive_responses furtherMasatake YAMATO2017-06-121-14/+17
* socketeutils: extend receive_responses to handle other netlink typesMasatake YAMATO2017-06-121-5/+8
* Introduce get_sockaddr_by_inodeFabien Siron2017-06-051-0/+10
* socketutils.c: introduce get_sockaddr_by_inode_uncachedDmitry V. Levin2017-06-051-16/+32
* socketutils.c: use get_sockaddr_by_inode_cachedFabien Siron2017-06-051-29/+29
* socketutils.c: move inet_print closer to its first useDmitry V. Levin2017-06-051-9/+9
* socketutils.c: introduce cache_inode_detailsFabien Siron2017-06-051-8/+10
* socketutils.c: introduce get_sockaddr_by_inode_cachedDmitry V. Levin2017-06-041-3/+10
* Unexport print_sockaddr_by_inode_cachedDmitry V. Levin2017-06-031-6/+13
* Introduce str_strip_prefix_len function and STR_STRIP_PREFIX macroDmitry V. Levin2017-06-031-6/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Fix build with old linux/netlink.hDmitry V. Levin2017-04-111-0/+4
* Do not include xlat/netlink_protocols.h twiceDmitry V. Levin2017-04-101-1/+0
* xlat: provide fallback definitions for NETLINK_* constantsv4.15Dmitry V. Levin2016-12-141-4/+0
* Make getfdproto return enum instead of stringFabien Siron2016-06-191-24/+39
* Fix one more code pattern that might break gcc strict aliasing rulesDmitry V. Levin2016-05-211-4/+8
* Add netlink domain sockets support to socketutilsFabien Siron2016-05-181-1/+71
* Factorize send_query functionsFabien Siron2016-05-081-40/+25
* Change unix_diag requests back to use full dump instead of exact matchDmitry V. Levin2016-02-191-3/+2
* socketutils: add const qualifier to variablesDmitry V. Levin2016-02-111-20/+19
* print_sockaddr_by_inode: cleanup protocol lookupDmitry V. Levin2016-02-111-28/+44
* Implement caching of print_sockaddr_by_inodeDmitry V. Levin2016-02-031-24/+71
* Change unix_diag requests to use exact match instead of full dumpDmitry V. Levin2016-02-031-2/+3
* Robustify netlink response parsersDmitry V. Levin2016-02-031-34/+35
* inet_parse_response: add a safety checkDmitry V. Levin2016-02-031-0/+2
* receive_responses: avoid potential hangupDmitry V. Levin2016-02-031-1/+3
* unix_parse_response: add a safety checkDmitry V. Levin2016-02-021-0/+2
* Move fallback -yy socket print from printfd to print_sockaddr_by_inodeDmitry V. Levin2016-01-231-0/+5
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+28