Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-24 | build: moved librpc/rpc/*.c into a rpccommon library | Andrew Tridgell | 6 | -4/+7 | |
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:librpc: let dcerpc-samr library use RPC_NDR_SAMR subsystem | Stefan Metzmacher | 1 | -2/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Feb 22 21:51:43 CET 2011 on sn-devel-104 | |||||
2011-02-22 | s4:build: add RPC_NDR_ATSVC subsystem | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-02-22 | s4-waf: added --enable-s3build configure option | Andrew Tridgell | 1 | -1/+6 | |
this enables the build of the s3 binaries in the toplevel build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-22 | s4-ndr: added NDR_WBINT to ndr_tables | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-21 | s4: avoid overwritting the dceprc.h file from toplevel librpc | Matthieu Patou | 1 | -1/+8 | |
Change back to what was the configuration of header_path before 177ddcb084e8f8608bf2012a7c58f7b1e56d2acd so that dcerpc.h is installed in ${prefix}/include and not in ${prefix}/include/gen_ndr as the toplevel librpc wants also to put a dcerpc.h file in this directory. Add some documentation in order to avoid any new regression. This change should fix problems for openchange team. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Feb 21 09:47:05 CET 2011 on sn-devel-104 | |||||
2011-02-18 | s4-idl: rename s4 server_id.idl to server_id4.idl | Andrew Tridgell | 5 | -5/+5 | |
this avoids a conflict with the new s3 server_id.idl Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-18 | librpc make ndr-standard a common library | Andrew Bartlett | 1 | -13/+0 | |
2011-02-18 | librpc push NDR_SECURITY and NDR_DCERPC to the top level wscript files | Andrew Bartlett | 1 | -13/+6 | |
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 | -2/+2 | |
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/+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-08 | s4-waf: split out wscript_build for ndrdump binary. | Günther Deschner | 1 | -8/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 14:50:54 CET 2011 on sn-devel-104 | |||||
2011-02-07 | s4-idl: make the source4 idl build independent of build directory | Andrew Tridgell | 1 | -1/+5 | |
this allows the source4 idl to be built from any top level directory Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-02 | s4-waf Don't install any Samba packages into PYTHONDIR | Andrew Bartlett | 1 | -1/+1 | |
This causes the parts of Samba installed into PYTHONARCHDIR to then be missed in mixed python/C module namespaces. Andrew Bartlett | |||||
2011-01-25 | waf: share libndr.so between samba3 and samba4. | Günther Deschner | 1 | -11/+0 | |
Guenther | |||||
2011-01-12 | s4:librpc/rpc/dcerpc_connect.c - fix uninitialised variable | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
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> | |||||
2011-01-01 | s4-python: Only set BASETYPE flag if subclassing is supported. | Jelmer Vernooij | 1 | -2/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 03:39:58 CET 2011 on sn-devel-104 | |||||
2010-12-18 | pyrpc: Add prototype for init function. | Jelmer Vernooij | 1 | -0/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 18 03:04:23 CET 2010 on sn-devel-104 | |||||
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -1/+1 | |
This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104 | |||||
2010-12-09 | s4:pyrpc_util: s/typename/type_name to avoid c++ warnings | Stefan Metzmacher | 2 | -6/+6 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Dec 9 17:55:57 CET 2010 on sn-devel-104 | |||||
2010-12-08 | s4:python: add PyString_FromStringOrNULL() to pyrpc_util | Stefan Metzmacher | 2 | -0/+10 | |
metze | |||||
2010-12-08 | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 3 | -3/+3 | |
this is only set when rpath is used on install. It ensures that applications that link against Samba libraries get the rpath right Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 8 12:46:00 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s4-librpc Handle all types of GUID in the GUID() initialiser | Andrew Bartlett | 1 | -3/+11 | |
By taking a length-limited string, we can parse binary and string GUID values, which is particularly useful when reading from ldb. Andrew Bartlett | |||||
2010-11-27 | s4:role transfer - use always type "enum drepl_role_master" for role ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
specifications Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 27 16:03:43 CET 2010 on sn-devel-104 | |||||
2010-11-22 | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 1 | -5/+0 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 22 00:52:56 CET 2010 on sn-devel-104 | |||||
2010-11-21 | s4-rpc: make rpc connect less verbose | Andrew Tridgell | 1 | -1/+1 | |
2010-11-20 | pyrpc: Build the samba.dcerpc.srvsvc module. | Ricardo Jorge | 1 | -0/+5 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Nov 20 19:52:36 CET 2010 on sn-devel-104 | |||||
2010-11-07 | credentials: Lowercase library name, | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -768/+0 | |
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | |||||
2010-10-30 | s4-build: removed some unnecessary dependencies | Andrew Tridgell | 1 | -3/+3 | |
based on running waf --symbol-check | |||||
2010-10-30 | s4-ndr: make ndr-table a subsystem | Andrew Tridgell | 1 | -2/+1 | |
its already part of the ndr-samba4 library Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-26 | s4:librpc: we don't need dcerpc client bindings for dns.idl | Stefan Metzmacher | 1 | -11/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Oct 26 19:35:59 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | talloc: change pytalloc-util to be a public library. | Jelmer Vernooij | 1 | -24/+24 | |
2010-10-26 | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 1 | -9/+9 | |
2010-10-26 | waf: Don't auto-lowercase library names. | Jelmer Vernooij | 1 | -6/+6 | |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -25/+25 | |
2010-10-26 | dcerpc_dns: Change back to subsystem for the moment. | Jelmer Vernooij | 1 | -2/+14 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -3/+3 | |
2010-10-24 | s4:librpc: we don't need dcerpc client bindings for dns.idl | Stefan Metzmacher | 1 | -16/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Oct 24 11:23:50 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | waf: Lowercase several library names. | Jelmer Vernooij | 1 | -12/+12 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -3/+3 | |
2010-10-24 | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-23 | s4: Rename NDR_TABLE to ndr_table. | Jelmer Vernooij | 1 | -6/+6 | |
2010-10-23 | ndr dns: Add simple parser | Kai Blin | 1 | -1/+3 | |
2010-10-23 | idl: Add idl describing DNS structures | Kai Blin | 1 | -2/+27 | |
2010-10-21 | waf: RPC_NDR_WINBIND is samba4 specific | Andrew Tridgell | 1 | -0/+8 | |
this caused problems with the s3 waf build | |||||
2010-10-21 | s4-librpc: fixed depenencies for libcli/security | Andrew Tridgell | 1 | -5/+4 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |