summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
1999-07-15more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton1-7/+35
1999-07-15dfs issuesLuke Leighton1-1/+1
1999-07-13dfs parsed string length was being set explicitly to value "6", overwritingLuke Leighton1-22/+21
1999-07-12Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton1-66/+332
1999-04-04Use VFS operations for file I/O.Tim Potter1-14/+19
1999-02-15Always null-terminate strings.Matthew Chapman1-3/+3
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-6/+7
1998-11-23Fixed -Wall -Wshadow warning.Jeremy Allison1-2/+1
1998-11-19Sync up with 2.0 code.Jeremy Allison1-2/+1
1998-11-18Fixed crash bug which was assuming that fd_ptr was always non-nullJeremy Allison1-3/+6
1998-11-17Fixed NT modify timestamp issue.Jeremy Allison1-2/+15
1998-11-15change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macrosAndrew Tridgell1-6/+6
1998-10-26Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.Jeremy Allison1-2/+5
1998-10-24volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1-0/+1
1998-10-23Handle the case where multiple smbd have the file open, some of whomJeremy Allison1-15/+65
1998-10-23Make the new code conditional on lp_share_modes() just like the code in open_...Jeremy Allison1-36/+39
1998-10-23Fixed debug reporting in the changed code.Jeremy Allison1-1/+6
1998-10-23Fixed bug in previous commit where I was overwriting share_mode fromJeremy Allison1-3/+4
1998-10-23Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1-1/+51
1998-10-23include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1-7/+4
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1-7/+29
1998-10-20smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison1-11/+32
1998-10-18Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1-1/+2
1998-10-16only do the MAC extensions if we are a NTFS filesystemAndrew Tridgell1-6/+10
1998-10-16trans2.h: Added Thursby MAC extension.Jeremy Allison1-0/+7
1998-10-05fixed some cast warnings from "cc -64" on IRIXAndrew Tridgell1-4/+4
1998-10-04added support for printing via smbwrapperAndrew Tridgell1-7/+7
1998-09-28Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison1-0/+4
1998-09-23First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1-3/+1
1998-09-23look at the CAP_NT_SMBS bit in the client capabilities to determine ifAndrew Tridgell1-15/+20
1998-09-203 changes:Andrew Tridgell1-9/+12
1998-09-18gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell1-34/+11
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-7/+16
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-5/+2
1998-09-11Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1-20/+70
1998-09-05ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell1-4/+0
1998-09-05tridge the destroyer returns!Andrew Tridgell1-1/+1
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-97/+104
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-12/+12
1998-08-31configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1-1/+4
1998-08-27This is the stat cache code - seems to work fine (needs heavyJeremy Allison1-7/+7
1998-08-25Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...Jeremy Allison1-1/+3
1998-08-21don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -Andrew Tridgell1-0/+4
1998-08-21fixed a bug in trans2_qfilepathinfo() where we used the length of theAndrew Tridgell1-0/+4
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1-3/+2
1998-08-16changed find_free_file() to file_new().Andrew Tridgell1-1/+1
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-24/+21
1998-08-15configure: Changes for extra headers.Jeremy Allison1-4/+6
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-287/+322
1998-08-11include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1-4/+4