Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |