- Sep 08, 2004
- Sep 05, 2004
- Sep 04, 2004
-
-
deuce authored
-
- Sep 03, 2004
-
-
rswindell authored
smb_open_fp() now accepts a "share" mode argument (to support both shared and non-shared files). Eliminated smb.shd_buf, use dynamically allocated setvbuf() buffer.
-
rswindell authored
(for maintenance/repair) by fixsmb or smbutil. smb_lock() now retries if the .lock file already exists or can't be created.
-
- Sep 02, 2004
-
-
rswindell authored
-
rswindell authored
Bugfix: didn't free data fields if smb_addmsghdr() failed.
-
rswindell authored
successful.
-
rswindell authored
Bugfix: wasn't freeing data fields if post was unsuccessful.
-
rswindell authored
Use smb_freemsg_dfields() isntead of smb_freemsgdat().
-
rswindell authored
Call smb_freemsgdat/dfields *after* logging smb.last_error. Bugfix: wasn't freeing dfields if forward was unsuccessful.
-
rswindell authored
Call smb_freemsgdat/dfields *after* logging smb.last_error. Only signal (touch) sub-board semaphore file if post was successful.
-
rswindell authored
call smb_freemsgdat/dfields *after* logging smb.last_error.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
wildcards (e.g. "*.SHD").
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
smb_getmsgidx/hdr_by_msgid/ftnid() for fast auto-thread linkage.
-
rswindell authored
argument.
-
deuce authored
-
rswindell authored
-
- Sep 01, 2004
-
-
rswindell authored
smb_hallochdr() and smb_hallocdat() for calculating the required padding for proper block alignment.
-
rswindell authored
PAD_LENGTH_FOR_ALIGNMENT
-
rswindell authored
-
rswindell authored
Using BOOL macros instead of int's and numeric constants.
-
rswindell authored
message (in memory) as already hashed with smb_hashmsg(), preventing redundant hashing by smb_addmsghdr(). Using SMB_SUCCESS instead of 0. Fixed a case where smb_addmsghdr() could return without calling smb_unlocksmbhdr() if the header was an invalid header length (too large). smb_addmsghdr() now hashes the header fields if the message has not already been hashed with smb_hashmsg() before allocating header blocks and will return a failure (SMB_DUPE_MSG) with detail in smb.last_error if a duplicate hash was found - new feature of smb_hashmsg().
-