summaryrefslogtreecommitdiffstats
path: root/source3/services/svc_rcinit.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-services: move services.h closer to services implementation.Günther Deschner2010-05-201-1/+1
| | | | Guenther
* s3-services: move services.h to where it is actually used.Günther Deschner2010-05-181-0/+1
| | | | Guenther
* s3-svcctl: use pidl defined constants in services implementation.Günther Deschner2009-01-091-10/+14
| | | | Guenther
* s3-svcctl: use pidl based struct SERVICE_STATUS.Günther Deschner2009-01-081-2/+2
| | | | Guenther
* svcctl: use MODULESDIR instead of LIBDIR for the svcctl script directory.Michael Adam2008-08-151-3/+3
| | | | | Michael (This used to be commit bb19634138cfd1f527c44e16a44aa21ebee50c1c)
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-3/+3
| | | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. (This used to be commit 52dc5eaef2106015b3a8b659e818bdb15ad94b05)
* Remove pstring from services/*.cJeremy Allison2007-11-201-21/+36
| | | | | Jeremy. (This used to be commit 33aa866195e232f878230bc62e97e1484996afcc)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r10781: merging eventlog and svcctl code from trunkGerald Carter2007-10-101-148/+0
| | | | (This used to be commit f10aa9fb84bfac4f1a22b74d63999668700ffaac)
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-5/+59
| | | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) (This used to be commit 939c3cb5d78e3a2236209b296aa8aba8bdce32d3)
* r7603: * fix a bug in the SERVICE_ALL_ACCESS security maskGerald Carter2007-10-101-1/+1
| | | | | | * add calls to start and stop a service (to be filled in by the backend routines in services/svc_*.c (This used to be commit 793d28a946d83beb2576c5c8ce808d32c71c880a)
* r7595: start trying to split out the svcctl functions into separate files ↵Gerald Carter2007-10-101-0/+204
for better maintenance; add SERVICE_CONTROL_OPS for spoolss service (This used to be commit 2b0ea30a1a3aebaabd5d328de50e6ad2ef18d45d)