summaryrefslogtreecommitdiffstats
path: root/source3/services
Commit message (Collapse)AuthorAgeFilesLines
...
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
| | | | | | x86_64 box. Jeremy. (This used to be commit d720867a788c735e56d53d63265255830ec21208)
* r10961: remove unused variables (patch from Jason Mader)Gerald Carter2007-10-101-5/+2
| | | | (This used to be commit d6c6562d33cc88827cb8560a412e8ea51f9a5352)
* r10819: merging a couple of fixes from trunkGerald Carter2007-10-101-14/+20
| | | | | | | | * only keep the registry,tdb file open when we have an open key handle * tpot's setup.py fix * removing files that no longer exist in trunk and copying some that were missing in 3.0 (This used to be commit 6c6bf6ca5fd430a7a20bf20ed08050328660e570)
* r10781: merging eventlog and svcctl code from trunkGerald Carter2007-10-103-179/+273
| | | | (This used to be commit f10aa9fb84bfac4f1a22b74d63999668700ffaac)
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-105-478/+552
| | | | | | | | * \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)
* r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm ↵Gerald Carter2007-10-101-12/+3
| | | | | | | issues) * comment out services.tdb code until I finish rewriting it (This used to be commit 707b7822286a6c7e9d1e4ca3d15b99c976f6e704)
* 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-102-2/+2
| | | | | | * 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-103-0/+835
for better maintenance; add SERVICE_CONTROL_OPS for spoolss service (This used to be commit 2b0ea30a1a3aebaabd5d328de50e6ad2ef18d45d)