diff --git a/language-snippets.ent b/language-snippets.ent index fed94ed48f2e..67dab41dda0f 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -2066,6 +2066,29 @@ while PGSQL_BOTH will return both numerical and associative '> + + + + 8.1.0 + + The auth_protocol now accepts "SHA256" + and "SHA512" when supported by libnetsnmp. + +'> + +the security name, usually some kind of username'> + +the security level (noAuthNoPriv|authNoPriv|authPriv)'> + +the authentication protocol ("MD5", "SHA", +"SHA256", or "SHA512")'> + +the authentication pass phrase'> + +the privacy protocol (DES or AES)'> + +the privacy pass phrase'> + The Windows version of PHP has built-in diff --git a/reference/snmp/functions/snmp3-get.xml b/reference/snmp/functions/snmp3-get.xml index 763d563227fb..7c2485517547 100644 --- a/reference/snmp/functions/snmp3-get.xml +++ b/reference/snmp/functions/snmp3-get.xml @@ -42,50 +42,37 @@ security_name - - the security name, usually some kind of username - + &snmp.parameter.security-name; security_level - - the security level (noAuthNoPriv|authNoPriv|authPriv) - + &snmp.parameter.security-level; auth_protocol - - the authentication protocol ("MD5", "SHA", - "SHA256", or "SHA512") - + &snmp.parameter.auth-protocol; auth_passphrase - - the authentication pass phrase - + &snmp.parameter.auth-passphrase; privacy_protocol - - the privacy protocol (DES or AES) - + &snmp.parameter.privacy-protocol; privacy_passphrase - - the privacy pass phrase - + &snmp.parameter.privacy-passphrase; @@ -142,13 +129,7 @@ are lower than -1 or too large. - - 8.1.0 - - The auth_protocol now accepts "SHA256" - and "SHA512" when supported by libnetsnmp. - - + &snmp.changelog.auth-protocol-sha2; diff --git a/reference/snmp/functions/snmp3-getnext.xml b/reference/snmp/functions/snmp3-getnext.xml index 961074947cb9..847bc2baaf85 100644 --- a/reference/snmp/functions/snmp3-getnext.xml +++ b/reference/snmp/functions/snmp3-getnext.xml @@ -43,50 +43,37 @@ security_name - - the security name, usually some kind of username - + &snmp.parameter.security-name; security_level - - the security level (noAuthNoPriv|authNoPriv|authPriv) - + &snmp.parameter.security-level; auth_protocol - - the authentication protocol ("MD5", "SHA", - "SHA256", or "SHA512") - + &snmp.parameter.auth-protocol; auth_passphrase - - the authentication pass phrase - + &snmp.parameter.auth-passphrase; privacy_protocol - - the privacy protocol (DES or AES) - + &snmp.parameter.privacy-protocol; privacy_passphrase - - the privacy pass phrase - + &snmp.parameter.privacy-passphrase; @@ -135,13 +122,7 @@ - - 8.1.0 - - The auth_protocol now accepts "SHA256" - and "SHA512" when supported by libnetsnmp. - - + &snmp.changelog.auth-protocol-sha2; diff --git a/reference/snmp/functions/snmp3-real-walk.xml b/reference/snmp/functions/snmp3-real-walk.xml index a4a4e8c8f1cd..6a50e2dec08a 100644 --- a/reference/snmp/functions/snmp3-real-walk.xml +++ b/reference/snmp/functions/snmp3-real-walk.xml @@ -50,9 +50,7 @@ security_name - - the security name, usually some kind of username - + &snmp.parameter.security-name; @@ -60,9 +58,7 @@ security_level - - the security level (noAuthNoPriv|authNoPriv|authPriv) - + &snmp.parameter.security-level; @@ -70,9 +66,7 @@ auth_protocol - - the authentication protocol (MD5 or SHA) - + &snmp.parameter.auth-protocol; @@ -80,9 +74,7 @@ auth_passphrase - - the authentication pass phrase - + &snmp.parameter.auth-passphrase; @@ -90,10 +82,7 @@ privacy_protocol - - the authentication protocol ("MD5", "SHA", - "SHA256", or "SHA512") - + &snmp.parameter.privacy-protocol; @@ -101,9 +90,7 @@ privacy_passphrase - - the privacy pass phrase - + &snmp.parameter.privacy-passphrase; @@ -159,13 +146,7 @@ - - 8.1.0 - - The auth_protocol now accepts "SHA256" - and "SHA512" when supported by libnetsnmp. - - + &snmp.changelog.auth-protocol-sha2; diff --git a/reference/snmp/functions/snmp3-set.xml b/reference/snmp/functions/snmp3-set.xml index 1d00077fb84f..736b70f62720 100644 --- a/reference/snmp/functions/snmp3-set.xml +++ b/reference/snmp/functions/snmp3-set.xml @@ -47,49 +47,37 @@ security_name - - the security name, usually some kind of username - + &snmp.parameter.security-name; security_level - - the security level (noAuthNoPriv|authNoPriv|authPriv) - + &snmp.parameter.security-level; auth_protocol - - the authentication protocol (MD5 or SHA) - + &snmp.parameter.auth-protocol; auth_passphrase - - the authentication pass phrase - + &snmp.parameter.auth-passphrase; privacy_protocol - - the privacy protocol (DES or AES) - + &snmp.parameter.privacy-protocol; privacy_passphrase - - the privacy pass phrase - + &snmp.parameter.privacy-passphrase; @@ -167,6 +155,7 @@ are lower than -1 or too large. + &snmp.changelog.auth-protocol-sha2; diff --git a/reference/snmp/functions/snmp3-walk.xml b/reference/snmp/functions/snmp3-walk.xml index 9b6839ffc656..51ff9df0d33b 100644 --- a/reference/snmp/functions/snmp3-walk.xml +++ b/reference/snmp/functions/snmp3-walk.xml @@ -44,50 +44,37 @@ security_name - - the security name, usually some kind of username - + &snmp.parameter.security-name; security_level - - the security level (noAuthNoPriv|authNoPriv|authPriv) - + &snmp.parameter.security-level; auth_protocol - - the authentication protocol ("MD5", "SHA", - "SHA256", or "SHA512") - + &snmp.parameter.auth-protocol; auth_passphrase - - the authentication pass phrase - + &snmp.parameter.auth-passphrase; privacy_protocol - - the privacy protocol (DES or AES) - + &snmp.parameter.privacy-protocol; privacy_passphrase - - the privacy pass phrase - + &snmp.parameter.privacy-passphrase; @@ -143,13 +130,7 @@ - - 8.1.0 - - The auth_protocol now accepts "SHA256" - and "SHA512" when supported by libnetsnmp. - - + &snmp.changelog.auth-protocol-sha2; diff --git a/reference/snmp/snmp/setsecurity.xml b/reference/snmp/snmp/setsecurity.xml index d2e07592ed32..168f2db8e2d5 100644 --- a/reference/snmp/snmp/setsecurity.xml +++ b/reference/snmp/snmp/setsecurity.xml @@ -30,41 +30,31 @@ securityLevel - - the security level (noAuthNoPriv|authNoPriv|authPriv) - + &snmp.parameter.security-level; authProtocol - - the authentication protocol (MD5 or SHA) - + &snmp.parameter.auth-protocol; authPassphrase - - the authentication pass phrase - + &snmp.parameter.auth-passphrase; privacyProtocol - - the privacy protocol (DES or AES) - + &snmp.parameter.privacy-protocol; privacyPassphrase - - the privacy pass phrase - + &snmp.parameter.privacy-passphrase; @@ -93,6 +83,23 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + &snmp.changelog.auth-protocol-sha2; + + + + + &reftitle.examples;