diff options
author | Bill Nagel <wnagel@tycoint.com> | 2014-11-30 16:51:26 -0500 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-30 21:53:30 +0000 |
commit | 96c3b1a1bb52f4f25c3c3e6284e0d5bc23145ef0 (patch) | |
tree | 14e7acad8b81029231f2028b976b48c1a35b2a7c /docs/INTERNALS | |
parent | c8996bab1c95e292eff64fa848cf79131a01aeec (diff) |
docs: Updated for the SMB protocol
This patch updates the documentation for the SMB/CIFS protocol.
Diffstat (limited to 'docs/INTERNALS')
-rw-r--r-- | docs/INTERNALS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/INTERNALS b/docs/INTERNALS index 8654c45f9..b3559ba68 100644 --- a/docs/INTERNALS +++ b/docs/INTERNALS @@ -264,6 +264,10 @@ Library The file:// protocol is dealt with in lib/file.c. + SMB + + The smb:// protocol is dealt with in lib/smb.c. + LDAP Everything LDAP is in lib/ldap.c and lib/openldap.c |