summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_srvsvc.h
Commit message (Collapse)AuthorAgeFilesLines
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-18/+41
| | | | Jeremy.
* Move over to RELEASE branch.Jeremy Allison2002-02-011-15/+15
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-0/+85
| | | | Jeremy.
* Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.Jeremy Allison2001-04-091-3/+9
| | | | Jeremy.
* Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison2001-04-061-0/+17
| | | | | internals to support server manager. Jeremy
* Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison2001-04-061-0/+22
| | | | | | | | function (same for NET_SHARE_DELETE and NET_SHARE_SET) we will be able to manage the shares section in smb.conf via NT server manager........ This should enhance the friendliness of Samba in NT-only shops by an order of magnitude. Jeremy.
* We can now use server manager to look at Samba shares. NT still expects a ":"Jeremy Allison2001-04-061-1/+2
| | | | | in the path though.... I'm looking into it. Jeremy.
* I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison2001-04-041-5/+73
| | | | | | | | I worked out and added the per-share get/set RPCs for security descriptors. Currently this code returns Everyone, full access on get and permission denied on set, but backending this with a tdb and checking it on tconX (to give full NT semantics for security on shares) is now an excersise for the reader... :-). Jeremy.
* added info level 100 to srv get info call.Jean-François Micouleau2001-03-081-0/+11
| | | | | | | | | passdb/passdb.c: small band aid to reply correctly to domain group RID (dom adm, dom users, ...). that's an interim fix for usrmgr. J.F. I'm gonna miss my plane !
* Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele2000-04-281-1/+7
| | | | Added dfs_server announcement in set_default_server_announce_type()
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-129/+64
|
* created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1999-11-031-1/+1
|
* dynamic mem allocation in net_srv_transport_enum() parsing.Luke Leighton1999-11-031-2/+2
|
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-301-10/+90
|
* event log update, netsessenum, netconnenum update.Luke Leighton1999-08-181-0/+5
|
* dce/rpc net time command from jean-francois. does not support timezonesLuke Leighton1998-05-201-1/+37
|
* includes.h: Moved HPUX undefine of SEMMSL to where it actually does something.Jeremy Allison1998-04-101-1/+1
| | | | | | | | | | | | | | | ipc.c: Added Luke's debug statement. locking_slow.c: Added FTRUNCATE_NEEDS_ROOT code for broken systems that need it (not sure what these are yet). membuffer.c ntdomain.h proto.h lib/rpc/include/rpc_dce.h lib/rpc/include/rpc_srvsvc.h lib/rpc/parse/parse_prs.c lib/rpc/parse/parse_rpc.c lib/rpc/server/srv_pipe_hnd.c lib/rpc/server/srv_util.c: Re-merge of Luke's NTDOM changes 'cos he's a lazy git with carpel tunnel syndrome :-). Jeremy.
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-111-0/+540
all I saw" - the book of Jeremy, chapter 1 :-). So here is the mega-merge of the NTDOM branch server code. It doesn't include the new client side pieces, we'll look at that later. This should give the same functionality, server wise, as the NTDOM branch does, only merged into the main branch. Any fixes to domain controler functionality should be added to the main branch, not the NTDOM branch. This code compiles without warnings on gcc2.8, but will need further testing before we are sure all the working functionality of the NTDOM server branch has been correctly carried over. I hereby declare the server side of the NTDOM branch dead (and all who sail in her :-). Jeremy.