summaryrefslogtreecommitdiff
path: root/librpc/idl/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2013-05-09build: Move nfs4acl to the top levelAndrew Bartlett1-1/+1
This is to create IDL-stored NFSv4 ACLs, just as we use for posix ACLs to permit better testing. Andrew Bartlett Reviewed-by: Jeremy Allison <jra@samba.org>
2012-08-15s3-smbd: Move smb_acl_t declaration to smb_acl.idlAndrew Bartlett1-1/+1
This will allow us to marshall this into and from an NDR blob on disk, which will allow us to fake up ACL support during make test, and to test the NT ACL emulation using python bindings via the VFS. Andrew Bartlett
2012-06-08idl: add File Server Remote VSS Protocol idlDavid Disseldorp1-2/+2
MS-FSRVP preview documents used as reference. H_ERROR codes should be moved to a more generic file.
2012-02-08idl: wmi and dcom don't need python bindingsAndrew Tridgell1-1/+1
the python generation for these IDL files is currently broken
2011-10-31s4-torture: Add tests for the smb2 copychunk ioctlDavid Disseldorp1-1/+1
Add idls for parsing of copychunk ioctl args. Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-06-09librpc/idr Use the Samba3 notify.idl in common.Andrew Bartlett1-0/+1
The extra fields in the structure that Samba4 does not use should not bother it. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-06-09server_id.idl: Bring server_id.idl in commonAndrew Bartlett1-1/+1
Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-03-16idl: define printcap IPC message formatDavid Disseldorp1-1/+2
Signed-off-by: Andreas Schneider <asn@samba.org>
2011-02-13librpc: add bindings for dnsp in pythonMatthieu Patou1-1/+6
2011-02-10librpc: move preg.idl to main directory.Günther Deschner1-1/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 13:56:49 CET 2011 on sn-devel-104
2011-02-09s4-auth Add auth.idl to encode auth subsystem structures in IDLAndrew Bartlett1-1/+1
This is not only a useful way to encode stuff, it also allows python to handle the structures, and natrually allows them to be NDR encoded. Andrew Bartlett
2011-02-02s3-waf: no need to call pidl with --samba3-ndr-client anymore.Günther Deschner1-2/+2
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 21:38:23 CET 2011 on sn-devel-104
2011-01-25idl: add file_id idl.Günther Deschner1-1/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 25 12:27:00 CET 2011 on sn-devel-104
2011-01-12idl: Add IDL for remote key backup protocol (rkbp)Matthieu Patou1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-01-12idl: remove protected storageMatthieu Patou1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-10-23idl: Add idl describing DNS structuresKai Blin1-1/+1
2010-09-23s4/eventlog6: Build and hook EventLog6 RPC endpont mapper and idlAnatoliy Atanasov1-1/+1
2010-09-17idl: build python interfaces for winbind and idmap IDLAndrew Tridgell1-1/+6
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-08-16waf: Generate the ntprinting ndr functions.Andreas Schneider1-1/+1
2010-08-05dns: first version of dsnRecord parserAndrew Tridgell1-1/+1
2010-05-24s4:idmap Seperate idmap structures from winbind.idl and match to source3/ idmapAndrew Bartlett1-1/+1
These structures now match those in use in the source3 code. I'm not sure if this is the better API or not, but it is far, far safer to remove a pointer than to add one. Andrew Bartlett
2010-05-04s4-waf: we don't need the symlink hack for gen_ndr any moreAndrew Tridgell1-14/+3
we can now generate files into the build directory
2010-04-29idl: we only need ndr_rap.[ch] and rap.hAndrew Tridgell1-1/+7
2010-04-29s4-idl: added generated files from rap.idlAndrew Tridgell1-1/+1
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06build: teach samba_pild.py about the --com-header and --dcom-proxy optionsAndrew Tridgell1-2/+8
2010-04-06build: cope with the common gen_ndr files being in the git treeAndrew Tridgell1-2/+12
2010-04-06build: much nicer pidl rulesAndrew Tridgell1-0/+12