summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-20Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison1-1/+8
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-5/+5
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-2/+20
2000-06-12split all the change notify code out into a separate moduleAndrew Tridgell1-392/+35
2000-06-09(Correct) fix for desired_access being zero in map_share_mode().Jeremy Allison1-12/+12
2000-06-08Fix for map_share_mode to allow desired access of zero map to stat open.Jeremy Allison1-0/+11
2000-06-07Fixing get/set of security descriptors.Jeremy Allison1-1/+4
2000-06-03rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison1-9/+9
2000-05-31Changed interface to set_nt_acl slightly.Jeremy Allison1-1/+1
2000-05-31Fixed interface between new ACLS and nttrans code.Jeremy Allison1-183/+12
2000-05-27prs_give_memory in wrong place, also poss. was losing mem.Luke Leighton1-7/+7
2000-05-27fixed nttrans.cLuke Leighton1-406/+38
2000-05-26Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele1-1/+1
2000-05-23Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison1-124/+192
2000-05-23Fixed bug where file access was allowed on IPC$ share.Jeremy Allison1-0/+3
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele1-0/+3
2000-05-10more merging voodooAndrew Tridgell1-1/+3
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-1/+1
2000-04-23insure caught an uninitialised memory reference - ensure it starts asAndrew Tridgell1-0/+2
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-40/+16
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-6/+4
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell1-32/+8
2000-03-22Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison1-17/+4
2000-03-13include/smb.h:Jeremy Allison1-19/+84
2000-03-09Fixups for Win2K security descriptors from the 2.0.x branch.Jeremy Allison1-26/+60
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-1/+4
2000-03-01Off by one error in detecting Win2k unicode bug.Jeremy Allison1-1/+1
2000-03-01Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it usesJeremy Allison1-12/+21
2000-02-29Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison1-8/+27
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison1-4/+2
2000-02-07Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau1-0/+1
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-11/+14
2000-01-25First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-1/+0
2000-01-14Added "inherit permissions" patch.Jeremy Allison1-3/+3
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-161/+1056
1999-11-19- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton1-0/+1