summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-11-28make constants from maxfd values (#1300)refs/pull/1304/headSven 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 asprintfrefs/pull/1278/headJan 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 descriptorrefs/pull/1263/headSpenser 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
2014-06-18lib/parse_ini.[ch]: Change code formattingHolger Weiss2-156/+192
2014-06-17lib/parse_ini.c: Don't cast malloc(3) resultHolger Weiss1-2/+2
2014-06-17lib/parse_ini.c: Remove outdated comment and codeHolger Weiss1-15/+10
2014-06-17lib/parse_ini.c: Read $MP_CONFIG_FILEHolger Weiss1-1/+2
2014-06-17lib/parse_ini.c: Read "monitoring-plugins.ini"Holger Weiss1-0/+4
2014-06-17lib/parse_ini.[ch]: Simplify codeHolger Weiss2-110/+49
2014-03-09build - avoid deprecated INCLUDESDavide Madrisan2-6/+4
2014-01-31Handle negative values properly with check_snmpStephane Lapie1-1/+1
2014-01-31Add tests for negative thresholds in test_utilsThomas Guyot-Sionnest1-2/+17
2014-01-30Add tests for mp_translate_state()Thomas Guyot-Sionnest1-5/+50
2014-01-29Move negate' translate_state() to utils_base.h mp_translate_state()Thomas Guyot-Sionnest2-4/+26
2014-01-27Rename MP_STATE_DIRECTORY to MP_STATE_PATHThomas Guyot-Sionnest2-5/+5
2014-01-27And release notes for previous change (MP_STATE_DIRECTORY)Thomas Guyot-Sionnest1-1/+0
2014-01-25Ignore MP_STATE_DIRECTORY in suid pluginsThomas Guyot-Sionnest3-9/+21
2014-01-25Clean up parse_ini error messages, add missing newlinesThomas Guyot-Sionnest1-5/+5
2014-01-25Rename ENV variable, keep backward compatibilityThomas Guyot-Sionnest2-3/+9
2014-01-24Use access() instead of stat() in parse_ini.cThomas Guyot-Sionnest1-3/+2
2014-01-24Update commentsThomas Guyot-Sionnest10-10/+10
2014-01-21Capitalize "Monitoring Plugins"Holger Weiss2-2/+2
2014-01-20Minor fixes to be amended into "rename" commitHolger Weiss2-2/+2
2014-01-19Project rename initial commit.Monitoring Plugins Development Team13-91/+91
2013-09-12Minor cosmetic changesHolger Weiss2-7/+10
2013-09-12check_tcp: Properly deal will partial recv(3)sHolger Weiss3-27/+58
2013-09-12Improve interface of np_expect_match() functionHolger Weiss3-18/+23
2013-09-10Fix GCC's -Wimplicit-function-declaration warningsHolger Weiss1-0/+3
2013-09-10Fix GCC's -Wuninitialized warningsHolger Weiss1-1/+1
2013-08-20added missing header to fix build on freebsdSven Nierlein1-0/+1
2013-08-17Adding tests for range @1:1Dominique Broeglin1-1/+13
2012-11-03lib/utils_base.c: Stop dumping core on bad args to check_snmpAndreas Ericsson1-8/+8
2010-11-15Fix check_disk free space calculation if blocksizes differ within a disk grou...Matthias Eble2-0/+17
2010-07-02Fix cmd_run overwriting the environmentThomas Guyot-Sionnest1-4/+5
2010-06-25Add test file directorytonvoon1-1/+1
2010-06-24Cleanup some warnings displayed from IRIX tinderbox serverTon Voon2-14/+9
2010-06-23Added state retention APIs. Implemented for check_snmp with --rate option.Ton Voon10-2/+593