doc update

This commit is contained in:
Nikos Mavrogiannopoulos
2015-12-08 14:28:16 +01:00
parent 01706859e0
commit 4f4fa817b6

6
NEWS
View File

@@ -5,6 +5,12 @@
- Added config option 'append-routes'. If set to true it will restore
the old configuration semantics of appending the global routes to per
user/group config.
- Added the 'restrict-user-to-ports' configuration option. This prevents
the user from connecting to the given protocol/port combinations. It is
intended to be used as mechanism to restrict certain users to accessing
specific services (e.g., only web or ssh). Combined with
'restrict-user-to-routes' it can be used to restrict a user to accessing
only a specific service to a specific server.
- Switched to an event-driven design in main; using libev
- occtl: Added the show events command to allow viewing the users connecting in
real time.