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
2010-06-03
s3-security: use shared "Standard access rights.".
Günther Deschner
1
-3
/
+3
2010-06-03
s3-security: use shared SECINFO_DACL define.
Günther Deschner
1
-3
/
+3
2010-06-03
s3-security: use shared SECINFO_SACL define.
Günther Deschner
1
-1
/
+1
2010-06-03
s3-security: use shared SECINFO_GROUP define.
Günther Deschner
1
-1
/
+1
2010-06-03
s3-security: use shared SECINFO_OWNER define.
Günther Deschner
1
-1
/
+1
2010-05-31
s3-build: only use ndr_security.h where needed.
Günther Deschner
1
-0
/
+1
2010-05-25
s3:registry: move reg_objects.h to registry/ and use it only where needed
Michael Adam
1
-0
/
+1
2010-05-20
s3-services: move services.h closer to services implementation.
Günther Deschner
1
-1
/
+1
2010-05-18
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
1
-7
/
+7
2010-05-18
s3-secdesc: remove "typedef struct security_acl SEC_ACL".
Günther Deschner
1
-1
/
+1
2010-05-18
s3-secdesc: remove "typedef struct security_ace SEC_ACE".
Günther Deschner
1
-1
/
+1
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-12
/
+9
2010-05-18
s3-registry: only include registry headers when really needed.
Günther Deschner
1
-0
/
+1
2010-05-18
s3-services: move services.h to where it is actually used.
Günther Deschner
1
-0
/
+1
2009-11-26
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
1
-0
/
+1
2009-04-28
s3-svcctl: Fix crash in _svcctl_EnumServicesStatusW().
Günther Deschner
1
-1
/
+3
2009-04-27
s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob
Michael Adam
1
-1
/
+1
2009-04-27
s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.
Michael Adam
1
-1
/
+1
2009-04-24
s3-svcctl: fix _svcctl_ControlService.
Günther Deschner
1
-1
/
+1
2009-04-14
s3-svcctl: fix memcpy in _svcctl_EnumServicesStatusW().
Günther Deschner
1
-2
/
+1
2009-04-09
s3-svcctl: minor fix for _svcctl_EnumDependentServicesW().
Günther Deschner
1
-0
/
+9
2009-04-09
s3-svcctl: Fix invalid buffer memset in _svcctl_QueryServiceObjectSecurity().
Günther Deschner
1
-1
/
+0
2009-04-09
s3-svcctl: Fix _svcctl_Set/GetServiceObjectSecurity after IDL changes.
Günther Deschner
1
-2
/
+3
2009-04-08
s3-svcctl: Fix _svcctl_EnumServicesStatusW (again).
Günther Deschner
1
-3
/
+1
2009-04-08
svcctl: use offered/needed for buffer sizes as in spoolss.
Günther Deschner
1
-14
/
+14
2009-04-08
s3-svcctl: no need to define SVCCTL_NUM_INTERNAL_SERVICES twice in a file.
Günther Deschner
1
-2
/
+0
2009-04-07
s3-svcctl: Fix _svcctl_EnumServicesStatusW() crash bug on too small buffer.
Günther Deschner
1
-1
/
+3
2009-03-18
s3: remove POLICY_HND.
Günther Deschner
1
-2
/
+2
2009-02-23
More warning fixes for Solaris.
Jeremy Allison
1
-3
/
+3
2009-01-21
Memory leaks and other fixes found by Coverity
todd stecher
1
-2
/
+0
2009-01-09
s3-svcctl: use pidl for _svcctl_EnumServicesStatusW.
Günther Deschner
1
-26
/
+32
2009-01-08
Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fn
Volker Lendecke
1
-11
/
+2
2009-01-08
s3-svcctl: add copyright to svcctl rpc_server.
Günther Deschner
1
-2
/
+5
2009-01-08
s3-svcctl: remove some more redundant headers.
Günther Deschner
1
-1
/
+1
2009-01-08
s3-svcctl: use pidl for _svcctl_QueryServiceConfig2W.
Günther Deschner
1
-22
/
+35
2009-01-08
s3-svcctl: fix return code for _svcctl_QueryServiceStatusEx.
Günther Deschner
1
-2
/
+3
2009-01-08
s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx.
Günther Deschner
1
-2
/
+2
2009-01-08
s3-svcctl: use pidl for _svcctl_QueryServiceStatusEx.
Günther Deschner
1
-14
/
+18
2009-01-01
Add iconv_convenience argument to size functions.
Jelmer Vernooij
1
-2
/
+2
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
[next]