minor changes

This commit is contained in:
mom040267 2015-01-20 19:38:43 +00:00
parent 0551cfcc9c
commit 1258e1220d
3 changed files with 4 additions and 14 deletions

View File

@ -6,7 +6,6 @@ Version 4.4.1.1 'Ardee West':
- OpenSSL 1.1.0 supported;
- shared secrets fixed in MongoDB: multiple secrets per realm allowed;
- shared secrets admin fixed in Redis;
- --oauth option now strictly requires oAuth authentication;
12/24/2014 Oleg Moskalenko <mom040267@gmail.com>
Version 4.3.3.1 'Tolomei':

15
TODO
View File

@ -75,23 +75,14 @@
deeply "hidden" in the network infrastructure that the
significant code complication may be unjustified.
2) HTTP or GUI status monitor and management.
For enterprise users, a management (configuration, status
and statistics) GUI has to be implemented. Currently, all
these features are available through the shell command
line, telnet client and through Redis command line.
3) Traffic recording (for selected allocations).
2) Traffic recording (for selected allocations).
That would be a helpful feature for a large enterprise
(for testing and security purposes).
4) Ganglia monitoring.
3) Ganglia monitoring.
5) Web API to the database (oAuth keys, for example).
6) Key exchange mechanism for oAuth.
4) Key exchange mechanism for oAuth.
==================================================================

View File

@ -527,7 +527,7 @@ int get_user_key(int in_oauth, int *out_oauth, int *max_session_time, u08bits *u
}
}
if(in_oauth) {
if(out_oauth && *out_oauth) {
return ret;
}