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