Dear all,

The "main" branch of NaviServer contains no more detailed version numbers to ease orientation, especially, when many installations are managed. The nstats process page contains now the OS, architecture, Tcl-version and the version of the OpenSSL library in use. The only interesting part missing is now the version of the Database (when in use), but that requires changes in the parent-driver of nsdb, where the concrete db-drivers have to report the information...

All the best

-gn


Provide introspection features for network driver

- ns_driver info: return in the resulting dict the additional field
  "libraryversion", which is supplied by network driver. This is at
  least useful for new installations and debugging, to make sure,
  which library is actually used

- "ns_conn details": new sub-command, returning a dict provided by a
  driver callback concerning the current connection. For an HTTPS
  connection, it returns the result of protocol and cipher
  negotiation, like e.g.

      {sslversion TLSv1.3 cipher TLS_AES_256_GCM_SHA384}

--
Univ.Prof. Dr. Gustaf Neumann
Head of the Institute of Information Systems and New Media
of Vienna University of Economics and Business
Program Director of MSc "Information Systems"
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to