Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-16 | s3: Fix Coverity ID 2232, REVERSE_INULL | Volker Lendecke | 1 | -2/+4 | |
No point checking for !cli after dereferencing it | |||||
2011-03-16 | s3: Fix Coverity ID 2319: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2278: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2280: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2282: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2288: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-11 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Mar 11 13:15:00 CET 2011 on sn-devel-104 | |||||
2011-03-09 | s3-rpc_client: Don't ask endpoint mapper for its own port. | Andreas Schneider | 1 | -0/+6 | |
2011-03-08 | s3-rpc_client: Added DCERPC_AUTH_TYPE_NCALRPC bind. | Andreas Schneider | 2 | -0/+36 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 4 | -0/+151 | |
2011-02-24 | s3:rpc_client: we need to pass a non-blocking socket to ↵ | Stefan Metzmacher | 1 | -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 | |||||
2011-02-22 | s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info | Andrew Bartlett | 2 | -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> | |||||
2011-02-10 | s3-rpc_client: Fixed an uninitialized variable. | Andreas Schneider | 1 | -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 | |||||
2011-02-10 | s3-rpc_client: Added dcerpc_winreg_int_openkey() which dectects the hive. | Andreas Schneider | 2 | -17/+235 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-10 | s3-rpc_client: Fixed winreg int documentation. | Andreas Schneider | 1 | -3/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-09 | s3:rpc_client: make rpccli_bh_create() non-static for now | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-02-07 | s3-rpc_client: Added a winreg query security descriptor helper. | Andreas Schneider | 2 | -0/+81 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg set security descriptor helper. | Andreas Schneider | 2 | -0/+56 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg set binary helper. | Andreas Schneider | 2 | -0/+57 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg query sz helper. | Andreas Schneider | 2 | -0/+104 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg helper to enum keys. | Andreas Schneider | 2 | -0/+161 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg add multi sz helper. | Andreas Schneider | 2 | -0/+71 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg query multi sz helper. | Andreas Schneider | 2 | -0/+104 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg set multi sz helper. | Andreas Schneider | 2 | -0/+65 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg set expand sz helper. | Andreas Schneider | 2 | -0/+69 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg set sz helper. | Andreas Schneider | 2 | -0/+69 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added a winreg set dword helper. | Andreas Schneider | 2 | -0/+61 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added winreg query binary helper. | Andreas Schneider | 2 | -0/+99 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added winreg query dword helper. | Andreas Schneider | 2 | -0/+158 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-07 | s3-rpc_client: Added dcerpc_winreg_int_openkey(). | Andreas Schneider | 2 | -0/+199 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-02-06 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -1/+1 | |
2011-02-04 | s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945) | Günther Deschner | 2 | -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 | |||||
2011-02-04 | s3-auth: add copy_netr_SamBaseInfo(). | Günther Deschner | 2 | -0/+68 | |
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-02-02 | s3: Remove superfluous ; | Günther Deschner | 1 | -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 | |||||
2011-01-28 | s3-rpc_client: remove some more obsolete cli_X.h header files. | Günther Deschner | 1 | -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 | |||||
2011-01-24 | s3-rpcclient: allow to define validation level for samlogon. | Günther Deschner | 2 | -1/+2 | |
Guenther | |||||
2011-01-21 | s3-rpc_client: fix dcerpc_try_samr_connects(). | Günther Deschner | 1 | -2/+2 | |
Only return when both results are ok. Guenther | |||||
2011-01-21 | s3-rpc_client: no need to include gen_ndr/cli_samr.h anymore. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-21 | s3-rpc_client: fix uninitialized variable found by -O3. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-21 | s3-rpc_client: prefer dcerpc_spoolss_X functions. | Günther Deschner | 1 | -37/+149 | |
Guenther | |||||
2011-01-21 | s3-rpc_client: Added dcerpc_try_samr_connects. | Andreas Schneider | 2 | -11/+67 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Fri Jan 21 15:19:01 CET 2011 on sn-devel-104 | |||||
2011-01-21 | s3-rpc_client: Rename get_query_dispinfo_params. | Andreas Schneider | 2 | -4/+22 | |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chgpasswd_user3. | Andreas Schneider | 2 | -9/+75 | |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chng_pswd_auth_crap. | Andreas Schneider | 2 | -7/+73 | |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chgpasswd_user2. | Andreas Schneider | 2 | -10/+65 | |
2011-01-21 | s3-rpc_client: Added dcerpc_samr_chgpasswd_user. | Andreas Schneider | 2 | -6/+54 | |
2011-01-21 | s3-rpc_client: Added header information to cli_samr.h. | Andreas Schneider | 1 | -0/+30 | |
2011-01-21 | s3-rpc_client: Added header information to cli_lsarpc.h. | Andreas Schneider | 1 | -0/+30 | |
2011-01-18 | s3-rpc_client: no need to include ../librpc/gen_ndr/ndr_lsa_c.h anymore. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-01-17 | s3-rpc_client: Fixed status check of dcerpc_lsa_lookup_sids_noalloc. | Andreas Schneider | 1 | -1/+1 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Mon Jan 17 17:35:50 CET 2011 on sn-devel-104 |