[Repoze-dev] [issue47] Create the repoze.what network plugin

2008-11-23 Thread Gustavo Narea
New submission from Gustavo Narea <[EMAIL PROTECTED]>: That plugin should provide predicate checkers (e.g., grant access if the user’s IP address belongs to a given IP range, deny access if the user’s host name is “example.org”, grant access based on the user’s ISP). -- messages: 121 n

[Repoze-dev] [issue50] Create the repoze.what CAPTCHA plugin

2008-11-23 Thread Gustavo Narea
New submission from Gustavo Narea <[EMAIL PROTECTED]>: It will provide a highly extensible CAPTCHA driven authorization mechanism to restrict access to a given resource with predicate checkers. This is possibly the hardest to create plugin. -- messages: 124 nosy: Gustavo priority: wish

[Repoze-dev] [issue51] Create the repoze.what Htgroups plugin

2008-11-23 Thread Gustavo Narea
New submission from Gustavo Narea <[EMAIL PROTECTED]>: It should provide the Htgroups group source adapter. -- messages: 126 nosy: Gustavo priority: wish status: deferred title: Create the repoze.what Htgroups plugin topic: repoze.what __ Repoze Bugs <[EM

[Repoze-dev] [issue48] Create the repoze.what X.509 plugin

2008-11-23 Thread admin
System message: -- priority: feature -> wish __ Repoze Bugs <[EMAIL PROTECTED]> __ ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://

[Repoze-dev] [issue47] Create the repoze.what network plugin

2008-11-23 Thread admin
System message: -- priority: feature -> wish __ Repoze Bugs <[EMAIL PROTECTED]> __ ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://

[Repoze-dev] [issue46] Create the repoze.what OAuth plugin

2008-11-23 Thread admin
System message: -- priority: feature -> wish __ Repoze Bugs <[EMAIL PROTECTED]> __ ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://

[Repoze-dev] [issue52] Create the repoze.what Ini plugin

2008-11-23 Thread Gustavo Narea
New submission from Gustavo Narea <[EMAIL PROTECTED]>: It will provide the adapters to store groups and permissions in *.ini files. -- messages: 127 nosy: Gustavo priority: wish status: deferred title: Create the repoze.what Ini plugin topic: repoze.what

[Repoze-dev] [issue46] Create the repoze.what OAuth plugin

2008-11-23 Thread Gustavo Narea
Gustavo Narea <[EMAIL PROTECTED]> added the comment: > It may also provide OAuth-relevant for authorization tasks I meant "It may also provide OAuth-specific utilities relevant for authorization tasks" __ Repoze Bugs <[EMAIL PROTECTED]>

Re: [Repoze-dev] News from Plone trunk - Repoze / WSGI

2008-11-23 Thread Hanno Schlichting
Martijn Pieters wrote: > On Sun, Nov 23, 2008 at 04:01, Hanno Schlichting <[EMAIL PROTECTED]> wrote: >>> - The use of iw.recipe.command means the coredev buildout probably >>> doesn't work on Windows anymore. >> The exact configuration I built isn't quite what it should end up with. >> The iw.rec

[Repoze-dev] [issue46] Create the repoze.what OAuth plugin

2008-11-23 Thread Gustavo Narea
New submission from Gustavo Narea <[EMAIL PROTECTED]>: This plugin should provide at least repoze.what predicates checkers. It may also provide OAuth- relevant for authorization tasks. -- messages: 120 nosy: Gustavo priority: feature status: deferred title: Create the repoze.what OAuth

[Repoze-dev] [issue49] Create the repoze.what LDAP plugin

2008-11-23 Thread Gustavo Narea
Gustavo Narea <[EMAIL PROTECTED]> added the comment: It should also provide the LDAP group source adapter, so that the Organizational Units to which the user belongs could be used as her repoze.what groups. __ Repoze Bugs <[EMAIL PROTECTED]>

[Repoze-dev] [issue49] Create the repoze.what LDAP plugin

2008-11-23 Thread Gustavo Narea
New submission from Gustavo Narea <[EMAIL PROTECTED]>: It will provide predicate checkers (e.g., allow access if the user can be reached at a cellular phone, allow access if the user belongs to the “ABC” organization). -- messages: 123 nosy: Gustavo priority: wish status: deferred title

[Repoze-dev] [issue48] Create the repoze.what X.509 plugin

2008-11-23 Thread Gustavo Narea
New submission from Gustavo Narea <[EMAIL PROTECTED]>: That plugin should provide predicate checkers (allow access if the Certificate Authority is XYZ, allow access if the user is called “John Smith” or “Foo Bar”). -- messages: 122 nosy: Gustavo priority: feature status: deferred title:

Re: [Repoze-dev] News from Plone trunk - Repoze / WSGI

2008-11-23 Thread Hanno Schlichting
Martin Aspeli wrote: > Hanno Schlichting wrote: >> Martin Aspeli wrote: >>> - The Repoze Zope 2 packaging is maintained outside the Zope core. I >>> don't think we can depend on that long term, though I hope that we'll >>> see a WSGI-capable Zope core before long anyway. >> I don't see a licens

Re: [Repoze-dev] News from Plone trunk - Repoze / WSGI

2008-11-23 Thread Chris McDonough
FTR, building on Hanno's work, I've created an index that allows for the installation of the Zope2 trunk suitable for use with easy_install (requiring no buildout). To do so, I created eggs from the externals used within the buildout directory, and put them in the index. Here's the set of command