Firstyear
d9b79ba6d1
Harden migrate session to prevent duplicate migration errors ( #1599 )
2023-05-06 22:56:52 +10:00
Firstyear
8eb031424a
Start next dev cycle ( #1589 )
2023-05-01 12:33:12 +10:00
Firstyear
bcdbb1837a
Release 1.1.0-alpha.12 ( #1588 )
2023-05-01 11:07:44 +10:00
Firstyear
ca5ed43b5d
Correctly prevent start up when https sockets in use ( #1579 )
2023-04-28 19:36:47 +10:00
Firstyear
1974d27dd8
Filter rdns and dns for ldap filters ( #1576 )
2023-04-27 22:37:44 +10:00
Firstyear
49a767179c
Cleanup incorrect log errors of denied entries ( #1577 )
2023-04-27 15:38:45 +10:00
Firstyear
33f0034b80
20230424 clippppppppppppyyyyyyyy ( #1574 )
...
* Resolve a lot of clips
2023-04-26 21:55:42 +10:00
Firstyear
c670069db1
Add exclusive process lock to Kanidm to prevent accidental duplicate commands. ( #1575 )
2023-04-26 21:09:18 +10:00
Firstyear
ea57b7e990
Improve user experince of refreshing with intent tokens during cred update ( #1556 )
2023-04-24 09:47:34 +10:00
Firstyear
db8cf8883b
Fix incompatible future warnings by removing older crates ( #1554 )
2023-04-20 15:49:51 +10:00
Firstyear
155c93c931
20230330 oauth2 refresh tokens ( #1502 )
2023-04-20 08:34:21 +10:00
MinhPhan8803
3e860feb13
AuthSession non empty vec part 2 ( #1543 )
2023-04-18 10:19:52 +10:00
Firstyear
68b8bf71fb
Improve unicode control character detection ( #1539 )
2023-04-12 15:53:02 +10:00
MinhPhan8803
bd1215299a
Authsession non empty vec ( #1522 )
2023-04-08 10:00:45 +10:00
dependabot[bot]
9fa3e4b889
chore(deps): bump syn from 1.0.109 to 2.0.10 ( #1499 )
...
* chore(deps): bump syn from 1.0.109 to 2.0.10
Bumps [syn](https://github.com/dtolnay/syn ) from 1.0.109 to 2.0.10.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.10 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* minor fixes to support new syn version
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2023-03-30 16:35:10 +10:00
MinhPhan8803
f5fbf43991
Be non empty vec ( #1501 )
2023-03-30 11:41:52 +10:00
Firstyear
c1f62674f5
1496 ldap basedn config ( #1500 )
2023-03-29 09:34:43 +10:00
Firstyear
2095efe45d
Improve string validation ( #1497 )
2023-03-28 12:42:06 +10:00
Firstyear
4718f2dc6b
1115 priv (reauth, sudo) mode ( #1479 )
2023-03-27 11:38:09 +10:00
MinhPhan8803
00f36f280e
Server daemon logging and exit codes ( #1475 )
2023-03-23 14:35:42 +10:00
James Hodgkinson
6d2b7dd504
Image fixes in the build ( #1441 )
...
* Crabs were not waving - Fixes #1440
* codespell fixes
2023-03-13 10:41:16 +10:00
Sebastiano Tocci
36f1efa559
User auth token session display implementation ( #1415 )
...
* removed old todo from #62
* implemented proper display for user_auth_token_session
* auth-token-session display fixes
* updated contributors list
---------
Co-authored-by: Firstyear <william@blackhats.net.au>
2023-03-07 14:33:51 +10:00
James Hodgkinson
5573ab9224
RADIUS container fixes ( #1424 )
2023-03-07 11:50:45 +10:00
Firstyear
ff78dc8f38
Hopefully fix exp issues by making it a stable part of the access token. ( #1434 )
2023-03-06 16:17:19 +10:00
dependabot[bot]
113258d523
chore(deps): bump base64 from 0.13.1 to 0.21.0 ( #1350 )
...
* chore(deps): bump base64 from 0.13.1 to 0.21.0
Bumps [base64](https://github.com/marshallpierce/rust-base64 ) from 0.13.1 to 0.21.0.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases )
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.1...v0.21.0 )
---
updated-dependencies:
- dependency-name: base64
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* base64 fixes
* fmt fixes
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2023-03-06 13:57:21 +10:00
Firstyear
0e57b6f914
1399 some async cleanup ( #1421 )
...
* More cleanerer
* More async!
* Fix up tests
2023-03-03 17:53:54 +10:00
Christopher Acosta
3c3e8b1e82
Web UI: Sort group memberships of profile ( #1410 )
2023-03-03 09:21:26 +10:00
Firstyear
e33beea89d
1399 cleanup cli docs ( #1413 )
...
* Cleanup cli args
* Update book
* Update wasm
* making the CI happy
---------
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2023-03-02 12:47:23 +10:00
Firstyear
00cca81012
1399 cleanup reorg ( #1412 )
2023-03-01 13:10:52 +10:00