Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-27 | s3:rpc_server: use get_client_fd() instead of smbd_server_fd() | Stefan Metzmacher | 1 | -1/+1 | |
Both are absolutely the same, but smbd_server_fd() is otherwise only used in smbd/*.c and would like to remove smbd_server_fd() soon. metze | |||||
2009-01-24 | Fix a segfault in parse_logentry | Volker Lendecke | 1 | -1/+1 | |
entry->data_record.strings is type smb_ucs2, so the pointer arithmetic increments by two :-) | |||||
2009-01-24 | s3-eventlog: add missing _eventlog_ReportEventAndSourceW stub call. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2009-01-24 | Revert "s3-eventlog: trying to avoid to pass around full ndr structures in ↵ | Günther Deschner | 1 | -11/+6 | |
rpc_server." This reverts commit c0f1309010b79be67557af5ffbd1c429a3f3d99a. | |||||
2009-01-24 | s3-eventlog: fix various invalid memcpy in read_package_entry(). | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 3 | -4/+5 | |
2009-01-20 | Remove some unused code | Volker Lendecke | 1 | -13/+0 | |
2009-01-20 | Remove some smb fsp knowledge from rpc_server/ | Volker Lendecke | 1 | -58/+29 | |
np_open/read/write don't have to know about files_struct | |||||
2009-01-20 | Make use of TALLOC_FREE | Volker Lendecke | 1 | -3/+1 | |
2009-01-18 | Fix some real bugs found by "type-punned" gcc warnings | Volker Lendecke | 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. | |||||
2009-01-16 | s3-eventlog: fix _eventlog_CloseEventLog. | Günther Deschner | 1 | -1/+10 | |
Guenther | |||||
2009-01-16 | s3-eventlog: remove whitespace. | Günther Deschner | 1 | -45/+45 | |
Guenther | |||||
2009-01-16 | s3-eventlog: some minor code cleanup in eventlog server. | Günther Deschner | 1 | -23/+10 | |
Guenther | |||||
2009-01-14 | s3-eventlog: fix ps struct removal leftover. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2009-01-14 | s3-eventlog: use main talloc context in eventlog read call. | Günther Deschner | 1 | -3/+2 | |
Guenther | |||||
2009-01-09 | Remove the rpc_srv_register wrapper around rpc_pipe_register_commands | Volker Lendecke | 1 | -15/+4 | |
2009-01-09 | Call rpc_srv_register instead of rpc_pipe_register_commands in eventlog and ↵ | Volker Lendecke | 1 | -2/+2 | |
svcctl | |||||
2009-01-09 | Fake up ndr_table_spoolss | Volker Lendecke | 1 | -4/+27 | |
2009-01-09 | Pass the full ndr_interface_table into the s3 rpcserver when registering | Volker Lendecke | 1 | -0/+10 | |
2009-01-09 | Simplify find_pipe_fns_by_context slightly | Volker Lendecke | 1 | -8/+4 | |
2009-01-09 | Fix some nonempty blank lines | Volker Lendecke | 1 | -17/+17 | |
2009-01-09 | s3-svcctl: remove last traces of hand-marshalled svcctl code. | Günther Deschner | 1 | -212/+0 | |
Guenther | |||||
2009-01-09 | s3-svcctl: use pidl for _svcctl_EnumServicesStatusW. | Günther Deschner | 2 | -43/+34 | |
Guenther | |||||
2009-01-08 | Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fn | Volker Lendecke | 7 | -99/+50 | |
2009-01-08 | Use TALLOC for struct lsa_info | Volker Lendecke | 1 | -11/+13 | |
2009-01-08 | Make use of a talloc_destructor for free_printer_entry | Volker Lendecke | 1 | -16/+11 | |
2009-01-08 | Make use of a talloc_destructor for free_eventlog_info() | Volker Lendecke | 1 | -7/+10 | |
2009-01-08 | Make samr_info a talloc context of its own | Volker Lendecke | 1 | -14/+15 | |
2009-01-08 | Simplify init_pipe_handle_list a bit | Volker Lendecke | 1 | -23/+26 | |
2009-01-08 | s3-eventlog: minor cosmetics. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2009-01-08 | s3-eventlog: trying to avoid to pass around full ndr structures in rpc_server. | Günther Deschner | 1 | -6/+11 | |
Jerry, please check. Guenther | |||||
2009-01-08 | s3-svcctl: add copyright to svcctl rpc_server. | Günther Deschner | 1 | -2/+5 | |
Guenther | |||||
2009-01-08 | s3-svcctl: remove some more redundant headers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-01-08 | s3-svcctl: use pidl for _svcctl_QueryServiceConfig2W. | Günther Deschner | 2 | -39/+36 | |
Guenther | |||||
2009-01-08 | s3-svcctl: fix return code for _svcctl_QueryServiceStatusEx. | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2009-01-08 | s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-01-08 | s3-svcctl: use pidl for _svcctl_QueryServiceStatusEx. | Günther Deschner | 2 | -31/+20 | |
Guenther | |||||
2009-01-08 | s3-svcctl: use pidl's ndr opcodes for NDR_SVCCTL_QUERYSERVICECONFIGW. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-01-06 | s3-lsa: avoid all init_lsa* functions. | Günther Deschner | 1 | -3/+7 | |
Guenther | |||||
2009-01-06 | s3-srvsvc: remove all init_srvsvc* functions. | Günther Deschner | 1 | -6/+8 | |
Guenther | |||||
2009-01-06 | s3-srvsvc: avoid all init_srvsvc* functions. | Günther Deschner | 1 | -98/+93 | |
Guenther | |||||
2009-01-06 | s3-samr: avoid all init_samr_alias* functions. | Günther Deschner | 1 | -6/+4 | |
Guenther | |||||
2009-01-06 | s3-samr: avoid all init_samr_group* functions. | Günther Deschner | 1 | -16/+11 | |
Guenther | |||||
2009-01-06 | s3-samr: avoid all init_samr_Domain* functions. | Günther Deschner | 1 | -83/+47 | |
Guenther | |||||
2009-01-06 | s3-samr: avoid all init_samr_user* functions. | Günther Deschner | 1 | -120/+62 | |
Guenther | |||||
2009-01-06 | Move the "rid_name" typedef to the only place where it might be used | Volker Lendecke | 1 | -0/+6 | |
2009-01-05 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -2/+1 | |
2009-01-05 | s3:events: change event_add_timed() prototype to match samba4 | Stefan Metzmacher | 1 | -2/+1 | |
metze | |||||
2009-01-04 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -4/+2 | |
2009-01-03 | Remove unused argument "vuid" from make_internal_rpc_pipe_p | Volker Lendecke | 1 | -4/+2 | |