Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-06 | s3-includes: finally only include client.h when libsmb is used. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2011-05-05 | Fix many const compiler warnings. | Jeremy Allison | 1 | -1/+1 | |
2011-05-05 | s3-rpc_client: run minimal_includes.pl. | Günther Deschner | 3 | -3/+0 | |
Guenther | |||||
2011-05-02 | s3: remove various references to server side dcerpc structs (which are not ↵ | Günther Deschner | 2 | -2/+0 | |
needed). Guenther | |||||
2011-04-29 | s3-proto: remove duplicate prototypes. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-04-29 | s3-tevent: only include ../lib/util/tevent wrappers where needed. | Günther Deschner | 3 | -0/+3 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Apr 29 14:00:30 CEST 2011 on sn-devel-104 | |||||
2011-04-29 | s3-tsocket: only include ../lib/tsocket/tsocket.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-04-24 | s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status() | Stefan Metzmacher | 1 | -5/+1 | |
Most fault codes have a NTSTATUS representation, so use that. This brings the fault handling in common with the source4/librpc/rpc code, which make it possible to share more highlevel code, between source3 and source4 as the error checking can be the same now. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Apr 24 10:44:53 CEST 2011 on sn-devel-104 | |||||
2011-04-22 | s3: Fix Coverity ID 986, BUFFER_SIZE_WARNING | Volker Lendecke | 1 | -1/+1 | |
strncpy can leave the destination unterminated | |||||
2011-04-21 | s3-proto: move more rpc client prototypes to cli_pipe.h. | Günther Deschner | 1 | -0/+9 | |
Guenther | |||||
2011-04-19 | Fix bug 8088 - rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs ↵ | Jeremy Allison | 1 | -12/+9 | |
are null. Correct fix - ensure we have enough length, and correctly null out passed in structs if not. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Apr 19 00:17:08 CEST 2011 on sn-devel-104 | |||||
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 6 | -0/+61 | |
Guenther | |||||
2011-04-13 | s3-cli_pipe: fix timeout in rpc_pipe_open_tcp_port(). | Günther Deschner | 1 | -1/+1 | |
Make sure we use a timeout of 60 seconds, not 60 milliseconds... This prevented us from successfully using the ncacn_ip_tcp client in a lot of places, I guess. Guenther Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Apr 13 18:59:19 CEST 2011 on sn-devel-104 | |||||
2011-04-12 | s3-rpc_client: move rpc_cli_transport structs and protos to rpc_transport.h | Günther Deschner | 4 | -0/+110 | |
Guenther | |||||
2011-03-30 | s3: include ../librpc/gen_ndr/lsa.h where needed. | Günther Deschner | 2 | -0/+6 | |
Guenther | |||||
2011-03-30 | s3-includes: only include ntdomain.h where needed. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2011-03-30 | s3-auth: rpc_server needs auth.h | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2011-03-30 | s3-passdb: use passdb headers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | registry: create and use shared libcli/registry/util_reg.h header. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-29 | s3:rpc_client: fix argument order of call to lsa_open_policy2 in ↵ | Michael Adam | 1 | -1/+1 | |
rpccli_lsa_open_policy2 Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Mar 29 01:34:28 CEST 2011 on sn-devel-104 | |||||
2011-03-23 | s3-rpc_client: actually call lsa_open_policy2() in rpccli_lsa_open_policy2(). | Günther Deschner | 1 | -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 | |||||
2011-03-23 | s3-epmapper: Use DCERPC_AUTH_LEVEL_CONNECT for ep ncalrpc. | Andreas Schneider | 1 | -1/+1 | |
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> |