Commit Graph

779 Commits

Author SHA1 Message Date
James Sumners 547ceb6fa1 Update deps 2023-02-22 14:09:27 -05:00
James Sumners 0ed048233e Fix Set size querying 2023-02-22 14:09:27 -05:00
James Sumners cc042f9a27 Remove dtrace 2023-02-22 14:09:27 -05:00
James Sumners b08f8e9e5f Update supported Node versions (CI) 2023-02-22 14:09:27 -05:00
James Sumners 0a3702e1d0 Fix search attributes 2023-02-22 14:09:27 -05:00
James Sumners 9038aeb73e Reduce coverage requirement 2023-02-22 14:09:27 -05:00
James Sumners f18dee40a2 Replace messages with @ldapjs/messages 2023-02-22 14:09:27 -05:00
Joakim Uddholm 685465843d document correct connection error in client documentation 2023-02-22 14:09:27 -05:00
James Sumners 9de9c703ab Migrate filter extensions (#809)
* Replace presence filter

* Replace equality filter

* Remove TODO

* Fix integration tests

* Replace approximate filter

* Replace extensible filter

* Replace greater-than-equals filter

* Replace less-than-equals filter

* Replace remaining filters

* Remove debug code

* Remove transition code

* Remove unnecessry isFilter

* Remove unused code

* Use LDAP filter string parsing from @ldapjs/filter

* Move BER filter parsing to @ldapjs/filter

* Fully replace internal filters module with @ldapjs/filter
2023-02-22 14:09:27 -05:00
James Sumners 5bab39f58e Replace node-filter (resolves #622) (#808) 2023-02-22 14:09:27 -05:00
James Sumners cb70776445 Replace protocol with module (#806) 2023-02-22 14:09:27 -05:00
James Sumners 4355893077 Replace internal controls with @ldapjs/controls (#797)
* Replace internal controls with @ldapjs/controls

* Replace EntryChangeNotificationControl

* Replace PagedResultsControl

* Replace ServerSideSortingRequestControl

* Replace ServerSideSortingResponseControl

* Replace VLV controls

* Reduce coverage requirement

* Fix dependency qualifier
2023-02-22 14:09:27 -05:00
James Sumners 9bd8761ea3 Remove coveralls 2023-02-22 14:09:27 -05:00
James Sumners caab2c2b6f Update dependencies and CI (#796)
* Update dependencies

* Run CI for "next" releases

* Grrr

* Update target versions

* Fix test on Node 17

* Fix deprecation notice
2023-02-22 14:09:27 -05:00
James Sumners 8dce600849 Use asn1@1.0.0 2023-02-22 14:09:27 -05:00
James Sumners 9fe58a44a2 Swap asn1 package 2023-02-22 14:09:27 -05:00
James Sumners 92dfc80fd1
v2.3.3 (#807) 2022-06-07 21:06:42 -04:00
Max Leiter 188870d7b5
Progress on supporting IPv6 (#805)
* Progress on supporting IPv6

* Apply suggestions from code review

Co-authored-by: James Sumners <james@sumners.email>

* tests: add IPv6 URL format test to server.test.js

Co-authored-by: James Sumners <james@sumners.email>
2022-06-07 20:59:33 -04:00
James Sumners 9143456b4f
Merge pull request #794 from ldapjs/docker-updates
Update docker config
2022-03-27 12:06:33 -04:00
James Sumners 7a758f27ad
Update docker config 2022-03-27 12:02:59 -04:00
James Sumners fd39f3bdc0
Merge pull request #792 from ldapjs/dependabot/npm_and_yarn/tap-15.2.3
build(deps-dev): bump tap from 15.2.2 to 15.2.3
2022-03-19 09:26:07 -04:00
dependabot[bot] 003654ee37
build(deps-dev): bump tap from 15.2.2 to 15.2.3
Bumps [tap](https://github.com/tapjs/node-tap) from 15.2.2 to 15.2.3.
- [Release notes](https://github.com/tapjs/node-tap/releases)
- [Commits](https://github.com/tapjs/node-tap/compare/v15.2.2...v15.2.3)

---
updated-dependencies:
- dependency-name: tap
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-19 07:01:57 +00:00
Tony Brix 91172e3929
Merge pull request #790 from ldapjs/dependabot/npm_and_yarn/tap-15.2.2
build(deps-dev): bump tap from 15.1.6 to 15.2.2
2022-03-05 08:54:24 -06:00
Tony Brix dbe5836063
Merge branch 'master' into dependabot/npm_and_yarn/tap-15.2.2 2022-03-05 08:47:12 -06:00
Tony Brix d8cb593ce4
Merge pull request #789 from ldapjs/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2022-03-05 07:13:31 -06:00
dependabot[bot] dbf9dbcda8
build(deps-dev): bump tap from 15.1.6 to 15.2.2
Bumps [tap](https://github.com/tapjs/node-tap) from 15.1.6 to 15.2.2.
- [Release notes](https://github.com/tapjs/node-tap/releases)
- [Commits](https://github.com/tapjs/node-tap/compare/v15.1.6...v15.2.2)

---
updated-dependencies:
- dependency-name: tap
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-05 08:05:26 +00:00
dependabot[bot] de5a3797d8
build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-05 08:02:23 +00:00
Tony Brix df2d212f20
Merge pull request #788 from ldapjs/dependabot/github_actions/actions/setup-node-3
build(deps): bump actions/setup-node from 2.5.1 to 3
2022-02-26 09:49:05 -06:00
dependabot[bot] f94640b692
build(deps): bump actions/setup-node from 2.5.1 to 3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-26 08:01:10 +00:00
James Sumners ab7de4e907
Merge pull request #787 from ldapjs/bump-release
v2.3.2
2022-02-25 15:06:05 -05:00
James Sumners 7f5ebb425a
v2.3.2 2022-02-25 15:01:26 -05:00
James Sumners e3318a1304
Merge pull request #785 from dfit99/master
force socket to be closed on destroy
2022-02-25 15:00:32 -05:00
Daniel Fiterman 02077a2779 force socket to be closed on destroy 2022-02-25 13:39:20 -05:00
Tony Brix b828515c2e
Merge pull request #786 from FabianScheidt/error-handling-documentation 2022-02-23 23:59:40 -06:00
Fabian Scheidt dba8615914 docs: add note on client error handling to documentation 2022-02-15 15:59:08 +01:00
James Sumners 349c261911
Merge pull request #780 from ldapjs/dependabot/npm_and_yarn/tap-15.1.6 2022-01-10 08:02:52 -05:00
dependabot[bot] 5f76ea73d0
build(deps-dev): bump tap from 15.1.5 to 15.1.6
Bumps [tap](https://github.com/tapjs/node-tap) from 15.1.5 to 15.1.6.
- [Release notes](https://github.com/tapjs/node-tap/releases)
- [Commits](https://github.com/tapjs/node-tap/compare/v15.1.5...v15.1.6)

---
updated-dependencies:
- dependency-name: tap
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-08 08:03:34 +00:00
Tony Brix c6cc64aaaf
Merge pull request #777 from ldapjs/dependabot/github_actions/actions/setup-node-2.5.1
build(deps): bump actions/setup-node from 2.5.0 to 2.5.1
2022-01-01 02:16:22 -06:00
dependabot[bot] 5274525cda
build(deps): bump actions/setup-node from 2.5.0 to 2.5.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-01 08:02:00 +00:00
Tony Brix e1fe2ba235
Merge pull request #774 from ldapjs/dependabot/github_actions/actions/setup-node-2.5.0
build(deps): bump actions/setup-node from 2.4.1 to 2.5.0
2021-12-04 09:34:10 -06:00
dependabot[bot] d12f15bfbf
build(deps): bump actions/setup-node from 2.4.1 to 2.5.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.4.1...v2.5.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-04 08:00:55 +00:00
James Sumners 1f85db9a00
Merge pull request #772 from ldapjs/dependabot/npm_and_yarn/tap-15.1.5
build(deps-dev): bump tap from 15.1.2 to 15.1.5
2021-11-27 08:11:09 -05:00
dependabot[bot] fae31a40b5
build(deps-dev): bump tap from 15.1.2 to 15.1.5
Bumps [tap](https://github.com/tapjs/node-tap) from 15.1.2 to 15.1.5.
- [Release notes](https://github.com/tapjs/node-tap/releases)
- [Commits](https://github.com/tapjs/node-tap/compare/v15.1.2...v15.1.5)

---
updated-dependencies:
- dependency-name: tap
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-27 08:02:12 +00:00
James Sumners 459fe5a020
Merge pull request #771 from ldapjs/dependabot/npm_and_yarn/tap-15.1.2 2021-11-20 07:35:27 -05:00
dependabot[bot] afeaffb9d4
build(deps-dev): bump tap from 15.0.10 to 15.1.2
Bumps [tap](https://github.com/tapjs/node-tap) from 15.0.10 to 15.1.2.
- [Release notes](https://github.com/tapjs/node-tap/releases)
- [Commits](https://github.com/tapjs/node-tap/compare/v15.0.10...v15.1.2)

---
updated-dependencies:
- dependency-name: tap
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-20 08:02:46 +00:00
Tony Brix 11ccea9e9b
Merge pull request #768 from ldapjs/dependabot/npm_and_yarn/marked-4.0.0 2021-11-13 01:11:04 -06:00
Tony Brix 66f30b566e chore: fix building docs 2021-11-13 01:08:01 -06:00
Tony Brix 0cc7676897
chore: fix marked import 2021-11-13 00:58:00 -06:00
dependabot[bot] 501e17bc35
build(deps-dev): bump marked from 3.0.8 to 4.0.0
Bumps [marked](https://github.com/markedjs/marked) from 3.0.8 to 4.0.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v3.0.8...v4.0.0)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-06 07:04:14 +00:00
James Sumners b64ed9fd63
Merge pull request #762 from ldapjs/dependabot/github_actions/actions/setup-node-2.4.1 2021-10-02 07:47:45 -04:00