2018-10-23 |
Sven Nierlein | uriparser: do not reset flags if already set
|
commit | commitdiff | tree |
2018-10-23 |
Sven Nierlein | picohttpparser: add header to final tarball
|
commit | commitdiff | tree |
2018-10-23 |
Sven Nierlein | check_curl: do not use pkg-config if --with-uriparser...
|
commit | commitdiff | tree |
2018-10-23 |
Sven Nierlein | check_curl: enable by default if all requirements are met
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: unify performance data
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: use same page length in performance data...
|
commit | commitdiff | tree |
2018-10-22 |
Christopher Odenbach | added some advanced tests for check_curl
|
commit | commitdiff | tree |
2018-10-22 |
Christopher Odenbach | Modified virtual host and port behaviour to match check_http.
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | check_curl: changed name of plugin in user-agent and...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | check_curl: removed some dead code
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | check_curl: removed die in redirect with relative paths...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | ..I should really not test in test code :-)
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | check_curl: made HTTP message optional
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | check-curl: have some fallbacks ready if pkg-config...
|
commit | commitdiff | tree |
2018-10-22 |
Jean-François Rameau | Avoid working with free'ed memory
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | fixed typo in check_curl error message (unparsable)
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | removed embedded uriparser library, added --with-uriparser...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | bumped coyright to 2018 in check_curl.c
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | updated bundled version of uriparser to 0.8.5
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | fixed initialization of server_url (freeing non-pointer...
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: cleanup Signed-off-by: Sven Nierlein <sven@nierlein.de>
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | set ssl_version to CURL_SSLVERSION_DEFAULT and not...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added -b <proxy_auth> to print_usage
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: add proxy auth option
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: update docs
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: add legacy http request support
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: add docs about https proxy
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: clean whitespace
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: handle proxied https requests
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | fixed some printf bugs and switched to libcurl4-openssl...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added check_curl to REQUIREMENTS
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | fixed include flags for liburiparser
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added check|_curl enabler in right position in configure...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | fixed redirect sticky port handling in redir
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | some rework:
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | synched tests/check_http.t test changes (virtualhost...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | fixed failing tests due to wrong content_length calculation
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | fixed getopt (-l missing, wrong order, hard to compare...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | more tolerant CERTINFO parsing
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | using CURLOPT_RESOLVE to make sure -I is the IP we...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | changed URL construction again, IP should preceed hostname...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | page length is computed from header, fallback to actual...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | fixed setting host_name or server_address in curl URL...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | reverted hostname in URL, must use CURL_RESOLVE mayabe
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | must use host_name and not server_address in URL, CN...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | disable non-OpenSSL code compilation in -C check if...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | made non-OpenSSL version of certificate -C check work
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | handling the -C check now when compiled with OpenSSL...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | preparing for certificate checks (non-OpenSSL version)
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | small cleanup
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | probing for SSL library used by libcurl and started...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | using curl_getdate instead of local parse_time_string...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | small fixes and cleanups around SSL, be more tolerant...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | for now we set LIBCURL_USES_OPENSSL always
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | made check_curl compile also if we have openssl disabled
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | fixed some libcurl checks and minimal versions
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | some work on certificate checking for non-OpenSSL libraries
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | small fix and we see CURLOPT_SSL_CTX_FUNCTION does...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | some cleanup and added error handling around curl_easy_getin...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | fixed test outputs for status line checks
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added -n and more display_html stuff
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added -L option
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | fixed non-C99-ism in get_header_value
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added -M<m> age option for document age, using picohttpparse...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | made check_curl tests copies of check_http tests because...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added POST support (-P/-T options)
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | fixed handling of SSL/TLS protocol versions
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added -l option, fixed some usage/help
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added -d/--header-string option
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: implement -e/--expect
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: support check_http arguments for backwards...
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: adopt output format from check_http
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: make check_curl use the same tests as check_http
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added -4/-6 option
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added -m/--pagesize option
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added help for --invert-regex
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added -R/-ereg/-eregi
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added -N/--no-body option
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added usage and help for -E/--extended-perfdata
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | reverted double header in longopts
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added help/usage and getopt long struct member for...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | fixed a missing else before curl_easy_setopt CURLOPT_CUSTOMR...
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | add check_curl test Signed-off-by: Sven Nierlein <sven@nierlein.de>
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: set correct host header Signed-off-by: Sven Nierlein <sven@nierlein.de>
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: implement extended performance data Signed-off-by: Sven Nierlein <sven@nierlein.de>
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: implement certificate checks Signed-off-by: Sven Nierlein <sven@nierlein.de>
|
commit | commitdiff | tree |
2018-10-22 |
Sven Nierlein | check_curl: implement optional http headers Signed-off-by: Sven Nierlein <sven@nierlein.de>
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added HTTP method handling
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | forgot declaration of INVERT_REGEX in getopt otions
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added some casts for curl write functions
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added -r and --invert-regex
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added -ca-file option
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | handling last HTTP header correctly in HTTP line parser...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | some comment cleanup
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | adapted to style, using header file shims instead of...
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | fixed curl error message
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added -s option
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added most options from nagios-curl-plugin
|
commit | commitdiff | tree |
2018-10-22 |
Andreas Baumann | added autoconf stuff for curl plugin, created empty...
|
commit | commitdiff | tree |
2018-06-13 |
Sven Nierlein | fix typo in check_uptime
|
commit | commitdiff | tree |