summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s4/ldapcmp: Two new options are added to the toolZahari Zahariev2011-01-071-40/+76
| | | | | | | | | | | | The new ones are --base and --scope they give us the opportunity to compare DN subsets of the partitions. Now we are also able to compare any two objects even if they have different DNs. This is exteremely helpful when you are after nasty nTSecurityDescriptor bug. Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Fri Jan 7 13:22:26 CET 2011 on sn-devel-104
* s3-waf: fix winbind_krb5_locator.so realname.Günther Deschner2011-01-071-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 7 11:13:29 CET 2011 on sn-devel-104
* s3-waf: make the --with-Xdir options work more like in the classic build.Günther Deschner2011-01-072-27/+26
| | | | | | | | | | | | | Also remove duplicates and sort the tables. Still not sure if I understand the reason of processing the flags table after the diroptions table, as every option you give it via configure was overwritten immediately. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 7 00:57:10 CET 2011 on sn-devel-104
* s4-ldap_server Allow multiple binds on LDAP serverAndrew Bartlett2011-01-071-0/+18
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jan 7 00:02:23 CET 2011 on sn-devel-104
* s3-net: Fix bug #7690: retry DNS updates when connection to one nameserver ↵Günther Deschner2011-01-061-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
* lib/addns: move DNS client library to the main directory.Günther Deschner2011-01-0613-5/+5
| | | | Guenther
* acl tests: Fix import.Jelmer Vernooij2011-01-061-4/+7
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Jan 6 16:07:49 CET 2011 on sn-devel-104
* Use new style objects.Jelmer Vernooij2011-01-061-1/+2
|
* Remove unused imports.Jelmer Vernooij2011-01-066-14/+7
|
* tdbrestore: Update to GPLv3+, remove old FSF address.Jelmer Vernooij2011-01-061-3/+2
|
* s3-waf: no need to compile librpc/gen_ndr/cli_dfs.c anymore.Günther Deschner2011-01-061-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
* s3-build: no need to compile librpc/gen_ndr/cli_dfs.c anymore.Günther Deschner2011-01-061-2/+1
| | | | Guenther
* s3-rpcclient: use dcerpc_dfs_X functions.Günther Deschner2011-01-061-12/+24
| | | | Guenther
* pidl:Samba4/Python: fix memory leak in _ndr_print functionsStefan Metzmacher2011-01-061-1/+6
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 6 14:34:31 CET 2011 on sn-devel-104
* pidl/wscript: only warn about grammar file changesStefan Metzmacher2011-01-061-4/+4
| | | | | | | autobuild should protect us from having grammar files and generated files out of sync. metze
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-051-26/+25
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 5 16:03:24 CET 2011 on sn-devel-104
* s4/ldapcmp: Correct fix for creds2Anatoliy Atanasov2011-01-051-0/+3
| | | | | We need to set domain and workstation to creds2 otherwise we get Segfault because they are not initialized correctly.
* Revert "s4/ldapcmp: Fix the parsing of the second set of credentials"Anatoliy Atanasov2011-01-051-1/+1
| | | | | This reverts commit 1cbce84683ef4fa49b85d87988c5e8db7057530a. Wrong assumption about a segmentation fault
* Revert "s4/ldapcmp: Check if creds2 is actualy set by the command line"Anatoliy Atanasov2011-01-051-1/+1
| | | | | This reverts commit f8275bae5d7b471967be7222170d049c18b8882f. Wrong assumption about a segmentation fault.
* script/autobuild.py: add pidl testsStefan Metzmacher2011-01-051-0/+9
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 5 14:29:54 CET 2011 on sn-devel-104
* script/autobuild.py: fix path to clean-source-tree.sh from within lib/tevent/Stefan Metzmacher2011-01-051-1/+1
| | | | metze
* pidl/wscript: let the developer use the standalone build with yappStefan Metzmacher2011-01-051-10/+22
| | | | | | Waf isn't happy when files in the source directory are changed. metze
* buildtools/wafsamba: import 'sys' and 'Logs' if we use themStefan Metzmacher2011-01-057-7/+7
| | | | | | | We should avoid generating a backtrace in a normal error case, just because sys.exit(1) isn't known. metze
* pidl:Samba4/Python: avoid ';;' in generated C code.Stefan Metzmacher2011-01-051-1/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 5 11:10:34 CET 2011 on sn-devel-104
* pidl:Samba4/Python: fix segfault when setting pointers to scalars.Stefan Metzmacher2011-01-051-0/+3
| | | | metze
* pidl: regenerate lib/Parse/Pidl/Expr.pm from expr.ypStefan Metzmacher2011-01-051-36/+36
| | | | metze
* pidl: sync idl.yp with the CPP changesStefan Metzmacher2011-01-051-2/+8
| | | | | | This is taken from commit 21b0d5e3b10711e6ce3bfad0c1ee2da09a60e232. metze
* talloc: change version to 2.0.5 after a critical bugfixStefan Metzmacher2011-01-052-1/+63
| | | | metze
* talloc: fixed a use after free errorAndrew Tridgell2011-01-051-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
* talloc: added a test for the use after free Rusty foundAndrew Tridgell2011-01-051-0/+17
|
* upgradeprovision: Fix use of dict.get().Jelmer Vernooij2011-01-051-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
* s4-python: Allow setting TEST_DEBUG_LEVEL to override debug level for tests.Jelmer Vernooij2011-01-051-0/+10
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Jan 5 01:58:44 CET 2011 on sn-devel-104
* talloc: Clarify error message on access after free.Jelmer Vernooij2011-01-051-4/+4
|
* s3:build: don't use cli_dssetup.c any moreStefan Metzmacher2011-01-042-9/+4
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 22:21:48 CET 2011 on sn-devel-104
* s3:net_utils: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()Stefan Metzmacher2011-01-041-2/+8
| | | | metze
* s3:winbindd: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()Stefan Metzmacher2011-01-041-1/+4
| | | | metze
* s3:rpcclient: use dcerpc_binding_handle based client stubs in cmd_dssetup.cStefan Metzmacher2011-01-041-1/+2
| | | | metze
* s3:build: don't use cli_epmapper.c anymoreStefan Metzmacher2011-01-042-7/+2
| | | | metze
* s3:rpcclient: improve "epmmap" outputStefan Metzmacher2011-01-041-6/+25
| | | | metze
* s3:rpcclient: use dcerpc_binding_handle bases client stubs in cmd_epmapper.cStefan Metzmacher2011-01-041-8/+35
| | | | metze
* s3:rpc_client: use dcerpc_epm_Map() and don't ignore 'result' anymore.Stefan Metzmacher2011-01-041-2/+11
| | | | metze
* s3-rpcecho: Only register rpcecho in the developer build.Andreas Schneider2011-01-043-4/+4
| | | | | Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Tue Jan 4 18:56:38 CET 2011 on sn-devel-104
* s4/ldapcmp: Check if creds2 is actualy set by the command lineAnatoliy Atanasov2011-01-041-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
* s3:build: don't use cli_ntsvcs.c any more.Stefan Metzmacher2011-01-042-7/+2
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 17:23:17 CET 2011 on sn-devel-104
* s3:rpcclient: use dcerpc_binding_handle client stubs in cmd_ntsvcs.cStefan Metzmacher2011-01-041-7/+14
| | | | metze
* s3:build: don't use cli_wbint.c any moreStefan Metzmacher2011-01-043-7/+1
| | | | metze
* s4/ldapcmp: Fix the parsing of the second set of credentialsAnatoliy Atanasov2011-01-041-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
* s3-waf: convert SAMBA_VERSION into a subsystem.Günther Deschner2011-01-041-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
* s3-waf: convert PASSCHANGE into a subsystem.Günther Deschner2011-01-041-5/+9
| | | | Guenther
* s3-waf: add UTIL_TDB subsystem.Günther Deschner2011-01-041-6/+10
| | | | Guenther