- added 'enabled' to Site.fields
[plcapi.git] / PLC / Auth.py
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