Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-30 | smb: Added SMB handler interfaces | Bill Nagel | |
Added the SMB and SMBS handler interface structures and associated functions required for SMB/CIFS operation. | |||
2014-11-29 | smb.h: fixed picky compiler warning | Daniel Stenberg | |
smb.h:30:16: error: comma at end of enumerator list [-Werror=pedantic] | |||
2014-11-29 | smb: Added internal SMB definitions and structures | Bill Nagel | |
Added the internal definitions and structures necessary for SMB/CIFS support. | |||
2014-11-29 | smb: Added SMB connection structure | Bill Nagel | |
Added the connection structure that will be required in urldata.h for SMB/CIFS based connections. | |||
2014-11-29 | smb: Added initial source files for SMB | Bill Nagel | |
Added the initial source files and updated the relevant project files in order to support SMB/CIFS. |