summaryrefslogtreecommitdiffstats
path: root/librpc/idl/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
* build: Move nfs4acl to the top levelAndrew Bartlett2013-05-091-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>
* s3-smbd: Move smb_acl_t declaration to smb_acl.idlAndrew Bartlett2012-08-151-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
* idl: add File Server Remote VSS Protocol idlDavid Disseldorp2012-06-081-2/+2
| | | | | MS-FSRVP preview documents used as reference. H_ERROR codes should be moved to a more generic file.
* idl: wmi and dcom don't need python bindingsAndrew Tridgell2012-02-081-1/+1
| | | | the python generation for these IDL files is currently broken
* s4-torture: Add tests for the smb2 copychunk ioctlDavid Disseldorp2011-10-311-1/+1
| | | | | | Add idls for parsing of copychunk ioctl args. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* librpc/idr Use the Samba3 notify.idl in common.Andrew Bartlett2011-06-091-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>
* server_id.idl: Bring server_id.idl in commonAndrew Bartlett2011-06-091-1/+1
| | | | | | Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* idl: define printcap IPC message formatDavid Disseldorp2011-03-161-1/+2
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* librpc: add bindings for dnsp in pythonMatthieu Patou2011-02-131-1/+6
|
* librpc: move preg.idl to main directory.Günther Deschner2011-02-101-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
* s4-auth Add auth.idl to encode auth subsystem structures in IDLAndrew Bartlett2011-02-091-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
* s3-waf: no need to call pidl with --samba3-ndr-client anymore.Günther Deschner2011-02-021-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
* idl: add file_id idl.Günther Deschner2011-01-251-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
* idl: Add IDL for remote key backup protocol (rkbp)Matthieu Patou2011-01-121-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* idl: remove protected storageMatthieu Patou2011-01-121-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* idl: Add idl describing DNS structuresKai Blin2010-10-231-1/+1
|
* s4/eventlog6: Build and hook EventLog6 RPC endpont mapper and idlAnatoliy Atanasov2010-09-231-1/+1
|
* idl: build python interfaces for winbind and idmap IDLAndrew Tridgell2010-09-171-1/+6
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* waf: Generate the ntprinting ndr functions.Andreas Schneider2010-08-161-1/+1
|
* dns: first version of dsnRecord parserAndrew Tridgell2010-08-051-1/+1
|
* s4:idmap Seperate idmap structures from winbind.idl and match to source3/ idmapAndrew Bartlett2010-05-241-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
* s4-waf: we don't need the symlink hack for gen_ndr any moreAndrew Tridgell2010-05-041-14/+3
| | | | we can now generate files into the build directory
* idl: we only need ndr_rap.[ch] and rap.hAndrew Tridgell2010-04-291-1/+7
|
* s4-idl: added generated files from rap.idlAndrew Tridgell2010-04-291-1/+1
|
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* build: teach samba_pild.py about the --com-header and --dcom-proxy optionsAndrew Tridgell2010-04-061-2/+8
|
* build: cope with the common gen_ndr files being in the git treeAndrew Tridgell2010-04-061-2/+12
|
* build: much nicer pidl rulesAndrew Tridgell2010-04-061-0/+12