summaryrefslogtreecommitdiff
path: root/source/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* Removed strange optimisation (paranoia fix maybe ?) that stopped smbdJeremy Allison2000-04-041-6/+0
* merge of smbd and related files, from cvs main.Luke Leighton2000-04-031-612/+513
* series of perl scripts (thanks tim!) to replace all calls to bzero:Luke Leighton2000-03-311-7/+7
* patch from Elrond to include/exclude nterr.h as needed.Luke Leighton2000-01-301-0/+1
* decided to add tridge's tdb code into SAMBA_TNG. i may (will) need it inLuke Leighton2000-01-031-6/+6
* more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton1999-07-151-7/+35
* dfs issuesLuke Leighton1999-07-151-1/+1
* dfs parsed string length was being set explicitly to value "6", overwritingLuke Leighton1999-07-131-22/+21
* Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton1999-07-121-66/+332
* Use VFS operations for file I/O.Tim Potter1999-04-041-14/+19
* Always null-terminate strings.Matthew Chapman1999-02-151-3/+3
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-6/+7
* Fixed -Wall -Wshadow warning.Jeremy Allison1998-11-231-2/+1
* Sync up with 2.0 code.Jeremy Allison1998-11-191-2/+1
* Fixed crash bug which was assuming that fd_ptr was always non-nullJeremy Allison1998-11-181-3/+6
* Fixed NT modify timestamp issue.Jeremy Allison1998-11-171-2/+15
* change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macrosAndrew Tridgell1998-11-151-6/+6
* Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.Jeremy Allison1998-10-261-2/+5
* volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1998-10-241-0/+1
* Handle the case where multiple smbd have the file open, some of whomJeremy Allison1998-10-231-15/+65
* Make the new code conditional on lp_share_modes() just like the code in open_...Jeremy Allison1998-10-231-36/+39
* Fixed debug reporting in the changed code.Jeremy Allison1998-10-231-1/+6
* Fixed bug in previous commit where I was overwriting share_mode fromJeremy Allison1998-10-231-3/+4
* Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1998-10-231-1/+51
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-231-7/+4
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-211-7/+29
* smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison1998-10-201-11/+32
* Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1998-10-181-1/+2
* only do the MAC extensions if we are a NTFS filesystemAndrew Tridgell1998-10-161-6/+10
* trans2.h: Added Thursby MAC extension.Jeremy Allison1998-10-161-0/+7
* fixed some cast warnings from "cc -64" on IRIXAndrew Tridgell1998-10-051-4/+4
* added support for printing via smbwrapperAndrew Tridgell1998-10-041-7/+7
* Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison1998-09-281-0/+4
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-231-3/+1
* look at the CAP_NT_SMBS bit in the client capabilities to determine ifAndrew Tridgell1998-09-231-15/+20
* 3 changes:Andrew Tridgell1998-09-201-9/+12
* gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell1998-09-181-34/+11
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-171-7/+16
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-5/+2
* Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1998-09-111-20/+70
* ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell1998-09-051-4/+0
* tridge the destroyer returns!Andrew Tridgell1998-09-051-1/+1
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-97/+104
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-12/+12
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-311-1/+4
* This is the stat cache code - seems to work fine (needs heavyJeremy Allison1998-08-271-7/+7
* Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...Jeremy Allison1998-08-251-1/+3
* don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -Andrew Tridgell1998-08-211-0/+4
* fixed a bug in trans2_qfilepathinfo() where we used the length of theAndrew Tridgell1998-08-211-0/+4
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-171-3/+2