summaryrefslogtreecommitdiffstats
path: root/librpc
Commit message (Collapse)AuthorAgeFilesLines
...
* eventlog: make out pointer a ref pointer in eventlog_GetNumRecords.Günther Deschner2009-01-121-1/+1
| | | | Guenther
* Pass the full ndr_interface_table into the s3 rpcserver when registeringVolker Lendecke2009-01-0914-14/+14
|
* Add derpc_transport_string_by_transport(), apply some constVolker Lendecke2009-01-091-6/+14
|
* Fix some nonempty blank linesVolker Lendecke2009-01-091-26/+26
|
* s3: re-run make samba3-idl.Günther Deschner2009-01-091-0/+1
| | | | Guenther
* svcctl: include hand marshalling helper in idl.Günther Deschner2009-01-091-0/+1
| | | | Guenther
* svcctl: add ndr_push/pull_ENUM_SERVICE_STATUSW_array helper.Günther Deschner2009-01-092-0/+76
| | | | | | Thanks metze for helping here. Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-01-091-0/+1
| | | | Guenther
* svcctl: add SERVICE_TYPE_INTERACTIVE_PROCESS define.Günther Deschner2009-01-091-0/+1
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-01-086-74/+224
| | | | Guenther
* svcctl: use svcctl_ServiceState in some other places.Günther Deschner2009-01-081-3/+3
| | | | Guenther
* svcctl: use hex range format in IDL.Günther Deschner2009-01-081-7/+7
| | | | Guenther
* svcctl: add ENUM_SERVICE_STATUSW and ENUM_SERVICE_STATUSA.Günther Deschner2009-01-081-3/+9
| | | | Guenther
* svcctl: remove redundant SERVICE_STATE_* defines.Günther Deschner2009-01-081-7/+3
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-01-083-7/+104
| | | | Guenther
* svcctl: add svcctl_ServiceStatus and svcctl_ControlsAccepted.Günther Deschner2009-01-081-2/+24
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-01-085-66/+629
| | | | Guenther
* svcctl: add svcctl_ServiceState.Günther Deschner2009-01-081-1/+8
| | | | Guenther
* svcctl: add SERVICE_FAILURE_ACTIONS and SERVICE_DESCRIPTION to IDL.Günther Deschner2009-01-081-0/+24
| | | | Guenther
* svcctl: add SERVICE_STATUS_PROCESS to idl.Günther Deschner2009-01-081-0/+6
| | | | Guenther
* svcctl: add svcctl_ErrorControl and svcctl_Type (based on samba3) to IDL.Günther Deschner2009-01-081-10/+26
| | | | Guenther
* svcctl: add svcctl_ConfigLevel from samba 3.Günther Deschner2009-01-086-14/+59
| | | | Guenther
* svcctl: move SVC_STATUS_ to idl.Günther Deschner2009-01-086-7/+48
| | | | Guenther
* Add some const to dcerpc_binding_build_tower()Volker Lendecke2009-01-061-1/+3
|
* Add a NULL check and some const to dcerpc_floor_get_lhs_data()Volker Lendecke2009-01-061-2/+8
|
* s3 merged build: Remove redundant #defines that are in idl generated headersTim Prouty2009-01-051-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/sambaJelmer Vernooij2009-01-042-1/+2
|\
| * librpc/gen_ndr: rerun make idl_full after pidl changesStefan Metzmacher2009-01-021-0/+1
| | | | | | | | metze
| * Fix typo found by Volker. Thanks for the review.Jeremy Allison2008-12-311-1/+1
| | | | | | | | Jeremy.
* | Fix syntax errors.Jelmer Vernooij2009-01-011-4/+4
| |
* | Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-0139-171/+172
|/
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-2/+1
| | | | Jeremy.
* librpc: Re-run make idl-full from source3Tim Prouty2008-12-303-9/+9
|
* Don't trust sscanf not to run off the end of the stringAndrew Bartlett2008-12-201-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 Deschner2008-12-175-146/+360
| | | | Guenther
* netlogon: remove netr_BinaryString (duplicate of lsa_BinaryString).Günther Deschner2008-12-171-7/+1
| | | | Guenther
* netlogon: fill in remaining levels in netr_CONTROL_DATA_INFORMATION.Günther Deschner2008-12-171-0/+3
| | | | Guenther
* netlogon: fix IDL for netr_LogonControl2Ex.Günther Deschner2008-12-171-2/+2
| | | | Guenther
* netlogon: add netr_NETLOGON_INFO_4.Günther Deschner2008-12-171-0/+6
| | | | Guenther
* netlogon: add all documented netlogon control codes.Günther Deschner2008-12-171-5/+16
| | | | Guenther
* s3/s4: Fix DCOM idl bugTim Prouty2008-12-161-1/+1
| | | | | A build warning uncovered a bug where a pointer was being passed in instead of the dereferenced value of the pointer.
* Don't write out forward declarations for enums, as some compilers don'tJelmer Vernooij2008-12-165-18/+0
| | | | seem to like it.
* Use py_* files to check whether generated files are out of date / notJelmer Vernooij2008-12-161-1/+1
| | | | | | present. ndr_*.c files are in git (required for Samba 3), py_*.c files are not.
* Share object files for gen_ndr.Jelmer Vernooij2008-12-163-1/+74
|
* Fix [out] pointers in DCOM-related IDL files.Jelmer Vernooij2008-12-162-9/+8
|
* Add new script for building IDL files in librpc/idl, generating bothJelmer Vernooij2008-12-16102-104/+102
| | | | Samba 3 and Samba 4 output.
* Move shared gen_ndr files to librpc/gen_ndr in the root.Jelmer Vernooij2008-12-16125-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.
* Consider shared IDL files and Samba3-specific IDL files separately, allow ↵Jelmer Vernooij2008-12-161-0/+0
| | | | overriding output directory.
* Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵Jelmer Vernooij2008-12-162-60/+0
| | | | the dom_sid). No longer include it from security.idl.
* Add python extensions for dom_sid.Jelmer Vernooij2008-12-161-2/+1
|