Age | Commit message (Expand) | Author | Files | Lines |
2009-01-24 | s3-eventlog: fix buffer allocation in eventlog read call. | Günther Deschner | 1 | -3/+1 |
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 1 | -5/+6 |
2009-01-18 | Tiny simplification of prs_set_offset | Volker Lendecke | 1 | -6/+3 |
2009-01-09 | s3-svcctl: remove last traces of hand-marshalled svcctl code. | Günther Deschner | 1 | -26/+0 |
2009-01-09 | s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW. | Günther Deschner | 1 | -129/+0 |
2009-01-08 | s3-eventlog: trying to make eventlog_io_q_read_eventlog readable. | Günther Deschner | 1 | -47/+66 |
2009-01-08 | s3-svcctl: use pidl based struct SERVICE_STATUS. | Günther Deschner | 1 | -2/+2 |
2009-01-08 | s3-svcctl: remove old hand marshalling of svcctl_QueryServiceConfig2W. | Günther Deschner | 1 | -187/+0 |
2009-01-08 | s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx. | Günther Deschner | 1 | -77/+0 |
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 3 | -6/+6 |
2008-12-17 | s3-ntsvcs: remove last traces of hand-marshalled NTSVCS. | Günther Deschner | 1 | -24/+0 |
2008-12-17 | s3-ntsvcs: remove old _PNP_GetDeviceList. | Günther Deschner | 1 | -55/+0 |
2008-12-15 | s3: Use DEBUGADD instead of DEBUG to avoid printing the header | Dan Sledz | 1 | -26/+26 |
2008-12-15 | s3: Fix "differing signedness" build warnings | Tim Prouty | 1 | -1/+1 |
2008-11-19 | s3-ntsvcs: remove old hand-marshalling for ntsvcs getdevregprop. | Günther Deschner | 3 | -155/+0 |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-31 | errors: share dcerpc error function. | Günther Deschner | 1 | -1/+1 |
2008-10-16 | s3: remove old marshalling for SVCCTL_QUERY_SERVICE_CONFIG. | Günther Deschner | 1 | -116/+0 |
2008-09-05 | Fix "warning: pointer of type 'void *' used in arithmetic". | Jeremy Allison | 1 | -1/+1 |
2008-09-03 | factor prs_append_some_data out of prs_append_some_prs_data | Volker Lendecke | 1 | -9/+17 |
2008-07-22 | rpc_parse: Unify spoolss debug messages. | Karolin Seeger | 1 | -2/+2 |
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 2 | -1/+10 |
2008-07-19 | Make the pipe_names[] array static to cli_pipe.c | Volker Lendecke | 1 | -63/+0 |
2008-07-19 | Make use of ndr_syntax_id_equal | Volker Lendecke | 1 | -2/+2 |
2008-05-23 | drsuapi: add all code required for our drsuapi rpc client. | Günther Deschner | 1 | -0/+1 |
2008-05-21 | Compile endpoint mapper pidl output | Volker Lendecke | 1 | -0/+1 |
2008-04-24 | The first of Martin Zielinski <mz@seh.de> Vista printing patches. | Jeremy Allison | 1 | -1/+6 |
2008-04-20 | rpc_parse: fix "assignment discards qualifier" warning by using CONST_DISCARD. | Michael Adam | 1 | -1/+1 |
2008-04-20 | Remove the pipe_idx variable from rpc_pipe_client | Volker Lendecke | 1 | -1/+2 |
2008-04-17 | rpc_parse: Use UUIDs from librpc/gen_ndr/ when possible to reduce | Jelmer Vernooij | 1 | -188/+25 |
2008-04-17 | Remove copying of interface syntax id. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-17 | Actually connect to RPC. | Jelmer Vernooij | 1 | -0/+15 |
2008-04-15 | Reconcile ndr_syntax_id used by pidl-generated code and Samba3's RFC_IFACE. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-27 | Remove unused marshalling for Netlogon Lockout String. | Günther Deschner | 1 | -47/+0 |
2008-03-23 | Fix Coverity ID 504 | Volker Lendecke | 1 | -1/+1 |
2008-03-23 | Fix Coverity ID 503 | Volker Lendecke | 1 | -1/+1 |
2008-03-23 | Fix Coverity ID 462 | Volker Lendecke | 1 | -2/+4 |
2008-03-21 | Remove remaining old srvsvc client and server rpc code entirely. | Günther Deschner | 1 | -31/+0 |
2008-03-21 | Remove unused marshalling for SRV_NET_SESS_ENUM. | Günther Deschner | 1 | -304/+0 |
2008-03-21 | Remove unused marshalling for SRV_NET_CONN_ENUM. | Günther Deschner | 1 | -365/+0 |
2008-03-20 | Remove unused marshalling for SVCCTL_ENUM_DEPENDENT_SERVICES. | Günther Deschner | 1 | -56/+0 |
2008-03-19 | Fix a warning | Volker Lendecke | 1 | -1/+1 |
2008-03-19 | Remove unused marshalling for SRV_NET_FILE_ENUM. | Günther Deschner | 1 | -289/+0 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 3 | -12/+23 |
2008-03-12 | Remove unused marshalling for SRV_NET_DISK_ENUM. | Günther Deschner | 1 | -139/+0 |
2008-03-10 | Remove unused marshalling for SRV_NET_SESS_DEL. | Günther Deschner | 1 | -73/+0 |
2008-03-10 | Remove unused marshalling for SRV_NET_SHARE_{ENUM,ADD,SETINFO,GETINFO} | Günther Deschner | 1 | -1493/+0 |
2008-03-08 | Remove unused marshalling for SRV_NET_FILE_SET_SECDESC and SRV_R_NET_FILE_GET... | Günther Deschner | 1 | -165/+0 |
2008-03-07 | Remove unused marshalling for SRV_NET_NAME_VALIDATE. | Günther Deschner | 1 | -58/+0 |
2008-03-07 | Remove unused marshalling for SRV_NET_SHARE_DEL. | Günther Deschner | 1 | -64/+0 |