[PATCH 0/2] Resubmit of Tests for "." in names
by Phillip Smyth
Repo: gitano(a)gitano.org.uk/gitano.git
Ref: nexus/yarn_testing_dots_in_names
Sha1: f0b94a81580868e8106c94c2b55245d83036545c
I have changed the tests for naming users and groups to confirm that they can contain "." in their names
Phillip Smyth (2):
Changed to confirm that group names can contain .
Changed to confirm that user names can contain .
testing/02-commands-group.yarn | 4 ++--
testing/02-commands-user.yarn | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
--
2.11.0
5 years, 11 months
[PATCH 0/2] Changed Tests for naming users and Groups with Dots in their names
by knownexus@gmail.com
From: Phillip Smyth <knownexus(a)gmail.com>
Repo: gitano.org.uk/gitano.git
Ref: nexus/yarn_testing_dots_in_names
sha1:ce8c5792794a565e1980ebd146326bdefcd7e459
I modified the existing rename tests to check that names can have a "." in them
Phillip Smyth (2):
Added "." to the name in rename test
Added dot to group rename function
testing/02-commands-group.yarn | 8 ++++----
testing/02-commands-user.yarn | 12 ++++++------
2 files changed, 10 insertions(+), 10 deletions(-)
--
2.11.0
5 years, 11 months
[PATCH 0/2] Added test for renaming self
by knownexus@gmail.com
From: Phillip Smyth <phillip.smyth(a)codethink.co.uk>
Repo: gitano(a)gitano.org.uk/gitano.git
Ref: nexus/yarn_testing
Sha1: d3da596d817bd72dbf868de50168066318a3286a
Phillip Smyth (2):
Added test for renaming self
Added keys generated by test
testing/02-commands-user.yarn | 19 +++++++++++++++++++
testing/keys/bob@bobskey_rsa | 27 +++++++++++++++++++++++++++
testing/keys/bob(a)bobskey_rsa.pub | 1 +
3 files changed, 47 insertions(+)
create mode 100644 testing/keys/bob@bobskey_rsa
create mode 100644 testing/keys/bob(a)bobskey_rsa.pub
--
2.11.0
5 years, 11 months
[PATCH 0/6] Added ed25519 support
by knownexus@gmail.com
From: Phillip Smyth <phillip.smyth(a)codethink.co.uk>
Repo: gitano(a)gitano.org.uk/gitano.git
Ref: nexus/ed25519_retry
Sha1: 93f7bbde0a6979bcc446062b8e436c05d8e756b4
Patch for Trello card "Check for ED25519 support in ssh key"
I have added the functionality and tests required for ED25519 support
Phillip Smyth (6):
Added ssh_type_is_invalid function
Use new ssh type test
Use new ssh type test
Added Lines for testing edkey
Added ed25519 test implementation
Adding test ed25519 keys
lib/gitano/config.lua | 6 ++----
lib/gitano/usercommand.lua | 5 +----
lib/gitano/util.lua | 13 +++++++++++++
testing/02-commands-sshkey.yarn | 5 +++++
testing/keys/testinstance@edkey_ed25519 | 7 +++++++
testing/keys/testinstance(a)edkey_ed25519.pub | 1 +
testing/library.yarn | 5 ++++-
7 files changed, 33 insertions(+), 9 deletions(-)
create mode 100644 testing/keys/testinstance@edkey_ed25519
create mode 100644 testing/keys/testinstance(a)edkey_ed25519.pub
--
2.11.0
5 years, 11 months
[PATCH 0/2] Changed Tests for naming users and Groups with Dots in their names
by knownexus@gmail.com
From: Phillip Smyth <knownexus(a)gmail.com>
I modified the existing rename tests to check that names can have a "." in them
Phillip Smyth (2):
Added "." to the name in rename test
Added dot to group rename function
testing/02-commands-group.yarn | 8 ++++----
testing/02-commands-user.yarn | 12 ++++++------
2 files changed, 10 insertions(+), 10 deletions(-)
--
2.11.0
5 years, 11 months
Lua-Scrypt release (1.2)
by Daniel Silverstone
Hi all,
I made a promise to release lua-scrypt 1.2 at the last hack day. I then spent
my time helping a new person (Hi Nexus) spool up, and entirely forgot to make
the release (bad Daniel).
Fortunately Richard reminded me and so here it is.
Better late-than-never. (I hope)
D.
--
Daniel Silverstone http://www.digital-scurf.org/
PGP mail accepted and encouraged. Key Id: 3CCE BABE 206C 3B69
5 years, 11 months
Patch for ED25519
by Know Nexus
Hi,
I've been working in the ed25519 bug, I have pushed it to the branch
nexus/ed25519
I'm currently not able to send patches with git send email
🤓
5 years, 11 months