History log of /curl/lib/smb.c (Results 101 – 114 of 114)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e17220ff 05-Dec-2014 Patrick Monnerat

SMB: Fix big endian problems. Make it OS/400 aware.


# f9b71321 02-Dec-2014 Steve Holme

smb: Don't try to connect with empty credentials

On some platforms curl would crash if no credentials were used. As such
added detection of such a use case to prevent this from happening

smb: Don't try to connect with empty credentials

On some platforms curl would crash if no credentials were used. As such
added detection of such a use case to prevent this from happening.

Reported-by: Gisle Vanem

show more ...


# bbccbfe9 02-Dec-2014 Steve Holme

smb.c: Coding policing of pointer usage


# 397a634e 30-Nov-2014 Daniel Stenberg

smb.c: use size_t as input argument types for msg sizes

This fixes warnings about conversions to int


# 6b8e5c0e 30-Nov-2014 Steve Holme

smb.c: Fixed compilation warnings

smb.c:398: warning: comparison of integers of different signs:
'ssize_t' (aka 'long') and 'unsigned long'
smb.c:443: warning: comparison

smb.c: Fixed compilation warnings

smb.c:398: warning: comparison of integers of different signs:
'ssize_t' (aka 'long') and 'unsigned long'
smb.c:443: warning: comparison of integers of different signs:
'ssize_t' (aka 'long') and 'unsigned long'

show more ...


# d95cb3ed 30-Nov-2014 Steve Holme

smb.c: Fixed compilation warnings

smb.c:322: warning: conversion to 'short unsigned int' from 'unsigned
int' may alter its value
smb.c:323: warning: conversion to 'short u

smb.c: Fixed compilation warnings

smb.c:322: warning: conversion to 'short unsigned int' from 'unsigned
int' may alter its value
smb.c:323: warning: conversion to 'short unsigned int' from 'unsigned
int' may alter its value
smb.c:482: warning: conversion to 'short unsigned int' from 'int' may
alter its value
smb.c:521: warning: conversion to 'unsigned int' from 'curl_off_t' may
alter its value
smb.c:549: warning: conversion to 'unsigned int' from 'curl_off_t' may
alter its value
smb.c:550: warning: conversion to 'short unsigned int' from 'int' may
alter its value

show more ...


# 99c2bad2 30-Nov-2014 Steve Holme

smb.c: Renamed SMB command message variables to avoid compiler warnings

smb.c:489: warning: declaration of 'close' shadows a global declaration
smb.c:511: warning: declaration of 'read'

smb.c: Renamed SMB command message variables to avoid compiler warnings

smb.c:489: warning: declaration of 'close' shadows a global declaration
smb.c:511: warning: declaration of 'read' shadows a global declaration
smb.c:528: warning: declaration of 'write' shadows a global declaration

show more ...


# 069f63c8 30-Nov-2014 Steve Holme

smb.c: Fixed compilation warnings

smb.c:212: warning: unused parameter 'done'
smb.c:380: warning: ISO C does not allow extra ';' outside of a function
smb.c:812: warning: unused para

smb.c: Fixed compilation warnings

smb.c:212: warning: unused parameter 'done'
smb.c:380: warning: ISO C does not allow extra ';' outside of a function
smb.c:812: warning: unused parameter 'premature'
smb.c:822: warning: unused parameter 'dead'

show more ...


# 676f79f8 30-Nov-2014 Steve Holme

smb.c: Fixed compilation warnings

smb.c:311: warning: conversion from 'unsigned __int64' to 'u_short',
possible loss of data
smb.c:425: warning: conversion from '__int64'

smb.c: Fixed compilation warnings

smb.c:311: warning: conversion from 'unsigned __int64' to 'u_short',
possible loss of data
smb.c:425: warning: conversion from '__int64' to 'unsigned short',
possible loss of data
smb.c:452: warning: conversion from '__int64' to 'unsigned short',
possible loss of data

show more ...


# cef28131 30-Nov-2014 Steve Holme

smb.c: Fixed compilation warnings

smb.c:162: error: comma at end of enumerator list
smb.c:469: warning: conversion from 'size_t' to 'unsigned short',
possible loss of data

smb.c: Fixed compilation warnings

smb.c:162: error: comma at end of enumerator list
smb.c:469: warning: conversion from 'size_t' to 'unsigned short',
possible loss of data
smb.c:517: warning: conversion from 'curl_off_t' to 'unsigned int',
possible loss of data
smb.c:545: warning: conversion from 'curl_off_t' to 'unsigned int',
possible loss of data

show more ...


# 02d2c0a0 30-Nov-2014 Bill Nagel

smb: Added initial SMB functionality

Initial implementation of the SMB/CIFS protocol.


# aec2e865 30-Nov-2014 Bill Nagel

smb: Added SMB handler interfaces

Added the SMB and SMBS handler interface structures and associated
functions required for SMB/CIFS operation.


# 0627c48d 29-Nov-2014 Bill Nagel

smb: Added internal SMB definitions and structures

Added the internal definitions and structures necessary for SMB/CIFS
support.


# e80d9d59 29-Nov-2014 Bill Nagel

smb: Added initial source files for SMB

Added the initial source files and updated the relevant project files in
order to support SMB/CIFS.


12345