summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-10-19For 1.4.4 releaserelease-1.4.4Ton Voon4-1385/+1960
2006-10-19Added info re: 1.4.4 in prep for releaseTon Voon1-1/+3
2006-10-19Initialise strings for Fedora Core 5 (Henning Schmiedehausen)Ton Voon2-3/+4
2006-10-19Removed asprintf for perf data (Craig Orsinger, Robby Giffin - 1310495)Ton Voon2-3/+7
2006-10-19type variable not cleared in Sol 10 (Kyle Tucker)Ton Voon2-0/+5
2006-10-19Redirection error if other headers beginning with L (Aravind Gottipati - 1562...Ton Voon3-4/+8
2006-10-19Allow hostnames beginning with digits (O'Shaughnessy Evans - 1567390)Ton Voon2-1/+5
2006-10-19Added tests for SMTP servers without TLS and with TLSTon Voon1-4/+18
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier24-519/+879
2006-10-18Re-added perf data to check_diskTon Voon2-4/+25
2006-10-18Fix tests for exact matches when searching filesystemsTon Voon2-6/+8
2006-10-18Cater for different errors when setting thresholdsTon Voon2-4/+12
2006-10-12Resend EHLO after TLS negotiation as per RFC3207 (Holger Weiss - 1482832)Ton Voon2-20/+69
2006-10-12Removed extraneous comma in perf data outputTon Voon1-1/+1
2006-10-12Remove the "- free space" if status is OKTon Voon2-6/+13
2006-10-12Fixed output from -e in check_disk (Andreas Behal)Ton Voon4-7/+30
2006-10-02Fix test failure on poseidonTon Voon1-2/+2
2006-09-21Added perfdata for most variables and new parameters: VMU, VMF,Ton Voon2-24/+611
2006-09-02- explicitly include utils_base.h from utils.hM. Sean Finney2-0/+7
2006-09-02- fix for warning/critical timeouts in check_tcp.c, in which the pluginM. Sean Finney1-10/+4
2006-08-14Fixed inode percent free output (Mike Emigh - 1531899)Ton Voon2-11/+5
2006-08-14Fixed skip of no ntp testTon Voon1-1/+1
2006-08-11Catch no responses from any server (1538341 - nmdias)Ton Voon2-1/+63
2006-08-03Interpret the snapshot datestamp as GMTTon Voon1-1/+1
2006-07-31Bug: 694259 fix. After consulting with the target service authors, weHarper Mann1-1/+5
2006-07-31M4 requirement for developer platformTon Voon1-0/+1
2006-07-29Fix two Solaris compile problemsTon Voon2-1/+6
2006-07-29Remove reference to check_udp.cTon Voon1-1/+0
2006-07-28Cleanup references to old check_udp and INSTALL_OPTS. Error ifTon Voon3-24/+5
2006-07-28check_udp.c deprecated and check_udp now linked to check_tcp. check_udp2 removedTon Voon4-283/+8
2006-07-27Example ranges (Nathan Vonnahme)Ton Voon1-0/+77
2006-07-19Stricter autoconf 2.60 rules (Lance Albertson - 1522900)Ton Voon2-1/+4
2006-07-19Fix to add uintmax_t, for check_disk.c compileTon Voon1-0/+13
2006-07-19Fix for CHAR_MAX on Solaris 9Ton Voon1-0/+1
2006-07-14Missing header filesTon Voon2-0/+2
2006-07-14Fix inode percents using coreutils' percentage calculation techniqueTon Voon1-31/+40
2006-07-13Major fixes to check_disk. Now should return same data as dfTon Voon8-182/+649
2006-07-13Move new util_* functions to lib/Ton Voon19-421/+37
2006-07-13Using coreutils' base_name function because of portability issues withTon Voon9-32/+201
2006-07-12Added -E option for exact match of filesystem. Restructured main filesystemTon Voon4-76/+99
2006-07-12Moving parameter_list into utils_disk.h. Given list of mount points, canTon Voon5-54/+150
2006-07-12Moving check_disk functions into utils_disk.c and testing themTon Voon7-81/+205
2006-07-11Extra files from coreutils required for getloadavg.c to compileTon Voon12-0/+369
2006-07-10Didn't add intprops.h into distribution correctlyTon Voon1-2/+7
2006-07-07Added check for two arguments. Was segfaulting if no or one arg. Now returnsHarper Mann1-0/+6
2006-07-05Fixed checking of return codes from external mailq programsTon Voon1-15/+14
2006-07-05Add instructions for manually sending Tinderbox build logsTon Voon1-1/+5
2006-07-05Missing intprops.h for Tru64 (Ciro Iriarte - 1517379)Ton Voon2-0/+67
2006-07-04Added alloca.h check and fixed locale.h, wchar.h (Ari Pollak - 1516578)Ton Voon3-5/+52
2006-07-03Fixed -p getopt call (Allan Bennett - 1511650)Ton Voon1-2/+3