Volker Lendecke
4ebbbdd011
s3: Remove talloc_autofree_context() from swat
...
In both cases, pass is freed immediately
2010-09-26 03:29:29 +02:00
Volker Lendecke
bf6ca13346
s3: Remove talloc_autofree_context() from smbpasswd
...
In both cases, pwd is freed immediately
2010-09-26 03:29:29 +02:00
Volker Lendecke
77e96d3229
s3: Remove talloc_autofree_context() from net_sam_provision()
2010-09-26 03:29:29 +02:00
Volker Lendecke
2b601d72d5
s3: Remove talloc_autofree_context() from lookup_unix_user_name()
...
pwd is freed in this routine immediately
2010-09-26 03:29:28 +02:00
Volker Lendecke
9b2d3142c1
s3: Remove talloc_autofree_context() from pdb_init_ads()
2010-09-26 03:29:28 +02:00
Volker Lendecke
2d8b65066e
s3: Remove two talloc_autofree_context() calls
...
Both allocated blobs are freed in their routines
2010-09-26 03:29:28 +02:00
Volker Lendecke
997a64f6fb
s3: Remove talloc_autofree_context() from serverid_db()
...
If we needed an explicit tdb_close() in the destructor, we'd be hosed
long ago.
2010-09-26 03:29:28 +02:00
Volker Lendecke
34c0b166b6
s3: Remove talloc_autofree_context() from serverid_parent_init()
2010-09-26 03:29:28 +02:00
Volker Lendecke
8c55a9b459
s3: Remove talloc_autofree_context() from messaging_tdb_parent_init()
2010-09-26 03:29:28 +02:00
Volker Lendecke
c4efae77fa
s3: Remove talloc_autofree_context() from ctdb_read_req()
2010-09-26 03:29:28 +02:00
Volker Lendecke
86919606c7
s3: Remove talloc_autofree_context() from get_root_nt_token()
...
The memcache_add_talloc() later on steals it anyway
2010-09-26 03:29:27 +02:00
Matthieu Patou
69ef2b3705
upgradeprovision: use the same case for hostname in reference provision as 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
2010-09-26 01:21:52 +00:00
Andrew Tridgell
e9560722ca
autobuild: added --retry option
...
this allows the build to auto retry if master changes
2010-09-26 01:21:50 +00:00
Andrew Tridgell
e8fec1d3c6
s4-dns: the DNS/${HOSTNAME} SPN should be on the DNS account only
2010-09-26 01:21:50 +00:00
Andrew Tridgell
b8444b64a3
s4-provision: switch to dns-HOSTNAME instead of dns
...
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>
2010-09-26 01:21:49 +00:00
Andrew Tridgell
00791652f4
autobuild: enable ccache
2010-09-26 01:21:49 +00:00
Andrew Tridgell
d9a0546666
autobuild: added --fix-whitespace option
2010-09-26 01:21:49 +00:00
Andrew Tridgell
5d5ae099d1
autobuild: added --rebase-master and --push-master
...
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-09-26 01:21:49 +00:00
Andrew Tridgell
91b62a2744
autobuild: added a EDITOR script to mark successful autobuilds
...
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-09-26 01:21:49 +00:00
Andrew Tridgell
f7fb272e95
autobuild: added --rebase option
...
this allows you to rebase on a URL before starting
2010-09-26 01:21:49 +00:00
Andrew Tridgell
a09b241ebb
script: added autobuild.py automatic build test script
...
this can be used to run all tests in parallel, in free git clones
2010-09-26 01:21:49 +00:00
Kamen Mazdrashki
f1b3c4dd38
s4-possibleinferiors.py: Fix usage of 'paged_search' module for remote LDB connections
2010-09-26 02:25:13 +03:00
Kamen Mazdrashki
11785600be
s4-fsmo.py: Fix usage of 'paged_search' module for remote LDB connections
2010-09-26 02:25:12 +03:00
Kamen Mazdrashki
cf57771116
s4-delete_object.py: Fix usage of 'paged_search' module for remote LDB connections
2010-09-26 02:25:12 +03:00
Kamen Mazdrashki
04826b65f6
s4-sec_descriptor.py: Fix usage of 'paged_search' module for remote LDB connections
2010-09-26 02:25:12 +03:00
Kamen Mazdrashki
7a7068f2ed
s4-ldap_schema.py: Remove unused LDB connection to GC port
2010-09-26 02:25:11 +03:00
Kamen Mazdrashki
8780d2934b
s4-dsdb_schema_info.py: Fix usage of 'paged_search' module for remote LDB connections
2010-09-26 02:25:11 +03:00
Kamen Mazdrashki
7e1e7b16f6
s4-ldapcmp: Fix usage of 'paged_search' module for remote LDB connections
2010-09-26 02:25:10 +03:00
Kamen Mazdrashki
9e6fa8553c
s4-ldapcmp: Extend ldapcmp to be able to compare more than one context at a time
...
If no arguments given, ldapcmp will compare all NCs
2010-09-26 02:25:03 +03:00
Volker Lendecke
dda1dd63d3
s3: Avoid an explicit ZERO_STRUCT
2010-09-26 01:12:37 +02:00
Volker Lendecke
6ee0d866c2
s3: Lift talloc_autofree_context() from make_auth_context_fixed()
2010-09-26 01:12:37 +02:00
Volker Lendecke
242e329610
s3: Lift talloc_autofree_context() from make_auth_context_subsystem()
2010-09-26 01:12:37 +02:00
Volker Lendecke
2d8be31e88
s3: Lift talloc_autofree_context() from make_auth_context_text_list()
2010-09-26 01:12:37 +02:00
Volker Lendecke
61861e4b7d
s3: Lift talloc_autofree_context() from make_auth_context()
2010-09-26 01:12:37 +02:00
Volker Lendecke
b12744513e
s3: Fix a memleak in make_new_server_info_system()
2010-09-26 01:12:37 +02:00
Volker Lendecke
15a3afbd19
s3: Remove talloc_autofree_context() from init_system_info()
2010-09-26 01:12:37 +02:00
Volker Lendecke
e4591eb8c1
s3: Fix a typo
2010-09-25 15:45:09 -07:00
Volker Lendecke
a0d3ffbf92
s3: Fix some 64-bit warnings
2010-09-25 15:01:29 -07:00
Jelmer Vernooij
0a18f89e8a
pyteven: Fix build warnings.
2010-09-25 12:20:58 -07:00
Jelmer Vernooij
296ff486e4
Check in configure/Makefile for those projects that have waf as primary build system.
2010-09-25 12:20:57 -07:00
Jelmer Vernooij
e68afdc02f
pytevent: Add more tests.
2010-09-25 12:20:57 -07:00
Jelmer Vernooij
ddb3c48f1a
pytevent: Fill in client side fnuctions.
2010-09-25 12:20:57 -07:00
Jelmer Vernooij
ba5d034d53
selftest: If a testsuite is killed by a signal, let selftest die.
2010-09-25 12:20:56 -07:00
Jelmer Vernooij
465cff7531
tevent: Add infrastructure for python bindings.
2010-09-25 12:20:56 -07:00
Jelmer Vernooij
1f22b63b34
tevent: Switch to using waf by default.
2010-09-25 12:20:56 -07:00
Volker Lendecke
e81db37a87
s3: Fix bug 7470
...
S_IREAD and S_IWRITE are not standard.
Thanks to Joachim Schmitz <schmitz@hp.com> for reporting!
2010-09-25 10:59:15 -07:00
Andrew Tridgell
85ba79063f
ldb: mark the location of a lot more ldb requests
2010-09-25 10:38:45 -07:00
Andrew Tridgell
5568fcd88b
s4-dsdb: added tagging of requests in dsdb modules
...
this allows you to call dsdb_req_chain_debug() in gdb or when writing
debug code to see the request chain
2010-09-25 10:38:45 -07:00
Andrew Tridgell
f4893e7d33
ldb: added request location tracking
...
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.
2010-09-25 10:38:45 -07:00
Andrew Tridgell
d72dbe847e
s4-repl: make getncchanges a bit less verbose
...
this should reduce some of the clutter in make test
2010-09-25 10:38:45 -07:00