This website requires JavaScript.
Explore
Help
Sign In
WEBDIENSTE
/
NLnetLabs-krill
Watch
1
Star
0
Fork
0
mirror of
https://github.com/NLnetLabs/krill.git
synced
2026-09-26 03:14:53 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
87cdf7962fa986ae25154d716afb3467300dd79c
NLnetLabs-krill
/
src
T
History
Ximon Eighteen
87cdf7962f
FIX: Pass user attributes to Lagosta, not just the role. Synced with Lagosta master branch commit ac2dab37.
2021-01-09 14:55:06 +01:00
..
bin
FIX: Avoid stack overflow triggered by addition of new Actor::auth_error field by flattening out chained async API handler invocation. This avoids deep recursive .or_else() macro expansion of calls that pass the large Request value (of which Actor is part) resulting in stack overflow. This fix also removes the need for the boosted recursion_limit compiler setting.
2020-12-31 15:57:02 +01:00
cli
Remove a CA (CLI and API only)
#359
2021-01-05 16:08:23 +01:00
commons
Be more lenient on whitespace in XML, but have better warnings for offending json. (
#369
)
2021-01-08 14:04:55 +01:00
daemon
FIX: Pass user attributes to Lagosta, not just the role. Synced with Lagosta master branch commit ac2dab37.
2021-01-09 14:55:06 +01:00
pubd
cargo fmt
2021-01-06 14:27:59 +01:00
publish
Remove a CA (CLI and API only)
#359
2021-01-05 16:08:23 +01:00
upgrades
Merge branch 'v0.8.1-bis' of github.com:NLnetLabs/krill into v0.8.1-bis.
2020-12-09 11:52:35 +01:00
constants.rs
Remove strange unnecessary & in const ActorDefs and consume ActorDefs to make Actors.
2021-01-05 11:15:39 +01:00
lib.rs
FIX: Avoid stack overflow triggered by addition of new Actor::auth_error field by flattening out chained async API handler invocation. This avoids deep recursive .or_else() macro expansion of calls that pass the large Request value (of which Actor is part) resulting in stack overflow. This fix also removes the need for the boosted recursion_limit compiler setting.
2020-12-31 15:57:02 +01:00
test.rs
Remove a CA (CLI and API only)
#359
2021-01-05 16:08:23 +01:00