index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
check_ldap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-22
check_ldap: fix entries threshold check
Sven Nierlein
1
-15
/
+21
2015-04-21
add counting of entries to check_ldap
Gerhard Lausser
1
-9
/
+60
2014-01-21
Merge branch 'rename'
Thomas Guyot-Sionnest
1
-3
/
+3
2014-01-21
plugins/*.c: Alterations for timeout messages.
Spenser Reinhardt
1
-1
/
+1
2014-01-20
Capitalize "Monitoring" when it's the first word
Holger Weiss
1
-1
/
+1
2014-01-19
Project rename initial commit.
Monitoring Plugins Development Team
1
-3
/
+3
2012-11-28
unified ipv4/6 usage and help text
Sven Nierlein
1
-5
/
+0
2012-06-29
Die when asprintf fails
Anders Kaseorg
1
-4
/
+4
2011-08-13
Fix: check_ldap now correctly handles the long option --hostname for -H
Matthias Eble
1
-1
/
+1
2010-12-23
Fix check_ldap overriding the port when --ssl was specified after -p
Thomas Guyot-Sionnest
1
-2
/
+6
2010-04-22
Add newline after "Usage:" in --help
Thomas Guyot-Sionnest
1
-1
/
+1
2010-04-21
Standardize the extra-opts notes
Thomas Guyot-Sionnest
1
-4
/
+0
2010-04-14
Fix translations when extra-opts aren't enabled
Thomas Guyot-Sionnest
1
-9
/
+9
2010-04-11
Fix Debian bug #479984: Allow empty LDAP base
Holger Weiss
1
-1
/
+1
2010-04-11
Fix Debian bug #463322: Use deprecated libldap API
Holger Weiss
1
-0
/
+1
2009-02-20
Typo fixes (Jan Wagner - SF 1878971)
Ton Voon
1
-1
/
+1
2008-11-23
Removing CVS/SVN tags and replacing with git-based versioning
Thomas Guyot-Sionnest
1
-6
/
+2
2008-11-19
Bulk EOL cleanup
Thomas Guyot-Sionnest
1
-10
/
+10
2008-05-07
Added support for --extra-opts in all C plugins (disabled by default, see con...
Thomas Guyot-Sionnest
1
-4
/
+13
2008-04-27
--help output cleanup (plus removal of spaces on blank lines)
Thomas Guyot-Sionnest
1
-7
/
+7
2008-01-30
Bump plugins/ to GPLv3 (check_apt to check_nwstat)
Thomas Guyot-Sionnest
1
-21
/
+19
2008-01-06
If unspecified set LDAP_OPT_SUCCESS to LDAP_SUCCESS (Sergei Haramundanis - #1...
Matthias Eble
1
-0
/
+3
2007-12-21
Remove c formating from translated strings (makes translation easier)
Thomas Guyot-Sionnest
1
-2
/
+2
2007-12-19
Fix the "--help" output.
Holger Weiss
1
-1
/
+1
2007-07-07
Added -v/--verbose argument to call ldap_perror() for detailed messages on fa...
Matthias Eble
1
-6
/
+16
2007-06-20
Fixed default behaviour of check_ldaps
Matthias Eble
1
-1
/
+3
2007-06-20
Clarified check_ldaps behaviour. New arguments to explicitly select secure co...
Matthias Eble
1
-36
/
+62
2007-01-28
Don't try to print `optarg' (which will be a NULL pointer) if an unknown
Holger Weiss
1
-1
/
+1
2007-01-20
Fix bug #1632091: printf format string typos. Add some more cosmetic changes.
Thomas Guyot-Sionnest
1
-4
/
+4
2006-10-22
localization fixes
Benoit Mortier
1
-17
/
+16
2006-10-19
first pass at cleaning localization for new release
Benoit Mortier
1
-19
/
+33
2006-06-15
cleaning help and usage
Benoit Mortier
1
-3
/
+3
2004-12-25
various fixes for localization
Benoit Mortier
1
-12
/
+8
2004-12-10
Fixed compile warning
Ton Voon
1
-2
/
+3
2004-12-08
patch 1028033
Benoit Mortier
1
-1
/
+66
2004-12-03
reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry
Benoit Mortier
1
-1
/
+1
2004-12-03
print_help and print_usage() cleanup
Benoit Mortier
1
-3
/
+2
2004-12-03
remove UT_HLP_VRS from print_usage
Benoit Mortier
1
-5
/
+2
2004-12-03
internationalization fixes and help fixes
Benoit Mortier
1
-3
/
+3
2004-12-03
Fix typo breaking compile.
Matthew Kent
1
-1
/
+1
2004-12-03
bump copyright year
Benoit Mortier
1
-2
/
+4
2004-12-02
--disable-nls throws an error on check_dns, check_procs and
Benoit Mortier
1
-1
/
+8
2004-12-02
More internationalization work
Benoit Mortier
1
-1
/
+1
2004-12-02
return of process_arguments() is TRUE not OK !
Benoit Mortier
1
-1
/
+1
2004-12-01
standardize localization string
Benoit Mortier
1
-3
/
+5
2004-11-24
Making messages more consistent
Ton Voon
1
-3
/
+3
2004-03-14
use fperfdata
Karl DeBisschop
1
-7
/
+7
2003-09-16
milisecond timing and perfdata, fix NULL pointer error in validate_arguments
Karl DeBisschop
1
-21
/
+25
2003-08-22
- bindtextdomain for gettext, a few other smale cleanups here and there
Karl DeBisschop
1
-0
/
+4
2003-08-10
the last round of pedantic compiler warnings
Karl DeBisschop
1
-71
/
+81
[next]