aboutsummaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
AgeCommit message (Expand)Author
2006-01-30Added libtap tests for utils.c library functions. Removed redundantGravatar Ton Voon
2005-10-30turned on -Wall in plugins/Makefile.am via AM_CFLAGS. shouldn't keepGravatar M. Sean Finney
2005-10-29patch from nsturm: Makefile.am should have been checking for check_ldapGravatar M. Sean Finney
2005-10-25- added code to allow check_tcp (via np_net_connect) work with localGravatar M. Sean Finney
2005-10-24initial merging of ae's np_runcmd code into selected plugins.Gravatar M. Sean Finney
2005-10-23- compartmentalized ssl code into seperate sslutils.cGravatar M. Sean Finney
2005-10-19- initial attempt at consolidating ssl-related code into netutils.{c,h}Gravatar M. Sean Finney
2005-09-21Separation of root setuid plugins into plugins-root/Gravatar Ton Voon
2005-09-14Some makes do not like blank lines after "\". Fixed check_ldaps to onlyGravatar Ton Voon
2005-06-28scanf parsing fix for check_swap from tracker id 1123292. now use floor(3)Gravatar M. Sean Finney
2005-02-11Fix for check_icmp build on Solaris from Andreas Ericsson <ae@op5.se>Gravatar Stanley Hopcroft
2005-02-01check_icmp added to libexec_PROGRAMSGravatar Stanley Hopcroft
2005-02-01hacks to partly support check_icmp.c (1.0).Gravatar Stanley Hopcroft
2005-01-27Added check_dhcp bask into libexec_PROGRAMS after talking with Stanley.Gravatar Harper Mann
2005-01-24Removed check_dhcp and check_icmp from libexec_PROGRAMS (ie dont build by def...Gravatar Stanley Hopcroft
2004-12-28starttls support for check_smtp #1041576Gravatar Benoit Mortier
2004-12-23Another attempt at fixing check_http compile on Redhat EL3. Fixed check_icmpGravatar Ton Voon
2004-12-21Revert back to previous openssl checks (the ones from curl kept havingGravatar Ton Voon
2004-12-15Support for coreutils lib. Configure tests via m4 scripts from coreutilsGravatar Ton Voon
2004-12-10Compile broken - fixing link flags.Gravatar Matthew Kent
2004-12-10Changes to link flags for check_dhcp.cGravatar Stanley Hopcroft
2004-12-08patch 1028033Gravatar Benoit Mortier
2004-12-07Better SSL checking (inspired by curl 7.12.2's configure.ac)Gravatar Ton Voon
2004-12-07Correct dependencies for check_dhcp.c.Gravatar Stanley Hopcroft
2004-12-07New plugin: check_dhcp.c. Attempt to port to non Linux platform.Gravatar Stanley Hopcroft
2004-12-04internationalization fixesGravatar Benoit Mortier
2004-12-02Add check_icmp pluginGravatar Stanley Hopcroft
2003-10-24Moved config.h to toplevelGravatar Ton Voon
2003-09-16Support for AIX ps command and cleanup of configure's ps checksGravatar Ton Voon
2003-08-03markup for translation, use common.h, fix problems compilingGravatar Karl DeBisschop
2003-08-01'ln -f -s ...' is not reliable/portable. Use 'rm -f ...; ln -s ...'Gravatar Karl DeBisschop
2003-07-26checkins for internationalizationGravatar Karl DeBisschop
2003-07-04only make links for check_spop and check_simap when SSL is built into check_tcpGravatar Karl DeBisschop
2003-06-30Added check_simap & check_spop to check_tcp_programsGravatar Jeremy T. Bouse
2003-06-21soalris 8 needs 'ln -s -f' instead of 'ln -sf'Gravatar Karl DeBisschop
2003-04-09check_game needs popen.c nowGravatar Karl DeBisschop
2003-04-07Souped up check_procs with different metricsGravatar Ton Voon
2003-03-15Spent the day working on backwards compatability using getaddrinfo()Gravatar Jeremy T. Bouse
2003-03-13Updated cvs ignore files to reflect changesGravatar Jeremy T. Bouse
2003-03-08Move snprintf into libGravatar Ton Voon
2003-02-19Move getloadavg to lib directory. Must run "aclocal -I lib"Gravatar Ton Voon
2003-02-16Fixed dependencies for check_ntGravatar Ton Voon
2003-02-10Remove unnecessary getopt references and link in lib directoryGravatar Ton Voon
2003-02-03Patch for Mac OS X compile (652080 - Ton Voon)Gravatar Ton Voon
2003-01-29Added in check_nt for bug 646516Gravatar Ton Voon
2002-11-19another try at portable symlinkingGravatar Karl DeBisschop
2002-11-19another try at portable symlinkingGravatar Karl DeBisschop
2002-11-19rewrite of install-exec-hook for solarisGravatar Karl DeBisschop
2002-11-16fix too many sources problem for programs tha are symlinks to check_tcpGravatar Karl DeBisschop
2002-11-14fix typo in snprintf buildGravatar Karl DeBisschop