summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-03Use TestCase.get_credentials() where possible.Jelmer Vernooij4-7/+6
2011-01-03pyldb: Always return -1, 0, or 1 in tp_compare functions.Jelmer Vernooij1-6/+9
2011-01-03Revert broken destructor changes.Jelmer Vernooij2-2/+2
2011-01-03pyldb: Fix memory context, add more OOM checks.Jelmer Vernooij2-7/+11
2011-01-03pyldb: Some more OOM checks.Jelmer Vernooij1-4/+28
2011-01-03Make all functions in pyldb.c private, as they can't be used anyway.Jelmer Vernooij2-26/+27
2011-01-03s4-python: Add missing prototypes.Jelmer Vernooij2-0/+4
2011-01-03pyldb: Use pytalloc-util.Jelmer Vernooij2-1/+2
2011-01-03ldb: Remove duplicate definition of check_special, use PyObject_New.Jelmer Vernooij1-5/+4
2011-01-03s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2-2/+2
2011-01-03Fix some formatting.Jelmer Vernooij1-3/+3
2011-01-03Use fail_on_null.Jelmer Vernooij1-1/+1
2011-01-02s4: Happy New Year 2011Stefan Metzmacher1-1/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jan 2 18:42:12 CET 2011 on sn-devel-104
2011-01-02s3: Happy New Year 2011Stefan Metzmacher1-1/+1
metze
2011-01-02s3: Fix a memleak in receive_getdc_responseVolker Lendecke1-15/+22
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-02s3:net: make idmap_store_secret static.Michael Adam2-6/+4
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sun Jan 2 13:41:07 CET 2011 on sn-devel-104
2011-01-02s3:net: fix the usage for net idmap secret (removing alloc)Michael Adam1-5/+4
2011-01-02s3:net: remove alloc parameter from idmap_store_secret() (net idmap store).Michael Adam2-8/+4
2011-01-02s3:idmap_ldap: remove special handling of alloc secret (not used any more).Michael Adam1-11/+8
2011-01-02s3:idmap_ldap: remove unused idmap_ldap_alloc_context.Michael Adam1-7/+0
2011-01-02s3:idmap_ldap: remove alloc context member from ldap_idmap_contextMichael Adam1-1/+0
2011-01-02s3:idmap_ldap: remove use of alloc context from idmap_ldap_allocate_id().Michael Adam1-16/+10
2011-01-02s3:idmap_ldap: remove unused idmap_ldap_alloc_close_destructor().Michael Adam1-12/+0
2011-01-02s3:idmap_ldap: remove unused idmap_ldap_alloc_init().Michael Adam1-82/+0
2011-01-02s3:idmap_ldap: don't call idmap_ldap_alloc_init in idmap_ldap_init.Michael Adam1-3/+3
Call verify_idpool() instead.
2011-01-02s3:idmap_ldap: remove use of the ldap_idmap_alloc_context from verify_idpool().Michael Adam1-12/+7
Allocation is now subsumed in the idmap ldap config. This is the beginning of the removal of the idmap ldap alloc parameters.
2011-01-02Fix a valgrind errorVolker Lendecke1-2/+4
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-02Fix memory leak I introduced when refactoring unexpected packet code.Jeremy Allison1-0/+1
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-01s3: Remove unused mem_ctx arg from set_getdc_requestVolker Lendecke4-6/+4
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 1 23:00:24 CET 2011 on sn-devel-104
2011-01-01s3: Factor out prep_getdc_requestVolker Lendecke1-31/+50
2011-01-01s3: cli_send_mailslot -> cli_prep_mailslotVolker Lendecke1-31/+28
2011-01-01s3: Fix some nonempty blank linesVolker Lendecke1-2/+2
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 1 16:03:23 CET 2011 on sn-devel-104
2011-01-01nss_wins: Fix a type-punned warningVolker Lendecke1-1/+2
2011-01-01heimdal_build: Add missing dependencies when building with system heimdal.Jelmer Vernooij3-3/+4
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 04:46:35 CET 2011 on sn-devel-104
2011-01-01heimdal_build: Support using system gssapi library.Jelmer Vernooij1-0/+2
2011-01-01heimdal_build: Support using system hdb and kdc libraries.Jelmer Vernooij1-0/+5
2011-01-01heimdal_build: Add conditionals for all libraries.Jelmer Vernooij1-110/+105
2011-01-01heimdal_build: Allow using system krb5.Jelmer Vernooij2-70/+72
2011-01-01heimdal_build: Allow using system heimntlm.Jelmer Vernooij2-12/+16
2011-01-01heimdal_build: Look for asn1_compile (but by default, don't use it).Jelmer Vernooij2-10/+31
2011-01-01s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij8-28/+22
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 03:39:58 CET 2011 on sn-devel-104
2011-01-01s4-python: Add more prototypes.Jelmer Vernooij5-0/+10
2011-01-01s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij3-7/+8
2011-01-01wmi: Remove unnecessary noprint statements.Jelmer Vernooij4-29/+20
2011-01-01talloc/tdb/tevent: Remove obsolete signatures files.Jelmer Vernooij3-180/+0
2010-12-31s3: Add some const to receive_getdc_responseVolker Lendecke2-2/+2
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Dec 31 14:48:57 CET 2010 on sn-devel-104
2010-12-31s3: Add some const to send_getdc_requestVolker Lendecke2-2/+2
2010-12-31s3: Fix some nonempty blank linesVolker Lendecke2-77/+77
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Dec 31 10:58:31 CET 2010 on sn-devel-104
2010-12-31script/autobuild.py: check that the source tree has no uncommitted changes ↵Stefan Metzmacher2-7/+54
after make This makes sure the ABI files will be committed when the ABI changed. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 31 04:03:28 CET 2010 on sn-devel-104
2010-12-30s3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we just want to set the ↵Stefan Metzmacher1-3/+0
account name (bug #7896) metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Dec 30 18:09:13 CET 2010 on sn-devel-104