Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-09 | Check error returns from strupper_m() (in all reasonable places). | Jeremy Allison | 1 | -7/+31 | |
2012-08-01 | s3:utils/net_rpc*: make use of cli_get_session_key() | Stefan Metzmacher | 1 | -1/+10 | |
metze | |||||
2012-05-28 | s3:libsmb: get rid of cli_negprot | Luk Claes | 1 | -2/+3 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_protocol | Luk Claes | 1 | -1/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_remote_name | Luk Claes | 1 | -3/+3 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_*_sockaddr | Luk Claes | 1 | -1/+2 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-30 | More strlcat/strlcpy truncate checks. | Jeremy Allison | 1 | -3/+9 | |
2012-01-18 | s3-librpc: pass struct ndr_interface_table down to ↵ | Andrew Bartlett | 1 | -1/+1 | |
cli_pipe_open_generic/spnego() This allows the target service (as determined from the IDL) to be passed to GSSAPI (rather than the current, incorrect, "cifs"). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-18 | s3-utils/net: pass struct ndr_interface_table down | Andrew Bartlett | 1 | -69/+68 | |
This will allow the target service (as determined from the IDL) to be passed to GSSAPI (rather than the current, incorrect, "cifs"). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-01-11 | s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be generic | Andrew Bartlett | 1 | -1/+3 | |
This also includes renaming the helper function rpccli_ntlmssp_bind_data, and allows this function to operate on any gensec-supplied auth type. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-12-19 | s3-net: Fix the return codes. 0 on success, -1 on failure | Amitay Isaacs | 1 | -2/+2 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Mon Dec 19 01:57:24 CET 2011 on sn-devel-104 | |||||
2011-11-24 | s3:utils: make use of cli_tree_connect() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-11-03 | s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/ | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-09-15 | s3:libsmb: pass max_protocol to cli_negprot() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-09-08 | s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb() | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Sep 8 10:21:50 CEST 2011 on sn-devel-104 | |||||
2011-08-22 | s3-net: Added the command rpc conf to the net binary. | Vicentiu Ciorbaru | 1 | -0/+8 | |
The net binary now has an extra item linked to it, the net_rpc_conf.c module. Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-08-22 | s3-net: Fixed whitespace errors | Vicentiu Ciorbaru | 1 | -7/+7 | |
Fixed previously existing whitespace errors in net_rpc.c Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-08-03 | s3-ntlmssp Remove rpccli_get_pwd_hash and auth_ntlmssp_get_nt_hash | Andrew Bartlett | 1 | -6/+6 | |
The session key we want here (the only one that is availble to the encryption layer) is the one obtained by cli_get_session_key(), as NTLMSSP creates a per-session session key via key exchange and NTLMv2 negotiation. The key was never directly the NT hash anyway (this is simply a mistake, the extra MD4() was lost during my previous cleanup f28f113d8e76824b080359c90efd9c92de533740 in 2008), but was MD4(NT hash) in early implementations of NTLMSSP. However, regardless this call is not available on domain trusts between AD domains and Windows 2003 R2, making this less useful. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-08-02 | s3:net_rpc: make use of cli_state_protocol() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-07-23 | s3-utils/net_rpc.c: replace cli_query_secdesc_old() | Björn Baumbach | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-23 | s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old() | Björn Baumbach | 1 | -1/+1 | |
Will introduce new cli_query_secdesc() function Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-22 | s3:net_rpc: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-07-22 | s3:net_rpc: use netr->desthost instead of cli->desthost | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-07-22 | s3:net_rpc: make use of cli_state_remote_sockaddr() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-07-20 | s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind ↵ | Stefan Metzmacher | 1 | -2/+2 | |
cli_state_[g|s]et_tid() metze | |||||
2011-07-07 | s3:utils: avoid cli_nt_error()/cli_errstr() if we already have the status | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-07-06 | s3: make cli_resolve_path return NTSTATUS | Volker Lendecke | 1 | -2/+4 | |
This looks larger than it is. No parameters needed changing. | |||||
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -7/+7 | |
There is no reason this can't be a normal constant string in the loadparm system, now that we have lp_set_cmdline() to handle overrides correctly. Andrew Bartlett | |||||
2011-06-09 | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 1 | -1/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_ARRAY isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -3/+3 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | |||||
2011-06-01 | s3: fix more -Wunused-but-set-variable build warnings. | Günther Deschner | 1 | -3/+0 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jun 1 00:29:30 CEST 2011 on sn-devel-104 | |||||
2011-05-28 | s3: Use cli_connect_nb in net_rpc_check | Volker Lendecke | 1 | -8/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat May 28 21:57:04 CEST 2011 on sn-devel-104 | |||||
2011-05-18 | s3-lib Replace StrnCaseCmp() with strncasecmp_m() | Andrew Bartlett | 1 | -1/+1 | |
strncasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett | |||||
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -2/+2 | |
strcasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett | |||||
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-05-06 | More const fixes... getting near the end now. | Jeremy Allison | 1 | -9/+9 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri May 6 00:57:00 CEST 2011 on sn-devel-104 | |||||
2011-05-04 | Fix warning messages caused by addition of null check in fstrcpy macro. | Jeremy Allison | 1 | -3/+3 | |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 1 | -2/+2 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM | Andrew Bartlett | 1 | -1/+1 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 1 | -1/+1 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-06 | s3-net: Add net trust utility | Sumit Bose | 1 | -0/+8 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-31 | s3-net: Do not use uninitialized value | Sumit Bose | 1 | -0/+2 | |
s3-net: Do not use uninitialized value Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Mar 31 18:09:57 CEST 2011 on sn-devel-104 | |||||
2011-03-30 | s3-passdb: use passdb headers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-winbind: remove global inclusion of libwbclient. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-15 | s3-libsmb: only include rap client when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-05 | s3-net: Use wbcSidToStringBuf | Volker Lendecke | 1 | -17/+3 | |
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -0/+1 | |
2011-02-02 | s3-net: prefer dcerpc_lsa_X functions in "net rpc". | Günther Deschner | 1 | -42/+113 | |
Guenther | |||||
2011-02-02 | s3:net: "net rpc vampire" is an alias for "net rpc vampire passdb" | Stefan Metzmacher | 1 | -4/+1 | |
The should use exactly the same code path for both. metze | |||||
2011-02-02 | s3-net: prefer dcerpc_samr_X functions in rpc_trustdom_list. | Günther Deschner | 1 | -10/+40 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 00:21:19 CET 2011 on sn-devel-104 |