Girish Ramakrishnan
217b984839
Fix crash in res.send()
...
In commit c6fa25985b
, "var" usage
was replaced with const. The code previously worked because "var"
has function scoping unlike const which has block scoping.
TypeError: Cannot read property 'attributes' of null
2020-12-02 14:44:33 -08:00
Telepsis
95b4ebd618
Remove use of logging methods in conditional tests
2020-11-12 12:38:56 -05:00
Tony Brix
c6fa25985b
update devdependency standard to v16
2020-10-31 16:07:32 -05:00
James Sumners
e2c9b12430
Apply standard linting to the code base ( #539 )
...
* Apply standard linting to the code base
* Specify files to lint
* Run lint as first stage
* Update travis config
2019-08-27 17:11:49 -04:00
Patrick Mooney
df43cab12d
Clean up getters/setters and asserts in messages
2015-10-31 12:28:25 -05:00
Mark Cavage
0da050009b
Bad event handling, and working with node 0.8
2012-07-09 13:00:51 +00: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
e9c1de31f9
Don't actually delete the attributes in res.send()
2011-11-22 13:29:19 -08:00
Mark Cavage
fe8294319c
DTrace rework
2011-11-15 10:49:23 -08:00
Mark Cavage
a80758b917
Minor client argument fixes, and broken search response send() with no filtering option
2011-10-18 12:31:52 -07:00
Mark Cavage
ccff51804a
Refactor search_response.send() so that hidden variable magic works
2011-10-17 16:37:09 -07:00
Mark Cavage
9610cbe9d3
GH-24: support clients asking for * in attribute search selection list
2011-10-11 11:39:56 -07:00
Mark Cavage
7dbeca1fdd
GH-23 case insensitive attribute filtering in searchResponse.send()
2011-10-11 10:43:27 -07:00
Mark Cavage
1105b47293
Allow empty dns in search (e.g., enable rootDSE searches)
2011-09-29 09:35:53 -07:00
Mark Cavage
f4b49a20ae
GH-14: Client needs to handle search references
2011-09-27 11:49:33 -07:00
Mark Cavage
ed1ae29054
search.send option to not filter out any attributes
2011-09-16 09:06:35 -07:00
Mark Cavage
0e77b69dc0
Server after chain support, and minor metrics
2011-09-13 14:49:21 -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
ca1443f102
Initial working client/server version
2011-08-04 13:32:01 -07:00