summaryrefslogtreecommitdiff
path: root/librpc
AgeCommit message (Collapse)AuthorFilesLines
2009-01-28Define _GNU_SOURCE, required for comparison_fn_t.Jelmer Vernooij1-1/+1
2009-01-26Add function for mapping NDR error codes to strings.Jelmer Vernooij2-0/+36
2009-01-24s3: re-run make samba3-idl.Günther Deschner7-14/+1352
Guenther
2009-01-24eventlog: fill in IDL for eventlog_OpenBackupEventLogW.Günther Deschner1-1/+7
Guenther
2009-01-24eventlog: fill in IDL for eventlog_BackupEventLogW.Günther Deschner1-2/+5
Guenther
2009-01-24eventlog: fill in IDL for eventlog_DeregisterEventSource.Günther Deschner1-1/+3
Guenther
2009-01-24eventlog: fill in IDL for eventlog_RegisterEventSourceW.Günther Deschner1-1/+8
Guenther
2009-01-24eventlog: add missing IDL (opnum 24) for eventlog_ReportEventAndSourceW.Günther Deschner1-1/+21
Guenther
2009-01-24eventlog: fill in IDL for eventlog_GetLogIntormation.Günther Deschner1-1/+12
Guenther
2009-01-24eventlog: fill in IDL for eventlog_ReportEventW.Günther Deschner1-1/+16
Guenther
2009-01-22run make idl_full, thus adding explicit casts to gen_ndr server codeMichael Adam14-505/+505
Michael
2009-01-21Allow calling DCE/RPC server implementations directly usingJelmer Vernooij43-530/+6052
rpc_pipe_client.
2009-01-20librpc: Fix warning caused by some empty debug stringsTim Prouty1-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.
2009-01-19ndr_print: fix the output ndr debug messages only add header line onceStefan Metzmacher1-0/+6
metze (from samba4wins tree e99531aae325e4443fcb917a75dfe4a86b892583)
2009-01-17librpc: Re-run make idl_fullTim Prouty8-70/+70
2009-01-17librpc: Remove usage of max and replace with improved range.Tim Prouty1-1/+1
2009-01-16s3: re-run make samba3-idl.Günther Deschner5-13/+91
Guenther
2009-01-16winreg: fix winreg_EnumValue by re-adding winreg_ValNameBuf from 3.3/3.2.Günther Deschner1-2/+11
This fixes viewing samba registry with windows tools like regedit and eventviewer. Michael, Jelmer, please check. Guenther
2009-01-15librpc: Re-run make idl_fullTim Prouty2-2/+2
2009-01-15librpc: Change a uint16 to use the max property instead of rangeTim Prouty1-1/+1
This fixes a "comparison is always false due to limited range of data type" warning
2009-01-14s3: re-run make samba3-idl.Günther Deschner3-153/+216
Guenther
2009-01-14eventlog: more eventlog record idl fixes.Günther Deschner1-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
2009-01-12s3: re-run make samba3-idl.Günther Deschner2-15/+47
Guenther
2009-01-12eventlog: some fixes for eventlog_Record struct.Günther Deschner1-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
2009-01-12eventlog: make out pointer a ref pointer in eventlog_GetNumRecords.Günther Deschner1-1/+1
Guenther
2009-01-09Pass the full ndr_interface_table into the s3 rpcserver when registeringVolker Lendecke14-14/+14
2009-01-09Add derpc_transport_string_by_transport(), apply some constVolker Lendecke1-6/+14
2009-01-09Fix some nonempty blank linesVolker Lendecke1-26/+26
2009-01-09s3: re-run make samba3-idl.Günther Deschner1-0/+1
Guenther
2009-01-09svcctl: include hand marshalling helper in idl.Günther Deschner1-0/+1
Guenther
2009-01-09svcctl: add ndr_push/pull_ENUM_SERVICE_STATUSW_array helper.Günther Deschner2-0/+76
Thanks metze for helping here. Guenther
2009-01-09s3: re-run make samba3-idl.Günther Deschner1-0/+1
Guenther
2009-01-09svcctl: add SERVICE_TYPE_INTERACTIVE_PROCESS define.Günther Deschner1-0/+1
Guenther
2009-01-08s3: re-run make samba3-idl.Günther Deschner6-74/+224
Guenther
2009-01-08svcctl: use svcctl_ServiceState in some other places.Günther Deschner1-3/+3
Guenther
2009-01-08svcctl: use hex range format in IDL.Günther Deschner1-7/+7
Guenther
2009-01-08svcctl: add ENUM_SERVICE_STATUSW and ENUM_SERVICE_STATUSA.Günther Deschner1-3/+9
Guenther
2009-01-08svcctl: remove redundant SERVICE_STATE_* defines.Günther Deschner1-7/+3
Guenther
2009-01-08s3: re-run make samba3-idl.Günther Deschner3-7/+104
Guenther
2009-01-08svcctl: add svcctl_ServiceStatus and svcctl_ControlsAccepted.Günther Deschner1-2/+24
Guenther
2009-01-08s3: re-run make samba3-idl.Günther Deschner5-66/+629
Guenther
2009-01-08svcctl: add svcctl_ServiceState.Günther Deschner1-1/+8
Guenther
2009-01-08svcctl: add SERVICE_FAILURE_ACTIONS and SERVICE_DESCRIPTION to IDL.Günther Deschner1-0/+24
Guenther
2009-01-08svcctl: add SERVICE_STATUS_PROCESS to idl.Günther Deschner1-0/+6
Guenther
2009-01-08svcctl: add svcctl_ErrorControl and svcctl_Type (based on samba3) to IDL.Günther Deschner1-10/+26
Guenther
2009-01-08svcctl: add svcctl_ConfigLevel from samba 3.Günther Deschner6-14/+59
Guenther
2009-01-08svcctl: move SVC_STATUS_ to idl.Günther Deschner6-7/+48
Guenther
2009-01-06Add some const to dcerpc_binding_build_tower()Volker Lendecke1-1/+3
2009-01-06Add a NULL check and some const to dcerpc_floor_get_lhs_data()Volker Lendecke1-2/+8
2009-01-05s3 merged build: Remove redundant #defines that are in idl generated headersTim Prouty1-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.