Merge remote-tracking branch 'origin/pycurl' into planetlab-4_0-branch
[plcapi.git] / PLC / Auth.py
2015-04-17 rootMerge remote-tracking branch 'origin/pycurl' into plane... planetlab-4_0-branch
2007-11-13 Tony Mackmerge from trunk
2007-07-23 Tony Mackmerge changes from HEAD
2007-04-17 Faiyaz AhmedMerge from HEAD. Signed off by tmack.
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