summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Collapse)AuthorAgeFilesLines
* s3-rpc_client: actually call lsa_open_policy2() in rpccli_lsa_open_policy2().Günther Deschner2011-03-231-6/+7
| | | | | | | | | Found by Sumit Bose <sbose@redhat.com>, thanks! Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 23 20:12:38 CET 2011 on sn-devel-104
* s3-epmapper: Use DCERPC_AUTH_LEVEL_CONNECT for ep ncalrpc.Andreas Schneider2011-03-231-1/+1
|
* s3: Fix Coverity ID 2232, REVERSE_INULLVolker Lendecke2011-03-161-2/+4
| | | | No point checking for !cli after dereferencing it
* s3: Fix Coverity ID 2319: Uninitialized readVolker Lendecke2011-03-161-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue.
* s3: Fix Coverity ID 2278: Uninitialized readVolker Lendecke2011-03-151-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue.
* s3: Fix Coverity ID 2280: Uninitialized readVolker Lendecke2011-03-151-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue.
* s3: Fix Coverity ID 2282: Uninitialized readVolker Lendecke2011-03-151-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue.
* s3: Fix Coverity ID 2288: Uninitialized readVolker Lendecke2011-03-151-1/+1
| | | | | We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue.
* s3: Fix a typoVolker Lendecke2011-03-111-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Mar 11 13:15:00 CET 2011 on sn-devel-104
* s3-rpc_client: Don't ask endpoint mapper for its own port.Andreas Schneider2011-03-091-0/+6
|
* s3-rpc_client: Added DCERPC_AUTH_TYPE_NCALRPC bind.Andreas Schneider2011-03-082-0/+36
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-284-0/+151
|
* s3:rpc_client: we need to pass a non-blocking socket to ↵Stefan Metzmacher2011-02-241-0/+2
| | | | | | | | | tstream_bsd_existing_socket() metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Feb 24 07:43:59 CET 2011 on sn-devel-104
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-222-4/+4
| | | | | | | | | | | | | | | | | | | | | These variables, of type struct auth_serversupplied_info were poorly named when added into 2001, and in good consistant practice, this has extended all over the codebase in the years since. The structure is also not ideal for it's current purpose. Originally intended to convey the results of the authentication modules, it really describes all the essential attributes of a session. This rename will reduce the volume of a future patch to replaced these with a struct auth_session_info, with auth_serversupplied_info confined to the lower levels of the auth subsystem, and then eliminated. (The new structure will be the output of create_local_token(), and the change in struct definition will ensure that this is always run, populating local groups and privileges). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-rpc_client: Fixed an uninitialized variable.Andreas Schneider2011-02-101-1/+1
| | | | | | | Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 18:32:08 CET 2011 on sn-devel-104
* s3-rpc_client: Added dcerpc_winreg_int_openkey() which dectects the hive.Andreas Schneider2011-02-102-17/+235
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Fixed winreg int documentation.Andreas Schneider2011-02-101-3/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3:rpc_client: make rpccli_bh_create() non-static for nowStefan Metzmacher2011-02-091-1/+1
| | | | metze
* s3-rpc_client: Added a winreg query security descriptor helper.Andreas Schneider2011-02-072-0/+81
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added a winreg set security descriptor helper.Andreas Schneider2011-02-072-0/+56
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added a winreg set binary helper.Andreas Schneider2011-02-072-0/+57
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added a winreg query sz helper.Andreas Schneider2011-02-072-0/+104
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added a winreg helper to enum keys.Andreas Schneider2011-02-072-0/+161
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added a winreg add multi sz helper.Andreas Schneider2011-02-072-0/+71
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added a winreg query multi sz helper.Andreas Schneider2011-02-072-0/+104
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added a winreg set multi sz helper.Andreas Schneider2011-02-072-0/+65
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added a winreg set expand sz helper.Andreas Schneider2011-02-072-0/+69
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added a winreg set sz helper.Andreas Schneider2011-02-072-0/+69
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added a winreg set dword helper.Andreas Schneider2011-02-072-0/+61
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added winreg query binary helper.Andreas Schneider2011-02-072-0/+99
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added winreg query dword helper.Andreas Schneider2011-02-072-0/+158
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_client: Added dcerpc_winreg_int_openkey().Andreas Schneider2011-02-072-0/+199
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-061-1/+1
|
* s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945)Günther Deschner2011-02-042-4/+60
| | | | | | | | | | | | | The benefit of this that it makes us more robust to secure channel resets triggered from tools outside the winbind process. Long term we need to have a shared tdb secure channel store though as well. Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Feb 4 18:11:04 CET 2011 on sn-devel-104
* s3-auth: add copy_netr_SamBaseInfo().Günther Deschner2011-02-042-0/+68
| | | | | | Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: Remove superfluous ;Günther Deschner2011-02-021-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 15:44:21 CET 2011 on sn-devel-104
* s3-rpc_client: remove some more obsolete cli_X.h header files.Günther Deschner2011-01-281-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 28 11:18:44 CET 2011 on sn-devel-104
* s3-rpcclient: allow to define validation level for samlogon.Günther Deschner2011-01-242-1/+2
| | | | Guenther
* s3-rpc_client: fix dcerpc_try_samr_connects().Günther Deschner2011-01-211-2/+2
| | | | | | Only return when both results are ok. Guenther
* s3-rpc_client: no need to include gen_ndr/cli_samr.h anymore.Günther Deschner2011-01-211-1/+1
| | | | Guenther
* s3-rpc_client: fix uninitialized variable found by -O3.Günther Deschner2011-01-211-1/+1
| | | | Guenther
* s3-rpc_client: prefer dcerpc_spoolss_X functions.Günther Deschner2011-01-211-37/+149
| | | | Guenther
* s3-rpc_client: Added dcerpc_try_samr_connects.Andreas Schneider2011-01-212-11/+67
| | | | | Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Fri Jan 21 15:19:01 CET 2011 on sn-devel-104
* s3-rpc_client: Rename get_query_dispinfo_params.Andreas Schneider2011-01-212-4/+22
|
* s3-rpc_client: Added dcerpc_samr_chgpasswd_user3.Andreas Schneider2011-01-212-9/+75
|
* s3-rpc_client: Added dcerpc_samr_chng_pswd_auth_crap.Andreas Schneider2011-01-212-7/+73
|
* s3-rpc_client: Added dcerpc_samr_chgpasswd_user2.Andreas Schneider2011-01-212-10/+65
|
* s3-rpc_client: Added dcerpc_samr_chgpasswd_user.Andreas Schneider2011-01-212-6/+54
|
* s3-rpc_client: Added header information to cli_samr.h.Andreas Schneider2011-01-211-0/+30
|
* s3-rpc_client: Added header information to cli_lsarpc.h.Andreas Schneider2011-01-211-0/+30
|