Sivachandran Paramasivam

Results 14 issues of Sivachandran Paramasivam

Presently CPU info on ARM is empty(`cpu (0 physical packages, 0 cores, 0 hardware threads)`) as there are many fields missing in ARM's `/proc/cpuinfo`. **Sample ARM /proc/cpuinfo** ``` processor :...

The changes make `hooks.Writer` to accept optional `Formatter` which would be used to format the log entries before writing.

enhancement

Thank you for the project. I use it regularly on multiple machines. But presently the linux builds require a specific libc runtime which is not available in my target hosts....

The changes canonicalise request errors so same kind of errors are grouped together. For example the following errors are same kind but they are treated different because the ip/port in...

Specify library name and version: **xml-security-c/2.0.4** To build on Windows, the autotools based build system is ported to cmake. Experimental features like NSS as Crypto Provider and XKMS subsystem are...

Failed

The chages allow TLS ciphers to be specified as parameter for `Rfc5424SysLogHandler` which will be passed to the TLS connection's context.

Closes #40 Not setting `check_hostname` to `False` when `tls_verify` is `False` triggers the following exception. The PR contains changes to disable hostname checking when tls verification is disabled. ```python ......

[RFC5424](https://datatracker.ietf.org/doc/html/rfc5424#section-6) limits the structured data id(sd-id) to be max of 32 characters in length ``` ... STRUCTURED-DATA = NILVALUE / 1*SD-ELEMENT SD-ELEMENT = "[" SD-ID *(SP SD-PARAM) "]" SD-PARAM =...