summaryrefslogtreecommitdiff
path: root/librpc
AgeCommit message (Collapse)AuthorFilesLines
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.
2009-01-04Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2-1/+2
2009-01-02librpc/gen_ndr: rerun make idl_full after pidl changesStefan Metzmacher1-0/+1
metze
2009-01-01Fix syntax errors.Jelmer Vernooij1-4/+4
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij39-171/+172
2008-12-31Fix typo found by Volker. Thanks for the review.Jeremy Allison1-1/+1
Jeremy.
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-2/+1
Jeremy.
2008-12-30librpc: Re-run make idl-full from source3Tim Prouty3-9/+9
2008-12-20Don't trust sscanf not to run off the end of the stringAndrew Bartlett1-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
2008-12-17s3: re-run make samba3-idl.Günther Deschner5-146/+360
Guenther
2008-12-17netlogon: remove netr_BinaryString (duplicate of lsa_BinaryString).Günther Deschner1-7/+1
Guenther
2008-12-17netlogon: fill in remaining levels in netr_CONTROL_DATA_INFORMATION.Günther Deschner1-0/+3
Guenther
2008-12-17netlogon: fix IDL for netr_LogonControl2Ex.Günther Deschner1-2/+2
Guenther
2008-12-17netlogon: add netr_NETLOGON_INFO_4.Günther Deschner1-0/+6
Guenther
2008-12-17netlogon: add all documented netlogon control codes.Günther Deschner1-5/+16
Guenther
2008-12-16s3/s4: Fix DCOM idl bugTim Prouty1-1/+1
A build warning uncovered a bug where a pointer was being passed in instead of the dereferenced value of the pointer.
2008-12-16Don't write out forward declarations for enums, as some compilers don'tJelmer Vernooij5-18/+0
seem to like it.
2008-12-16Use py_* files to check whether generated files are out of date / notJelmer Vernooij1-1/+1
present. ndr_*.c files are in git (required for Samba 3), py_*.c files are not.
2008-12-16Share object files for gen_ndr.Jelmer Vernooij3-1/+74
2008-12-16Fix [out] pointers in DCOM-related IDL files.Jelmer Vernooij2-9/+8
2008-12-16Add new script for building IDL files in librpc/idl, generating bothJelmer Vernooij102-104/+102
Samba 3 and Samba 4 output.
2008-12-16Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij125-0/+212501
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well.
2008-12-16Consider shared IDL files and Samba3-specific IDL files separately, allow ↵Jelmer Vernooij1-0/+0
overriding output directory.