summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
...
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-5/+5
* Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-051-1/+4
* Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison2000-09-201-1/+8
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-5/+5
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-2/+20
* split all the change notify code out into a separate moduleAndrew Tridgell2000-06-121-392/+35
* (Correct) fix for desired_access being zero in map_share_mode().Jeremy Allison2000-06-091-12/+12
* Fix for map_share_mode to allow desired access of zero map to stat open.Jeremy Allison2000-06-081-0/+11
* Fixing get/set of security descriptors.Jeremy Allison2000-06-071-1/+4
* rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison2000-06-031-9/+9
* Changed interface to set_nt_acl slightly.Jeremy Allison2000-05-311-1/+1
* Fixed interface between new ACLS and nttrans code.Jeremy Allison2000-05-311-183/+12
* prs_give_memory in wrong place, also poss. was losing mem.Luke Leighton2000-05-271-7/+7
* fixed nttrans.cLuke Leighton2000-05-271-406/+38
* Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele2000-05-261-1/+1
* Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison2000-05-231-124/+192
* Fixed bug where file access was allowed on IPC$ share.Jeremy Allison2000-05-231-0/+3
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-181-0/+3
* more merging voodooAndrew Tridgell2000-05-101-1/+3
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-1/+1
* insure caught an uninitialised memory reference - ensure it starts asAndrew Tridgell2000-04-231-0/+2
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-40/+16
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-6/+4
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-32/+8
* Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison2000-03-221-17/+4
* include/smb.h:Jeremy Allison2000-03-131-19/+84
* Fixups for Win2K security descriptors from the 2.0.x branch.Jeremy Allison2000-03-091-26/+60
* dded Microsoft Dfs services.Shirish Kalele2000-03-081-1/+4
* Off by one error in detecting Win2k unicode bug.Jeremy Allison2000-03-011-1/+1
* Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it usesJeremy Allison2000-03-011-12/+21
* Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison2000-02-291-8/+27
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-151-4/+2
* Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau2000-02-071-0/+1
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-11/+14
* First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-251-1/+0
* Added "inherit permissions" patch.Jeremy Allison2000-01-141-3/+3
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-161/+1056
* - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton1999-11-191-0/+1
* more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton1999-07-151-2/+10
* Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton1999-07-121-0/+1
* rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1999-04-271-0/+1
* Use VFS operations for file I/O.Tim Potter1999-04-041-11/+15
* adding srvsvc pipe.Luke Leighton1998-12-081-0/+1
* unix instance of group database APILuke Leighton1998-11-231-2/+2
* Instrumented hack fix with debug level 10 statements just in case :-).Jeremy Allison1998-11-201-0/+3
* Sync up with 2.0 code.Jeremy Allison1998-11-191-7/+73
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-2/+2
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-231-16/+26
* libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1998-10-221-32/+60