summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-08Fix typo in earlier fix, caught by Ranjit @ HP.Jeremy Allison1-1/+1
2003-03-07Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison1-1/+1
2003-03-07Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison1-22/+80
2003-02-12add a note about relative opens with blank paths - its a re-open!Andrew Tridgell1-0/+10
2003-01-02BIG patch...Andrew Bartlett1-1/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-2/+2
2002-12-04Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison1-9/+9
2002-12-03Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison1-2/+2
2002-08-28Return correct FILE_SUPERSEDED response - IFSTEST strikes again...Jeremy Allison1-2/+8
2002-08-23Merged initial allocation code for IFSTEST fix.Jeremy Allison1-3/+37
2002-08-22We were returning incorrect flags in smb_action....Jeremy Allison1-6/+9
2002-08-22Fixed IFSTEST errors with OpenParams... more to go.Jeremy Allison1-9/+9
2002-08-20IFSTEST fixes for open fid, nametoolong.Jeremy Allison1-0/+15
2002-08-19IFS kit test - don't allow TEMP attribute on directory open.Jeremy Allison1-0/+12
2002-07-29an initial fix for handling sparse files in smbdAndrew Tridgell1-12/+39
2002-07-19Allow trans2 and nttrans messages to be processed in oplock break state.Jeremy Allison1-3/+5
2002-07-19Formatting fixup. Fix shadow warning.Jeremy Allison1-452/+455
2002-07-14Move nttrans.c into the NTSTATUS age.Andrew Bartlett1-41/+29
2002-06-22Raise some debug levels.Andrew Bartlett1-1/+1
2002-06-07Allow sd_len to be zero on NT_TRANSACT_CREATE but not for set sd (helpsJeremy Allison1-4/+7
2002-04-17Fixed the AFP_Resource:$DATA filename creation bug.Jeremy Allison1-239/+255
2002-04-16make sure we don't walk past the end of the current SMB buffer whenAndrew Tridgell1-9/+8
2002-04-15merge from SAMBA_2_2Gerald Carter1-1/+1
2002-04-09Shirish pointed out more areas we should be doing roundups for allocation size.Jeremy Allison1-17/+16
2002-04-02Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.Jeremy Allison1-28/+6
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-5/+4
2002-03-20Remove the "stat open" code - make it inline. This should fix theJeremy Allison1-50/+3
2002-03-07get the right return code for batch vs exclusive oplocksAndrew Tridgell1-5/+12
2002-03-07Fixed delete on close semantics - preparing for share mode rewrite.Jeremy Allison1-13/+12
2002-03-06Reformat preparing for changes to come...Jeremy Allison1-155/+155
2002-02-27Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison1-5/+4
2002-02-26This is a nasty hack to fix "xcopy /o" from win2000 on a Samba shareAndrew Tridgell1-3/+7
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett1-1/+1
2002-01-04Re-wrote the guts of the rename_internals code to cope with a reportedJeremy Allison1-1/+2
2001-12-20Grr - numbers printed in hexadecimal should be preceeded by 0xTim Potter1-7/+7
2001-12-18Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found.Jeremy Allison1-1/+1
2001-11-23Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison1-7/+14
2001-11-15Fix detection of RedHat 7.2.Jeremy Allison1-0/+5
2001-11-13Formatting fixes only.Jeremy Allison1-44/+43
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter1-5/+5
2001-10-12Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison1-26/+54
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-21/+12
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell1-2/+0
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-22/+20
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-7/+7
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-45/+40
2001-08-10merge from 2.2Gerald Carter1-1/+1
2001-08-06Added Gerald's lanman printing only change to HEAD.Jeremy Allison1-68/+4