summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_srvsvc.h
Commit message (Collapse)AuthorAgeFilesLines
* A very long time ago (actually 6 months ago) I promised to commit this codeAndrew Bartlett2002-07-271-11/+105
| | | | | | | | | | | | | | | to the Samba tree. Originally written by Nigel Williams" <nigel@veritas.com>, I've been trying to keep it in some form of shape for the last 6 months. In particular I think some of the code got committed a few months ago, and others have made changes to the CVS version over time. anyway, its finally in - and doesn't appear to have broken anything. Now to try the client-side patches :-) Andrew Bartlett
* Add user name to netsessenum RPC to stop 1783 messagesJim McDonough2002-06-031-0/+3
|
* Add rpc for file close, expand file enum to take usernameJim McDonough2002-06-011-0/+16
|
* Add error index to netshareadd rpc.Jim McDonough2002-05-311-0/+4
|
* Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough2002-05-311-18/+12
| | | | | of files. This was done to better enable net rpc file. Perhaps we can start giving back real info this way, too.
* netfileenum was missing the username filter.Jim McDonough2002-05-311-0/+3
|
* Cleaned up srvsvc constants a bit.Tim Potter2002-05-291-17/+17
|
* Added Shirish's client side caching policy change.Jeremy Allison2002-04-101-2/+25
| | | | Jeremy.
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-221-2/+1
|
* Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison2002-03-051-16/+17
| | | | Jeremy.
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-15/+15
|
* Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.Jeremy Allison2001-06-161-0/+21
| | | | Jeremy.
* Jim McDonough's parse patches for Win9x get SD calls.Jeremy Allison2001-06-151-0/+24
| | | | Jeremy.
* Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2001-05-011-0/+40
| | | | | | Nigel Williams who did NIS/GINA !) to implement add/modify/delete shares for Win2k. Needs testing as I made a few mods to the original code. 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.
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-0/+11
| | | | | | RPC code to merge with new passdb code. Currently rpcclient doesn't compile. I'm working on it... Jeremy.
* 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.