This is an automated email from the git hooks/post-receive script.
rharwood pushed a change to branch master in repository gssproxy.
from ff5f684 Create release page for v0.7.0 new 6a6951d Add mailing list and IRC links to README
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: README => README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) rename README => README.md (69%)
This is an automated email from the git hooks/post-receive script.
rharwood pushed a commit to branch master in repository gssproxy.
commit 6a6951d9b123842207c661c038eee024f82e375d Author: Robbie Harwood rharwood@redhat.com Date: Wed Mar 8 11:28:35 2017 -0500
Add mailing list and IRC links to README
Also migrate README to rich text
See-also: https://pagure.io/pagure/issue/2085 Signed-off-by: Robbie Harwood rharwood@redhat.com Reviewed-by: Simo Sorce simo@redhat.com PR: 167 --- README => README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/README b/README.md similarity index 69% rename from README rename to README.md index c936ea9..98d749c 100644 --- a/README +++ b/README.md @@ -1,12 +1,11 @@ - This is the gss-proxy project.
The goal is to have a GSS-API proxy, with standardizable protocol and a -[somewhat portable] reference client and server implementation. There +(somewhat portable) reference client and server implementation. There are several motivations for this some of which are:
- Kernel-mode GSS-API applications (CIFS, NFS, AFS, ...) need to be - able to leave all complexity of GSS_Init/Accept_sec_context() out of + able to leave all complexity of GSS_Init/Accept_sec_context() out of the kernel by upcalling to a daemon that does all the dirty work.
- Isolation and privilege separation for user-mode applications. For @@ -18,3 +17,7 @@ are several motivations for this some of which are:
gss-proxy uses libverto for dealing with event loops. Note that you need to have at least one libverto event library installed (e.g. libverto-tevent). + +We have a +[mailing list](https://lists.fedorahosted.org/archives/list/gss-proxy@lists.fedorahosted.or...) +and an IRC channel (#gssproxy on [Freenode](https://webchat.freenode.net)).
gss-proxy@lists.fedorahosted.org