2017-07-06 Fred Gleason <fredg@paravelsystems.com>

* Added an 'RDEscapeShellString()' function in 'lib/rdescape_string.h'
	and 'lib/rdescape_string.cpp'.
	* Fixed a bug in 'lib/rduser.cpp' that caused PAM authentication of
	accounts with a password containing one or more '$' characters to fail.
This commit is contained in:
Fred Gleason
2017-07-17 12:05:58 -04:00
parent 4d6187bb61
commit 095ee50edc
4 changed files with 16 additions and 79 deletions

View File

@@ -15891,3 +15891,8 @@
* Removed RD_MAX_STATIONS from 'lib/rd.h'.
2017-07-06 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 2.16.0int06.
2017-07-06 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDEscapeShellString()' function in 'lib/rdescape_string.h'
and 'lib/rdescape_string.cpp'.
* Fixed a bug in 'lib/rduser.cpp' that caused PAM authentication of
accounts with a password containing one or more '$' characters to fail.