summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-12-04Merge more changes from trunktg/ntp_reworkThomas Guyot-Sionnest3-7/+4
2007-12-04Comment (Fixed in trunk already)Thomas Guyot-Sionnest1-1/+1
2007-12-04Cleanups onlyThomas Guyot-Sionnest3-30/+30
2007-12-04Fix the news :)Thomas Guyot-Sionnest1-2/+4
2007-12-04Add a quiet mode to avoid notification when NTP server isn't sync (check_ntp_...Thomas Guyot-Sionnest2-16/+36
2007-12-04Small cleanupsThomas Guyot-Sionnest1-2/+6
2007-11-27Safer handling of te data pointer...Thomas Guyot-Sionnest1-4/+3
2007-11-26Fix bug introduced in last commit: jitter and stratum must be initialized at ...Thomas Guyot-Sionnest1-1/+2
2007-11-26- fix segfault in extract_value called with no data (should never happen though)Thomas Guyot-Sionnest1-48/+82
2007-11-26More refined check, clearer messagesThomas Guyot-Sionnest1-18/+24
2007-11-23comments and notesThomas Guyot-Sionnest2-3/+25
2007-11-23Rename check_ntp* and merge change in TrunkThomas Guyot-Sionnest8-68/+56
2007-11-23[1/2] Rename (plus some minor modifications)Thomas Guyot-Sionnest2-17/+23
2007-11-10New tests!! + single file to test all three plugins (Can be split again if pp...Thomas Guyot-Sionnest3-133/+67
2007-11-10Cleanup check_time_ntp.c (and some small cleanups on check_ntpd.c as well)Thomas Guyot-Sionnest2-323/+20
2007-11-10More cleanups, some fixesThomas Guyot-Sionnest1-83/+7
2007-11-10Commiting current work (check_ntpd.c mainly completed, check_time_ntp.c not s...Thomas Guyot-Sionnest5-352/+240
2007-11-10Just a copy (for now)Thomas Guyot-Sionnest2-0/+1836
2007-11-10Branching for NTP reworkThomas Guyot-Sionnest0-0/+0
2007-11-09Adding svn:keywords propsThomas Guyot-Sionnest1-1/+1
2007-11-09Adding test for base64 libThomas Guyot-Sionnest5-3/+366
2007-11-09Moved base64 function to /lib.Thomas Guyot-Sionnest5-86/+59
2007-11-09Nothing to see here...Thomas Guyot-Sionnest1-1/+1
2007-11-09Credits of check_snmp fix for bug #1815362 (CVE-2007-5623)Thomas Guyot-Sionnest1-0/+1
2007-11-09Fix check_snmp buffer overflow (CVE-2007-5623)Thomas Guyot-Sionnest1-6/+10
2007-11-09Close the socket on all exits (not just the OK one)Thomas Guyot-Sionnest1-0/+2
2007-11-09Fix missing \n in --help outputThomas Guyot-Sionnest1-2/+2
2007-10-25check_ntp now return UNKNOWN instead of WARNING if jitter isThomas Guyot-Sionnest2-6/+30
2007-10-25Automatically update website with --help output. CosmeticTon Voon4-5/+49
2007-10-24Hide the SNMP community string (and v3 passwords) from error messagesHolger Weiss2-4/+12
2007-10-15Add reparagraph option to make ChangeLog output bit prettierTon Voon1-1/+1
2007-10-14Fix a possible segfault if using "-f follow" and the server sends aHolger Weiss1-2/+1
2007-10-11Add stratum thresholds support for check_ntp (feature request #1703823)Thomas Guyot-Sionnest2-15/+57
2007-10-11Use provided threshold functions (no functionnal change apart the check for o...Thomas Guyot-Sionnest1-38/+26
2007-10-02Fix regression in 1.4.10 where following redirects to relative URLs onHolger Weiss2-4/+8
2007-09-29Updated notes on releasing, mainly for svnTon Voon1-4/+6
2007-09-29Prep for 1.4.10release-1.4.10Ton Voon5-4371/+5818
2007-09-26Drop the weird and undocumented behaviour of using positional argumentHolger Weiss2-24/+12
2007-09-26Patch #1798774: check_ntp: honor ntp flagsThomas Guyot-Sionnest3-0/+11
2007-09-24Update N::P with new version, redirecting help, version and usage toTon Voon2-0/+0
2007-09-24State that stderr should not have any outputTon Voon1-3/+7
2007-09-24Let ./configure --without-ipv6 suppress non-IPv4 DNS lookups (noted byHolger Weiss3-8/+23
2007-09-23Removed some c99 style commentsMatthias Eble2-2/+2
2007-09-23Added multiline output capability to check_by_ssh. Thanks to Matthias Flacke ...Matthias Eble2-1/+3
2007-09-23removed solved issuesMatthias Eble1-2/+0
2007-09-23Added radiusclient-ng support to requirement notesMatthias Eble1-0/+2
2007-09-23Fixed bug: stat was called on remote fs even if -l was givenMatthias Eble2-15/+40
2007-09-23Added radiusclient-ng support for check_radius. Thanks to Sebastien Guay (#12...Matthias Eble4-13/+57
2007-09-22substituted bool/true/false with int/TRUE/FALSE (discussed on np-devel)Matthias Eble3-14/+14
2007-09-22Added -i/-I to ignore pathes/partitions based on regular expressionsMatthias Eble6-18/+168