summaryrefslogtreecommitdiff
path: root/source/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* syncing tree with SAMBA_3_0Gerald Carter2003-11-071-8/+16
* syncing up for 3.0.1pre1Gerald Carter2003-10-101-7/+41
* Fix coredump from Samba4 torture suite.Jeremy Allison2003-09-171-0/+3
* syncing files from 3.0Gerald Carter2003-08-281-12/+6
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-22/+156
* starting to sync up for beta3Gerald Carter2003-07-161-3/+3
* starting to sync for 3.0beta2Gerald Carter2003-07-011-6/+6
* working on creating the 3.0 release treeGerald Carter2003-06-061-95/+612
* A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2003-04-111-0/+1
* Fix typo in earlier fix, caught by Ranjit @ HP.Jeremy Allison2003-03-081-1/+1
* Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison2003-03-071-1/+1
* Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison2003-03-071-22/+80
* add a note about relative opens with blank paths - its a re-open!Andrew Tridgell2003-02-121-0/+10
* BIG patch...Andrew Bartlett2003-01-021-1/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-2/+2
* Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison2002-12-041-9/+9
* Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison2002-12-031-2/+2
* 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