node-ldapjs/lib
Joe Walnes e483f428b4 Fix error from missing tls.createConnection() method:
node.js:134
        throw e; // process.nextTick error, or 'error' event on first tick
        ^
TypeError: Object #<Object> has no method 'createConnection'
    at newConnection (/usr/local/lib/node/.npm/ldapjs/0.1.0/package/lib/client.js:142:15)
    at new Client (/usr/local/lib/node/.npm/ldapjs/0.1.0/package/lib/client.js:223:27)
    at Object.createClient (/usr/local/lib/node/.npm/ldapjs/0.1.0/package/lib/index.js:48:12)
2011-08-26 15:44:13 -05:00
..
errors Initial working client/server version 2011-08-04 13:32:01 -07:00
filters Search filter transformer based on schema 2011-08-22 10:48:45 -07:00
messages docs for dns, errors, filters and server, and minor fixes found along the way 2011-08-23 16:25:07 -07:00
schema Search filter transformer based on schema 2011-08-22 10:48:45 -07:00
attribute.js attribute was lowercasing vals, not attr name 2011-08-10 10:57:58 -07:00
change.js lots of fixes. committing the last few days of work. (my commit messages are useless right now) 2011-08-12 16:37:47 -07:00
client.js Fix error from missing tls.createConnection() method: 2011-08-26 15:44:13 -05:00
control.js Initial working client/server version 2011-08-04 13:32:01 -07:00
dn.js dn parentof/childof fixes 2011-08-15 17:52:05 -07:00
index.js Search filter transformer based on schema 2011-08-22 10:48:45 -07:00
log_stub.js Initial working client/server version 2011-08-04 13:32:01 -07:00
protocol.js Initial working client/server version 2011-08-04 13:32:01 -07:00
server.js Docs and anonymous bind support 2011-08-24 12:38:23 -07:00
url.js Initial working client/server version 2011-08-04 13:32:01 -07:00