Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-04 | dns: Build the python bindings | Kai Blin | 1 | -1/+6 | |
2011-11-03 | waf: convert NDR_NBT into shared library. | Günther Deschner | 1 | -7/+9 | |
Guenther | |||||
2011-11-03 | nbt: merge in LIBCLI_NDR_NETLOGON helper into NDR_NBT. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2011-10-31 | s4-torture: Add tests for the smb2 copychunk ioctl | David Disseldorp | 1 | -0/+5 | |
Add idls for parsing of copychunk ioctl args. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-20 | s4-dns: Added support for multiple DNS_RPC_RECORDS structures | Amitay Isaacs | 1 | -1/+1 | |
Windows returns multiple DNS_RPC_RECORDS structures, but there is no well defined structure in [MS-DNSP] doc. Added hand-written code to parse ndr. Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-04 | dns: build python bindings for dnsserver RPC protocol | Andrew Tridgell | 1 | -0/+5 | |
2011-09-08 | librpc: put NDR_NTPRINTING into ndr-samba grouping library | Andrew Bartlett | 1 | -1/+1 | |
This assists with avoiding duplicate symobls now that ntprinting_migrate is a library. Andrew Bartlett | |||||
2011-08-21 | dcerpc-binding: Install header file. | Jelmer Vernooij | 1 | -0/+1 | |
2011-08-21 | wafsamba: Require public libraries to have a pc file specified, or ↵ | Jelmer Vernooij | 1 | -3/+4 | |
explicitly specified that they don't need one. | |||||
2011-08-08 | build: rename rpcommon to dcerpc-binding an make a public library | Andrew Bartlett | 1 | -39/+39 | |
OpenChange needs this library. Andrew Bartlett | |||||
2011-08-08 | build: provide tevent-util as a public library | Andrew Bartlett | 1 | -1/+1 | |
This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced by generated PIDL output. Andrew Bartlett | |||||
2011-07-05 | build: Add missing dep on UTIL_TEVENT | Andrew Bartlett | 1 | -1/+1 | |
2011-06-09 | librpc/idr Use the Samba3 notify.idl in common. | Andrew Bartlett | 1 | -1/+7 | |
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 | -0/+7 | |
Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-05-18 | librpc/ndr Merge ndr_print_sockaddr_storage() into common code | Andrew Bartlett | 1 | -1/+1 | |
There is no longer a reason to leave this source3 specific, and this brings it into a library (avoiding duplicate symbols). Andrew Bartlett | |||||
2011-05-18 | build: Expand dcerpc-samba grouping library | Andrew Bartlett | 1 | -42/+45 | |
This is possible in common now because the generated RPC code does not rely on a particular dcerpc layer. Andrew Bartlett | |||||
2011-05-13 | build: Move NDR_DSSETUP and NDR_SPOOLSS into ndr-standard | Andrew Bartlett | 1 | -1/+1 | |
This is to address multiple defintion of symbol issues in msrpc3 linked libraries. Andrew Bartlett | |||||
2011-04-06 | lib: make asn1_util a private library | Andrew Tridgell | 1 | -1/+1 | |
this prevents symbol duplication of the asn1 symbols in the service and ntvfs subsystems Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-04-05 | auth: Move auth_session_info into IDL | Andrew Bartlett | 1 | -1/+1 | |
This changes auth_session_info_transport to just be a wrapper, rather than a copy that has to be kept in sync. As auth_session_info was already wrapped in python, this required changes to the existing pyauth wrapper and it's users. Andrew Bartlett | |||||
2011-03-16 | idl: define printcap IPC message format | David Disseldorp | 1 | -0/+5 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-03-15 | rpc: make ndr/ndr_svcctl.h public | Andrew Tridgell | 1 | -2/+2 | |
this is used by public header gen_ndr/ndr_svcctl.h | |||||
2011-02-24 | build: moved librpc/rpc/*.c into a rpccommon library | Andrew Tridgell | 1 | -0/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 02:42:37 CET 2011 on sn-devel-104 | |||||
2011-02-22 | s4:build: add RPC_NDR_ATSVC subsystem | Stefan Metzmacher | 1 | -2/+12 | |
metze | |||||
2011-02-18 | librpc make ndr-standard a common library | Andrew Bartlett | 1 | -0/+11 | |
2011-02-18 | librpc push NDR_SECURITY and NDR_DCERPC to the top level wscript files | Andrew Bartlett | 1 | -0/+14 | |
There isn't any reson to keep these private to source3 and source4 and more, and doing so creates problems for the top level build. Andrew Bartlett | |||||
2011-02-14 | librpc: make NDR_KRB5PAC a shared library (libndr-krb5pac.so). | Günther Deschner | 1 | -5/+7 | |
Simo, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 14 18:54:38 CET 2011 on sn-devel-104 | |||||
2011-02-13 | librpc: add bindings for dnsp in python | Matthieu Patou | 1 | -0/+5 | |
2011-02-11 | s4-build: fixed export of krb5pac.h, needed by other public headers | Andrew Tridgell | 1 | -3/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Feb 11 01:45:55 CET 2011 on sn-devel-104 | |||||
2011-02-10 | librpc: move preg.idl to main directory. | Günther Deschner | 1 | -0/+5 | |
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-10 | s4-auth: install gen_ndr/auth.h, used by public session.h | Andrew Tridgell | 1 | -3/+5 | |
needed for openchange. Thanks to Brad for reporting this. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-10 | libcli/named_pipe_auth Change from 'info3' to auth_session_info_transport | Andrew Bartlett | 1 | -1/+6 | |
This changes the structure being used to convey the current user state from the netlogon-derived 'netr_SamInfo3' structure to a purpose-built structure that matches the internals of the Samba auth subsystem and contains the final group list, as well as the final privilege set and session key. These previously had to be re-created on the server side of the pipe each time. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-02-08 | lib/compression: add shared wscript_build. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-02-07 | s4-waf Don't include ../librpc in paths | Andrew Bartlett | 1 | -100/+100 | |
The paths here are relative to the librpc directory the wscript_build file is in, and so these don't actually change anything. Andrew Bartlett | |||||
2011-01-25 | idl: add file_id idl. | Günther Deschner | 1 | -0/+5 | |
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-25 | waf: share libndr.so between samba3 and samba4. | Günther Deschner | 1 | -0/+10 | |
Guenther | |||||
2011-01-12 | idl: Add IDL for remote key backup protocol (rkbp) | Matthieu Patou | 1 | -0/+10 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-01-12 | idl: remove protected storage | Matthieu Patou | 1 | -10/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-10-30 | s4-build: removed some unnecessary dependencies | Andrew Tridgell | 1 | -1/+1 | |
based on running waf --symbol-check | |||||
2010-10-30 | zlib: use the real library name 'z' instead of ZLIB | Andrew Tridgell | 1 | -1/+1 | |
using subsystem aliases has a lot of potential for confusion. Better to use the real name of the library. | |||||
2010-10-26 | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-26 | waf: Don't auto-lowercase library names. | Jelmer Vernooij | 1 | -14/+14 | |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -55/+55 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | waf: Lowercase several library names. | Jelmer Vernooij | 1 | -12/+12 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-23 | ndr dns: Add simple parser | Kai Blin | 1 | -2/+2 | |
2010-10-23 | idl: Add idl describing DNS structures | Kai Blin | 1 | -0/+5 | |
2010-10-21 | waf: RPC_NDR_WINBIND is samba4 specific | Andrew Tridgell | 1 | -1/+1 | |
this caused problems with the s3 waf build | |||||
2010-10-21 | librpc: added RPC_NDR_SAMBA grouping library | Andrew Tridgell | 1 | -1/+9 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | librpc: added NDR_XATTR and NDR_UNIXINFO to the NDR_SAMBA grouping library | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |