Commit Graph

700 Commits

Author SHA1 Message Date
Mark Cavage d777ba2d11 GH-11: Don't require node 0.4.10 2011-09-02 22:08:33 -04:00
Mark Cavage 0be6fc9dcb GH-10: Client not interacting with AD, and has bad socket.connect() calls 2011-09-02 09:29:42 -04:00
Mark Cavage 1ec7a76b66 Merge pull request #9 from instanceof/master
The month is off in log messages because of UTC month numbers
2011-08-30 21:09:16 -07:00
Jeff Huff e99ee3c75e Changed log_stub format to increment the UTC month number because UTC is 0 - 11 not 1 - 12 month numbers 2011-08-30 21:04:43 -07:00
Mark Cavage 7aa1bfe586 DTrace rework; now supporting a conn/message specific ID so you can track latency 2011-08-30 18:12:34 +00:00
Mark Cavage 7f43ade50b Initial DTrace prototype 2011-08-30 04:48:05 +00:00
Mark Cavage 695f2e4367 Initial DTrace prototype 2011-08-29 17:24:50 -07:00
Mark Cavage 679b4e5c37 Include @dresende's address book in examples 2011-08-29 13:59:46 -07:00
Mark Cavage ff7aed39fd Fix up client to work in all cases (UDS and TCP) 2011-08-26 16:33:49 -07:00
Mark Cavage ae0aeee761 Merge pull request #6 from instanceof/master
Default ports for ldap and ldaps
2011-08-26 15:38:19 -07:00
Jeff Huff 839941d75f Changed the scheme check order so that the default port can default for both ldap and ldaps 2011-08-26 15:07:10 -07:00
Mark Cavage 719f379741 Merge pull request #4 from trentm/master
docs: better page titles
2011-08-26 11:12:23 -07:00
Mark Cavage bef8e5a62e Merge pull request #5 from joewalnes/master
Fix client connection errors on node 0.4.11
2011-08-26 11:12:08 -07:00
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
Joe Walnes 84b1926aac Fixes connection error:
-----------------
2011-07-26 17:17:17Z WARN - Client: 1.2.3.4 unexpected connection error Error: EINVAL, Invalid argument

node.js:134
        throw e; // process.nextTick error, or 'error' event on first tick
        ^
Error: EINVAL, Invalid argument
    at doConnect (net.js:555:5)
    at Socket.connect (net.js:715:5)
    at Object.createConnection (net.js:265:5)
    at newConnection (/usr/local/lib/node/.npm/ldapjs/0.1.0/package/lib/client.js:145:15)
    at new Client (/usr/local/lib/node/.npm/ldapjs/0.1.0/package/lib/client.js:222:27)
    at Object.createClient (/usr/local/lib/node/.npm/ldapjs/0.1.0/package/lib/index.js:48:12)
    at Object.<anonymous> (/home/jwalnes/dev/ldap/auth.js:7:19)
    at Module._compile (module.js:402:26)
    at Object..js (module.js:408:10)
    at Module.load (module.js:334:31)
2011-08-26 15:35:01 -05:00
Trent Mick a2cb56506e Merge remote branch 'upstream/master' 2011-08-26 11:01:01 -07:00
Trent Mick 91840dc1ea docs: page titles 2011-08-26 11:00:21 -07:00
Mark Cavage 98aed9bada [GH-3] Unit Test 2011-08-26 08:29:57 -07:00
Mark Cavage 404fddb8a5 typo in docs 2011-08-25 12:19:17 -07:00
Mark Cavage 095f85e325 rename title header back to ldapjs in docs 2011-08-25 08:59:17 -07:00
Mark Cavage 8d768db02b docs fix 2011-08-25 07:42:32 -07:00
Mark Cavage 2ebc8d5311 Merge pull request #2 from trentm/master
docs: 'Guide' and 'API' top navbar entries
2011-08-25 07:35:31 -07:00
Trent Mick f83689939d more obviously a footer 2011-08-24 23:38:01 -07:00
Trent Mick 8ca17d31d0 docs: 'guide' and 'api' top navbar entries; some fixes for header styling 2011-08-24 23:31:00 -07:00
Mark Cavage 83473c9a53 remove tabs from markdown 2011-08-24 21:59:57 -07:00
Mark Cavage facf477fe8 minor doc/readme update 2011-08-24 21:46:31 -07:00
Mark Cavage d9b6a07be9 Doc guide cleanup 2011-08-24 21:36:48 -07:00
Mark Cavage cffaab7730 more branding, some doc fixes (client done) 2011-08-24 16:49:58 -07:00
Mark Cavage d33e7cc26a Docs and anonymous bind support 2011-08-24 12:38:23 -07:00
Mark Cavage 7859f34b8a docs for dns, errors, filters and server, and minor fixes found along the way 2011-08-23 16:25:07 -07:00
Mark Cavage 7198c0a516 docs, and minor enhancements to compare/search apis 2011-08-22 17:16:36 -07:00
Mark Cavage 73f913b2c4 Search filter transformer based on schema 2011-08-22 10:48:45 -07:00
Mark Cavage 11fbda69e7 Schema support for add/mofify 2011-08-19 15:08:45 -07:00
Mark Cavage 3e423e5b1e Merge pull request #1 from trentm/master
nicer 'spartan'-based restdown docs
2011-08-19 08:57:25 -07:00
Trent Mick 2a01df8dfb nicer 'spartan'-based restdown docs 2011-08-18 21:50:12 -07:00
Mark Cavage 51f944d834 dn parentof/childof fixes 2011-08-15 17:52:05 -07:00
Mark Cavage c8ea58fc60 modifyDN touchups 2011-08-15 13:50:15 -07:00
Mark Cavage 17d2d4e5cb Documentation and makefile 2011-08-15 10:53:57 -07:00
Mark Cavage e87550ff57 Initial user guide 2011-08-15 10:26:55 -07:00
Mark Cavage 120e0011a3 Rework server mount APIs 2011-08-15 09:44:31 -07:00
Mark Cavage dda17ef190 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
Mark Cavage add3e1a0d6 search enhancements 2011-08-10 14:46:04 -07:00
Mark Cavage 44bd29952e attribute was lowercasing vals, not attr name 2011-08-10 10:57:58 -07:00
Mark Cavage a1fa0e46b1 Lame schema validator (not rfc compatible) 2011-08-08 10:29:01 -05:00
Mark Cavage 6e74d70486 npm package cleanup 2011-08-08 10:14:13 -05:00
Mark Cavage 05be0dd966 Sorted attributes/changes in add/modify requests 2011-08-08 10:03:00 -05:00
Mark Cavage 7706cd5e4e Refactoring server into something less sucky 2011-08-06 15:44:26 -05:00
Mark Cavage 1042048aaf Allow plain JS objects in client APIs where it makes sense 2011-08-04 14:25:12 -07:00
Mark Cavage 62351e06b7 crappy README 2011-08-04 13:38:21 -07:00
Mark Cavage ca1443f102 Initial working client/server version 2011-08-04 13:32:01 -07:00