chiark / gitweb /
otter.git
2021-06-07 Ian Jacksonssh keys update: Log when we find the hardlink situation
2021-06-07 Ian Jacksonssh keys update: Mention hardlink approach in error...
2021-06-07 Ian Jacksonssh keys update: Allow setting up if static is hardlink...
2021-06-07 Ian Jacksonssh keys update: Roorder to support checking for hardlink
2021-06-07 Ian Jacksonconfig, ssh: check that authorized_keys{,_include}...
2021-06-07 Ian JacksonMakefile: check errors from cargo doc
2021-06-07 Ian Jacksonprefs docs: Describe the prefs.toml format in the usage...
2021-06-07 Ian Jacksonprefs: Simplify parsing code slightly
2021-06-07 Ian Jacksonprefs test: Actually test that we can load some prefs
2021-06-07 Ian Jacksonprefs test: Break out ssh_command ds also
2021-06-07 Ian Jacksonprefs bugfix: Pass our argv[0] as a synth arg too
2021-06-07 Ian Jacksonprefs bugfix: Only expect non-option argummnts for...
2021-06-07 Ian Jacksonotter cli: Move ArgumentParser out of RawArgParserContext
2021-06-07 Ian Jacksonprefs tests: Break out ssh_command, ready for adding...
2021-06-07 Ian Jacksonotter cli: With -vv, mention skipped nonexistent prefs
2021-06-07 Ian Jacksonotter cli: Initial prefs support, not debugged
2021-06-07 Ian JacksonAdd dependency on directories (for xdg directories)
2021-06-07 Ian Jacksontoml-de: Do not say it's a config file
2021-06-07 Ian Jacksonotter cli: anyhow::Error for ArgumentParseError without...
2021-06-07 Ian Jacksonotter cli: anyhow::Error printed for ArgumentParseError...
2021-06-06 Ian Jacksonotter: Introduce RawArgParserContext
2021-06-06 Ian Jacksonotter: Introduce extra_error message hook
2021-06-06 Ian Jacksonotter: Rework run_ap_completer into argparse_more
2021-06-06 Ian Jacksonotter: Break out ArgumentParseError::report
2021-06-06 Ian Jacksonotter: Fold in a copy of parse_args into main
2021-06-06 Ian Jacksonotter: Break up main()'s arg parsing ready for prefs
2021-06-06 Ian Jacksonotter: Break out run_ap_completer
2021-06-06 Ian Jacksonotter: Break out run_argparse
2021-06-03 Ian Jacksonscript: Do not multiselect hands (non-moveable pieces)
2021-06-03 Ian Jacksonscript: Sort other ungrabs
2021-06-03 Ian Jacksonscript: Sort drag piece list
2021-06-03 Ian Jacksonscript: Sort targets for keystrokes
2021-06-03 Ian Jacksonscript: Provide piece_z_cmp and pieceid_z_cmp
2021-06-02 Ian JacksonMove admin.rs out of otter.rs and forgame.rs
2021-06-02 Ian JacksonMove ssh key stuff out of otter.rs
2021-06-02 Ian JacksonMove clear-game out of otter.rs
2021-06-02 Ian JacksonMove usebundles.rs out of otter.rs
2021-06-02 Ian JacksonMove adhoc.rs out of otter.rs
2021-06-02 Ian JacksonRename forgame.rs from manipgame.rs
2021-06-02 Ian JacksonBreak out functions into manipgame.rs
2021-06-02 Ian JacksonMove more to clisupport.rs
2021-06-02 Ian JacksonBreak out clisupport.rs
2021-06-02 Ian JacksonRename atmain.rs (from apitest/main.rs)
2021-06-02 Ian JacksonBreak out otter-cli into separate cargo package
2021-06-02 Ian Jacksonscript: sse disconnection: Check the connecting status
2021-06-02 Ian Jacksonotter cli: When accessing via ssh, make default account...
2021-06-02 Ian Jacksonotter cli: Change defaulting order of server and account
2021-06-02 Ian Jacksonsshkeys: Require an option to set ssh keys for a non...
2021-06-02 Ian JacksonMore sophisticated handling of program name
2021-06-02 Ian Jacksonsshkeys: Tests restricted command branch sawing
2021-06-02 Ian Jacksonsshkeys: Tests a restricted command, refactor
2021-06-02 Ian Jacksonsshkeys: Tests restricted command a bit more
2021-06-02 Ian Jacksonsshkeys: Tests a restricted command, refactor
2021-06-02 Ian Jacksonsshkeys: Tests a restricted command
2021-06-02 Ian Jacksonsshkeys: Tests: Rework dummy key handling
2021-06-02 Ian Jacksonsshkeys: Test that static data is included
2021-06-02 Ian Jacksonsshkeys: Test banner and static handling
2021-06-02 Ian Jacksonsshkeys: Fix newline insertion
2021-06-02 Ian Jacksonsshkeys: Tests, wip
2021-06-02 Ian Jacksonsshkeys: Tests: Provide a dummy test key
2021-06-02 Ian Jacksonsshkeys: Fix auth key header newline
2021-06-02 Ian Jacksonsshkeys: Fix magic banner handling
2021-06-02 Ian Jacksonsshkeys: Improve ssh auth key banner and header
2021-06-02 Ian Jacksonsshkeys: Some todos
2021-06-02 Ian Jacksonotter cli: sshkeys: Get line numbers right
2021-06-02 Ian Jacksoncmdlistener: Tidy up connnection disconnect error
2021-06-02 Ian Jacksonotter cli: ssh keys: avoid creating account and then...
2021-06-02 Ian Jacksonotter cli: ssh keys: create accounts as necessary
2021-06-02 Ian Jacksonaccounts: Allow otter prep_access_account to never...
2021-06-02 Ian Jacksonaccounts: Actually parse ssh: accounts
2021-06-02 Ian Jacksonotter cli: When rejecting removal of current key, print...
2021-06-02 Ian Jacksonotter cli: Rename inventory_subcmd
2021-06-02 Ian Jacksonotter cli: Suppress account selection for mgmtchannel...
2021-06-02 Ian Jacksonotter cli: Make ordinary_subcommand handle SubcommandPr...
2021-06-02 Ian Jacksonotter cli: Move &Subcommand into MainOpts for convenience
2021-06-02 Ian Jacksonotter cli: Make Subcommand Debug
2021-06-02 Ian Jacksonotter cli: Make space for SubcommandProperties
2021-06-02 Ian Jacksonotter cli: Make Subcommand a named field struct
2021-06-02 Ian Jacksonotter cli: Introduce ordinary_subcmd macro
2021-06-01 Ian Jacksonsshkeys: Add paranoid whitespace check
2021-06-01 Ian Jacksonsshkeys: Do not include filename in context
2021-06-01 Ian Jacksonsshkeys: Fix formatting of ssh authorized_keys files
2021-06-01 Ian Jacksonsshkeys: Allow the creation of a fresh auth keys file
2021-06-01 Ian Jacksonerrors: Rename AnyhowDisplay and provide .d() and use it
2021-06-01 Ian Jacksonerrors: Provide AnyhowFormat and use it in two places
2021-06-01 Ian Jacksonerrors: Drop some spurious uses of {:?} in messages
2021-06-01 Ian Jacksoncommands: Drop a spurious \n in an error message
2021-06-01 Ian Jacksonutils: Introduce anyhow::Error::for_each
2021-06-01 Ian Jacksonotter cli: mgmtchannel-proxy: Exit 0 on command EOF too
2021-06-01 Ian Jacksonsshkeys internal errors: Do not share with client
2021-06-01 Ian JacksonInternalError from anyhow: Add a missing colon to the...
2021-06-01 Ian Jacksonapitest: Initial test of ssh
2021-06-01 Ian Jacksonconfig: Observe that ssh_proxy_command will be split...
2021-06-01 Ian Jacksonotter cli: Rename --ssh-proxy-command option
2021-06-01 Ian Jacksonapitest: Provide OTTER_APITEST_START_DIR
2021-06-01 Ian JacksonMakefile, ssh proxy: Install a symlink
2021-06-01 Ian Jacksonotter cli: Shut down CookedStdout before bundle data
2021-06-01 Ian Jacksonotter cli: Shut down CookedStdout before proxying responses
2021-06-01 Ian Jacksonotter cli: Tiny fixes to stdout handling
2021-06-01 Ian Jacksonotter: Introduce SubCommandSubArgs
next