Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-09 | build: Move nfs4acl to the top level | Andrew Bartlett | 1 | -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-15 | s3-smbd: Move smb_acl_t declaration to smb_acl.idl | Andrew Bartlett | 1 | -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-08 | idl: add File Server Remote VSS Protocol idl | David Disseldorp | 1 | -2/+2 | |
MS-FSRVP preview documents used as reference. H_ERROR codes should be moved to a more generic file. | |||||
2012-02-08 | idl: wmi and dcom don't need python bindings | Andrew Tridgell | 1 | -1/+1 | |
the python generation for these IDL files is currently broken | |||||
2011-10-31 | s4-torture: Add tests for the smb2 copychunk ioctl | David Disseldorp | 1 | -1/+1 | |
Add idls for parsing of copychunk ioctl args. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-06-09 | librpc/idr Use the Samba3 notify.idl in common. | Andrew Bartlett | 1 | -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-09 | server_id.idl: Bring server_id.idl in common | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-03-16 | idl: define printcap IPC message format | David Disseldorp | 1 | -1/+2 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-02-13 | librpc: add bindings for dnsp in python | Matthieu Patou | 1 | -1/+6 | |
2011-02-10 | librpc: move preg.idl to main directory. | Günther Deschner | 1 | -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-09 | s4-auth Add auth.idl to encode auth subsystem structures in IDL | Andrew Bartlett | 1 | -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-02 | s3-waf: no need to call pidl with --samba3-ndr-client anymore. | Günther Deschner | 1 | -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-25 | idl: add file_id idl. | Günther Deschner | 1 | -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-12 | idl: Add IDL for remote key backup protocol (rkbp) | Matthieu Patou | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-01-12 | idl: remove protected storage | Matthieu Patou | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-10-23 | idl: Add idl describing DNS structures | Kai Blin | 1 | -1/+1 | |
2010-09-23 | s4/eventlog6: Build and hook EventLog6 RPC endpont mapper and idl | Anatoliy Atanasov | 1 | -1/+1 | |
2010-09-17 | idl: build python interfaces for winbind and idmap IDL | Andrew Tridgell | 1 | -1/+6 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-08-16 | waf: Generate the ntprinting ndr functions. | Andreas Schneider | 1 | -1/+1 | |
2010-08-05 | dns: first version of dsnRecord parser | Andrew Tridgell | 1 | -1/+1 | |
2010-05-24 | s4:idmap Seperate idmap structures from winbind.idl and match to source3/ idmap | Andrew Bartlett | 1 | -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-04 | s4-waf: we don't need the symlink hack for gen_ndr any more | Andrew Tridgell | 1 | -14/+3 | |
we can now generate files into the build directory | |||||
2010-04-29 | idl: we only need ndr_rap.[ch] and rap.h | Andrew Tridgell | 1 | -1/+7 | |
2010-04-29 | s4-idl: added generated files from rap.idl | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | build: teach samba_pild.py about the --com-header and --dcom-proxy options | Andrew Tridgell | 1 | -2/+8 | |
2010-04-06 | build: cope with the common gen_ndr files being in the git tree | Andrew Tridgell | 1 | -2/+12 | |
2010-04-06 | build: much nicer pidl rules | Andrew Tridgell | 1 | -0/+12 | |