Rename and split the README file overview
authorSimo Sorce <simo@redhat.com>
Fri, 31 Mar 2017 21:50:12 +0000 (17:50 -0400)
committerSimo Sorce <simo@redhat.com>
Fri, 31 Mar 2017 22:01:50 +0000 (18:01 -0400)
Use markdown for neat formatting on pagure.
This file is used as the project description so add information on other
related documentation and split out the old testing information.

Signed-off-by: Simo Sorce <simo@redhat.com>
Merges #9

README.md [new file with mode: 0644]
TESTING.txt [moved from README.txt with 83% similarity]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..e5f8673
--- /dev/null
+++ b/README.md
@@ -0,0 +1,30 @@
+GSS-NTLMSSP
+===========
+
+This is a mechglue plugin for the GSSAPI library that implements NTLM
+authentication.
+
+So far it has been built and tested only with the libgssapi implementation
+that comes with MIT Kerberos (Versions 1.11 and above)
+
+
+
+### Project Information
+
+
+The project is currently hosted on [pagure](https://pagure.io/gssntlmssp)
+Project related information (releases, hot to contribute, coding style, etc..
+is available in the [docs page](https://pagure.io/docs/gssntlmssp/)
+
+
+
+### Acknowlegments
+
+##### Protocol Documentation:
+This project has been made much simpler thanks to the work done by the Samba
+Team first in Samba and Microsoft later by releasing documents such as
+[MS-NLMP](https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-NLMP/[MS-NLMP].pdf).
+
+##### OID Space:
+The Samba Project kindly donated this OID space: 1.3.6.1.4.1.7165.655.1.x
+
similarity index 83%
rename from README.txt
rename to TESTING.txt
index c308696934f0eb2beb7c032fb28343e6031d93e8..1fbfee845a55790bbef2dbfe9c5ff523d94997f0 100644 (file)
@@ -1,24 +1,3 @@
-
-GSS-NTLMSSP
-===========
-
-This is a mechglue plugin for the GSSAPI library that implements NTLM
-authentication.
-
-So far it has been built and tested only with the libgssapi implementation
-that comes with MIT Kerberos 1.11
-
-OID Space
-=========
-
-The Samba Project kindly donated this OID space: 1.3.6.1.4.1.7165.655.1.x
-
-BUILDING
-========
-
-See BUILD.txt
-
-
 TESTING
 =======