Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-08 | s3-net: Fixed a small typo in net conf function table | Vicentiu Ciorbaru | 1 | -1/+1 | |
The description of the function net conf delincludes had a wrong usage message: "net conf setincludes" instead of "net conf delincludes". Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-08-08 | s3-net: Fixed typo in net conf | Vicentiu Ciorbaru | 1 | -1/+1 | |
There was a missing ']' in net conf addshare usage message. Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Aug 8 16:44:08 CEST 2011 on sn-devel-104 | |||||
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-03 | s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the server | Andrew Bartlett | 1 | -0/+4 | |
This is changed so that the callers ask for the additional flags that they need, starting with no additional flags. This helps to create a proper abstraction layer in ntlmssp_wrap/auth_ntlmssp. 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-29 | s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/ | Michael Adam | 6 | -6/+6 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jul 29 13:34:22 CEST 2011 on sn-devel-104 | |||||
2011-07-29 | s3:dbwrap: move db_open() to a file dbwrap_open.c of its own. | Michael Adam | 5 | -0/+5 | |
Also start new folder lib/dbwrap/ where dbwrap_open.c is stored and make the fallbacke implementation functoins non-static and create a dbwrap_private.h header file that contains their prototypes. | |||||
2011-07-28 | s3:smbstatus: use lp_load_global() - smbstatus does not need to load shares! | Michael Adam | 1 | -1/+1 | |
2011-07-28 | s3:split_tokens: use lp_load_global(), fixing the call to lp_load() | Michael Adam | 1 | -1/+1 | |
this does not need share and it dos not need to save defaults | |||||
2011-07-28 | s3:split_tokens: fix a nonempty blank line | Michael Adam | 1 | -1/+1 | |
2011-07-28 | s3: use lp_load_global() in smbw_sample -- whatever this is ... :-) | Michael Adam | 1 | -1/+1 | |
2011-07-28 | s3:smbtree: use lp_load_global() | Michael Adam | 1 | -1/+1 | |
2011-07-28 | s3:smbpasswd: use lp_load_global() | Michael Adam | 1 | -1/+1 | |
2011-07-28 | s3:smbfilter: use lp_load_global() | Michael Adam | 1 | -1/+1 | |
2011-07-28 | s3:smbcquotas: use lp_load_global() | Michael Adam | 1 | -1/+1 | |
2011-07-28 | s3:smbcontrol: use lp_load_global(): smbcontrol does not need to load the shares | Michael Adam | 1 | -1/+1 | |
2011-07-28 | s3:smbcacls: use lp_load_global() | Michael Adam | 1 | -1/+1 | |
2011-07-28 | s3:pdbedit: use lp_load_global() | Michael Adam | 1 | -1/+1 | |
2011-07-28 | s3:ntlm_auth: use lp_load_global() | Michael Adam | 1 | -1/+1 | |
2011-07-28 | s3:nmblookup: use lp_load_global() | Michael Adam | 1 | -1/+1 | |
2011-07-28 | s3:net: use lp_load_global() | Michael Adam | 1 | -1/+1 | |
2011-07-28 | s3:eventlogadm: use lp_load_global() | Michael Adam | 1 | -2/+2 | |
2011-07-28 | s3:dbwrap_torture: use lp_load_global() | Michael Adam | 1 | -1/+1 | |
2011-07-28 | s3:dbwrap_tool: use lp_load_global() | Michael Adam | 1 | -1/+1 | |
2011-07-24 | s3-utils/net_rpc_printer.c: fix error message | Björn Baumbach | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jul 24 19:01:47 CEST 2011 on sn-devel-104 | |||||
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-utils/net_rpc_printer.c: replace cli_query_secdesc_old() | Björn Baumbach | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-23 | s3-utils/smbcacls.c: replace cli_query_secdesc_old() | Björn Baumbach | 1 | -3/+4 | |
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 | 3 | -3/+3 | |
Will introduce new cli_query_secdesc() function Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-23 | s3-utils/net_rpc_printer.c: print more info on write error | Björn Baumbach | 1 | -2/+5 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-23 | s3-utils/net_rpc_printer.c: return on read error in net_copy_file() | Björn Baumbach | 1 | -4/+13 | |
replace cli_read_old() with cli_read() Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-22 | s3:net_util: use server_name instead of cli->desthost | Stefan Metzmacher | 1 | -1/+1 | |
They should be the same. metze | |||||
2011-07-22 | s3:net_rpc_registry: use pipe_hnd->desthost instead of cli->desthost | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-07-22 | s3:net_rpc_printer: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -4/+6 | |
metze | |||||
2011-07-22 | s3:net_rpc_join: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2011-07-22 | s3:net_rpc_join: use pipe_hnd->desthost instead of cli->desthost | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
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_rap: make use of cli_state_remote_name() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-07-22 | s3:net_rpc_printer: make use of cli_state_remote_sockaddr() | Stefan Metzmacher | 1 | -4/+8 | |
metze | |||||
2011-07-22 | s3:net_rpc: make use of cli_state_remote_sockaddr() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-07-22 | s3:net_rpc_join: make use of cli_state_remote_sockaddr() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-07-22 | s3:net_rpc_join: pass const sockaddr_storage to net_rpc_join_ok() | Stefan Metzmacher | 2 | -4/+6 | |
metze | |||||
2011-07-22 | s3:net_util: pass const sockaddr_storage to net_make_ipc_connection_ex() | Stefan Metzmacher | 2 | -2/+2 | |
metze | |||||
2011-07-22 | s3:net_util: add some const to sockaddr_storage | Stefan Metzmacher | 2 | -16/+16 | |
metze | |||||
2011-07-22 | s3:smbcquotas: pass down NULL instead of a zero sockaddr_storage | Stefan Metzmacher | 1 | -4/+1 | |
metze | |||||
2011-07-22 | s3:smbcacls: pass down NULL instead of a zero sockaddr_storage | Stefan Metzmacher | 1 | -4/+1 | |
metze | |||||
2011-07-22 | s3:net_time: expect const sockaddr_storage in cli_servertime() | Stefan Metzmacher | 1 | -2/+4 | |
We don't want to modify the value. metze | |||||
2011-07-22 | s3:smbtree: try to fix completely broken logic in get_workgroups() | Stefan Metzmacher | 1 | -15/+23 | |
metze | |||||
2011-07-21 | s3:utils fix a compiler warning | Christian Ambach | 1 | -0/+1 | |
fix a compiler warning about missing prototypes |