Commit graph

15 commits

Author SHA1 Message Date
Firstyear 821b2c05c4
Rework deps () 2022-10-01 16:08:51 +10:00
James Hodgkinson 66954213db
kanidm_unixd UX updoots () 2022-09-08 13:37:03 +10:00
Firstyear 3f22470c1c
969 improve errors 1 () 2022-08-09 13:07:06 +10:00
James Hodgkinson d2ea936b16
Domain Display Name () 2022-07-07 13:03:08 +10:00
Mateus Amin 50a253027b
Clap Migration () 2022-06-11 15:24:29 +10:00
Firstyear f252d91e13
20220219 webui updates + source refactor + clippy go clip clip () 2022-02-20 12:43:38 +10:00
Firstyear 22682279aa
20211216 tracing cleanup () 2021-12-17 13:54:13 +10:00
James Hodgkinson eb4b25719b
fixes , adds a check for the kanidm_unixd socket file and bails if not () 2021-08-08 09:54:21 +10:00
Firstyear 6c79914395
306 command complete ()
Fixes  adding command line autocompletion. These are generated to: CARGO_TARGET_DIR/item-hash/out/. These will need to be packaged for distros later, it's unclear how we could use cargo install with these as cargo doesn't support arbitrary artefacts like this (yet?).
2021-02-13 13:46:22 +10:00
Firstyear bab44028f1
Xxx clippy outdated ()
This finishes some of the outstanding clippy issues that existed. Additionally, we updated all the project deps and updated libraries we could in the project. A bug exists currently in cargo outdated that is preventing further updates to this however, but that's a bit out of my hands.
2020-09-08 12:46:10 +10:00
William Brown 85ec82832e V large cleanup 2020-08-05 09:58:49 +10:00
Firstyear fec28e03e2
195 rel cleanup ()
Fixes  pre release cleanup. This does a LOT, clippy, formatting, and much much more. It fixes a lot of parts of the book, improves server config and more.
2020-06-18 10:30:42 +10:00
Firstyear 5a9ad39d6b
20200218 pam ()
Add support for unix_password handling, and pam authentication for services.
2020-02-29 14:02:14 +10:00
Firstyear 9de7d33293
129 nsswitch stage 2 groups ()
Implements , adding the libnss_kanidm.so/dylib, and the related caching parts for properly handling these types.
2020-02-15 10:57:25 +10:30
Firstyear d063d358ad
129 pam nsswitch stage 1 daemon ()
Implements , pam and nsswitch daemon capability. This is stage 1, which adds a localhost unix domain socket resolver, a ssh key client, support to the server for generating unix tokens, an async client lib, and client handles for adding posix extensions to accounts and groups.
2020-02-13 10:43:01 +11:00