Mark Cavage
|
51e6abf477
|
throw on invalid filter syntax
|
2012-10-11 20:04:10 +00:00 |
Mark Cavage
|
2579c251fb
|
lint/style cleanup and build support updates
|
2012-09-20 19:38:46 +00:00 |
Jason Pincin
|
4de2aa3ed2
|
client-side support for paged search
Re-applied paged search work by thomasv, without introducing logging
changes.
|
2012-09-19 16:39:31 -04:00 |
Pedro P. Candel
|
3c1feec071
|
Instead of log with error log level, emit "clientError" and let each ldap server decide how to log.
|
2012-09-11 11:49:37 +02:00 |
Pedro P. Candel
|
5cd593a5ec
|
Log errors with error log level instead of trace.
|
2012-09-10 09:09:50 +02:00 |
Kevin Chan
|
6c7e33763a
|
option.maxConnections of 1 should not create a ClientPool
|
2012-08-03 15:53:25 -07:00 |
Pedro P. Candel
|
2a30dee86b
|
Fixes mcavage/node-ldapjs#83: "ReferenceError: removeAllListeners is not defined"
|
2012-07-13 16:01:38 +02:00 |
Mark Cavage
|
9d984b72fc
|
0.5.2 broke pooled SSL
|
2012-07-10 22:40:34 +00:00 |
Mark Cavage
|
0da050009b
|
Bad event handling, and working with node 0.8
|
2012-07-09 13:00:51 +00:00 |
Mark Cavage
|
fd9d713cdc
|
Fix client memory leaks
|
2012-07-09 12:23:53 +00:00 |
Mark Cavage
|
e378ae8474
|
use connect() instead of createConnection() as the tls api does not have createConnection
|
2012-04-27 11:02:49 -07:00 |
Mark Cavage
|
15413542c9
|
purge reference to generic-pool
|
2012-04-26 20:53:23 -07:00 |
Mark Cavage
|
3bcb74aa66
|
GH-72 s/debug/trace/g in client
|
2012-04-26 20:47:03 -07:00 |
Mark Cavage
|
59ea20ffa2
|
Client refactor, with pooled client (minor lint cleanup as well)
|
2012-04-26 20:23:43 -07:00 |
Mark Cavage
|
89d3dfc97b
|
special handling of objectclass in search filters
|
2012-04-17 14:19:31 -07:00 |
Trent Mick
|
e825615d9e
|
Fix client 'connect' event being send when using tls.
With `tls.connect()` the socket connect event is 'secureConnect' instead
of 'connect'.
|
2012-04-13 15:42:58 -07:00 |
Nathan Rogers
|
91051377da
|
added tests and better handle zero-length cookies
|
2012-03-26 14:30:23 -05:00 |
Nathan Rogers
|
fd085c409d
|
add support for RFC 2696 paged results controls
|
2012-03-26 13:53:30 -05:00 |
Mark Cavage
|
344cac0287
|
filter parsing turning presence filter into substring filter
|
2012-03-16 17:22:30 -07:00 |
Mark Cavage
|
d5cf19bd9e
|
Finish up #65 (lint and missing check)
|
2012-03-14 09:06:03 -07:00 |
Austin King
|
9c5ed685c5
|
First stab at RFC 2254 filter escaping
|
2012-03-13 16:40:39 -07:00 |
Mark Cavage
|
7fc249565e
|
fix make check after merge
|
2012-02-24 08:39:21 -08:00 |
Yunong Xiao
|
5135da4b6a
|
fixed style.
|
2012-02-23 16:02:52 -08:00 |
Yunong Xiao
|
116bedb487
|
Add persistent search cache, minor bug fix to client
|
2012-02-23 15:21:17 -08:00 |
Yunong Xiao
|
763f4630f7
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
lib/index.js
|
2012-02-22 14:34:17 -08:00 |
Yunong Xiao
|
035d2c4cfc
|
add persistent search lib, fix url to parse filter as an ldap object
|
2012-02-20 17:21:53 -08:00 |
Mark Cavage
|
9819353042
|
Client refactoring. Cut reconnect logic and force users to listen for connect event.
|
2012-02-18 14:58:40 -08:00 |
Mark Cavage
|
7ff50f43f4
|
Initial switch to bunyan
|
2012-02-18 08:54:22 +00:00 |
Mark Cavage
|
afeb354eac
|
Initial setup for 0.5 (use eng.git layout)
|
2012-02-18 08:15:52 +00:00 |
Mark Cavage
|
b47b208e5d
|
GH-55 Client emits connect event multiple times
|
2012-01-30 08:45:01 -08:00 |
Mark Cavage
|
a499a7cfd5
|
Addition of javascriptlint
|
2012-01-24 09:43:46 -08:00 |
Mark Cavage
|
0e30dc50c4
|
GH-53 unable to parse !filters
|
2012-01-24 08:56:30 -08:00 |
Mark Cavage
|
f7276475b9
|
GH-51 Timeout support in client library
|
2012-01-19 18:02:10 -08:00 |
Mark Cavage
|
44a9d87863
|
GH-49 Allow options.attributes = "dn" in client.search
|
2012-01-19 15:39:16 -08:00 |
Mark Cavage
|
11b3a6655d
|
Support escaping * in filter values
|
2012-01-19 15:12:19 -08:00 |
Mark Cavage
|
512541bfbd
|
GH-50 Allow = in filter strings
|
2012-01-19 14:19:06 -08:00 |
Mark Cavage
|
fb63ba2220
|
lint cleanup, and extensible matching
|
2012-01-19 14:00:23 -08:00 |
Craig Baker
|
60870497ef
|
Removed commented out code and some left over console.log's.
|
2012-01-19 14:00:23 -08:00 |
Craig Baker
|
d09a2ee711
|
changed out a stack based filter parser for a operator/operand k-ary tree based parser.
|
2012-01-19 14:00:23 -08:00 |
Mark Cavage
|
040dfa51fa
|
GH-47 Server crash in c.on('data')
|
2012-01-09 08:24:14 -08:00 |
Mark Cavage
|
f8c46a4c20
|
GH-13 server.use()
|
2012-01-06 15:10:46 -08:00 |
Mark Cavage
|
16a1018a3b
|
getControl not handling null values correctly
|
2012-01-06 08:51:54 -08:00 |
Mark Cavage
|
13978d5303
|
Trivial server side extensible search filter support
|
2011-12-27 12:12:40 -08:00 |
Yunong Xiao
|
f4729032dd
|
add persistent search to cli
|
2011-12-20 15:04:59 -08:00 |
Yunong Xiao
|
e6a007e032
|
minor fixes to revert new lines.
|
2011-12-19 17:09:38 -08:00 |
Yunong Xiao
|
cbf809c856
|
add support for entry change notification control
|
2011-12-19 16:52:48 -08:00 |
Mark Cavage
|
ab94de8126
|
Fix control.json and exports
|
2011-12-09 13:59:17 -08:00 |
Mark Cavage
|
ebde1df00c
|
Minor refactoring of PersistentSearchControl commit
|
2011-12-08 14:54:40 -08:00 |
Yunong Xiao
|
bad8841382
|
"removed log4js dep in persistent_search_control.js"
|
2011-12-08 11:26:09 -08:00 |
Yunong Xiao
|
2240f29cc3
|
"refactored controls into its own directory, minor bug fixes"
|
2011-12-08 11:22:35 -08:00 |