summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s4 upgradeprovision: Copy versionNumber if not present it helps to make gpo ↵Matthieu Patou2010-09-261-3/+3
| | | | valid
* s4 provision: Make GPO folder group writableMatthieu Patou2010-09-261-3/+3
| | | | | | The group of this folder is domain administrator and it seems sensible that all domain administrators have the right to modify the gpo (they have it at the NT ACLs level ...)
* s3: Remove talloc_autofree_context() from change_to_guest()Volker Lendecke2010-09-261-1/+1
| | | | pass is freed at the exit of this routine
* s3: Remove talloc_autofree_context() from swatVolker Lendecke2010-09-261-2/+2
| | | | In both cases, pass is freed immediately
* s3: Remove talloc_autofree_context() from smbpasswdVolker Lendecke2010-09-261-2/+2
| | | | In both cases, pwd is freed immediately
* s3: Remove talloc_autofree_context() from net_sam_provision()Volker Lendecke2010-09-261-1/+1
|
* s3: Remove talloc_autofree_context() from lookup_unix_user_name()Volker Lendecke2010-09-261-1/+1
| | | | pwd is freed in this routine immediately
* s3: Remove talloc_autofree_context() from pdb_init_ads()Volker Lendecke2010-09-261-1/+1
|
* s3: Remove two talloc_autofree_context() callsVolker Lendecke2010-09-261-2/+2
| | | | Both allocated blobs are freed in their routines
* s3: Remove talloc_autofree_context() from serverid_db()Volker Lendecke2010-09-261-2/+2
| | | | | If we needed an explicit tdb_close() in the destructor, we'd be hosed long ago.
* s3: Remove talloc_autofree_context() from serverid_parent_init()Volker Lendecke2010-09-263-5/+4
|
* s3: Remove talloc_autofree_context() from messaging_tdb_parent_init()Volker Lendecke2010-09-263-5/+4
|
* s3: Remove talloc_autofree_context() from ctdb_read_req()Volker Lendecke2010-09-261-1/+2
|
* s3: Remove talloc_autofree_context() from get_root_nt_token()Volker Lendecke2010-09-261-1/+1
| | | | The memcache_add_talloc() later on steals it anyway
* upgradeprovision: use the same case for hostname in reference provision as ↵Matthieu Patou2010-09-261-1/+1
| | | | | | | in the current provision Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Sep 26 01:21:52 UTC 2010 on sn-devel-104
* autobuild: added --retry optionAndrew Tridgell2010-09-261-26/+68
| | | | this allows the build to auto retry if master changes
* s4-dns: the DNS/${HOSTNAME} SPN should be on the DNS account onlyAndrew Tridgell2010-09-261-1/+0
|
* s4-provision: switch to dns-HOSTNAME instead of dnsAndrew Tridgell2010-09-264-25/+33
| | | | | | | | | We now use a host specific account name for the DNS account, which is the account used for dynamic DNS updates. We also setup the servicePrincipalName for automatic update, and add both DNS/${DNSDOMAIN} and DNS/${DNSNAME} for compatibility with both the old and new SPNs Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* autobuild: enable ccacheAndrew Tridgell2010-09-261-0/+2
|
* autobuild: added --fix-whitespace optionAndrew Tridgell2010-09-261-1/+7
|
* autobuild: added --rebase-master and --push-masterAndrew Tridgell2010-09-262-3/+26
| | | | Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
* autobuild: added a EDITOR script to mark successful autobuildsAndrew Tridgell2010-09-262-7/+37
| | | | Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
* autobuild: added --rebase optionAndrew Tridgell2010-09-261-24/+35
| | | | this allows you to rebase on a URL before starting
* script: added autobuild.py automatic build test scriptAndrew Tridgell2010-09-261-0/+263
| | | | this can be used to run all tests in parallel, in free git clones
* s4-possibleinferiors.py: Fix usage of 'paged_search' module for remote LDB ↵Kamen Mazdrashki2010-09-261-1/+7
| | | | connections
* s4-fsmo.py: Fix usage of 'paged_search' module for remote LDB connectionsKamen Mazdrashki2010-09-261-2/+3
|
* s4-delete_object.py: Fix usage of 'paged_search' module for remote LDB ↵Kamen Mazdrashki2010-09-261-2/+3
| | | | connections
* s4-sec_descriptor.py: Fix usage of 'paged_search' module for remote LDB ↵Kamen Mazdrashki2010-09-261-1/+9
| | | | connections
* s4-ldap_schema.py: Remove unused LDB connection to GC portKamen Mazdrashki2010-09-261-5/+0
|
* s4-dsdb_schema_info.py: Fix usage of 'paged_search' module for remote LDB ↵Kamen Mazdrashki2010-09-261-6/+7
| | | | connections
* s4-ldapcmp: Fix usage of 'paged_search' module for remote LDB connectionsKamen Mazdrashki2010-09-261-2/+3
|
* s4-ldapcmp: Extend ldapcmp to be able to compare more than one context at a timeKamen Mazdrashki2010-09-261-20/+33
| | | | If no arguments given, ldapcmp will compare all NCs
* s3: Avoid an explicit ZERO_STRUCTVolker Lendecke2010-09-261-3/+1
|
* s3: Lift talloc_autofree_context() from make_auth_context_fixed()Volker Lendecke2010-09-264-7/+10
|
* s3: Lift talloc_autofree_context() from make_auth_context_subsystem()Volker Lendecke2010-09-267-10/+18
|
* s3: Lift talloc_autofree_context() from make_auth_context_text_list()Volker Lendecke2010-09-261-3/+6
|
* s3: Lift talloc_autofree_context() from make_auth_context()Volker Lendecke2010-09-261-3/+7
|
* s3: Fix a memleak in make_new_server_info_system()Volker Lendecke2010-09-261-0/+1
|
* s3: Remove talloc_autofree_context() from init_system_info()Volker Lendecke2010-09-261-1/+2
|
* s3: Fix a typoVolker Lendecke2010-09-251-1/+1
|
* s3: Fix some 64-bit warningsVolker Lendecke2010-09-252-4/+6
|
* pyteven: Fix build warnings.Jelmer Vernooij2010-09-251-6/+16
|
* Check in configure/Makefile for those projects that have waf as primary ↵Jelmer Vernooij2010-09-257-5/+219
| | | | build system.
* pytevent: Add more tests.Jelmer Vernooij2010-09-252-2/+81
|
* pytevent: Fill in client side fnuctions.Jelmer Vernooij2010-09-251-52/+393
|
* selftest: If a testsuite is killed by a signal, let selftest die.Jelmer Vernooij2010-09-251-2/+2
|
* tevent: Add infrastructure for python bindings.Jelmer Vernooij2010-09-252-1/+418
|
* tevent: Switch to using waf by default.Jelmer Vernooij2010-09-252-14/+15
|
* s3: Fix bug 7470Volker Lendecke2010-09-253-3/+5
| | | | | | S_IREAD and S_IWRITE are not standard. Thanks to Joachim Schmitz <schmitz@hp.com> for reporting!
* ldb: mark the location of a lot more ldb requestsAndrew Tridgell2010-09-2528-15/+109
|