Ruben S. Montero
27c5a7ea48
feature #4714 : Add multiple authentication tokens per user. Tokens are
...
extended to include an efective gid, used for object creation and
authorization (when using the token).
2016-08-31 14:52:33 +02:00
Carlos Martín
e8f9de4bb2
Feature #4411 : Disable password change for some auth drivers
2016-06-29 17:17:18 +02:00
Javi Fontan
e1f6dee180
Update copyright notice year
2016-05-04 12:33:23 +02:00
Jaime Melis
e20fb5c4c4
Fix copyright in banners
2015-09-23 16:51:10 +02:00
Jaime Melis
8d00b74177
Change year to 2015
2015-02-24 12:27:59 +01:00
Ruben S. Montero
aef7109af3
Hide password arguments for user login. General hidden process
2014-10-28 16:23:09 +01:00
Ruben S. Montero
0f44677325
feature #2796 : Client side utilities to manage tokens: Ruby OCA, oneuser CLI. Also the token management across drivers (SSH & X509 included) is now homogenous
2014-09-06 22:22:40 +02:00
Jaime Melis
11520021f7
Bump to version 4.5.0
2014-01-09 11:51:20 +01:00
Ruben S. Montero
983804df18
feature #1742 : Redo parsers, clear set of group ids in case of failed authN
2013-08-30 16:50:04 +02:00
Carlos Martín
b4e63d8a33
Feature #1742 : add/del secondary group requires MANAGE GROUP
2013-08-23 17:46:46 +02:00
Carlos Martín
1b3a10b958
Feature #1742 : Methods to add and remove secondary groups
2013-08-23 13:30:06 +02:00
Jaime Melis
7357bffe34
Update copyright notice
2013-01-24 16:18:30 +01:00
Jaime Melis
af61e33f8c
Update year to 2013
2013-01-24 16:03:57 +01:00
Carlos Martín
cf45afe0a7
Feature #1108 : Add more verbosity to Request Manager log messages:
...
* Each request message includes a unique (ish) ID, and user doing the request
* Success results are also logged
* All arguments are included in the request message (except session)
* Password arguments are shown as ***
2012-10-02 16:25:57 +02:00
Ruben S. Montero
82e3f2e052
feature 1288: Add missing updates after modifying user quotas. XML-RPC method to set user quotas
2012-06-07 00:04:08 +02:00
Jaime Melis
a2b7cb6bc9
Bump to version 3.2.0
2012-01-12 12:29:18 +01:00
Ruben S. Montero
e6628a1f75
Feature #862 : Re-factor PoolObjectAuth. Moved ObjectType to PoolObjectSQL. simplified interface for AuthManger::add_auth.
2012-01-03 02:58:23 +01:00
Ruben S. Montero
a7d5e49264
feature #862 : ADMIN is required for changing an user auth driver
2012-01-02 04:53:22 +01:00
Carlos Martín
f602cf62c9
Merge remote branch 'origin/master' into feature-862
...
Conflicts:
include/RequestManagerVirtualMachine.h
src/vnm/VirtualNetwork.cc
2011-12-30 17:11:55 +01:00
Carlos Martín
e2f51e7861
Change ACL operations to USE, MANAGE, ADMIN & CREATE
2011-12-29 08:09:53 -08:00
Ruben S. Montero
f41a20d4dd
Bug #963 : Prevents seg fault if user is freed while executing RM action
2011-12-19 22:42:33 +01:00
Carlos Martín
303d17b260
Bug #847 - #918 : Add password to one.user.chauth method, this way the driver and the auth driver are changed atomically
2011-10-20 18:58:40 +02:00
Carlos Martín
319e170ea5
Bug #847 : Add new ACL operation to change the user auth driver. TODO: update Sunstone acl tab
2011-10-20 17:46:33 +02:00
Carlos Martín
d2e781cd27
Bug #847 - #918 : Add method to change user auth driver in core, ruby oca and CLI
2011-10-17 15:08:00 +02:00
Ruben S. Montero
66485c6ed7
MULTIPLE GROUPS: Removed initial effort to support multiple user groups for the users. This should be easily recovered to complete this feature in the future
2011-07-07 19:01:04 +02:00
Carlos Martín
03fac9096a
Bug #702 : xmlrpc-c does not create a new xmlrpc_c::method class for each request.
...
Instead, it creates a single instance and its execute method is called for each new request.
This caused some variables to be shared by several threads, which eventually ended in
segmentation fault.
2011-07-07 12:45:13 +02:00
Ruben S. Montero
70435d9043
feature #407 , #662 : New User methods in RM and some changes in the add/del group interface
2011-06-03 16:58:42 +02:00