summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* Fix missing bracket in quota quote - my fault.Tim Potter2003-11-041-1/+1
* Fix more 64-bit printf warnings.Tim Potter2003-11-031-4/+4
* Tidyup wrap checking.Jeremy Allison2003-10-161-4/+12
* Fixup error code returns from Samba4 tester. Ensure invalid paths areJeremy Allison2003-10-081-7/+41
* Fix coredump from Samba4 torture suite.Jeremy Allison2003-09-171-0/+3
* Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison2003-08-161-12/+6
* Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adaptedJeremy Allison2003-08-071-22/+149
* Ensure we don't leak any sign records on cancel of pending requests.Jeremy Allison2003-08-021-0/+1
* Add the same signing code to the server. Ensure we use identical sessionJeremy Allison2003-08-021-0/+6
* Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison2003-07-241-2/+0
* SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison2003-07-241-0/+2
* use names from enumerated type to get rid of compiler warningsHerb Lewis2003-07-111-3/+3
* Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison2003-06-271-5/+5
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-1/+1
* Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison2003-05-291-91/+103
* fix quota build on non-64bit systemsGerald Carter2003-05-141-3/+3
* Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy2003-05-141-6/+6
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-2/+2
* And finally IDMAP in 3_0Simo Sorce2003-05-121-5/+3
* 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