summaryrefslogtreecommitdiff
path: root/tools/nss
Commit message (Expand)AuthorAgeFilesLines
* libvirt_nss.h: Separate function declarations with an empty lineMichal Privoznik2019-09-301-0/+2
* nss: Don't leak @addr in gethostbyname4()Michal Privoznik2019-09-301-0/+1
* nss: Drop needless free() in gethostbyname3()Michal Privoznik2019-09-301-3/+0
* nss: Compare addresses iff their family matchesMichal Privoznik2019-09-301-2/+4
* nss: Don't leak memory on parse errorMichal Privoznik2019-08-092-6/+8
* nss: Include stdio.h and define NULLSTR when debugging is enabledMichal Privoznik2019-08-091-0/+2
* nss: Don't stop parsing on unexpected keyMichal Privoznik2019-08-092-3/+3
* nss: fix build on freebsdDaniel P. Berrangé2019-08-082-4/+10
* tools: avoid accidentally using files from gnulibDaniel P. Berrangé2019-08-085-15/+23
* nss: fix indentation in aiforaf() methodDaniel P. Berrangé2019-08-071-1/+1
* nss: remove last usages of libvirt headersDaniel P. Berrangé2019-08-073-9/+18
* nss: directly use getnameinfo/getaddrinfoDaniel P. Berrangé2019-08-072-22/+68
* nss: custom parser for loading .leases fileDaniel P. Berrangé2019-08-075-179/+474
* nss: custom parser for loading .macs fileDaniel P. Berrangé2019-08-074-57/+354
* nss: refactor code for processing mac addressesDaniel P. Berrangé2019-08-071-30/+43
* nss: remove use for virFile helper APIsDaniel P. Berrangé2019-08-071-3/+2
* nss: remove use for virString helper APIsDaniel P. Berrangé2019-08-071-4/+11
* nss: remove use for virDir helper APIsDaniel P. Berrangé2019-08-071-4/+9
* libvirt_nss: Report newer addresses firstMichal Privoznik2019-07-151-0/+30
* libvirt_nss: Pass @name to appendAddr()Michal Privoznik2019-07-151-2/+3
* libvirt_nss: Drop some needless cleanup labelsMichal Privoznik2019-07-151-19/+11
* libvirt_nss: Use VIR_AUTOPTR and VIR_AUTOFREEMichal Privoznik2019-07-151-8/+4
* libvirt_nss: Use VIR_STEAL_PTR() in findLease()Michal Privoznik2019-07-151-2/+1
* tools: use #pragma once in headersJonathon Jongsma2019-06-191-15/+12
* Use virStringHasSuffix() where possibleAndrea Bolognani2019-03-071-2/+2
* util: Rename virFileHasSuffix() to virStringHasCaseSuffix()Andrea Bolognani2019-03-071-2/+2
* Enforce a standard header file guard symbol nameDaniel P. Berrangé2018-12-141-3/+3
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-132-6/+0
* util: Clean up consumers of virJSONValueArraySizeJohn Ferlan2018-05-101-2/+1
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-11/+11
* libvirt_nss.c: Fix typo in aiforaf()Michal Privoznik2017-09-221-2/+2
* nss: Don't leak @ipAddrMichal Privoznik2017-09-221-0/+2
* nss: Remove RES_USE_INET6 usageAndrea Bolognani2017-01-191-3/+1
* nss: Need to check error condition on virJSONValueArraySizeJohn Ferlan2016-12-081-1/+2
* nss: Introduce libvirt-guest moduleMichal Privoznik2016-12-063-20/+86
* nss: Move address lookup code into a separate functionMichal Privoznik2016-12-061-42/+63
* nss: Move address appending code into a separate functionMichal Privoznik2016-12-061-32/+63
* nss: Use macro to generate public API namesMichal Privoznik2016-12-062-33/+34
* NSS: Add explicit check to not report expired leaseNehal J Wani2016-10-051-0/+20
* Use virDirOpenQuietJán Tomko2016-06-241-1/+1
* Do not skip files starting with a dot in leases directoryJán Tomko2016-06-231-3/+0
* Introduce VIR_DIR_CLOSEJán Tomko2016-06-231-4/+2
* nss: FreeBSD supportRoman Bogorodskiy2016-03-303-4/+153
* nss: Make aligning look nicerMartin Kletzander2016-03-211-19/+34
* Implement _nss_libvirt_gethostbyname4_rMichal Privoznik2016-03-183-0/+100
* nss: Implement _nss_libvirt_gethostbyname3_rMichal Privoznik2016-03-183-5/+349
* Initial support for NSS plugin skeletonMichal Privoznik2016-03-183-0/+81