2020-08-10 Fred Gleason <fredg@paravelsystems.com>

* Added a check in 'RDSvc::create()' to disallow creation of a
	service with a name containing whitespace.
	* Added whitespace to the set of banned characters for service names
	in the 'Add Service' dialog in rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-08-10 13:17:27 -04:00
parent d4f76649e8
commit d433e3c631
12 changed files with 56 additions and 10 deletions

View File

@@ -19941,3 +19941,8 @@
'ripcd/local_macros.cpp'.
2020-08-10 Fred Gleason <fredg@paravelsystems.com>
* Documented the '%%' filepath wildcard in the Operations Guide.
2020-08-10 Fred Gleason <fredg@paravelsystems.com>
* Added a check in 'RDSvc::create()' to disallow creation of a
service with a name containing whitespace.
* Added whitespace to the set of banned characters for service names
in the 'Add Service' dialog in rdadmin(1).