Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow calling DCE/RPC server implementations directly using | Jelmer Vernooij | 2009-01-21 | 43 | -530/+6052 |
| | | | | rpc_pipe_client. | ||||
* | librpc: Fix warning caused by some empty debug strings | Tim Prouty | 2009-01-20 | 1 | -3/+3 |
| | | | | | | It would probably be better to create a new macro such as DEBUGHDR to allow empty strings for debug statements, but for the short term this eliminates the warning with no negative consequences. | ||||
* | ndr_print: fix the output ndr debug messages only add header line once | Stefan Metzmacher | 2009-01-19 | 1 | -0/+6 |
| | | | | | metze (from samba4wins tree e99531aae325e4443fcb917a75dfe4a86b892583) | ||||
* | librpc: Re-run make idl_full | Tim Prouty | 2009-01-17 | 8 | -70/+70 |
| | |||||
* | librpc: Remove usage of max and replace with improved range. | Tim Prouty | 2009-01-17 | 1 | -1/+1 |
| | |||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2009-01-16 | 5 | -13/+91 |
| | | | | Guenther | ||||
* | winreg: fix winreg_EnumValue by re-adding winreg_ValNameBuf from 3.3/3.2. | Günther Deschner | 2009-01-16 | 1 | -2/+11 |
| | | | | | | | | This fixes viewing samba registry with windows tools like regedit and eventviewer. Michael, Jelmer, please check. Guenther | ||||
* | librpc: Re-run make idl_full | Tim Prouty | 2009-01-15 | 2 | -2/+2 |
| | |||||
* | librpc: Change a uint16 to use the max property instead of range | Tim Prouty | 2009-01-15 | 1 | -1/+1 |
| | | | | | This fixes a "comparison is always false due to limited range of data type" warning | ||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2009-01-14 | 3 | -153/+216 |
| | | | | Guenther | ||||
* | eventlog: more eventlog record idl fixes. | Günther Deschner | 2009-01-14 | 1 | -5/+5 |
| | | | | | | | | | - treat eventlogEventTypes as an enum. - do not align the full eventlog entry. - set range on number of strings according to docs. - make a little more obvious what the reserved field stands for. Guenther | ||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2009-01-12 | 2 | -15/+47 |
| | | | | Guenther | ||||
* | eventlog: some fixes for eventlog_Record struct. | Günther Deschner | 2009-01-12 | 1 | -4/+7 |
| | | | | | | | | | * make reserved field always have value 0x654c664C ("eLfL"). * add missing sid entry * add padding and 2nd size counter. * use time_t in eventlog_Record. Guenther | ||||
* | eventlog: make out pointer a ref pointer in eventlog_GetNumRecords. | Günther Deschner | 2009-01-12 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | Pass the full ndr_interface_table into the s3 rpcserver when registering | Volker Lendecke | 2009-01-09 | 14 | -14/+14 |
| | |||||
* | Add derpc_transport_string_by_transport(), apply some const | Volker Lendecke | 2009-01-09 | 1 | -6/+14 |
| | |||||
* | Fix some nonempty blank lines | Volker Lendecke | 2009-01-09 | 1 | -26/+26 |
| | |||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2009-01-09 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | svcctl: include hand marshalling helper in idl. | Günther Deschner | 2009-01-09 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | svcctl: add ndr_push/pull_ENUM_SERVICE_STATUSW_array helper. | Günther Deschner | 2009-01-09 | 2 | -0/+76 |
| | | | | | | Thanks metze for helping here. Guenther | ||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2009-01-09 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | svcctl: add SERVICE_TYPE_INTERACTIVE_PROCESS define. | Günther Deschner | 2009-01-09 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2009-01-08 | 6 | -74/+224 |
| | | | | Guenther | ||||
* | svcctl: use svcctl_ServiceState in some other places. | Günther Deschner | 2009-01-08 | 1 | -3/+3 |
| | | | | Guenther | ||||
* | svcctl: use hex range format in IDL. | Günther Deschner | 2009-01-08 | 1 | -7/+7 |
| | | | | Guenther | ||||
* | svcctl: add ENUM_SERVICE_STATUSW and ENUM_SERVICE_STATUSA. | Günther Deschner | 2009-01-08 | 1 | -3/+9 |
| | | | | Guenther | ||||
* | svcctl: remove redundant SERVICE_STATE_* defines. | Günther Deschner | 2009-01-08 | 1 | -7/+3 |
| | | | | Guenther | ||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2009-01-08 | 3 | -7/+104 |
| | | | | Guenther | ||||
* | svcctl: add svcctl_ServiceStatus and svcctl_ControlsAccepted. | Günther Deschner | 2009-01-08 | 1 | -2/+24 |
| | | | | Guenther | ||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2009-01-08 | 5 | -66/+629 |
| | | | | Guenther | ||||
* | svcctl: add svcctl_ServiceState. | Günther Deschner | 2009-01-08 | 1 | -1/+8 |
| | | | | Guenther | ||||
* | svcctl: add SERVICE_FAILURE_ACTIONS and SERVICE_DESCRIPTION to IDL. | Günther Deschner | 2009-01-08 | 1 | -0/+24 |
| | | | | Guenther | ||||
* | svcctl: add SERVICE_STATUS_PROCESS to idl. | Günther Deschner | 2009-01-08 | 1 | -0/+6 |
| | | | | Guenther | ||||
* | svcctl: add svcctl_ErrorControl and svcctl_Type (based on samba3) to IDL. | Günther Deschner | 2009-01-08 | 1 | -10/+26 |
| | | | | Guenther | ||||
* | svcctl: add svcctl_ConfigLevel from samba 3. | Günther Deschner | 2009-01-08 | 6 | -14/+59 |
| | | | | Guenther | ||||
* | svcctl: move SVC_STATUS_ to idl. | Günther Deschner | 2009-01-08 | 6 | -7/+48 |
| | | | | Guenther | ||||
* | Add some const to dcerpc_binding_build_tower() | Volker Lendecke | 2009-01-06 | 1 | -1/+3 |
| | |||||
* | Add a NULL check and some const to dcerpc_floor_get_lhs_data() | Volker Lendecke | 2009-01-06 | 1 | -2/+8 |
| | |||||
* | s3 merged build: Remove redundant #defines that are in idl generated headers | Tim Prouty | 2009-01-05 | 1 | -0/+2166 |
| | | | | | | | | | This fixes a series of samba3 build warnings in the merged build with --enable-picky-developer=yes. 'error: "X" redefined', where X is one of the redundant #defines. This required committing a static version of spoolss.h for it to be included by non-merged s3 builds. | ||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2009-01-04 | 2 | -1/+2 |
|\ | |||||
| * | librpc/gen_ndr: rerun make idl_full after pidl changes | Stefan Metzmacher | 2009-01-02 | 1 | -0/+1 |
| | | | | | | | | metze | ||||
| * | Fix typo found by Volker. Thanks for the review. | Jeremy Allison | 2008-12-31 | 1 | -1/+1 |
| | | | | | | | | Jeremy. | ||||
* | | Fix syntax errors. | Jelmer Vernooij | 2009-01-01 | 1 | -4/+4 |
| | | |||||
* | | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 2009-01-01 | 39 | -171/+172 |
|/ | |||||
* | Fix all warnings in source3 with gcc4.3. | Jeremy Allison | 2008-12-31 | 1 | -2/+1 |
| | | | | Jeremy. | ||||
* | librpc: Re-run make idl-full from source3 | Tim Prouty | 2008-12-30 | 3 | -9/+9 |
| | |||||
* | Don't trust sscanf not to run off the end of the string | Andrew Bartlett | 2008-12-20 | 1 | -14/+35 |
| | | | | | | | | The memory allocations here are wasteful, but they do nicely ensure we cannot walk off the end of the DATA_BLOB that might be a string, or might be binary and might not be NULL terminated. Andrew Bartlett | ||||
* | s3: re-run make samba3-idl. | Günther Deschner | 2008-12-17 | 5 | -146/+360 |
| | | | | Guenther | ||||
* | netlogon: remove netr_BinaryString (duplicate of lsa_BinaryString). | Günther Deschner | 2008-12-17 | 1 | -7/+1 |
| | | | | Guenther | ||||
* | netlogon: fill in remaining levels in netr_CONTROL_DATA_INFORMATION. | Günther Deschner | 2008-12-17 | 1 | -0/+3 |
| | | | | Guenther |