summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* Return correct FILE_SUPERSEDED response - IFSTEST strikes again...Jeremy Allison2002-08-281-2/+8
* Merged initial allocation code for IFSTEST fix.Jeremy Allison2002-08-231-3/+37
* We were returning incorrect flags in smb_action....Jeremy Allison2002-08-221-6/+9
* Fixed IFSTEST errors with OpenParams... more to go.Jeremy Allison2002-08-221-9/+9
* IFSTEST fixes for open fid, nametoolong.Jeremy Allison2002-08-201-0/+15
* IFS kit test - don't allow TEMP attribute on directory open.Jeremy Allison2002-08-191-0/+12
* an initial fix for handling sparse files in smbdAndrew Tridgell2002-07-291-12/+39
* Allow trans2 and nttrans messages to be processed in oplock break state.Jeremy Allison2002-07-191-3/+5
* Formatting fixup. Fix shadow warning.Jeremy Allison2002-07-191-452/+455
* Move nttrans.c into the NTSTATUS age.Andrew Bartlett2002-07-141-41/+29
* Raise some debug levels.Andrew Bartlett2002-06-221-1/+1
* Allow sd_len to be zero on NT_TRANSACT_CREATE but not for set sd (helpsJeremy Allison2002-06-071-4/+7
* Fixed the AFP_Resource:$DATA filename creation bug.Jeremy Allison2002-04-171-239/+255
* make sure we don't walk past the end of the current SMB buffer whenAndrew Tridgell2002-04-161-9/+8
* merge from SAMBA_2_2Gerald Carter2002-04-151-1/+1
* Shirish pointed out more areas we should be doing roundups for allocation size.Jeremy Allison2002-04-091-17/+16
* Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.Jeremy Allison2002-04-021-28/+6
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-5/+4
* Remove the "stat open" code - make it inline. This should fix theJeremy Allison2002-03-201-50/+3
* get the right return code for batch vs exclusive oplocksAndrew Tridgell2002-03-071-5/+12
* Fixed delete on close semantics - preparing for share mode rewrite.Jeremy Allison2002-03-071-13/+12
* Reformat preparing for changes to come...Jeremy Allison2002-03-061-155/+155
* Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison2002-02-271-5/+4
* This is a nasty hack to fix "xcopy /o" from win2000 on a Samba shareAndrew Tridgell2002-02-261-3/+7
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett2002-01-201-1/+1
* Re-wrote the guts of the rename_internals code to cope with a reportedJeremy Allison2002-01-041-1/+2
* Grr - numbers printed in hexadecimal should be preceeded by 0xTim Potter2001-12-201-7/+7
* Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found.Jeremy Allison2001-12-181-1/+1
* Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison2001-11-231-7/+14
* Fix detection of RedHat 7.2.Jeremy Allison2001-11-151-0/+5
* Formatting fixes only.Jeremy Allison2001-11-131-44/+43
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-051-5/+5
* Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison2001-10-121-26/+54
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-21/+12
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-121-2/+0
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-22/+20
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-7/+7
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-45/+40
* merge from 2.2Gerald Carter2001-08-101-1/+1
* Added Gerald's lanman printing only change to HEAD.Jeremy Allison2001-08-061-68/+4
* uint -> uint32.Jeremy Allison2001-07-301-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-2/+2
* The big character set handling changeover!Andrew Tridgell2001-07-041-9/+9
* Ensure we correctly round down to 2 second boundary if dos filetimeJeremy Allison2001-07-041-2/+22
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-091-3/+6
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-301-1/+30
* Ensure get/set NT ACL code is redirected through vfs.Jeremy Allison2001-03-261-2/+2
* converted the nttrans code to unicode on the wireAndrew Tridgell2001-03-161-117/+13