summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* r2637: Fix the roundup problem (returning 1mb roundup) for non-WindowsJeremy Allison2007-10-101-4/+4
* r2548: Fix for bug reported by Edward Spragins <spragins@gmail.com> - don't t...Jeremy Allison2007-10-101-2/+3
* r2395: Patch from "Stefan (metze) Metzmacher" <metze@samba.org> to fixJeremy Allison2007-10-101-10/+15
* r1259: Ensure we pass Samba4 RAW-RENAME test.Jeremy Allison2007-10-101-9/+165
* r1257: Ensure we deferr a sharing violation on rename correctly.Jeremy Allison2007-10-101-1/+11
* r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison2007-10-101-11/+31
* r1093: Ensure we clear any cached errors on a deferred open call soJeremy Allison2007-10-101-0/+2
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2007-10-101-0/+8
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-28/+25
* r483: Fix typo of appending '\\' instead of '/' now we're usingJeremy Allison2007-10-101-2/+2
* r481: Fix up assert caught by check_path_syntax.Jeremy Allison2007-10-101-2/+3
* r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher2007-10-101-1/+1
* r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison2007-10-101-7/+7
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-021-16/+7
* Fix my breakage of NT pipes from the previous patch (sorry). Use theJeremy Allison2004-03-041-4/+1
* Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison2004-03-031-2/+7
* Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-031-29/+40
* Can't set allocation size on directories, return correct error code onJeremy Allison2004-02-281-0/+12
* Figured out a new flags bit with gentest and ethereal....Jeremy Allison2004-02-251-2/+10
* More gentest error fixups.Jeremy Allison2004-02-241-2/+0
* Added NTrename SMB (0xA5) - how did we miss this.... ?Jeremy Allison2004-02-241-0/+50
* Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison2004-02-201-6/+19
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-081-2/+3
* Ensure the server can cope with multiple secondary transJeremy Allison2003-12-011-0/+8
* 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