summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-10-15Whitespace fixes in libRincewindsHat16-106/+104
2023-09-30Fix typoLorenz Kästle1-1/+1
2023-09-30Document new np_add_regex more and add error handlingLorenz Kästle1-4/+29
2023-09-28Introduce np_find_regmatch()Alexander A. Klimov2-0/+26
2023-09-28Introduce np_add_regex()Alexander A. Klimov2-0/+12
2023-09-28Introduce regex_listAlexander A. Klimov1-0/+6
2023-09-23Remove check for RETSIGTYPE in autoconf stuffRincewindsHat1-1/+1
2023-09-23Merge pull request #1924 from RincewindsHat/compiler_warnings_4_1Lorenz Kästle4-9/+43
2023-09-23open_max is a library function now, it should be mp_open_maxRincewindsHat3-6/+6
2023-09-22Place _cmd_pids in object not header to avoid unsused variablesRincewindsHat2-9/+10
2023-09-22fixup! Rework maxfd/open_max to avoid unused variablesRincewindsHat2-0/+35
2023-09-22Rework maxfd/open_max to avoid unused variablesRincewindsHat2-9/+8
2023-09-21Merge branch 'master' into compiler_warning_part_3Lorenz Kästle1-4/+0
2023-07-23Use memory on stack instead of heap for temporary variablesRincewindsHat1-5/+1
2023-06-28Merge branch 'master' into compiler_warning_part_3waja2-12/+13
2023-06-28Merge branch 'master' into compiler_warning_part_5waja2-12/+13
2023-05-10avoid mounting when searching for matching mount pointsStefan Taferner1-8/+9
2023-04-18Fixes for -Wnonnull-compareRincewindsHat1-4/+0
2023-04-18Fix hash creationRincewindsHat1-3/+15
2023-04-18Use default OPENSSL sha functions if availableRincewindsHat2-9/+22
2023-04-18Fixes for -WunusedRincewindsHat1-4/+4
2023-04-14Fix a lot of typos reported by codespellJan Wagner7-15/+15
2023-02-19Merge remote-tracking branch 'origin/master' into feature_check_disk_add_igno...Kristian Schuster5-9/+15
2023-02-19utils_disk: add name_prev pointer to struct parameter_listKristian Schuster2-2/+18
2023-02-01Fix hashes in tests since we are using sha256 nowLorenz Kästle1-3/+3
2023-02-01Also link LIB_CRYPTO against testsLorenz Kästle1-1/+1
2023-01-31Replace sha1 with sha256 in utils_baseRincewindsHat2-5/+5
2022-12-13check_disk: Find accessible mount path if multiple are available (#1820)christian-21-0/+6
2021-11-17check_snmp: fix performance thresholds when using multiple oidsSven Nierlein2-1/+2
2021-10-26Switch to uint64_tRincewindsHat1-1/+1
2019-02-19Merge pull request #1567 from vdanjean/masterSven Nierlein2-1/+4
2019-02-15check_by_ssh: fix child process leak on timeoutsSven Nierlein4-25/+54
2018-12-08[check_disk] add support to display inodes usage in perfdataVincent Danjean2-1/+4
2018-09-29Avoid passing NULL to vprintf().Guido Falsi1-4/+7
2014-11-28make constants from maxfd values (#1300)Sven Nierlein1-4/+6
2014-11-28avoid a segfault, if ulimit is set to unlimitednafets1-0/+8
2014-10-06Revert "Make use of xasprintf instead of asprintf"Holger Weiss1-3/+3
2014-07-30Make use of xasprintf instead of asprintfJan Wagner1-3/+3
2014-07-30lib/utils_base.c: if asprintf fails, string is undefinedRicardo Maraschini1-5/+10
2014-07-06check_icmp/check_dhcp: disable check, if we are rootJan Wagner2-16/+0
2014-06-28lib/utils_cmd.c - Free file descriptorSpenser Reinhardt1-0/+3
2014-06-21Add UID to state retention file pathHolger Weiss2-3/+9
2014-06-18lib/parse_ini.c: Print proper read error messageHolger Weiss1-1/+2
2014-06-18lib/parse_ini.c: Drop privileges for reading fileHolger Weiss1-0/+10
2014-06-18lib/parse_ini.c: Add newline to die() callsHolger Weiss1-2/+2
2014-06-18lib/parse_ini.c: Cosmetic changeHolger Weiss1-4/+1
2014-06-18lib/parse_ini.c: Search for INI file in subdirsHolger Weiss1-0/+2
2014-06-18lib/parse_ini.c: Add comment on NAGIOS_CONFIG_PATHHolger Weiss1-15/+17
2014-06-18lib/parse_ini.c: Cosmetic changes to commentsHolger Weiss1-16/+20
2014-06-18lib/parse_ini.c: Fix Clang warningsHolger Weiss1-8/+7