Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement support for non-LDAP-based actions that use the LDAP ACI subsystem. | Rob Crittenden | 2009-07-10 | 1 | -5/+16 | |
| | | | | | | | | | | | | There are some operations, like those for the certificate system, that don't need to write to the directory server. So instead we have an entry that we test against to determine whether the operation is allowed or not. This is done by attempting a write on the entry. If it would succeed then permission is granted. If not then denied. The write we attempt is actually invalid so the write itself will fail but the attempt will fail first if access is not permitted, so we can distinguish between the two without polluting the entry. | |||||
* | Fix a few issues introduced by the new Param.use_in_context() patch | Rob Crittenden | 2009-05-21 | 1 | -4/+4 | |
| | ||||||
* | Improve revocation_reason argument | Rob Crittenden | 2009-05-13 | 1 | -1/+8 | |
| | ||||||
* | Store the new certificate in a service record. Clean up some argument names ↵ | Rob Crittenden | 2009-05-07 | 1 | -15/+67 | |
| | | | | to match the current standard. | |||||
* | Removed 'Assert False' that was mistakingly left in cert.py; small cleanup ↵ | Jason Gerard DeRose | 2009-02-17 | 1 | -4/+2 | |
| | | | | in cert.py and ra.py imports | |||||
* | Implemented more elegant way for entire plugin module to be conditionally ↵ | Jason Gerard DeRose | 2009-02-17 | 1 | -73/+77 | |
| | | | | skipped; updated cert.py and ra.py modules to use this | |||||
* | Added env.enable_ra variable and change cert.py and ra.py plugin modules to ↵ | Jason Gerard DeRose | 2009-02-17 | 1 | -71/+73 | |
| | | | | register plugins conditionally | |||||
* | Continued cleanup cert/ra plugins | Jason Gerard DeRose | 2009-02-17 | 1 | -1/+1 | |
| | ||||||
* | Some cleanup in cert plugins module, changed to shorter command names all ↵ | Jason Gerard DeRose | 2009-02-17 | 1 | -27/+39 | |
| | | | | starting with cert_* | |||||
* | Renamed f_ra.py plugin to cert.py | Jason Gerard DeRose | 2009-02-17 | 1 | -0/+117 | |