Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-03 | s4:ldb: Make sample module implementation static. | Brad Hards | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 12:28:21 CET 2011 on sn-devel-104 | |||||
2011-01-03 | s4:ldb: Add prototype header. | Brad Hards | 1 | -0/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-01-03 | talloc: Fix warnings in test code | Brad Hards | 3 | -3/+12 | |
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 | s3:winbindd/idmap_ad.c: update my C | Michael Adam | 1 | -1/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Jan 3 09:19:07 CET 2011 on sn-devel-104 | |||||
2011-01-03 | s3:winbindd/idmap_util.c: add my C | Michael Adam | 1 | -0/+1 | |
2011-01-03 | s3:winbindd/idmap.c: add my C | Michael Adam | 1 | -0/+1 | |
2011-01-03 | remove unnecessary use of pass. | Jelmer Vernooij | 1 | -8/+0 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Jan 3 08:21:12 CET 2011 on sn-devel-104 | |||||
2011-01-03 | pyldb: Fix memory reference error. | Jelmer Vernooij | 2 | -2/+6 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Jan 3 02:34:05 CET 2011 on sn-devel-104 | |||||
2011-01-03 | Use TestCase.get_credentials() where possible. | Jelmer Vernooij | 4 | -7/+6 | |
2011-01-03 | pyldb: Always return -1, 0, or 1 in tp_compare functions. | Jelmer Vernooij | 1 | -6/+9 | |
2011-01-03 | Revert broken destructor changes. | Jelmer Vernooij | 2 | -2/+2 | |
2011-01-03 | pyldb: Fix memory context, add more OOM checks. | Jelmer Vernooij | 2 | -7/+11 | |
2011-01-03 | pyldb: Some more OOM checks. | Jelmer Vernooij | 1 | -4/+28 | |
2011-01-03 | Make all functions in pyldb.c private, as they can't be used anyway. | Jelmer Vernooij | 2 | -26/+27 | |
2011-01-03 | s4-python: Add missing prototypes. | Jelmer Vernooij | 2 | -0/+4 | |
2011-01-03 | pyldb: Use pytalloc-util. | Jelmer Vernooij | 2 | -1/+2 | |
2011-01-03 | ldb: Remove duplicate definition of check_special, use PyObject_New. | Jelmer Vernooij | 1 | -5/+4 | |
2011-01-03 | s4-python: Properly call PyObject_Del from all destructors. | Jelmer Vernooij | 2 | -2/+2 | |
2011-01-03 | Fix some formatting. | Jelmer Vernooij | 1 | -3/+3 | |
2011-01-03 | Use fail_on_null. | Jelmer Vernooij | 1 | -1/+1 | |
2011-01-02 | s4: Happy New Year 2011 | Stefan Metzmacher | 1 | -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-02 | s3: Happy New Year 2011 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-01-02 | s3: Fix a memleak in receive_getdc_response | Volker Lendecke | 1 | -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-02 | s3:net: make idmap_store_secret static. | Michael Adam | 2 | -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-02 | s3:net: fix the usage for net idmap secret (removing alloc) | Michael Adam | 1 | -5/+4 | |
2011-01-02 | s3:net: remove alloc parameter from idmap_store_secret() (net idmap store). | Michael Adam | 2 | -8/+4 | |
2011-01-02 | s3:idmap_ldap: remove special handling of alloc secret (not used any more). | Michael Adam | 1 | -11/+8 | |
2011-01-02 | s3:idmap_ldap: remove unused idmap_ldap_alloc_context. | Michael Adam | 1 | -7/+0 | |
2011-01-02 | s3:idmap_ldap: remove alloc context member from ldap_idmap_context | Michael Adam | 1 | -1/+0 | |
2011-01-02 | s3:idmap_ldap: remove use of alloc context from idmap_ldap_allocate_id(). | Michael Adam | 1 | -16/+10 | |
2011-01-02 | s3:idmap_ldap: remove unused idmap_ldap_alloc_close_destructor(). | Michael Adam | 1 | -12/+0 | |
2011-01-02 | s3:idmap_ldap: remove unused idmap_ldap_alloc_init(). | Michael Adam | 1 | -82/+0 | |
2011-01-02 | s3:idmap_ldap: don't call idmap_ldap_alloc_init in idmap_ldap_init. | Michael Adam | 1 | -3/+3 | |
Call verify_idpool() instead. | |||||
2011-01-02 | s3:idmap_ldap: remove use of the ldap_idmap_alloc_context from verify_idpool(). | Michael Adam | 1 | -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-02 | Fix a valgrind error | Volker Lendecke | 1 | -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-02 | Fix memory leak I introduced when refactoring unexpected packet code. | Jeremy Allison | 1 | -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-01 | s3: Remove unused mem_ctx arg from set_getdc_request | Volker Lendecke | 4 | -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-01 | s3: Factor out prep_getdc_request | Volker Lendecke | 1 | -31/+50 | |
2011-01-01 | s3: cli_send_mailslot -> cli_prep_mailslot | Volker Lendecke | 1 | -31/+28 | |
2011-01-01 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -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-01 | nss_wins: Fix a type-punned warning | Volker Lendecke | 1 | -1/+2 | |
2011-01-01 | heimdal_build: Add missing dependencies when building with system heimdal. | Jelmer Vernooij | 3 | -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-01 | heimdal_build: Support using system gssapi library. | Jelmer Vernooij | 1 | -0/+2 | |
2011-01-01 | heimdal_build: Support using system hdb and kdc libraries. | Jelmer Vernooij | 1 | -0/+5 | |
2011-01-01 | heimdal_build: Add conditionals for all libraries. | Jelmer Vernooij | 1 | -110/+105 | |
2011-01-01 | heimdal_build: Allow using system krb5. | Jelmer Vernooij | 2 | -70/+72 | |
2011-01-01 | heimdal_build: Allow using system heimntlm. | Jelmer Vernooij | 2 | -12/+16 | |
2011-01-01 | heimdal_build: Look for asn1_compile (but by default, don't use it). | Jelmer Vernooij | 2 | -10/+31 | |
2011-01-01 | s4-python: Only set BASETYPE flag if subclassing is supported. | Jelmer Vernooij | 8 | -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-01 | s4-python: Add more prototypes. | Jelmer Vernooij | 5 | -0/+10 | |