Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Bug fix: case-insensitive value match (except for passwords) | Alex Auvolat | 2020-02-02 | 3 | -2/+10 | |
| | | ||||||
* | | Update README with accurate info on how to build Bottin | Alex Auvolat | 2020-02-02 | 3 | -4/+14 | |
|/ | ||||||
* | CSS | Alex Auvolat | 2020-02-01 | 1 | -1/+1 | |
| | ||||||
* | Absolute url | Alex Auvolat | 2020-02-01 | 1 | -1/+1 | |
| | ||||||
* | Add bottin logo | Alex Auvolat | 2020-02-01 | 2 | -12/+17 | |
| | ||||||
* | Something that actually works | Alex Auvolat | 2020-02-01 | 3 | -3/+4 | |
| | ||||||
* | Better logging | Alex Auvolat | 2020-02-01 | 11 | -89/+92 | |
| | ||||||
* | Fix password comparison | Alex Auvolat | 2020-02-01 | 3 | -5/+6 | |
| | ||||||
* | Fix missing newline after TLS warning | Alex Auvolat | 2020-02-01 | 1 | -1/+1 | |
| | ||||||
* | Mention docker some more | Alex Auvolat | 2020-01-31 | 2 | -1/+3 | |
| | ||||||
* | Rebrand to Bottin (with Superboum's benediction) | Alex Auvolat | 2020-01-31 | 7 | -55/+55 | |
| | ||||||
* | More logs | Alex Auvolat | 2020-01-28 | 5 | -9/+15 | |
| | ||||||
* | Use better randomness | Alex Auvolat | 2020-01-27 | 2 | -5/+12 | |
| | ||||||
* | Fix slice bounds | Alex Auvolat | 2020-01-27 | 1 | -1/+1 | |
| | ||||||
* | Allow for both TLS and non-TLS connections | Alex Auvolat | 2020-01-27 | 3 | -56/+98 | |
| | ||||||
* | Implement TLS mechanisms correctly, I hope | Alex Auvolat | 2020-01-27 | 2 | -30/+68 | |
| | ||||||
* | Don't do stupid things like use a dn as a pattern | Alex Auvolat | 2020-01-26 | 5 | -12/+16 | |
| | | | | Also add metadata fields in objects created on initialization | |||||
* | Add missing LICENSE (gplv2) for imported ldapserver module | Alex Auvolat | 2020-01-26 | 1 | -0/+340 | |
| | ||||||
* | Separate build path for static version | Alex Auvolat | 2020-01-26 | 4 | -4/+9 | |
| | ||||||
* | Bump docker tag | Alex Auvolat | 2020-01-26 | 1 | -1/+1 | |
| | ||||||
* | Fix missing procedure for delete membership & "better" failure handling | Alex Auvolat | 2020-01-26 | 3 | -21/+74 | |
| | | | | | | | | After an object has been updated, membership information must be propagated to other object. Such operations may fail when calling consul but if they do we don't return fail immediatly returning an error code any more. Instead we just print all the errors to our logs and try to process the remaining updates. | |||||
* | Split off read and write functions in separate files | Alex Auvolat | 2020-01-26 | 3 | -658/+692 | |
| | ||||||
* | Add dockerfile, makefile and example nomad configuration file | Alex Auvolat | 2020-01-26 | 3 | -0/+76 | |
| | ||||||
* | More serious schema enforcement | Alex Auvolat | 2020-01-26 | 2 | -15/+85 | |
| | ||||||
* | Fixes | Alex Auvolat | 2020-01-26 | 5 | -11/+21 | |
| | ||||||
* | 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 | |