Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Memory leaks and other fixes found by Coverity | todd stecher | 2009-01-21 | 3 | -4/+5 |
| | |||||
* | Remove some unused code | Volker Lendecke | 2009-01-20 | 1 | -13/+0 |
| | |||||
* | Remove some smb fsp knowledge from rpc_server/ | Volker Lendecke | 2009-01-20 | 1 | -58/+29 |
| | | | | np_open/read/write don't have to know about files_struct | ||||
* | Make use of TALLOC_FREE | Volker Lendecke | 2009-01-20 | 1 | -3/+1 |
| | |||||
* | Fix some real bugs found by "type-punned" gcc warnings | Volker Lendecke | 2009-01-18 | 1 | -8/+11 |
| | | | | | | | | | Type-casting does not the right thing if used the way it used to be. The function arguments have not been uint32_t's, but the type cast made the calling routine believe so. Not good... The assignment xxx=account_policy_temp does however type-convert properly, potentially cutting off the top-bits. | ||||
* | s3-eventlog: fix _eventlog_CloseEventLog. | Günther Deschner | 2009-01-16 | 1 | -1/+10 |
| | | | | Guenther | ||||
* | s3-eventlog: remove whitespace. | Günther Deschner | 2009-01-16 | 1 | -45/+45 |
| | | | | Guenther | ||||
* | s3-eventlog: some minor code cleanup in eventlog server. | Günther Deschner | 2009-01-16 | 1 | -23/+10 |
| | | | | Guenther | ||||
* | s3-eventlog: fix ps struct removal leftover. | Günther Deschner | 2009-01-14 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | s3-eventlog: use main talloc context in eventlog read call. | Günther Deschner | 2009-01-14 | 1 | -3/+2 |
| | | | | Guenther | ||||
* | Remove the rpc_srv_register wrapper around rpc_pipe_register_commands | Volker Lendecke | 2009-01-09 | 1 | -15/+4 |
| | |||||
* | Call rpc_srv_register instead of rpc_pipe_register_commands in eventlog and ↵ | Volker Lendecke | 2009-01-09 | 1 | -2/+2 |
| | | | | svcctl | ||||
* | Fake up ndr_table_spoolss | Volker Lendecke | 2009-01-09 | 1 | -4/+27 |
| | |||||
* | Pass the full ndr_interface_table into the s3 rpcserver when registering | Volker Lendecke | 2009-01-09 | 1 | -0/+10 |
| | |||||
* | Simplify find_pipe_fns_by_context slightly | Volker Lendecke | 2009-01-09 | 1 | -8/+4 |
| | |||||
* | Fix some nonempty blank lines | Volker Lendecke | 2009-01-09 | 1 | -17/+17 |
| | |||||
* | s3-svcctl: remove last traces of hand-marshalled svcctl code. | Günther Deschner | 2009-01-09 | 1 | -212/+0 |
| | | | | Guenther | ||||
* | s3-svcctl: use pidl for _svcctl_EnumServicesStatusW. | Günther Deschner | 2009-01-09 | 2 | -43/+34 |
| | | | | Guenther | ||||
* | Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fn | Volker Lendecke | 2009-01-08 | 7 | -99/+50 |
| | |||||
* | Use TALLOC for struct lsa_info | Volker Lendecke | 2009-01-08 | 1 | -11/+13 |
| | |||||
* | Make use of a talloc_destructor for free_printer_entry | Volker Lendecke | 2009-01-08 | 1 | -16/+11 |
| | |||||
* | Make use of a talloc_destructor for free_eventlog_info() | Volker Lendecke | 2009-01-08 | 1 | -7/+10 |
| | |||||
* | Make samr_info a talloc context of its own | Volker Lendecke | 2009-01-08 | 1 | -14/+15 |
| | |||||
* | Simplify init_pipe_handle_list a bit | Volker Lendecke | 2009-01-08 | 1 | -23/+26 |
| | |||||
* | s3-eventlog: minor cosmetics. | Günther Deschner | 2009-01-08 | 1 | -1/+3 |
| | | | | Guenther | ||||
* | s3-eventlog: trying to avoid to pass around full ndr structures in rpc_server. | Günther Deschner | 2009-01-08 | 1 | -6/+11 |
| | | | | | | Jerry, please check. Guenther | ||||
* | s3-svcctl: add copyright to svcctl rpc_server. | Günther Deschner | 2009-01-08 | 1 | -2/+5 |
| | | | | Guenther | ||||
* | s3-svcctl: remove some more redundant headers. | Günther Deschner | 2009-01-08 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-svcctl: use pidl for _svcctl_QueryServiceConfig2W. | Günther Deschner | 2009-01-08 | 2 | -39/+36 |
| | | | | Guenther | ||||
* | s3-svcctl: fix return code for _svcctl_QueryServiceStatusEx. | Günther Deschner | 2009-01-08 | 1 | -2/+3 |
| | | | | Guenther | ||||
* | s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx. | Günther Deschner | 2009-01-08 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | s3-svcctl: use pidl for _svcctl_QueryServiceStatusEx. | Günther Deschner | 2009-01-08 | 2 | -31/+20 |
| | | | | Guenther | ||||
* | s3-svcctl: use pidl's ndr opcodes for NDR_SVCCTL_QUERYSERVICECONFIGW. | Günther Deschner | 2009-01-08 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-lsa: avoid all init_lsa* functions. | Günther Deschner | 2009-01-06 | 1 | -3/+7 |
| | | | | Guenther | ||||
* | s3-srvsvc: remove all init_srvsvc* functions. | Günther Deschner | 2009-01-06 | 1 | -6/+8 |
| | | | | Guenther | ||||
* | s3-srvsvc: avoid all init_srvsvc* functions. | Günther Deschner | 2009-01-06 | 1 | -98/+93 |
| | | | | Guenther | ||||
* | s3-samr: avoid all init_samr_alias* functions. | Günther Deschner | 2009-01-06 | 1 | -6/+4 |
| | | | | Guenther | ||||
* | s3-samr: avoid all init_samr_group* functions. | Günther Deschner | 2009-01-06 | 1 | -16/+11 |
| | | | | Guenther | ||||
* | s3-samr: avoid all init_samr_Domain* functions. | Günther Deschner | 2009-01-06 | 1 | -83/+47 |
| | | | | Guenther | ||||
* | s3-samr: avoid all init_samr_user* functions. | Günther Deschner | 2009-01-06 | 1 | -120/+62 |
| | | | | Guenther | ||||
* | Move the "rid_name" typedef to the only place where it might be used | Volker Lendecke | 2009-01-06 | 1 | -0/+6 |
| | |||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2009-01-05 | 1 | -2/+1 |
|\ | |||||
| * | s3:events: change event_add_timed() prototype to match samba4 | Stefan Metzmacher | 2009-01-05 | 1 | -2/+1 |
| | | | | | | | | metze | ||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2009-01-04 | 1 | -4/+2 |
|\| | |||||
| * | Remove unused argument "vuid" from make_internal_rpc_pipe_p | Volker Lendecke | 2009-01-03 | 1 | -4/+2 |
| | | |||||
* | | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 2009-01-01 | 2 | -3/+3 |
|/ | |||||
* | Fix more asprintf warnings and some error path errors. | Jeremy Allison | 2008-12-23 | 1 | -4/+7 |
| | | | | Jeremy. | ||||
* | s3-ntsvcs: remove last traces of hand-marshalled NTSVCS. | Günther Deschner | 2008-12-17 | 1 | -132/+0 |
| | | | | Guenther | ||||
* | s3-ntsvcs: use pidl for _PNP_GetDeviceList. | Günther Deschner | 2008-12-17 | 2 | -39/+30 |
| | | | | Guenther | ||||
* | s3: refactor _netr_LogonControl{2,2Ex} server side. | Günther Deschner | 2008-12-17 | 1 | -28/+32 |
| | | | | Guenther |