index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
/
srv_svcctl_nt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-24
Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!
Volker Lendecke
1
-7
/
+13
2008-11-17
Fix build warning introduced by making SERVICE_CONTROL an enum
Tim Prouty
1
-4
/
+2
2008-11-13
s3-svctl-server: fix remote rpc service management (bug #5888).
Günther Deschner
1
-1
/
+1
2008-10-31
Unify se_access_check with the S4 code. Will make
Jeremy Allison
1
-5
/
+1
2008-10-16
s3: use IDL generated rpc for _svcctl_QueryServiceConfigW.
Günther Deschner
1
-22
/
+18
2008-10-12
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
1
-1
/
+1
2008-10-09
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
1
-5
/
+4
2008-03-27
Make sure to zero the returned handle in _svcctl_CloseServiceHandle().
Günther Deschner
1
-0
/
+2
2008-03-20
Use pidl for _svcctl_EnumDependentServicesW().
Günther Deschner
1
-12
/
+7
2008-03-07
Fix debug statement (missing \n).
Günther Deschner
1
-1
/
+1
2008-02-28
Use pidl for _svcctl_SetServiceObjectSecurity().
Günther Deschner
1
-11
/
+12
2008-02-28
Use pidl for _svcctl_QueryServiceObjectSecurity().
Günther Deschner
1
-15
/
+17
2008-02-19
Use pidl for _svcctl_UnlockServiceDatabase().
Günther Deschner
1
-9
/
+5
2008-02-19
Use pidl for _svcctl_LockServiceDatabase().
Günther Deschner
1
-10
/
+5
2008-02-19
Use pidl for _svcctl_QueryServiceStatus().
Günther Deschner
1
-9
/
+5
2008-02-19
Use pidl for _svcctl_ControlService().
Günther Deschner
1
-11
/
+9
2008-02-19
Use pidl for _svcctl_StartServiceW().
Günther Deschner
1
-8
/
+4
2008-02-18
Use pidl for _svcctl_GetServiceDisplayNameW().
Günther Deschner
1
-11
/
+12
2008-02-18
Use pidl for _svcctl_OpenServiceW().
Günther Deschner
1
-20
/
+12
2008-02-18
Use pidl for _svcctl_OpenSCManagerW().
Günther Deschner
1
-10
/
+5
2008-02-18
Remove whitespace, no code changes.
Günther Deschner
1
-161
/
+161
2007-12-29
Remove tiny code duplication
Volker Lendecke
1
-1
/
+1
2007-12-21
Some C++ fixes
Volker Lendecke
1
-1
/
+3
2007-12-17
More static fstring elimination.
Jeremy Allison
1
-14
/
+14
2007-11-27
Remove pstring from everything in rpc_server except
Jeremy Allison
1
-10
/
+15
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-1
/
+1
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-1
/
+1
2007-10-10
r25534: Apply some const
Volker Lendecke
1
-2
/
+2
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...
Gerald Carter
1
-2
/
+263
2007-10-10
r19776: Hmmm. I should have done one instead of three commits. Sorry :-)
Volker Lendecke
1
-1
/
+1
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-1
/
+1
2007-10-10
r14395: Fix coverity bug #55. Ensure no unsigned/signed comparisons.
Jeremy Allison
1
-3
/
+3
2007-10-10
r14338: Fix coverity #55 by explicit cast.
Jeremy Allison
1
-2
/
+5
2007-10-10
r13393: Do not initialize the lp_svcctl_list() value since it is handled
Gerald Carter
1
-1
/
+1
2007-10-10
r12915: protect against changing the SCM security descriptor
Gerald Carter
1
-0
/
+5
2007-10-10
r12914: adding query/set ops for security descriptors on services.
Gerald Carter
1
-0
/
+92
2007-10-10
r12173: doing some service control work
Gerald Carter
1
-1
/
+12
2007-10-10
r12043: It's amazing the warnings you find when compiling on a 64-bit
Jeremy Allison
1
-1
/
+1
2007-10-10
r10781: merging eventlog and svcctl code from trunk
Gerald Carter
1
-2
/
+17
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-387
/
+307
2007-10-10
r10264: reverse order of 'root free pass' checks in service and registry acce...
Gerald Carter
1
-9
/
+5
2007-10-10
r10221: add "free pass for root" in svcctl and default winreg access checks
Gerald Carter
1
-1
/
+9
2007-10-10
r9276: Fix another unused variable warning. Bugzilla #2981.
Tim Potter
1
-4
/
+1
2007-10-10
r8943: Fix segfault in enum_service_status
Gerald Carter
1
-43
/
+33
2007-10-10
r8941: Fix unused variable warning. Bugzilla #2940.
Tim Potter
1
-2
/
+1
2007-10-10
r8894: Fix a warning. Bugzilla #2939.
Tim Potter
1
-3
/
+1
2007-10-10
r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm i...
Gerald Carter
1
-3
/
+3
2007-10-10
r7613: small changes to _svcctl_open_service() and create_open_service_handle...
Gerald Carter
1
-9
/
+21
[next]