Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-05 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -26/+25 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 5 16:03:24 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3:build: don't use cli_dssetup.c any more | Stefan Metzmacher | 2 | -9/+4 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 22:21:48 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3:net_utils: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation() | Stefan Metzmacher | 1 | -2/+8 | |
metze | |||||
2011-01-04 | s3:winbindd: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation() | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2011-01-04 | s3:rpcclient: use dcerpc_binding_handle based client stubs in cmd_dssetup.c | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-01-04 | s3:build: don't use cli_epmapper.c anymore | Stefan Metzmacher | 2 | -7/+2 | |
metze | |||||
2011-01-04 | s3:rpcclient: improve "epmmap" output | Stefan Metzmacher | 1 | -6/+25 | |
metze | |||||
2011-01-04 | s3:rpcclient: use dcerpc_binding_handle bases client stubs in cmd_epmapper.c | Stefan Metzmacher | 1 | -8/+35 | |
metze | |||||
2011-01-04 | s3:rpc_client: use dcerpc_epm_Map() and don't ignore 'result' anymore. | Stefan Metzmacher | 1 | -2/+11 | |
metze | |||||
2011-01-04 | s3-rpcecho: Only register rpcecho in the developer build. | Andreas Schneider | 3 | -4/+4 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Tue Jan 4 18:56:38 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3:build: don't use cli_ntsvcs.c any more. | Stefan Metzmacher | 2 | -7/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 17:23:17 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3:rpcclient: use dcerpc_binding_handle client stubs in cmd_ntsvcs.c | Stefan Metzmacher | 1 | -7/+14 | |
metze | |||||
2011-01-04 | s3:build: don't use cli_wbint.c any more | Stefan Metzmacher | 3 | -7/+1 | |
metze | |||||
2011-01-04 | s3-waf: convert SAMBA_VERSION into a subsystem. | Günther Deschner | 1 | -3/+8 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 4 15:10:52 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3-waf: convert PASSCHANGE into a subsystem. | Günther Deschner | 1 | -5/+9 | |
Guenther | |||||
2011-01-04 | s3-waf: add UTIL_TDB subsystem. | Günther Deschner | 1 | -6/+10 | |
Guenther | |||||
2011-01-04 | s3-waf: Fixed the static rpc service build. | Andreas Schneider | 3 | -139/+80 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Tue Jan 4 12:09:48 CET 2011 on sn-devel-104 | |||||
2011-01-04 | s3-smbd: Call the rpc service shutdown functions. | Andreas Schneider | 1 | -0/+34 | |
2011-01-04 | s3-build: Remove broken RPC modules support. | Andreas Schneider | 3 | -31/+8 | |
With the current module support for rpc we're not able to call the init functions with the rpc callback structure. So init functions and shutdown functions aren't called. These init functions are needed to setup pre requirements like migrating the printer databases and register at the endpoint mapper. The shutdown functions cleanup memory and deregister from the endpoint mapper. | |||||
2011-01-04 | s3-smbd: Call all the rpc services in the right order. | Andreas Schneider | 1 | -5/+41 | |
2011-01-03 | s3:net_rpc_vampire_keytab: don't return -1 on success (bug #7899) | Stefan Metzmacher | 1 | -1/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 3 19:05:11 CET 2011 on sn-devel-104 | |||||
2011-01-03 | s3-waf: fix the build. | Günther Deschner | 1 | -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 | |||||
2011-01-03 | s3:librpc: use netsec_outgoing_sig_size() instead of a hardcoded signature | Stefan Metzmacher | 1 | -1/+4 | |
size metze | |||||
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-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 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 | |||||
2010-12-31 | s3: Add some const to receive_getdc_response | Volker Lendecke | 2 | -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-31 | s3: Add some const to send_getdc_request | Volker Lendecke | 2 | -2/+2 | |
2010-12-31 | s3: Fix some nonempty blank lines | Volker Lendecke | 2 | -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-30 | s3:lib/netapi: don't set SAMR_FIELD_FULL_NAME if we just want to set the ↵ | Stefan Metzmacher | 1 | -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 | |||||
2010-12-30 | s3: Fix two uninitialized variables | Volker Lendecke | 2 | -2/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Dec 30 12:52:47 CET 2010 on sn-devel-104 | |||||
2010-12-29 | s3: Allow more control over smbsock_[any_]connect | Volker Lendecke | 4 | -39/+117 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Dec 29 23:30:44 CET 2010 on sn-devel-104 |