Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change asn1-ber library | Anton Luka Šijanec | 2024-10-09 | 1 | -1/+1 |
| | |||||
* | strings in LDAP are case-insensitive (#8) | wxiaoguang | 2021-07-20 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | Thank you @wxiaoguang ! * strings in LDAP are case-insensitive * optmize routeFunc (faster, case-insensitive) * small optimiztion to routeFunc * request the directory server to return operational attributes by adding + (the plus sign) in your ldapsearch command. * request the directory server to return operational attributes by adding + (the plus sign) in your ldapsearch command. * request the directory server to return operational attributes by adding + (the plus sign) in your ldapsearch command. * remove operational attributes | ||||
* | Fixed handling of UTF8 chars in filter value (#9) | Apehaenger | 2021-07-20 | 1 | -4/+8 |
| | | | Thank you @Apehaenger | ||||
* | Implement FilterSubstrings (#2) | Jeroen Simonetti | 2016-06-01 | 1 | -2/+27 |
| | | | | | | | | | * Implement FilterSubstrings * Remove unneeded if Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl> Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl> | ||||
* | Implemented other LDAP server operations (add/delete/modify/extended/etc.) and tests. | ned | 2014-11-23 | 1 | -21/+18 |
| | |||||
* | LDAP server support | ned | 2014-11-12 | 1 | -14/+147 |
| | |||||
* | cleanup : unexport FilterMap & remove FilterSubstringsMap (unneeded) | Vincent Vanackere | 2014-08-01 | 1 | -18/+12 |
| | |||||
* | filter : small code cleanup | Vincent Vanackere | 2014-08-01 | 1 | -7/+7 |
| | | | | Also use ber.DecodeString in DecompileFilter like with all other filters | ||||
* | filter: bugfix for FilterPresent | Gregory Haik | 2014-08-01 | 1 | -2/+7 |
| | |||||
* | Switch asn1-ber dependency to "github.com/vanackere/asn1-ber" | Vincent Vanackere | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | SpruceHealth disappeared :-( | John Weldon | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | Fixed spelling of Primitive | Samuel Stauffer | 2014-03-19 | 1 | -5/+5 |
| | |||||
* | Use error instead of *Error | Samuel Stauffer | 2014-03-19 | 1 | -5/+5 |
| | |||||
* | Remove newlines from log messages | Samuel Stauffer | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | Some more cleanup | Samuel Stauffer | 2014-03-19 | 1 | -14/+14 |
| | |||||
* | Stylistic fixes, update imports, and some format string fixes | Samuel Stauffer | 2014-03-19 | 1 | -4/+2 |
| | |||||
* | rename | Marc Sauter | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | refactoring, redesigned connection/message handling | tmfkams | 2014-03-19 | 1 | -60/+61 |
| | |||||
* | refactoring, fixes for go1.2, modify added | tmfkams | 2014-03-19 | 1 | -216/+216 |
| | |||||
* | first commit | Michael Mitton | 2011-02-18 | 1 | -0/+249 |