summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* nsswitch: remove includes.h dependency from nsstest.cStefan Metzmacher2011-01-041-16/+9
| | | | metze
* dynconfig: Add extern to header, try to unbreak imini buildfarm host.Brad Hards2011-01-041-1/+1
| | | | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 4 05:39:57 CET 2011 on sn-devel-104
* talloc: Typo fix for api docsBrad Hards2011-01-041-1/+1
|
* nsswitch Add talloc depencency for nsstestAndrew Bartlett2011-01-041-1/+1
| | | | | | | | | | | nsstest does not use talloc, but it includes talloc.h via includes.h, and so without this it cannot find the right internal header. This wasn't noticed before, as most linux developer boxes have a talloc.h. The issue was reported by Adam Tauno Williams <awilliam at whitemice.org> Andrew Bartlett
* s4-heimdal_build Remove talloc dep for krb5-glue.cAndrew Bartlett2011-01-041-6/+0
| | | | | | | This glue does not require any internal Samba functionality, just the same heimdal headers as the files it is providing a stub replacement for. Andrew Bartlett
* s4-heimdal_build Remove talloc dependency from hdb-glue.cAndrew Bartlett2011-01-041-6/+0
| | | | | | This file can compile with just heimdal headers. Andrew Bartlett
* s3:net_rpc_vampire_keytab: don't return -1 on success (bug #7899)Stefan Metzmacher2011-01-031-1/+0
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 19:05:11 CET 2011 on sn-devel-104
* s3-waf: fix the build.Günther Deschner2011-01-031-2/+4
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 3 18:19:01 CET 2011 on sn-devel-104
* lib/crypto: add aes_cfb8_encrypt()Stefan Metzmacher2011-01-032-0/+26
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 17:32:07 CET 2011 on sn-devel-104
* s3:librpc: use netsec_outgoing_sig_size() instead of a hardcoded signatureStefan Metzmacher2011-01-031-1/+4
| | | | | | size metze
* s4:gensec/schannel: use netsec_outgoing_sig_size() to get the signature sizeStefan Metzmacher2011-01-031-1/+6
| | | | metze
* libcli/auth: add netsec_outgoing_sig_size()Stefan Metzmacher2011-01-032-0/+15
| | | | | | | The size of the signature blob depends on the used algorithm. metze
* s4:dynconfig: Add prototypes to match dynconfig.cBrad Hards2011-01-032-20/+36
| | | | | | | | | Also, SCRIPTSBINDIR isn't really common with Samba3 dynconfig Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 13:25:04 CET 2011 on sn-devel-104
* s4:ldb: Make sample module implementation static.Brad Hards2011-01-031-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
* s4:ldb: Add prototype header.Brad Hards2011-01-031-0/+2
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* talloc: Fix warnings in test codeBrad Hards2011-01-033-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
* s3:winbindd/idmap_ad.c: update my CMichael Adam2011-01-031-1/+1
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Jan 3 09:19:07 CET 2011 on sn-devel-104
* s3:winbindd/idmap_util.c: add my CMichael Adam2011-01-031-0/+1
|
* s3:winbindd/idmap.c: add my CMichael Adam2011-01-031-0/+1
|
* remove unnecessary use of pass.Jelmer Vernooij2011-01-031-8/+0
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Jan 3 08:21:12 CET 2011 on sn-devel-104
* pyldb: Fix memory reference error.Jelmer Vernooij2011-01-032-2/+6
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Jan 3 02:34:05 CET 2011 on sn-devel-104
* Use TestCase.get_credentials() where possible.Jelmer Vernooij2011-01-034-7/+6
|
* pyldb: Always return -1, 0, or 1 in tp_compare functions.Jelmer Vernooij2011-01-031-6/+9
|
* Revert broken destructor changes.Jelmer Vernooij2011-01-032-2/+2
|
* pyldb: Fix memory context, add more OOM checks.Jelmer Vernooij2011-01-032-7/+11
|
* pyldb: Some more OOM checks.Jelmer Vernooij2011-01-031-4/+28
|
* Make all functions in pyldb.c private, as they can't be used anyway.Jelmer Vernooij2011-01-032-26/+27
|
* s4-python: Add missing prototypes.Jelmer Vernooij2011-01-032-0/+4
|
* pyldb: Use pytalloc-util.Jelmer Vernooij2011-01-032-1/+2
|
* ldb: Remove duplicate definition of check_special, use PyObject_New.Jelmer Vernooij2011-01-031-5/+4
|
* s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2011-01-032-2/+2
|
* Fix some formatting.Jelmer Vernooij2011-01-031-3/+3
|
* Use fail_on_null.Jelmer Vernooij2011-01-031-1/+1
|
* s4: Happy New Year 2011Stefan Metzmacher2011-01-021-1/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jan 2 18:42:12 CET 2011 on sn-devel-104
* s3: Happy New Year 2011Stefan Metzmacher2011-01-021-1/+1
| | | | metze
* s3: Fix a memleak in receive_getdc_responseVolker Lendecke2011-01-021-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
* s3:net: make idmap_store_secret static.Michael Adam2011-01-022-6/+4
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sun Jan 2 13:41:07 CET 2011 on sn-devel-104
* s3:net: fix the usage for net idmap secret (removing alloc)Michael Adam2011-01-021-5/+4
|
* s3:net: remove alloc parameter from idmap_store_secret() (net idmap store).Michael Adam2011-01-022-8/+4
|
* s3:idmap_ldap: remove special handling of alloc secret (not used any more).Michael Adam2011-01-021-11/+8
|
* s3:idmap_ldap: remove unused idmap_ldap_alloc_context.Michael Adam2011-01-021-7/+0
|
* s3:idmap_ldap: remove alloc context member from ldap_idmap_contextMichael Adam2011-01-021-1/+0
|
* s3:idmap_ldap: remove use of alloc context from idmap_ldap_allocate_id().Michael Adam2011-01-021-16/+10
|
* s3:idmap_ldap: remove unused idmap_ldap_alloc_close_destructor().Michael Adam2011-01-021-12/+0
|
* s3:idmap_ldap: remove unused idmap_ldap_alloc_init().Michael Adam2011-01-021-82/+0
|
* s3:idmap_ldap: don't call idmap_ldap_alloc_init in idmap_ldap_init.Michael Adam2011-01-021-3/+3
| | | | Call verify_idpool() instead.
* s3:idmap_ldap: remove use of the ldap_idmap_alloc_context from verify_idpool().Michael Adam2011-01-021-12/+7
| | | | | Allocation is now subsumed in the idmap ldap config. This is the beginning of the removal of the idmap ldap alloc parameters.
* Fix a valgrind errorVolker Lendecke2011-01-021-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
* Fix memory leak I introduced when refactoring unexpected packet code.Jeremy Allison2011-01-021-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
* s3: Remove unused mem_ctx arg from set_getdc_requestVolker Lendecke2011-01-014-6/+4
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 1 23:00:24 CET 2011 on sn-devel-104