summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-01s3: Fix bug 8966, Fix net rpc share allowedusers to work with 2008r2Jeremy Allison1-37/+44
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-7/+31
2012-08-01s3:utils/net_rpc*: make use of cli_get_session_key()Stefan Metzmacher1-1/+10
2012-05-28s3:libsmb: get rid of cli_negprotLuk Claes1-2/+3
2012-05-28s3:libsmb: get rid of cli_state_protocolLuk Claes1-1/+1
2012-05-28s3:libsmb: get rid of cli_state_remote_nameLuk Claes1-3/+3
2012-05-28s3:libsmb: get rid of cli_state_*_sockaddrLuk Claes1-1/+2
2012-03-30More strlcat/strlcpy truncate checks.Jeremy Allison1-3/+9
2012-01-18s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spne...Andrew Bartlett1-1/+1
2012-01-18s3-utils/net: pass struct ndr_interface_table downAndrew Bartlett1-69/+68
2012-01-11s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be genericAndrew Bartlett1-1/+3
2011-12-19s3-net: Fix the return codes. 0 on success, -1 on failureAmitay Isaacs1-2/+2
2011-11-24s3:utils: make use of cli_tree_connect()Stefan Metzmacher1-2/+2
2011-11-03s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher1-1/+2
2011-09-15s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher1-1/+1
2011-09-08s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher1-1/+1
2011-08-22s3-net: Added the command rpc conf to the net binary.Vicentiu Ciorbaru1-0/+8
2011-08-22s3-net: Fixed whitespace errorsVicentiu Ciorbaru1-7/+7
2011-08-03s3-ntlmssp Remove rpccli_get_pwd_hash and auth_ntlmssp_get_nt_hashAndrew Bartlett1-6/+6
2011-08-02s3:net_rpc: make use of cli_state_protocol()Stefan Metzmacher1-1/+1
2011-07-23s3-utils/net_rpc.c: replace cli_query_secdesc_old()Björn Baumbach1-1/+1
2011-07-23s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old()Björn Baumbach1-1/+1
2011-07-22s3:net_rpc: make use of cli_state_remote_name()Stefan Metzmacher1-2/+2
2011-07-22s3:net_rpc: use netr->desthost instead of cli->desthostStefan Metzmacher1-1/+1
2011-07-22s3:net_rpc: make use of cli_state_remote_sockaddr()Stefan Metzmacher1-1/+2
2011-07-20s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]...Stefan Metzmacher1-2/+2
2011-07-07s3:utils: avoid cli_nt_error()/cli_errstr() if we already have the statusStefan Metzmacher1-2/+2
2011-07-06s3: make cli_resolve_path return NTSTATUSVolker Lendecke1-2/+4
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-7/+7
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-3/+3
2011-06-01s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner1-3/+0
2011-05-28s3: Use cli_connect_nb in net_rpc_checkVolker Lendecke1-8/+3
2011-05-18s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett1-1/+1
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-2/+2
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-06More const fixes... getting near the end now.Jeremy Allison1-9/+9
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-3/+3
2011-04-29s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett1-2/+2
2011-04-29s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett1-1/+1
2011-04-06s3-net: Add net trust utilitySumit Bose1-0/+8
2011-03-31s3-net: Do not use uninitialized valueSumit Bose1-0/+2
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner1-0/+1
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+1
2011-03-05s3-net: Use wbcSidToStringBufVolker Lendecke1-17/+3
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider1-0/+1
2011-02-02s3-net: prefer dcerpc_lsa_X functions in "net rpc".Günther Deschner1-42/+113
2011-02-02s3:net: "net rpc vampire" is an alias for "net rpc vampire passdb"Stefan Metzmacher1-4/+1