aboutsummaryrefslogtreecommitdiff
path: root/gnu/system
ModeNameSize
-rw-r--r--accounts.scm4217logplainabout
d---------examples396logplain
-rw-r--r--file-systems.scm23397logplainabout
-rw-r--r--hurd.scm4707logplainabout
-rw-r--r--image.scm25010logplainabout
d---------images156logplain
-rw-r--r--install.scm26403logplainabout
-rw-r--r--keyboard.scm4229logplainabout
-rw-r--r--linux-container.scm13314logplainabout
-rw-r--r--linux-initrd.scm16721logplainabout
-rw-r--r--locale.scm9146logplainabout
-rw-r--r--mapped-devices.scm12862logplainabout
-rw-r--r--nss.scm8241logplainabout
-rw-r--r--pam.scm14970logplainabout
-rw-r--r--shadow.scm16801logplainabout
-rw-r--r--uuid.scm12352logplainabout
-rw-r--r--vm.scm39863logplainabout
lément Lassieur 2017-03-21tests: ssh: Abstract session connection and authentication....* gnu/tests/ssh.scm (run-ssh-test): Introduce make-session-for-test, call-with-connected-session and call-with-connected-session/auth. (run-ssh-test)["connect"]: Rename to "shell command". Abstract its session connection and authentication work into the above three functions. Clément Lassieur 2016-10-03tests: ssh: Add Dropbear test....* gnu/tests/ssh.scm (run-ssh-test): Try authenticating with 'userauth-none!' when 'userauth-password!' fails. (%test-dropbear): New variable. Ludovic Courtès 2016-10-03tests: ssh: Generalize....* gnu/tests/ssh.scm (%openssh-os): Rename to... (%base-os): ... this. [services]: Remove 'openssh-service-type' instance. (os-with-service): New procedure. (run-openssh-test): Rename to... (run-ssh-test): ... this. Add 'ssh-service' and 'pid-file' parameters. Use 'os-with-service' to add SSH-SERVICE to %BASE-OS. Honor PID-FILE. (%test-openssh): Adjust accordingly. Ludovic Courtès 2016-10-03tests: Add 'openssh-service-type' test....* gnu/tests/ssh.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Ludovic Courtès