summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_srvsvc_nt.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool1-3/+6
2001-11-23Sorry. I broke the build, missed on open_directory call.Jeremy Allison1-2/+2
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-3/+3
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-6/+6
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-1/+5
2001-10-10Back-out the share acl fix. Not needed (Gerald has been telling porkiesJeremy Allison1-16/+3
2001-10-09Fix bug where removing root from a share SD stops further edit access.Jeremy Allison1-4/+17
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-26Added Elrond patch to make se_access_check use NT datastructures, not Samba.Jeremy Allison1-21/+6
2001-09-19fix debugAndrew Bartlett1-1/+1
2001-09-19Reverse some of the breakage I commited a day or two ago, as we need toAndrew Bartlett1-5/+21
2001-09-15Looks like it missed these. make_connection now no longer takes a 'username'Andrew Bartlett1-2/+0
2001-09-15Kill off the //server/share%user hack in share level security.Andrew Bartlett1-12/+6
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell1-3/+0
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-74/+75
2001-08-22some %things are not expanded properly in get share info levelsSimo Sorce1-19/+22
2001-08-13Added Jim McDonough's Win9x take ownership fix.Jeremy Allison1-0/+12
2001-08-10Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter1-25/+25
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-5/+0
2001-07-02Fixed extra file_free calls - my fault :-(.Jeremy Allison1-2/+0
2001-07-02This fix from Eelco Vriezekolk <eelco@nexus.com.na> is for a SIG11 bug where weAndrew Bartlett1-2/+0
2001-06-26SGI compiler fixes.Herb Lewis1-1/+1
2001-06-25Cosmetic fixups found while playing with the server manager. Added supportTim Potter1-0/+22
2001-06-22Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(),Jeremy Allison1-4/+4
2001-06-19Only try and open a directory if we get EISDIR.Jeremy Allison1-4/+8
2001-06-19rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.Jeremy Allison1-1/+1
2001-06-18Added "Jim McDonough" <jmcd@us.ibm.com> patches for directory supportJeremy Allison1-6/+16
2001-06-16Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.Jeremy Allison1-0/+167
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-05-02Remove embedded '/*' in comment.Jeremy Allison1-1/+1
2001-05-01fixed comment-in-commentAndrew Tridgell1-1/+1
2001-05-01Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison1-1/+130
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-5/+5
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-3/+3
2001-04-11Fix for core dump in security = share code with new share security db.Jeremy Allison1-3/+11
2001-04-10passdb/pass_check.c: Ensure second check is done only if given username is al...Jeremy Allison1-7/+11
2001-04-10Use message system to notify when smb.conf is updated.Jeremy Allison1-7/+20
2001-04-09Removed "read only" arg as it isn't useful.Jeremy Allison1-33/+2
2001-04-09Tidy up return codes for server manager.Jeremy Allison1-6/+21
2001-04-09Get/Set of SD's on shares now works. Correctly ensure scripts exist beforeJeremy Allison1-12/+15
2001-04-09Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.Jeremy Allison1-1/+47
2001-04-09Ensure Everyone/All access is mapped correctly to file generic perms to allowJeremy Allison1-1/+5
2001-04-09Added set/get SD's on shares. Check before tcon.Jeremy Allison1-17/+142
2001-04-08Added per-share security tdb. Tidied up many slprintfs (need -1 on length).Jeremy Allison1-60/+198
2001-04-07Fixed up the "add" command - although not SD's yet. Now for the SD db andJeremy Allison1-19/+74
2001-04-07Added 3 params to manipulate shares. "add share command/change share command/Jeremy Allison1-13/+82
2001-04-06Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison1-4/+25
2001-04-06Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison1-0/+40