Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3: Remove talloc_autofree_context() from pdb_init_ads() | Volker Lendecke | 2010-09-26 | 1 | -1/+1 | |
| | ||||||
* | s3: Remove two talloc_autofree_context() calls | Volker Lendecke | 2010-09-26 | 1 | -2/+2 | |
| | | | | Both allocated blobs are freed in their routines | |||||
* | s3: Remove talloc_autofree_context() from serverid_db() | Volker Lendecke | 2010-09-26 | 1 | -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 Lendecke | 2010-09-26 | 3 | -5/+4 | |
| | ||||||
* | s3: Remove talloc_autofree_context() from messaging_tdb_parent_init() | Volker Lendecke | 2010-09-26 | 3 | -5/+4 | |
| | ||||||
* | s3: Remove talloc_autofree_context() from ctdb_read_req() | Volker Lendecke | 2010-09-26 | 1 | -1/+2 | |
| | ||||||
* | s3: Remove talloc_autofree_context() from get_root_nt_token() | Volker Lendecke | 2010-09-26 | 1 | -1/+1 | |
| | | | | The memcache_add_talloc() later on steals it anyway | |||||
* | upgradeprovision: use the same case for hostname in reference provision as ↵ | Matthieu Patou | 2010-09-26 | 1 | -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 option | Andrew Tridgell | 2010-09-26 | 1 | -26/+68 | |
| | | | | this allows the build to auto retry if master changes | |||||
* | s4-dns: the DNS/${HOSTNAME} SPN should be on the DNS account only | Andrew Tridgell | 2010-09-26 | 1 | -1/+0 | |
| | ||||||
* | s4-provision: switch to dns-HOSTNAME instead of dns | Andrew Tridgell | 2010-09-26 | 4 | -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 ccache | Andrew Tridgell | 2010-09-26 | 1 | -0/+2 | |
| | ||||||
* | autobuild: added --fix-whitespace option | Andrew Tridgell | 2010-09-26 | 1 | -1/+7 | |
| | ||||||
* | autobuild: added --rebase-master and --push-master | Andrew Tridgell | 2010-09-26 | 2 | -3/+26 | |
| | | | | Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
* | autobuild: added a EDITOR script to mark successful autobuilds | Andrew Tridgell | 2010-09-26 | 2 | -7/+37 | |
| | | | | Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
* | autobuild: added --rebase option | Andrew Tridgell | 2010-09-26 | 1 | -24/+35 | |
| | | | | this allows you to rebase on a URL before starting | |||||
* | script: added autobuild.py automatic build test script | Andrew Tridgell | 2010-09-26 | 1 | -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 Mazdrashki | 2010-09-26 | 1 | -1/+7 | |
| | | | | connections | |||||
* | s4-fsmo.py: Fix usage of 'paged_search' module for remote LDB connections | Kamen Mazdrashki | 2010-09-26 | 1 | -2/+3 | |
| | ||||||
* | s4-delete_object.py: Fix usage of 'paged_search' module for remote LDB ↵ | Kamen Mazdrashki | 2010-09-26 | 1 | -2/+3 | |
| | | | | connections | |||||
* | s4-sec_descriptor.py: Fix usage of 'paged_search' module for remote LDB ↵ | Kamen Mazdrashki | 2010-09-26 | 1 | -1/+9 | |
| | | | | connections | |||||
* | s4-ldap_schema.py: Remove unused LDB connection to GC port | Kamen Mazdrashki | 2010-09-26 | 1 | -5/+0 | |
| | ||||||
* | s4-dsdb_schema_info.py: Fix usage of 'paged_search' module for remote LDB ↵ | Kamen Mazdrashki | 2010-09-26 | 1 | -6/+7 | |
| | | | | connections | |||||
* | s4-ldapcmp: Fix usage of 'paged_search' module for remote LDB connections | Kamen Mazdrashki | 2010-09-26 | 1 | -2/+3 | |
| | ||||||
* | s4-ldapcmp: Extend ldapcmp to be able to compare more than one context at a time | Kamen Mazdrashki | 2010-09-26 | 1 | -20/+33 | |
| | | | | If no arguments given, ldapcmp will compare all NCs | |||||
* | s3: Avoid an explicit ZERO_STRUCT | Volker Lendecke | 2010-09-26 | 1 | -3/+1 | |
| | ||||||
* | s3: Lift talloc_autofree_context() from make_auth_context_fixed() | Volker Lendecke | 2010-09-26 | 4 | -7/+10 | |
| | ||||||
* | s3: Lift talloc_autofree_context() from make_auth_context_subsystem() | Volker Lendecke | 2010-09-26 | 7 | -10/+18 | |
| | ||||||
* | s3: Lift talloc_autofree_context() from make_auth_context_text_list() | Volker Lendecke | 2010-09-26 | 1 | -3/+6 | |
| | ||||||
* | s3: Lift talloc_autofree_context() from make_auth_context() | Volker Lendecke | 2010-09-26 | 1 | -3/+7 | |
| | ||||||
* | s3: Fix a memleak in make_new_server_info_system() | Volker Lendecke | 2010-09-26 | 1 | -0/+1 | |
| | ||||||
* | s3: Remove talloc_autofree_context() from init_system_info() | Volker Lendecke | 2010-09-26 | 1 | -1/+2 | |
| | ||||||
* | s3: Fix a typo | Volker Lendecke | 2010-09-25 | 1 | -1/+1 | |
| | ||||||
* | s3: Fix some 64-bit warnings | Volker Lendecke | 2010-09-25 | 2 | -4/+6 | |
| | ||||||
* | pyteven: Fix build warnings. | Jelmer Vernooij | 2010-09-25 | 1 | -6/+16 | |
| | ||||||
* | Check in configure/Makefile for those projects that have waf as primary ↵ | Jelmer Vernooij | 2010-09-25 | 7 | -5/+219 | |
| | | | | build system. | |||||
* | pytevent: Add more tests. | Jelmer Vernooij | 2010-09-25 | 2 | -2/+81 | |
| | ||||||
* | pytevent: Fill in client side fnuctions. | Jelmer Vernooij | 2010-09-25 | 1 | -52/+393 | |
| | ||||||
* | selftest: If a testsuite is killed by a signal, let selftest die. | Jelmer Vernooij | 2010-09-25 | 1 | -2/+2 | |
| | ||||||
* | tevent: Add infrastructure for python bindings. | Jelmer Vernooij | 2010-09-25 | 2 | -1/+418 | |
| | ||||||
* | tevent: Switch to using waf by default. | Jelmer Vernooij | 2010-09-25 | 2 | -14/+15 | |
| | ||||||
* | s3: Fix bug 7470 | Volker Lendecke | 2010-09-25 | 3 | -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 requests | Andrew Tridgell | 2010-09-25 | 28 | -15/+109 | |
| | ||||||
* | s4-dsdb: added tagging of requests in dsdb modules | Andrew Tridgell | 2010-09-25 | 8 | -0/+30 | |
| | | | | | this allows you to call dsdb_req_chain_debug() in gdb or when writing debug code to see the request chain | |||||
* | ldb: added request location tracking | Andrew Tridgell | 2010-09-25 | 4 | -0/+39 | |
| | | | | | | this is used to help debug async ldb requests. The ldb request handle now contains a location string and the parent request pointer. This allows us to print a backtrace of ldb requests in the dsdb modules. | |||||
* | s4-repl: make getncchanges a bit less verbose | Andrew Tridgell | 2010-09-25 | 1 | -1/+1 | |
| | | | | this should reduce some of the clutter in make test | |||||
* | s4-net: added --ipaddress option to net commands | Andrew Tridgell | 2010-09-25 | 6 | -6/+13 | |
| | | | | | | | this allows override of server IP address, bypassing NBT or DNS name resolution of DCs Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
* | s4-pynet: added server keyword to Net() initialisation | Andrew Tridgell | 2010-09-25 | 1 | -3/+7 | |
| | | | | | | this sets up server_address in the libnet context Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
* | s4-libnet: added server_address option in libnet context | Andrew Tridgell | 2010-09-25 | 3 | -1/+6 | |
| | | | | | | this is used by libnet_LookupDCs Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
* | s4-finddcs: allow override of server IP address | Andrew Tridgell | 2010-09-25 | 2 | -1/+37 | |
| | | | | | | this will be used to implement --ipaddress option to net commands Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> |