Skip to content

Commit 437cc9e

Browse files
author
Valentin Vidic
committed
Remove C CLI
Keep README.md until we create a manpage for CLI. Also update Docker image to use the Rust CLI. Closes #187
1 parent d680822 commit 437cc9e

14 files changed

Lines changed: 54 additions & 668 deletions

File tree

.github/workflows/presubmit-c.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
run: |
5555
DESTDIR=out meson install -C build
5656
find build/out/
57-
test -x build/out/usr/local/bin/glome
5857
test -x build/out/usr/local/sbin/glome-login
5958
test -f build/out/usr/local/etc/glome/config
6059
test -f build/out/usr/local/include/glome.h

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ login prompt. He is then provided with a challenge that he forwards to Alice.
4545
The challenge contains information about the identity of accessed host and the
4646
requested action (i.e., root shell access). Alice verifies that the request is
4747
legitimate (e.g., the accessed host is indeed the one she's trying to
48-
diagnose), and uses the [`glome` CLI](cli) to generate an authorization code.
49-
She forwards that authorization code to Bob who provides it as a challenge
50-
response.
48+
diagnose), and uses the [`glome` CLI](rust/src/cli) to generate an
49+
authorization code. She forwards that authorization code to Bob who provides
50+
it as a challenge response.
5151

5252
The authorization succeeds and Bob is able to run diagnostic commands and share
5353
the results with Alice.
@@ -123,7 +123,7 @@ Core libraries:
123123

124124
Binaries:
125125

126-
- [glome](cli) *Command-line interface for GLOME*
126+
- [glome](rust/src/cli) *Command-line interface for GLOME*
127127
- [glome-login](login) *Replacement of login(1) implementing GLOME Login
128128
protocol*
129129

0 commit comments

Comments
 (0)