summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* s3: Factor out prep_getdc_requestVolker Lendecke2011-01-011-31/+50
|
* s3: cli_send_mailslot -> cli_prep_mailslotVolker Lendecke2011-01-011-31/+28
|
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-011-2/+2
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Jan 1 16:03:23 CET 2011 on sn-devel-104
* nss_wins: Fix a type-punned warningVolker Lendecke2011-01-011-1/+2
|
* heimdal_build: Add missing dependencies when building with system heimdal.Jelmer Vernooij2011-01-013-3/+4
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 04:46:35 CET 2011 on sn-devel-104
* heimdal_build: Support using system gssapi library.Jelmer Vernooij2011-01-011-0/+2
|
* heimdal_build: Support using system hdb and kdc libraries.Jelmer Vernooij2011-01-011-0/+5
|
* heimdal_build: Add conditionals for all libraries.Jelmer Vernooij2011-01-011-110/+105
|
* heimdal_build: Allow using system krb5.Jelmer Vernooij2011-01-012-70/+72
|
* heimdal_build: Allow using system heimntlm.Jelmer Vernooij2011-01-012-12/+16
|
* heimdal_build: Look for asn1_compile (but by default, don't use it).Jelmer Vernooij2011-01-012-10/+31
|
* s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij2011-01-018-28/+22
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 03:39:58 CET 2011 on sn-devel-104
* s4-python: Add more prototypes.Jelmer Vernooij2011-01-015-0/+10
|
* s4-python: Properly call PyObject_Del from all destructors.Jelmer Vernooij2011-01-013-7/+8
|
* wmi: Remove unnecessary noprint statements.Jelmer Vernooij2011-01-014-29/+20
|
* talloc/tdb/tevent: Remove obsolete signatures files.Jelmer Vernooij2011-01-013-180/+0
|
* s3: Add some const to receive_getdc_responseVolker Lendecke2010-12-312-2/+2
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Dec 31 14:48:57 CET 2010 on sn-devel-104
* s3: Add some const to send_getdc_requestVolker Lendecke2010-12-312-2/+2
|
* s3: Fix some nonempty blank linesVolker Lendecke2010-12-312-77/+77
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Dec 31 10:58:31 CET 2010 on sn-devel-104
* script/autobuild.py: check that the source tree has no uncommitted changes ↵Stefan Metzmacher2010-12-312-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
* s3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we just want to set the ↵Stefan Metzmacher2010-12-301-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
* examples:createdombj: default prefix to target-type, not "group"Michael Adam2010-12-301-1/+3
| | | | | | | It can be irritating to create users named group00001, group00002, ... :-) Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Dec 30 17:22:57 CET 2010 on sn-devel-104
* s3: Fix two uninitialized variablesVolker Lendecke2010-12-302-2/+2
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Dec 30 12:52:47 CET 2010 on sn-devel-104
* s3: Allow more control over smbsock_[any_]connectVolker Lendecke2010-12-294-39/+117
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Dec 29 23:30:44 CET 2010 on sn-devel-104
* Use sockaddr_storage in async sendto/recvfromVolker Lendecke2010-12-292-11/+28
|
* tdb: add ABI/tdb-1.2.9.sigsStefan Metzmacher2010-12-291-0/+62
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Dec 29 11:26:12 CET 2010 on sn-devel-104
* tdb: tdb_summary() support.Rusty Russell2010-12-297-10/+206
| | | | | Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Wed Dec 29 10:12:05 CET 2010 on sn-devel-104
* Fix bug #7892 - open_file_fchmod() leaves a stale lock.Jeremy Allison2010-12-294-47/+11
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Dec 29 02:15:23 CET 2010 on sn-devel-104