kanidm/server/lib/src
Firstyear 5ff482542b
Clean up utils password rand generation. (#2727)
We previously used a "performance" optimisation in our password generation
that was likely not needed. This optimisation did *not* impact password
entropy or quality in the generation.

To improve clarity, swap to the Uniform distribution instead.
2024-04-27 23:22:39 +10:00
..
be Begin the basis of the key provider model (#2640) 2024-04-15 23:44:37 +00:00
constants Add mail support to groups (#2718) 2024-04-23 07:08:28 +00:00
credential fix(TotpDigits): fix typo in TryFrom impl (#2702) 2024-04-11 10:31:34 +10:00
idm Support 1.1 attribute in LDAP (#2720) 2024-04-24 13:46:56 +10:00
plugins Begin the basis of the key provider model (#2640) 2024-04-15 23:44:37 +00:00
repl Begin the basis of the key provider model (#2640) 2024-04-15 23:44:37 +00:00
server Add mail support to groups (#2718) 2024-04-23 07:08:28 +00:00
valueset Add session limit (#2714) 2024-04-23 16:02:42 +10:00
entry.rs Begin the basis of the key provider model (#2640) 2024-04-15 23:44:37 +00:00
event.rs 20240221 2489 cleanup api v1 (#2573) 2024-02-27 09:25:02 +00:00
filter.rs 20240221 2489 cleanup api v1 (#2573) 2024-02-27 09:25:02 +00:00
lib.rs 20240301 systemd uid (#2602) 2024-03-07 03:25:54 +00:00
macros.rs [SECURITY: LOW] Administrator triggered thread crash in oauth2 claim maps #2686 (#2686) 2024-03-26 01:43:03 +00:00
modify.rs 20240221 2489 cleanup api v1 (#2573) 2024-02-27 09:25:02 +00:00
schema.rs Begin the basis of the key provider model (#2640) 2024-04-15 23:44:37 +00:00
status.rs Make /status less noisy (#2574) 2024-02-22 17:34:46 +10:00
testkit.rs Add domain version test framework (#2576) 2024-02-28 21:04:33 +00:00
time.rs 20231008 remove expect used (#2191) 2023-10-08 17:39:00 +10:00
utils.rs Clean up utils password rand generation. (#2727) 2024-04-27 23:22:39 +10:00
value.rs Begin the basis of the key provider model (#2640) 2024-04-15 23:44:37 +00:00