summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_svcctl.c
Commit message (Collapse)AuthorAgeFilesLines
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-7/+7
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r13105: pulling some code over for the 3.0.21b release....first take at itGerald Carter2006-01-241-0/+103
|
* r12199: grabbing some low risk fixes from 3.0Gerald Carter2005-12-121-1/+1
| | | | | | | | | | | | | svn merge -r12027:12031 $SVNURL/branches/SAMBA_3_0 svn merge -r12055:12076 $SVNURL/branches/SAMBA_3_0 svn merge -r12076:12077 $SVNURL/branches/SAMBA_3_0 svn merge -r12098:12106 $SVNURL/branches/SAMBA_3_0 svn merge -r12119:12129 $SVNURL/branches/SAMBA_3_0 svn merge -r12131:12133 $SVNURL/branches/SAMBA_3_0 svn merge -r12170:12173 $SVNURL/branches/SAMBA_3_0 svn merge -r12173:12177 $SVNURL/branches/SAMBA_3_0 svn merge -r12185:12193 $SVNURL/branches/SAMBA_3_0 svn merge -r12194:12196 $SVNURL/branches/SAMBA_3_0
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-52/+253
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r8956: fix segfault caused by trying to parse a UNISTR2Gerald Carter2005-08-021-1/+3
| | | | and not a UNISTR2*
* r8899: various compiler warning fixes reported by Jason Mader ↵Gerald Carter2005-08-011-1/+1
| | | | <jason@ncac.gwu.edu>
* r7839: remove C++ style commentGerald Carter2005-06-221-1/+0
|
* r7563: svcctl patches from Marcin; have cleaned up formating and am checking ↵Gerald Carter2005-06-141-1/+173
| | | | the code in to snapshot it before I start changing more things
* r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter2005-03-261-1/+1
| | | | | | * add some backwards compatibility to 'net rpc rights list' * verify privilege name in 'net rpc rights privileges <name>' in order to give back better error messages.
* r6046: $ net -S block -U % -W VALE rpc service status spoolerGerald Carter2005-03-241-1/+1
| | | | | | | | | | | | | | spooler service is SVCCTL_RUNNING. Configuration details: Service Type = 0x110 Start Type = 0x2 Error Control = 0x1 Tag ID = 0x0 Executable Path = C:\WINNT\system32\spoolsv.exe Load Order Group = SpoolerGroup Dependencies = RPCSS/ Start Name = LocalSystem Display Name = Print Spooler
* r6038: adding more flesh to 'net rpc service'Gerald Carter2005-03-241-8/+3
| | | | | | open and close the service control manager. Also experimenting with ideas for cli_xxx() interface.
* r6014: rather large change set....Gerald Carter2005-03-231-0/+665
pulling back all recent rpc changes from trunk into 3.0. I've tested a compile and so don't think I've missed any files. But if so, just mail me and I'll clean backup in a couple of hours. Changes include \winreg, \eventlog, \svcctl, and general parse_misc.c updates. I am planning on bracketing the event code with an #ifdef ENABLE_EVENTLOG until I finish merging Marcin's changes (very soon).