Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-07 | s4-ldap_server Allow multiple binds on LDAP server | Andrew Bartlett | 1 | -0/+18 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jan 7 00:02:23 CET 2011 on sn-devel-104 | |||||
2011-01-06 | s3-net: Fix bug #7690: retry DNS updates when connection to one nameserver ↵ | Günther Deschner | 1 | -6/+21 | |
has failed. Initial patch from Patrik Martinsson <patrik.martinsson@smhi.se>. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Jan 6 17:29:11 CET 2011 on sn-devel-104 | |||||
2011-01-06 | lib/addns: move DNS client library to the main directory. | Günther Deschner | 13 | -5/+5 | |
Guenther | |||||
2011-01-06 | acl tests: Fix import. | Jelmer Vernooij | 1 | -4/+7 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Jan 6 16:07:49 CET 2011 on sn-devel-104 | |||||
2011-01-06 | Use new style objects. | Jelmer Vernooij | 1 | -1/+2 | |
2011-01-06 | Remove unused imports. | Jelmer Vernooij | 6 | -14/+7 | |
2011-01-06 | tdbrestore: Update to GPLv3+, remove old FSF address. | Jelmer Vernooij | 1 | -3/+2 | |
2011-01-06 | s3-waf: no need to compile librpc/gen_ndr/cli_dfs.c anymore. | Günther Deschner | 1 | -5/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Jan 6 15:20:14 CET 2011 on sn-devel-104 | |||||
2011-01-06 | s3-build: no need to compile librpc/gen_ndr/cli_dfs.c anymore. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2011-01-06 | s3-rpcclient: use dcerpc_dfs_X functions. | Günther Deschner | 1 | -12/+24 | |
Guenther | |||||
2011-01-06 | pidl:Samba4/Python: fix memory leak in _ndr_print functions | Stefan Metzmacher | 1 | -1/+6 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 6 14:34:31 CET 2011 on sn-devel-104 | |||||
2011-01-06 | pidl/wscript: only warn about grammar file changes | Stefan Metzmacher | 1 | -4/+4 | |
autobuild should protect us from having grammar files and generated files out of sync. metze | |||||
2011-01-05 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -26/+25 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 5 16:03:24 CET 2011 on sn-devel-104 | |||||
2011-01-05 | s4/ldapcmp: Correct fix for creds2 | Anatoliy Atanasov | 1 | -0/+3 | |
We need to set domain and workstation to creds2 otherwise we get Segfault because they are not initialized correctly. | |||||
2011-01-05 | Revert "s4/ldapcmp: Fix the parsing of the second set of credentials" | Anatoliy Atanasov | 1 | -1/+1 | |
This reverts commit 1cbce84683ef4fa49b85d87988c5e8db7057530a. Wrong assumption about a segmentation fault | |||||
2011-01-05 | Revert "s4/ldapcmp: Check if creds2 is actualy set by the command line" | Anatoliy Atanasov | 1 | -1/+1 | |
This reverts commit f8275bae5d7b471967be7222170d049c18b8882f. Wrong assumption about a segmentation fault. | |||||
2011-01-05 | script/autobuild.py: add pidl tests | Stefan Metzmacher | 1 | -0/+9 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 5 14:29:54 CET 2011 on sn-devel-104 | |||||
2011-01-05 | script/autobuild.py: fix path to clean-source-tree.sh from within lib/tevent/ | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-01-05 | pidl/wscript: let the developer use the standalone build with yapp | Stefan Metzmacher | 1 | -10/+22 | |
Waf isn't happy when files in the source directory are changed. metze | |||||
2011-01-05 | buildtools/wafsamba: import 'sys' and 'Logs' if we use them | Stefan Metzmacher | 7 | -7/+7 | |
We should avoid generating a backtrace in a normal error case, just because sys.exit(1) isn't known. metze | |||||
2011-01-05 | pidl:Samba4/Python: avoid ';;' in generated C code. | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 5 11:10:34 CET 2011 on sn-devel-104 | |||||
2011-01-05 | pidl:Samba4/Python: fix segfault when setting pointers to scalars. | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2011-01-05 | pidl: regenerate lib/Parse/Pidl/Expr.pm from expr.yp | Stefan Metzmacher | 1 | -36/+36 | |
metze | |||||
2011-01-05 | pidl: sync idl.yp with the CPP changes | Stefan Metzmacher | 1 | -2/+8 | |
This is taken from commit 21b0d5e3b10711e6ce3bfad0c1ee2da09a60e232. metze | |||||
2011-01-05 | talloc: change version to 2.0.5 after a critical bugfix | Stefan Metzmacher | 2 | -1/+63 | |
metze | |||||
2011-01-05 | talloc: fixed a use after free error | Andrew Tridgell | 1 | -1/+16 | |
this is the minimal fix for the problem Rusty found. I previously thought that the best fix would be to change tc->parent to be valid for all pointers, but that is expensive for realloc with large numbers of child pointers, which is much more commmon than I expected it to be. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Jan 5 07:22:27 CET 2011 on sn-devel-104 | |||||
2011-01-05 | talloc: added a test for the use after free Rusty found | Andrew Tridgell | 1 | -0/+17 | |
2011-01-05 | upgradeprovision: Fix use of dict.get(). | Jelmer Vernooij | 1 | -11/+5 | |
Avoid modifying list while iterating over it. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Jan 5 03:37:35 CET 2011 on sn-devel-104 | |||||
2011-01-05 | s4-python: Allow setting TEST_DEBUG_LEVEL to override debug level for tests. | Jelmer Vernooij | 1 | -0/+10 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Jan 5 01:58:44 CET 2011 on sn-devel-104 | |||||
2011-01-05 | talloc: Clarify error message on access after free. | Jelmer Vernooij | 1 | -4/+4 | |
2011-01-04 | s3:build: don't use cli_dssetup.c any more | Stefan Metzmacher | 2 | -9/+4 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 22:21:48 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3:net_utils: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation() | Stefan Metzmacher | 1 | -2/+8 | |
metze | |||||
2011-01-04 | s3:winbindd: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation() | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2011-01-04 | s3:rpcclient: use dcerpc_binding_handle based client stubs in cmd_dssetup.c | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-01-04 | s3:build: don't use cli_epmapper.c anymore | Stefan Metzmacher | 2 | -7/+2 | |
metze | |||||
2011-01-04 | s3:rpcclient: improve "epmmap" output | Stefan Metzmacher | 1 | -6/+25 | |
metze | |||||
2011-01-04 | s3:rpcclient: use dcerpc_binding_handle bases client stubs in cmd_epmapper.c | Stefan Metzmacher | 1 | -8/+35 | |
metze | |||||
2011-01-04 | s3:rpc_client: use dcerpc_epm_Map() and don't ignore 'result' anymore. | Stefan Metzmacher | 1 | -2/+11 | |
metze | |||||
2011-01-04 | s3-rpcecho: Only register rpcecho in the developer build. | Andreas Schneider | 3 | -4/+4 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Tue Jan 4 18:56:38 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s4/ldapcmp: Check if creds2 is actualy set by the command line | Anatoliy Atanasov | 1 | -1/+1 | |
When parsing the command line for the second set of credentials the parser returns wrong user if the second set of parameters isn't set. So check if the password is set instead. Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Tue Jan 4 18:11:26 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3:build: don't use cli_ntsvcs.c any more. | Stefan Metzmacher | 2 | -7/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 17:23:17 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3:rpcclient: use dcerpc_binding_handle client stubs in cmd_ntsvcs.c | Stefan Metzmacher | 1 | -7/+14 | |
metze | |||||
2011-01-04 | s3:build: don't use cli_wbint.c any more | Stefan Metzmacher | 3 | -7/+1 | |
metze | |||||
2011-01-04 | s4/ldapcmp: Fix the parsing of the second set of credentials | Anatoliy Atanasov | 1 | -1/+1 | |
We need this second set of credentials so we can do comparison between DCs in two different domains. Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Tue Jan 4 16:36:06 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3-waf: convert SAMBA_VERSION into a subsystem. | Günther Deschner | 1 | -3/+8 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 4 15:10:52 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3-waf: convert PASSCHANGE into a subsystem. | Günther Deschner | 1 | -5/+9 | |
Guenther | |||||
2011-01-04 | s3-waf: add UTIL_TDB subsystem. | Günther Deschner | 1 | -6/+10 | |
Guenther | |||||
2011-01-04 | s3-waf: Fixed the static rpc service build. | Andreas Schneider | 3 | -139/+80 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Tue Jan 4 12:09:48 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3-smbd: Call the rpc service shutdown functions. | Andreas Schneider | 1 | -0/+34 | |
2011-01-04 | s3-build: Remove broken RPC modules support. | Andreas Schneider | 3 | -31/+8 | |
With the current module support for rpc we're not able to call the init functions with the rpc callback structure. So init functions and shutdown functions aren't called. These init functions are needed to setup pre requirements like migrating the printer databases and register at the endpoint mapper. The shutdown functions cleanup memory and deregister from the endpoint mapper. |