We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7158faa commit 672277eCopy full SHA for 672277e
1 file changed
docs/development/Roadmap.mermaid
@@ -103,6 +103,16 @@ graph LR
103
CIFS:::partly_complete
104
Network --Contains--> CIFS
105
106
+ DCERPC[DCERPC]
107
+ DCERPC:::todo_in_the_future
108
+ Network --Contains--> DCERPC
109
+ DCERPC --DependsOn--> SMB
110
+
111
+ DCOM[DCOM]
112
+ DCOM:::todo_in_the_future
113
+ Network --Contains--> DCOM
114
+ DCOM --DependsOn--> SMB
115
116
DNS[DNS]
117
DNS:::production_ready
118
Network --Contains--> DNS
@@ -134,6 +144,7 @@ graph LR
134
144
SMB[SMB]
135
145
SMB:::partly_complete
136
146
Network --Contains--> SMB
147
+ SMB --DependsOn--> GSSAPI
137
148
SMB --Contains--> SMB_v10
138
149
SMB_v10:::partly_complete
139
150
SMB_v20 --DependsOn--> SMB_v10
0 commit comments