summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-15merge from SAMBA_2_2Gerald Carter1-1/+1
2002-04-09Shirish pointed out more areas we should be doing roundups for allocation size.Jeremy Allison1-17/+16
2002-04-02Fixed the error bad path for recursive mkdir so mkdir \a\b\c\d works.Jeremy Allison1-28/+6
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-5/+4
2002-03-20Remove the "stat open" code - make it inline. This should fix theJeremy Allison1-50/+3
2002-03-07get the right return code for batch vs exclusive oplocksAndrew Tridgell1-5/+12
2002-03-07Fixed delete on close semantics - preparing for share mode rewrite.Jeremy Allison1-13/+12
2002-03-06Reformat preparing for changes to come...Jeremy Allison1-155/+155
2002-02-27Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison1-5/+4
2002-02-26This is a nasty hack to fix "xcopy /o" from win2000 on a Samba shareAndrew Tridgell1-3/+7
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett1-1/+1
2002-01-04Re-wrote the guts of the rename_internals code to cope with a reportedJeremy Allison1-1/+2
2001-12-20Grr - numbers printed in hexadecimal should be preceeded by 0xTim Potter1-7/+7
2001-12-18Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found.Jeremy Allison1-1/+1
2001-11-23Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison1-7/+14
2001-11-15Fix detection of RedHat 7.2.Jeremy Allison1-0/+5
2001-11-13Formatting fixes only.Jeremy Allison1-44/+43
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter1-5/+5
2001-10-12Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison1-26/+54
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-21/+12
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell1-2/+0
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-22/+20
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-7/+7
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-45/+40
2001-08-10merge from 2.2Gerald Carter1-1/+1
2001-08-06Added Gerald's lanman printing only change to HEAD.Jeremy Allison1-68/+4
2001-07-30uint -> uint32.Jeremy Allison1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-9/+9
2001-07-04Ensure we correctly round down to 2 second boundary if dos filetimeJeremy Allison1-2/+22
2001-06-09*Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison1-3/+6
2001-03-30This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison1-1/+30
2001-03-26Ensure get/set NT ACL code is redirected through vfs.Jeremy Allison1-2/+2
2001-03-16converted the nttrans code to unicode on the wireAndrew Tridgell1-117/+13
2001-03-13this patch does a number of things:Andrew Tridgell1-8/+9
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-2/+0
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-2/+2
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison1-9/+0
2001-02-12Fix for DACL/SACL masking typo - spotted by medha@pezman.austin.ibm.com.Jeremy Allison1-2/+2
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison1-1/+10
2001-01-31lib/system.c: Fix for pw caching.Jeremy Allison1-46/+93
2001-01-24smbd/lanman.c: Fix for calling qsort with 0 number.Jeremy Allison1-4/+12
2000-11-24This should fix Office failing to print to "FILE:".Jeremy Allison1-3/+3
2000-10-19Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison1-47/+10
2000-10-11changes to sync with 2.2. treeHerb Lewis1-8/+58
2000-10-06Fixed error return messages needed for NTTrans CreateDirectory.Jeremy Allison1-0/+16
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-5/+5
2000-10-05Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison1-1/+4