summaryrefslogtreecommitdiffstats
path: root/source3/services/svc_spoolss.c
Commit message (Collapse)AuthorAgeFilesLines
* param: Change from _lp to lp__ as the prefix for internal parameter wrappersAndrew Bartlett2012-04-161-1/+1
| | | | | | | This will make a merge with the lib/param param code easier, as we can then paste lp_ to the front of all parameters unconditionally. Andrew Bartlett
* 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: indicate that the spooler is already running if it does.Günther Deschner2009-04-241-0/+4
| | | | Guenther
* s3-svcctl: use pidl defined constants in services implementation.Günther Deschner2009-01-091-16/+18
| | | | Guenther
* s3-svcctl: use pidl based struct SERVICE_STATUS.Günther Deschner2009-01-081-2/+2
| | | | Guenther
* 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)
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-3/+5
| | | | | | | | * \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)
* r7610: can successfully stop and start the 'spooler' service by setting the ↵Gerald Carter2007-10-101-0/+21
| | | | | | state for the 'disable spoolss' parameter in memory for an individual smbd (This used to be commit f19c10d0c3e7701066b765c712df0636e914bf7e)
* 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/+58
for better maintenance; add SERVICE_CONTROL_OPS for spoolss service (This used to be commit 2b0ea30a1a3aebaabd5d328de50e6ad2ef18d45d)