Setting tag plcapi-5.4-2
[plcapi.git] / PLC / Auth.py
2017-07-06 Thierry ParmentelatAdd 'php/phpxmlrpc/' from commit 'cd5dbb4a511e7a616a611...
2012-02-24 Thierry Parmentelatfixed error format
2012-02-24 Thierry Parmentelatoops
2012-02-24 Thierry Parmentelatmissing import
2012-02-24 Thierry Parmentelatfix GPGAtuh for users
2011-02-02 Thierry Parmentelatoops again
2011-02-02 Thierry Parmentelatoops
2011-02-02 Thierry Parmentelatdo not delete session when node is trying to call a...
2011-02-02 Thierry Parmentelatremove support for boot_nonce and old boot CDs
2010-12-07 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/plcapi
2010-12-07 Thierry Parmentelatmore info on person when missing roles
2010-12-06 Thierry Parmentelatmore explicit messages in case of missing role
2010-11-25 Thierry Parmentelatauthentication exception a bit more verbose
2010-10-16 Daniel Hokka ZakrissonAlready scoped properly.
2010-10-16 Daniel Hokka ZakrissonFix auth extensibility.
2010-10-15 Daniel Hokka ZakrissonMake the authentication system extensible.
2010-06-22 S.Çağlar Onur- Change .py files to use 4-space indents and no hard...
2010-02-10 Barış Metinfallback to old modules for centos5 (python 2.4)
2010-02-10 Barış Metinuse hashlib as md5 and sha are deprecated
2010-01-07 Thierry Parmentelatfor python-2.6
2009-07-19 Thierry Parmentelatsvn keywords
2009-05-21 Marc Fiuczynskiauth fix
2009-05-21 Marc Fiuczynskibreak out mapping to auth class into map_auth() function
2009-04-17 Marta CarboneAdded authentication for dummynet boxes.
2008-05-22 Thierry Parmentelatfirst draft for node tags & new node groups:
2007-10-25 Thierry Parmentelatset svn:keywords property for proper keywords expansion
2007-03-08 Tony Mack- raise PLCPermissionDenied when a session auth'd api...
2007-02-10 Mark Huangadd missing import of NodeNetworks
2007-02-05 Tony Mack- modified PasswordAuth.check to be case insensitive...
2007-02-01 Mark Huang- changed gpg_verify() calling convention
2007-01-31 Mark Huang- fix Auth so that it parses AuthMethod and doles out...
2007-01-30 Mark Huang- fix typo
2007-01-30 Mark Huang- notify node owners about authentication failures
2007-01-11 Mark Huang- only allow local users (i.e. peer_id = None) to authe...
2007-01-04 Mark Huangminimal hacks so that the PHP bindings can be built...
2006-12-15 Mark Huang- add GPGAuth signature authentication, primarily for...
2006-11-09 Mark Huang- re-enable return_fields specification
2006-11-08 Mark Huang- Auth does not need to be a subclass of dict
2006-10-31 Mark Huang- node sessions do not expire
2006-10-27 Mark Huang- add SessionAuth support
2006-10-25 Mark Huang- add BootAuth (backward compatible Boot Manager authen...
2006-09-25 Mark Huang- don't care about Role in the auth structure anymore
2006-09-08 Mark Huang- handle non-ascii passwords correctly
2006-09-06 Mark HuangInitial checkin of new API implementation