Commit Graph

22 Commits

Author SHA1 Message Date
dependabot[bot] 02f6383444
Bump ldap3 from 0.9.4 to 0.11.1
Bumps [ldap3](https://github.com/inejge/ldap3) from 0.9.4 to 0.11.1.
- [Release notes](https://github.com/inejge/ldap3/releases)
- [Changelog](https://github.com/inejge/ldap3/blob/master/CHANGELOG.md)
- [Commits](https://github.com/inejge/ldap3/compare/v0.9.4...v0.11.1)

---
updated-dependencies:
- dependency-name: ldap3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 04:01:33 +00:00
ViViDboarder 30974696be Update testing instructions and bump 1.0 2023-01-25 16:42:55 -08:00
Aisha Tammy 97a64c7247 add security features on OpenBSD
Signed-off-by: Aisha Tammy <floss@bsd.ac>
2022-05-24 16:30:41 -04:00
ViViDboarder 71aa764522 Bump cargo versions in prep for release 2022-01-20 12:46:32 -08:00
ViViDboarder 829ae70a9b Update reqwest usage for new version
Had to rebuild lock
2021-12-10 16:32:54 -08:00
dependabot[bot] fce9d3064c
Bump reqwest from 0.9.24 to 0.11.4
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.24 to 0.11.4.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.24...v0.11.4)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-10 18:38:37 +00:00
dependabot[bot] ade0192e11
Bump ldap3 from 0.6.1 to 0.9.3
Bumps [ldap3](https://github.com/inejge/ldap3) from 0.6.1 to 0.9.3.
- [Release notes](https://github.com/inejge/ldap3/releases)
- [Changelog](https://github.com/inejge/ldap3/blob/master/CHANGELOG.md)
- [Commits](https://github.com/inejge/ldap3/compare/v0.6.1...v0.9.3)

---
updated-dependencies:
- dependency-name: ldap3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-10 18:08:56 +00:00
ViViDboarder 94d82a827f Bump version to v0.6.1 2021-07-23 15:53:23 -07:00
ViViDboarder 556a8edbe7 Bump release v0.6.0 2021-07-23 15:29:49 -07:00
Tobias Florek f25278ea3c implement loading config from environment
This still has the bug, that envy conflicts with serde's
deny_unknown_fields option.

For the time being use e.g.
```
env -i VAULTWARDEN_URL=https://example.com vaultwarden_ldap
```
2021-07-23 15:09:30 -07:00
ViViDboarder 08dcdd2bba Bump minor version 2021-06-13 20:22:30 -07:00
ViViDboarder 77919aa3d4 Improved error handling
Massive refactor of error handling to make messages easier to debug
2021-06-13 18:09:43 -07:00
ViViDboarder 2f6ecc6860 Bump version for vaultwarden release 2021-05-07 12:58:48 -07:00
ViViDboarder a0bb9152ee Rebrand vaultwarden 2021-05-07 12:55:29 -07:00
ViViDboarder e05929765c Bump version to v0.3.1 to fix alpine build 2021-03-02 10:15:58 -08:00
ViViDboarder 1d07357a97 Bump to v0.3.0 2020-12-27 17:08:46 -05:00
ViViDboarder be227a638d Bump version to v0.2.1 2020-09-29 10:40:56 -07:00
ViViDboarder d19a0efae7 Bump version to v0.2.0 2020-07-12 09:35:45 -07:00
ViViDboarder 2e5c4c5b55 Bump version to v0.1.2 2020-03-05 13:15:04 -08:00
ViViDboarder ecddb2bf1d Bump version to v0.1.1 2019-10-02 15:07:55 -07:00
ViViDboarder ba1705c708 WIP: Add bw_rs client
For some reason, we're unable to get the cookies from the reqwest result.
2019-03-29 15:18:25 -07:00
ViViDboarder 6d79984a65 LDAP querying complete 2019-03-29 11:18:56 -07:00