Commit Graph

49 Commits

Author SHA1 Message Date
Nadja Reitzenstein
c317101b93 Merge remote-tracking branch 'origin/feature/desfire-auth' into feature/api-0.3
* origin/feature/desfire-auth:
  update desfire crate to version on crates.io
  working Desfire auth in the api!
  fix stupid logic error
  initial integration of the X-FABFIRE mechnism
2022-03-15 18:58:51 +01:00
Kai Jan Kriegel
926d200c93 update desfire crate to version on crates.io 2022-03-13 18:05:36 +01:00
Kai Jan Kriegel
5c5c9710c5 working Desfire auth in the api! 2022-03-12 10:45:09 +01:00
Kai Jan Kriegel
4611ed5b48 initial integration of the X-FABFIRE mechnism
Integrates the fabfire mechanism for use with the jorisdevice and desfire cards
2022-03-12 00:45:59 +01:00
Nadja Reitzenstein
0531156b9e Improve TLS support 2022-03-09 02:40:38 +01:00
Nadja Reitzenstein
e130e59651 Port to rsasl2
Closes #45
2022-03-02 17:21:22 +01:00
Nadja Reitzenstein
ea863e71af Makes rumqttc futures run on the tokio runtime as required. 2022-02-26 14:30:06 +01:00
Nadja Reitzenstein
68418161d7 Replaces paho_mqtt with rumqttc 2022-02-26 14:01:06 +01:00
Nadja Reitzenstein
07e181b107 Update dependencies 2022-02-26 11:38:53 +01:00
Nadja Reitzenstein
4858a6a6fb Implement a simple audit log 2022-01-17 18:36:22 +01:00
Nadja Reitzenstein
70bfdbbf4e Update API files 2022-01-17 18:36:22 +01:00
Nadja Reitzenstein
eb2e24a48c Add rustls dependencies 2021-12-09 20:54:43 +01:00
Nadja Reitzenstein
47781b445e Make machine correctly load state and set previous/current use in API 2021-12-01 15:46:52 +01:00
Nadja Reitzenstein
14f7ad32f3 Alpha Release 0.3.0 2021-09-30 10:10:33 +02:00
Gregor Reitzenstein
8ceee0bd94 Better database abstraction 2021-09-19 15:58:37 +02:00
Gregor Reitzenstein
d0b73c9b49 make compile 2021-09-19 15:58:37 +02:00
Gregor Reitzenstein
320521d28b Update crate dependencies 2021-09-19 15:58:37 +02:00
Gregor Reitzenstein
678a274544 Make the build script smarter 2021-09-19 15:58:37 +02:00
Gregor Reitzenstein
076675370a Update capnp crate version 2021-09-19 15:58:37 +02:00
Gregor Reitzenstein
7065dd4351 Release 0.2 2021-02-23 11:43:03 +01:00
Gregor Reitzenstein
886d795d15 A sprinkle of "documentation".
<.<
>.>

Yeah, I need to work on that.
2021-02-23 11:41:37 +01:00
Kai Kriegel
10fe03e4dd fixed typo in serde_dhall version 2021-02-08 20:03:15 +00:00
Gregor Reitzenstein
2c2d8978f9 Bump serde_dhall 2021-02-08 19:56:31 +00:00
Gregor Reitzenstein
02570fea6f move config to Dhall 2020-12-12 13:58:04 +01:00
Gregor Reitzenstein
5a4b03a16c Initiators first concept 2020-12-02 16:20:50 +01:00
Gregor Reitzenstein
6cf4b1d078 Turns out none of that works. 2020-12-01 16:06:39 +01:00
Gregor Reitzenstein
1041afd0ab Network'd 2020-12-01 10:21:39 +01:00
Gregor Reitzenstein
b203edf206 Status commit 2020-11-24 14:16:22 +01:00
Gregor Reitzenstein
62e1e9276f Splits off MachineDB 2020-11-20 15:44:02 +01:00
Gregor Reitzenstein
72a9d8c639 Moves databases around a touch 2020-11-20 15:44:01 +01:00
Gregor Reitzenstein
f997c93c23 More work on the API implementation 2020-11-20 15:44:01 +01:00
Gregor Reitzenstein
91a17e6b57 Updates rsasl 2020-11-20 15:44:01 +01:00
Gregor Reitzenstein
691338aca7 Move signal handler away from tokio 2020-11-20 15:44:01 +01:00
Gregor Reitzenstein
c742fb0a5d Better configuration stuff 2020-09-15 14:31:10 +02:00
Gregor Reitzenstein
ff981a768b Actuator draft that is actually implementable 2020-09-15 11:38:15 +02:00
Gregor Reitzenstein
e4d6e9d1d3 Update deps and remove currently unused 2020-09-14 10:55:59 +02:00
Gregor Reitzenstein
73c24456d4 Registries draft 2020-09-14 10:37:51 +02:00
Gregor Reitzenstein
3ac60bacb0 Library update and compile 2020-09-08 09:56:40 +02:00
Gregor Reitzenstein
dad99eb5dc Starting code update 2020-09-07 17:23:42 +02:00
Gregor Reitzenstein
dfdeaaefa6 Simple message exchange working 2020-05-11 18:21:45 +02:00
Gregor Reitzenstein
7525fe49f6 Now it *actually* compiles again 2020-05-04 13:22:14 +02:00
Gregor Reitzenstein
453111f0e4 Update schema and remove old impl 2020-04-28 16:51:08 +02:00
Gregor Reitzenstein
15a9203f7e Set license 2020-02-19 14:50:36 +01:00
Gregor Reitzenstein
9c4144ac66 Showcase version commit 2020-02-18 16:55:19 +01:00
Gregor Reitzenstein
796e957b27 more main cleanup 2020-02-18 13:06:25 +01:00
Gregor Reitzenstein
f5b37f2006 Additional functionality 2020-02-17 21:07:50 +01:00
Gregor Reitzenstein
6152639564 (Unfinished) v2 implementation 2020-02-17 14:56:43 +01:00
Gregor Reitzenstein
46c06305b0 An initial working state
PoC, Authentication works but not much more
2020-02-16 16:02:03 +01:00
Gregor Reitzenstein
d5f92e41d1 Initial commit 2020-02-14 12:20:17 +01:00