Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSH
lsh
Commits
8ffecb51
Commit
8ffecb51
authored
12 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
New file plan.html, with release goals.
parent
f378014f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/plan.html
+48
-0
48 additions, 0 deletions
doc/plan.html
doc/todo.css
+67
-0
67 additions, 0 deletions
doc/todo.css
with
115 additions
and
0 deletions
doc/plan.html
0 → 100644
+
48
−
0
View file @
8ffecb51
<?xml version="1.0" encoding="utf-8"?>
<!-- -*-mode: xml; sgml-indent-data: t; -*- -->
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<link
rel=
"stylesheet"
title=
"Default"
type=
"text/css"
href=
"todo.css"
media=
"all"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
TODO for LSH-3.0
</title>
</head>
<body>
<h1>
TODO for LSH-3.0
</h1>
<p>
This is an attempt at defining a development target for
LSH-3.0, inspired by similar pages for recent GMP releases. [Last
updated 2012-07-14]
</p>
<p
class=
'should'
>
This really ought to be done before release
</p>
<p
class=
'wish'
>
Try to get this done before release
</p>
<p
class=
'done'
>
Done!
</p>
<p
class=
'postponed'
>
Leave for some later release!
</p>
<h2>
TODO
</h2>
<p
class=
'should'
>
Upgrade license to GPL-v3 (except for libspki)
</p>
<p
class=
'should'
>
Support for configuring algorithm lists in
<tt>
lshd.conf
</tt>
.
</p>
<p
class=
'wish'
>
Use spki acls for user authentication, rather than the current
<tt>
~/.lsh/authorized_keys_sha1/
</tt>
hack.
</p>
<p
class=
'wish'
>
In the
<tt>
lsh
</tt>
client, don't unlock password protected keys
unless they're going to be used. Also support ssh-agent/gpg-agent.
</p>
</body>
</html>
This diff is collapsed.
Click to expand it.
doc/todo.css
0 → 100644
+
67
−
0
View file @
8ffecb51
body
{
background
:
rgb
(
255
,
255
,
255
);
color
:
rgb
(
0
,
0
,
0
);
margin-left
:
10%
;
margin-right
:
10%
;
}
a
{
color
:
rgb
(
50
,
50
,
100
);
}
a
:visited
{
color
:
rgb
(
0
,
0
,
0
);
}
a
:hover
{
color
:
rgb
(
140
,
30
,
30
);
}
h1
{
font-size
:
200%
;
font-weight
:
normal
;
color
:
rgb
(
30
,
30
,
140
);
text-align
:
left
;
}
h2
{
font-size
:
150%
;
font-weight
:
normal
;
font-style
:
normal
;
text-align
:
left
;
}
p
{
margin-left
:
2em
;
}
dt
{
padding-top
:
1ex
;
}
hr
{
background
:
rgb
(
30
,
30
,
140
);
border-style
:
none
;
width
:
80%
;
}
img
{
border
:
thin
black
solid
;
float
:
right
;
}
.done
{
color
:
#00a000
;
}
.should
{
color
:
red
;
}
.wish
{
color
:
#808000
;
}
.postponed
{
color
:
blue
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment