Commit Graph

  • 3186f5eca1 Convert tests to use tape/istanbul/faucet Patrick Mooney 2014-07-08 14:31:57 -0500
  • ee83d0e3ee Cleanup README formatting Patrick Mooney 2014-07-06 11:55:33 -0500
  • 550e301083 Remove pooled client example Patrick Mooney 2014-07-06 01:01:28 -0500
  • 343c5ab832 Merge dozoisch/patch-1 Patrick Mooney 2014-07-05 23:04:07 -0500
  • 0509dd44c0 Fix circular dependency in controls Patrick Mooney 2014-07-01 18:36:47 -0500
  • c8e52f1e6e Fix ldapjs-modify CLI argument parsing Patrick Mooney 2014-07-01 16:05:13 -0500
  • 8f29f3b68d Merge ServerSideSort controls Patrick Mooney 2014-06-30 11:56:50 -0500
  • aed6d2b043 Add optional error arg to client destroy event Patrick Mooney 2014-06-27 17:28:04 -0500
  • 4bd454e608 Fix client initiation of multiple reconnect ops Patrick Mooney 2014-06-27 16:48:13 -0500
  • c7cd5da208 Improve client reconnect behavior Patrick Mooney 2014-06-27 16:15:04 -0500
  • 3edf9de578 Suppress setup errors after client.destroy Patrick Mooney 2014-06-26 11:45:05 -0500
  • 28d3ed86e1 Refine client reconnection logic Patrick Mooney 2014-06-26 10:11:07 -0500
  • 9e2bbe1072 Alter client queue parameters and error reporting Patrick Mooney 2014-06-25 14:38:26 -0500
  • 26398393ee more info on .search arguments and filter strings Hugo Dozois 2014-06-24 23:36:54 -0400
  • b49c2efed2 Fix socket close event handling in node.js 0.11.x Patrick Mooney 2014-06-24 18:39:12 -0500
  • ea96468602 Use proper Change object detection in client Patrick Mooney 2014-06-24 17:43:25 -0500
  • 1d2cf79bff Add ducktyping Change.isChange method Patrick Mooney 2014-06-24 14:14:17 -0500
  • a0fd56d7b3 Fix reconnect abort logic on client.destroy() Patrick Mooney 2014-06-24 13:25:21 -0500
  • 41f99c5b1a Merge pfmooney/gh-202 Patrick Mooney 2014-06-24 11:06:09 -0500
  • acfaa69a07 Fix client RequestQueue Patrick Mooney 2014-06-24 11:04:23 -0500
  • 3b101a7b2f Cease reconnection when client.destroy is called Patrick Mooney 2014-06-24 05:33:19 -0500
  • 00956eaae5 Add ducktyping Filter.isFilter method Patrick Mooney 2014-06-23 18:09:56 -0500
  • ec5565e064 Merge branch 'intalio' of github.com:arkxu/node-ldapjs into intalio arkxu 2014-06-23 15:27:00 -0700
  • 354a46b7d5 replace buffertools by bufferjs arkxu 2013-01-31 23:22:44 -0800
  • 72bfb9b0f7 Major overhaul of client connection logic Patrick Mooney 2014-06-19 14:24:05 -0500
  • f3e376d40b Alter presence testing for Attribute vals Patrick Mooney 2014-06-23 13:37:35 -0500
  • ebbc3830e3 Update changelog Patrick Mooney 2014-06-20 09:46:44 -0500
  • 8cd59a5a5d Alter usage message style Patrick Mooney 2014-06-19 19:19:36 -0500
  • 3e43fb3d0c Replace nopt with dashdash Patrick Mooney 2014-06-18 17:56:13 -0500
  • f213b3e9a2 Allow configuration of derefAliases client option Patrick Mooney 2014-06-16 10:04:55 -0500
  • 6c8dbf9a29 Use plans instead of timeouts for server tests Patrick Mooney 2014-06-16 09:40:07 -0500
  • 4dffd178ad Update jsstyle version Patrick Mooney 2014-06-16 09:31:12 -0500
  • 98a8bdc23c Add CHANGES.md Patrick Mooney 2014-06-16 09:12:02 -0500
  • e8593f78ce Add ServerSideSortingResponseControl Patrick Mooney 2014-06-09 15:58:01 -0700
  • 352e4bbfba Rename ServerSideSortingControl Patrick Mooney 2014-06-09 15:37:19 -0700
  • f1d4b667c3 Refactor ServerSideSortingControl Patrick Mooney 2014-06-06 17:23:27 -0500
  • 349e0f91bd Merge qvicksilver/server_side_sorting Patrick Mooney 2014-06-06 14:56:56 -0500
  • d9b2b1378e Properly dispatch unbind requests Patrick Mooney 2014-06-06 14:05:08 -0500
  • a420c85630 Merge 451e03af0b into 5a6e781293 geirha 2014-06-06 18:27:36 +0000
  • 451e03af0b server.unbind failed to trigger Geir Hauge 2014-06-06 20:13:24 +0200
  • 5a6e781293 Handle string ports properly in server.listen Patrick Mooney 2014-06-06 12:21:05 -0500
  • d6780e30cb Merge pull request #195 from pfmooney/route-pr Mark Cavage 2014-06-05 22:59:44 -0700
  • e92977b514 Refactor server route handling Patrick Mooney 2014-06-05 16:47:09 -0500
  • 0427732c10 Add basic server API tests Patrick Mooney 2014-01-22 12:21:57 -0600
  • 87117ecdec Use Buffer storage for EqualityFilter value Patrick Mooney 2014-06-01 19:46:11 -0500
  • b7dab1ba50 Run all tests during 'make test' Patrick Mooney 2014-06-01 19:08:20 -0500
  • b742e286db Fixed parse method and added some tests = 2014-05-30 20:57:06 +0000
  • 2453e66b8c Merge pfmooney/err-rfc4370 Patrick Mooney 2014-05-27 16:50:34 -0500
  • c1af9a8814 Server side sorting control tests = 2014-05-26 21:12:14 +0000
  • 8d0a2d0d99 Add error code 123 from RFC4370 Patrick Mooney 2014-05-24 09:53:37 -0500
  • c5ccafd436 Server Side Sorting control Jonathan Süssemilch Poulain 2014-05-16 17:10:24 +0200
  • 8f1eb06ffa Perform strict presence testing on attribute vals Patrick Mooney 2014-05-11 20:38:37 -0500
  • 4fb97a86b0 Merge pull request #183 from tmuellerleile/tls-createserver Patrick Mooney 2014-05-06 23:09:52 -0500
  • 5aa3bcab73 Merge e3d8ba2f37 into cf8adf4a4a Tobias Müllerleile 2014-05-06 12:34:10 +0000
  • e3d8ba2f37 Fixup for 501fb5a46b Tobias Muellerleile 2014-05-06 14:33:43 +0200
  • 501fb5a46b Accept buffers for cert/key in createServer Tobias Muellerleile 2014-05-06 07:36:18 +0200
  • cf8adf4a4a Merge pull request #180 from trentm/cli-insecure-option Mark Cavage 2014-04-22 17:58:46 -0700
  • 55abc4c757 add '-i, --insecure' option and LDAPJS_TLS_INSECURE=1 envvar support to all ldapjs-* CLIs Trent Mick 2014-04-22 17:46:14 -0700
  • 4a8d0a790b Merge 467641399f into 0a8810996d mkononen 2014-04-22 02:26:00 +0000
  • 0a8810996d v0.7.1 v0.7.1 Mark Cavage 2014-04-04 14:14:18 -0700
  • d530893cce Merge pfmooney/parser-error-handling Patrick Mooney 2014-04-04 15:14:32 -0500
  • 5e506dd254 #169: dependency updates Mark Cavage 2014-04-04 13:07:27 -0700
  • 5203429d76 Merge pull request #173 from evanshortiss/master Mark Cavage 2014-04-02 08:46:13 -0700
  • 9afecfd788 Upadte to make dtrace-provider optional. Fix bug in original update. Evan Shortiss 2014-04-02 10:51:10 -0400
  • b3e788de8f Merge b3b26a48fa into d20308265a Evan 2014-04-02 03:26:00 +0000
  • b3b26a48fa Fix DTraceProvider name Evan Shortiss 2014-04-01 23:24:41 -0400
  • a84546b7bd Update to make dtrace-provider optional. Evan Shortiss 2014-04-01 23:02:11 -0400
  • 7c7c480eb8 Improve parser error handling Patrick Mooney 2014-03-15 16:06:42 -0500
  • 92c2a3b32d Merge branch 'master' of github.com:mcavage/node-ldapjs into intalio arkxu 2014-02-23 21:26:50 -0800
  • 2dc9a1019c Merge 88a4dc07a7 into d20308265a KOITA 2014-02-02 06:05:13 -0800
  • 88a4dc07a7 My contribution 10804211 2014-01-29 15:35:20 +0100
  • d20308265a Circumvent lack of 'close' event for tls sockets Patrick Mooney 2014-01-23 10:06:40 -0600
  • c5cfc48da4 Remove buffertools dependency Patrick Mooney 2014-01-20 09:34:11 -0600
  • bc19a98d06 Update buffertools dependency Patrick Mooney 2014-01-18 14:42:21 -0600
  • 6414682eee Merge pfmooney/filter-case-attrs Patrick Mooney 2014-01-17 15:58:32 -0600
  • 7bacfb676e Merge from pfmooney/client-pool-events Patrick Mooney 2014-01-17 15:33:11 -0600
  • 56208236a9 travis update Mark Cavage 2014-01-17 10:21:11 -0800
  • bc897f9fd4 lint/test cleanup Mark Cavage 2014-01-17 09:52:26 -0800
  • 6b7906ce99 Fix error event handling for pooled clients Patrick Mooney 2014-01-16 16:40:50 -0600
  • 2f1b0790f6 Merge pull request #159 from gfhuertac/master Mark Cavage 2014-01-16 07:41:57 -0800
  • 737009ee15 Modified client to allow buffer as a value for exop Gonzalo Huerta-Canepa 2014-01-03 12:58:20 +0000
  • fce043d6d0 Allow ext request message to have a buffer value in order to accomodate rfc3062 exop Gonzalo Huerta-Canepa 2014-01-03 12:47:42 +0000
  • 218150466f version bump v0.7.0 Mark Cavage 2013-12-09 08:50:52 -0800
  • 9c78c06643 Make *Filter.matches case insensitive for attrs Patrick Mooney 2013-11-30 23:39:33 -0600
  • 57fecb06d5 Update Filter utility functions Patrick Mooney 2013-11-30 23:31:15 -0600
  • dfbb6031c6 Merge client-pool-events from pfmooney/node-ldapjs Patrick Mooney 2013-11-28 14:09:28 -0600
  • f5ba81dc38 Minor update to ClientPool event pass-through Patrick Mooney 2013-11-28 14:08:17 -0600
  • fa1b8c4af8 Bump required pooling version to 0.4.5 Patrick Mooney 2013-10-31 17:19:42 -0500
  • ebcba1205d Fix unhandled error during client connection Patrick Mooney 2013-10-25 22:29:17 -0500
  • df13275b8e Output ldapi:// URLs for UNIX domain sockets Patrick Mooney 2013-10-29 23:46:48 -0500
  • 00bcb58ea1 Fix jsstyle error Patrick Mooney 2013-10-29 23:38:12 -0500
  • d4a9d371f0 Re-enable ability to listen on UNIX domain sockets Patrick Mooney 2013-10-29 23:29:21 -0500
  • 5d91284e57 Merge ephemeral_port from lloyd/node-ldapjs Patrick Mooney 2013-10-29 23:28:26 -0500
  • df4424a3b3 Merge 04eab4716c into aa633dfd20 Lloyd Hilaiel 2013-10-28 19:26:15 -0700
  • aa633dfd20 support extensible matching of caseIgnore and caseIgnoreSubstrings Mark Cavage 2013-10-28 21:12:12 +0000
  • 506b7d2c90 Merge pull request #152 from madarche/travis-ci-badge Patrick Mooney 2013-10-25 21:32:51 -0700
  • 622263a70e Moved badge under horizontal rule as requested Marc-Aurèle DARCHE 2013-10-25 13:59:39 +0200
  • 827d9514f0 Travis CI badge to easily spot when tests fail Marc-Aurèle DARCHE 2013-10-25 09:32:50 +0200
  • e03d40957e Fix some ClientPool event handling Patrick Mooney 2013-10-24 21:04:50 -0500
  • 0d12eef3ff Improve DN formatting flexibility Patrick Mooney 2013-10-24 18:27:42 -0500