summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr
AgeCommit message (Collapse)AuthorFilesLines
2009-01-17librpc: Re-run make idl_fullTim Prouty8-70/+70
2009-01-16s3: re-run make samba3-idl.Günther Deschner5-13/+91
Guenther
2009-01-15librpc: Re-run make idl_fullTim Prouty2-2/+2
2009-01-14s3: re-run make samba3-idl.Günther Deschner3-153/+216
Guenther
2009-01-12s3: re-run make samba3-idl.Günther Deschner2-15/+47
Guenther
2009-01-09Pass the full ndr_interface_table into the s3 rpcserver when registeringVolker Lendecke14-14/+14
2009-01-09s3: re-run make samba3-idl.Günther Deschner1-0/+1
Guenther
2009-01-09s3: re-run make samba3-idl.Günther Deschner1-0/+1
Guenther
2009-01-08s3: re-run make samba3-idl.Günther Deschner6-74/+224
Guenther
2009-01-08s3: re-run make samba3-idl.Günther Deschner3-7/+104
Guenther
2009-01-08s3: re-run make samba3-idl.Günther Deschner5-66/+629
Guenther
2009-01-08svcctl: add svcctl_ConfigLevel from samba 3.Günther Deschner5-12/+51
Guenther
2009-01-08svcctl: move SVC_STATUS_ to idl.Günther Deschner5-6/+42
Guenther
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 Vernooij1-0/+1
2009-01-02librpc/gen_ndr: rerun make idl_full after pidl changesStefan Metzmacher1-0/+1
metze
2009-01-01Add iconv_convenience argument to size functions.Jelmer Vernooij28-128/+128
2008-12-30librpc: Re-run make idl-full from source3Tim Prouty3-9/+9
2008-12-17s3: re-run make samba3-idl.Günther Deschner5-146/+360
Guenther
2008-12-16Don't write out forward declarations for enums, as some compilers don'tJelmer Vernooij5-18/+0
seem to like it.
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.