Brad Hards
d8dfdea2cc
s4:ldb: Add prototype header.
...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-01-03 11:17:51 +01:00
Brad Hards
10b1ed670f
talloc: Fix warnings in test code
...
This should not change any behaviour - the intent is just to reduce
the "nuisance" warnings.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Jan 3 11:12:39 CET 2011 on sn-devel-104
2011-01-03 11:12:39 +01:00
Michael Adam
3e52b99a31
s3:winbindd/idmap_ad.c: update my C
...
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Jan 3 09:19:07 CET 2011 on sn-devel-104
2011-01-03 09:19:07 +01:00
Michael Adam
55f7a0417f
s3:winbindd/idmap_util.c: add my C
2011-01-03 08:34:04 +01:00
Michael Adam
5f969d7a94
s3:winbindd/idmap.c: add my C
2011-01-03 08:34:04 +01:00
Jelmer Vernooij
b5474f2441
remove unnecessary use of pass.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Jan 3 08:21:12 CET 2011 on sn-devel-104
2011-01-03 08:21:12 +01:00
Jelmer Vernooij
22b7cb3f29
pyldb: Fix memory reference error.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Jan 3 02:34:05 CET 2011 on sn-devel-104
2011-01-03 02:34:05 +01:00
Jelmer Vernooij
9fc2e6c352
Use TestCase.get_credentials() where possible.
2011-01-03 01:48:05 +01:00
Jelmer Vernooij
0346f51632
pyldb: Always return -1, 0, or 1 in tp_compare functions.
2011-01-03 01:48:05 +01:00
Jelmer Vernooij
fdb0aa2b04
Revert broken destructor changes.
2011-01-03 01:48:05 +01:00
Jelmer Vernooij
027e6b2b22
pyldb: Fix memory context, add more OOM checks.
2011-01-03 01:48:05 +01:00
Jelmer Vernooij
50a2c83908
pyldb: Some more OOM checks.
2011-01-03 01:48:05 +01:00
Jelmer Vernooij
2533a50471
Make all functions in pyldb.c private, as they can't be used anyway.
2011-01-03 01:48:05 +01:00
Jelmer Vernooij
8bf5356958
s4-python: Add missing prototypes.
2011-01-03 01:48:04 +01:00
Jelmer Vernooij
e31224e27c
pyldb: Use pytalloc-util.
2011-01-03 01:48:04 +01:00
Jelmer Vernooij
b63f9c1996
ldb: Remove duplicate definition of check_special, use PyObject_New.
2011-01-03 01:48:04 +01:00
Jelmer Vernooij
cbf504b0c5
s4-python: Properly call PyObject_Del from all destructors.
2011-01-03 01:48:04 +01:00
Jelmer Vernooij
b320cc7990
Fix some formatting.
2011-01-03 01:48:04 +01:00
Jelmer Vernooij
320fd69923
Use fail_on_null.
2011-01-03 01:48:04 +01:00
Stefan Metzmacher
4d5c0c3ec5
s4: Happy New Year 2011
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Jan 2 18:42:12 CET 2011 on sn-devel-104
2011-01-02 18:42:12 +01:00
Stefan Metzmacher
81a167b5df
s3: Happy New Year 2011
...
metze
2011-01-02 17:55:05 +01:00
Volker Lendecke
593c004b74
s3: Fix a memleak in receive_getdc_response
...
It's the free_packet() that was missing. On the way, I've changed the
"return false;" to a "goto fail;", which makes the patch a bit larger.
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Jan 2 14:27:56 CET 2011 on sn-devel-104
2011-01-02 14:27:56 +01:00
Michael Adam
45cb9bba37
s3:net: make idmap_store_secret static.
...
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Sun Jan 2 13:41:07 CET 2011 on sn-devel-104
2011-01-02 13:41:07 +01:00
Michael Adam
7f256a740c
s3:net: fix the usage for net idmap secret (removing alloc)
2011-01-02 12:51:55 +01:00
Michael Adam
11016f2a6b
s3:net: remove alloc parameter from idmap_store_secret() (net idmap store).
2011-01-02 12:51:55 +01:00
Michael Adam
2d3a8b196f
s3:idmap_ldap: remove special handling of alloc secret (not used any more).
2011-01-02 12:51:54 +01:00
Michael Adam
52b37de5d8
s3:idmap_ldap: remove unused idmap_ldap_alloc_context.
2011-01-02 12:51:54 +01:00
Michael Adam
91e7430817
s3:idmap_ldap: remove alloc context member from ldap_idmap_context
2011-01-02 12:51:54 +01:00
Michael Adam
5908bd62b5
s3:idmap_ldap: remove use of alloc context from idmap_ldap_allocate_id().
2011-01-02 12:51:54 +01:00
Michael Adam
510bf2d591
s3:idmap_ldap: remove unused idmap_ldap_alloc_close_destructor().
2011-01-02 12:51:54 +01:00
Michael Adam
f83fa1ec20
s3:idmap_ldap: remove unused idmap_ldap_alloc_init().
2011-01-02 12:51:54 +01:00
Michael Adam
632e232fc4
s3:idmap_ldap: don't call idmap_ldap_alloc_init in idmap_ldap_init.
...
Call verify_idpool() instead.
2011-01-02 12:51:54 +01:00
Michael Adam
58508c9726
s3:idmap_ldap: remove use of the ldap_idmap_alloc_context from verify_idpool().
...
Allocation is now subsumed in the idmap ldap config.
This is the beginning of the removal of the idmap ldap alloc parameters.
2011-01-02 12:51:54 +01:00
Volker Lendecke
41179c2538
Fix a valgrind error
...
Thanks to Tridge for the hint.
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Jan 2 10:58:51 CET 2011 on sn-devel-104
2011-01-02 10:58:51 +01:00
Jeremy Allison
9d754da112
Fix memory leak I introduced when refactoring unexpected packet code.
...
Found by Volker.
Jeremy.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sun Jan 2 06:11:13 CET 2011 on sn-devel-104
2011-01-02 06:11:13 +01:00
Volker Lendecke
9ccef4e62b
s3: Remove unused mem_ctx arg from set_getdc_request
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Jan 1 23:00:24 CET 2011 on sn-devel-104
2011-01-01 23:00:24 +01:00
Volker Lendecke
b2ba2b956e
s3: Factor out prep_getdc_request
2011-01-01 22:14:19 +01:00
Volker Lendecke
e0abc5c15f
s3: cli_send_mailslot -> cli_prep_mailslot
2011-01-01 22:14:19 +01:00
Volker Lendecke
bb6da9f06c
s3: Fix some nonempty blank lines
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Jan 1 16:03:23 CET 2011 on sn-devel-104
2011-01-01 16:03:23 +01:00
Volker Lendecke
407a1b3e74
nss_wins: Fix a type-punned warning
2011-01-01 15:16:38 +01:00
Jelmer Vernooij
3b4fd3573e
heimdal_build: Add missing dependencies when building with system heimdal.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Jan 1 04:46:35 CET 2011 on sn-devel-104
2011-01-01 04:46:35 +01:00
Jelmer Vernooij
d93fd5f06b
heimdal_build: Support using system gssapi library.
2011-01-01 04:00:04 +01:00
Jelmer Vernooij
6a669c7454
heimdal_build: Support using system hdb and kdc libraries.
2011-01-01 04:00:03 +01:00
Jelmer Vernooij
0d6c739260
heimdal_build: Add conditionals for all libraries.
2011-01-01 04:00:03 +01:00
Jelmer Vernooij
91fc7a2ddc
heimdal_build: Allow using system krb5.
2011-01-01 04:00:03 +01:00
Jelmer Vernooij
4ea992428b
heimdal_build: Allow using system heimntlm.
2011-01-01 04:00:03 +01:00
Jelmer Vernooij
3febaed9ba
heimdal_build: Look for asn1_compile (but by default, don't use it).
2011-01-01 04:00:03 +01:00
Jelmer Vernooij
5792fa90ac
s4-python: Only set BASETYPE flag if subclassing is supported.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Jan 1 03:39:58 CET 2011 on sn-devel-104
2011-01-01 03:39:58 +01:00
Jelmer Vernooij
f5fe9c32ef
s4-python: Add more prototypes.
2011-01-01 02:54:05 +01:00
Jelmer Vernooij
4350e0c3c9
s4-python: Properly call PyObject_Del from all destructors.
2011-01-01 02:54:05 +01:00