summaryrefslogtreecommitdiffstats
path: root/source/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* Better isolate quota stuffAlexander Bokovoy2003-05-121-0/+8
* Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-121-27/+526
* Fix VFS layer:Alexander Bokovoy2003-05-111-2/+2
* Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter2003-04-141-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
* Ensure we are not forgetting our janitorial duties...Jeremy Allison2003-02-121-0/+10
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-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
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-19/+89
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-464/+496
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-281/+287
* 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