瀏覽代碼

Fix NOTES.md to actually match markdown syntax

Jean-Baptiste Kempf 9 年之前
父節點
當前提交
162ab2b352
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      NOTES.md

+ 3 - 3
NOTES.md

@@ -1,4 +1,4 @@
-== SMB/NBT Notes.
+# SMB/NBT Notes.
 
 
 I will here throw various notes regarding SMB protocol implementation and
 I will here throw various notes regarding SMB protocol implementation and
 compatibility issues, with the hope it could be usefull to and reduce of pain
 compatibility issues, with the hope it could be usefull to and reduce of pain
@@ -7,7 +7,7 @@ of somebody else. There are no particular order.
 Most (if not all) of these notes apply mostly to Win7 (the network i work on has
 Most (if not all) of these notes apply mostly to Win7 (the network i work on has
 only Win7 boxes except my Linux one)
 only Win7 boxes except my Linux one)
 
 
-=== Discovering network hosts.
+## Discovering network hosts.
 
 
 Maybe this information is well known around the net, but it found it by randomly
 Maybe this information is well known around the net, but it found it by randomly
 experimenting with NBNS packets. There a special case of NetBIOS name which is
 experimenting with NBNS packets. There a special case of NetBIOS name which is
@@ -23,7 +23,7 @@ have thei're netbios name. Cool, you know everyone on the LAN.
 PS: I've no idea (yet) of how Samba, older versions of Windows and/or NAS are
 PS: I've no idea (yet) of how Samba, older versions of Windows and/or NAS are
 behaving regarding this.
 behaving regarding this.
 
 
-=== Windows 7 NTLM2
+## Windows 7 NTLM2
 
 
 Although Win7 is supposed to support the old NTLM2 authentication, it seems
 Although Win7 is supposed to support the old NTLM2 authentication, it seems
 they actually doesn't handle it oustide of GSSAPI/SPNEGO, which i would like
 they actually doesn't handle it oustide of GSSAPI/SPNEGO, which i would like