node-ldapjs/test
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
..
controls Preserve raw Buffer value in Control objects 2014-07-14 14:47:56 -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.test.js Make Attribute detection more strict 2014-07-17 13:33:02 -05:00
change.test.js Simplify and fix Change.apply tests for replace 2014-07-16 15:03:15 -05:00
client.test.js Cleanup lint/cruft 2014-07-29 10:21:57 -05:00
dn.test.js Overhaul DN parsing and formatting 2015-02-17 15:35:06 -06:00
laundry.test.js Convert tests to use tape/istanbul/faucet 2014-07-08 15:09:26 -05:00
server.test.js Support invalid DNs in client/server 2014-09-30 18:39:19 -05:00
test.js Convert tests to use tape/istanbul/faucet 2014-07-08 15:09:26 -05:00
url.test.js Convert tests to use tape/istanbul/faucet 2014-07-08 15:09:26 -05:00