node-ldapjs/lib
Patrick Mooney 495ea2afce Overhaul DN parsing and formatting
Certain applications depend upon DN string formatting in a manner more
strict than specified in the RFC.  To enable format transcription and
reproduction, some changes were made to how DNs are converted to/from
strings.

- Store RDN strings raw instead of escaped
- Record formatting details during DN/RDN parsing
- Add DN.format method to control format recreation
- Remove DN.spaced method in favor of DN.setFormat

Fix mcavage/node-ldapjs#176
2015-02-17 15:35:06 -06:00
..
client Support invalid DNs in client/server 2014-09-30 18:39:19 -05:00
controls Preserve raw Buffer value in Control objects 2014-07-14 14:47:56 -05:00
errors Improve client request state tracking 2014-07-09 13:40:17 -05:00
filters Move filter parsing into separate module 2014-10-16 17:00:14 -05:00
messages Support invalid DNs in client/server 2014-09-30 18:39:19 -05:00
attribute.js Make Attribute detection more strict 2014-07-17 13:33:02 -05:00
change.js Make Attribute detection more strict 2014-07-17 13:33:02 -05:00
dn.js Overhaul DN parsing and formatting 2015-02-17 15:35:06 -06:00
dtrace.js Upadte to make dtrace-provider optional. Fix bug in original update. 2014-04-02 10:51:10 -04:00
index.js lint cleanup 2013-01-30 23:52:44 +00:00
persistent_search.js fix make check after merge 2012-02-24 08:39:21 -08:00
protocol.js Initial working client/server version 2011-08-04 13:32:01 -07:00
server.js Overhaul DN parsing and formatting 2015-02-17 15:35:06 -06:00
url.js support extensible matching of caseIgnore and caseIgnoreSubstrings 2013-10-28 21:12:12 +00:00