Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add GPLv3 license | Alex Auvolat | 2020-01-26 | 2 | -0/+677 |
| | |||||
* | Complete readme | Alex Auvolat | 2020-01-26 | 1 | -15/+40 |
| | |||||
* | Complete README | Alex Auvolat | 2020-01-26 | 2 | -4/+62 |
| | |||||
* | Less logs but better logs | Alex Auvolat | 2020-01-26 | 5 | -26/+73 |
| | |||||
* | Externalize config | Alex Auvolat | 2020-01-26 | 3 | -30/+116 |
| | |||||
* | Add anyread to admins in example acl because don't be ridiculous | Alex Auvolat | 2020-01-26 | 1 | -4/+4 |
| | |||||
* | Fix an issue with excluded attributes | Alex Auvolat | 2020-01-26 | 1 | -1/+1 |
| | |||||
* | First ACL implementation | Alex Auvolat | 2020-01-26 | 3 | -102/+320 |
| | |||||
* | Apply gofmt & minor refactoring | Alex Auvolat | 2020-01-26 | 1 | -21/+17 |
| | |||||
* | Fix handling of empty set of values as absence of the key | Alex Auvolat | 2020-01-20 | 1 | -10/+19 |
| | |||||
* | Add TODO list | Alex Auvolat | 2020-01-19 | 1 | -0/+4 |
| | |||||
* | Forbid "/" in DN | Alex Auvolat | 2020-01-19 | 1 | -14/+47 |
| | |||||
* | Implement Modify | Alex Auvolat | 2020-01-19 | 1 | -1/+190 |
| | |||||
* | Handle LDAP Compare and Delete requests | Alex Auvolat | 2020-01-19 | 1 | -0/+130 |
| | |||||
* | Basic code cleanup | Alex Auvolat | 2020-01-19 | 1 | -12/+26 |
| | |||||
* | Use correct return code for unimplemented filters | Alex Auvolat | 2020-01-19 | 1 | -1/+1 |
| | |||||
* | Better DN suffix validation | Alex Auvolat | 2020-01-19 | 1 | -18/+33 |
| | |||||
* | Implement add with group membership | Alex Auvolat | 2020-01-19 | 1 | -25/+110 |
| | |||||
* | Use only []string for values, implement add | Alex Auvolat | 2020-01-19 | 1 | -46/+65 |
| | |||||
* | Case insensitive match on attribute names | Alex Auvolat | 2020-01-19 | 1 | -19/+23 |
| | |||||
* | Implement Search with basic filter support | Alex Auvolat | 2020-01-19 | 1 | -6/+206 |
| | |||||
* | Add ldapserver source in here & add support for client state | Alex Auvolat | 2020-01-19 | 10 | -23/+1078 |
| | |||||
* | Begin Go reimplementation of Bottin | Alex Auvolat | 2020-01-19 | 3 | -0/+266 |