Age | Commit message (Expand) | Author | Files | Lines |
2008-07-21 | Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 1 | -13/+13 |
2008-04-29 | rpcclient: fix another srv_name_slash. | Günther Deschner | 1 | -6/+1 |
2008-04-20 | Move srv_name_slash from cli_state to rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -14/+14 |
2008-04-01 | Fix build of rpcclient. | Günther Deschner | 1 | -2/+2 |
2008-03-21 | Add support for setting resume handle in netsessenum rpcclient command. | Günther Deschner | 1 | -3/+9 |
2008-03-21 | Allow to set or unset resume_handle in netconnenum in rpcclient. | Günther Deschner | 1 | -1/+3 |
2008-03-12 | Use existing srv_name_slash. | Günther Deschner | 1 | -3/+1 |
2008-03-11 | Allow to send no resume_handle in rpcclient's NetShareEnum* calls. | Günther Deschner | 1 | -2/+4 |
2008-03-11 | Fix netdiskenum call in rpcclient. | Günther Deschner | 1 | -1/+1 |
2008-03-10 | Add netconnenum to rpcclient. | Günther Deschner | 1 | -0/+67 |
2008-03-10 | Add netdiskenum to rpcclient. | Günther Deschner | 1 | -0/+42 |
2008-03-10 | Use rpccli_srvsvc_NetFileEnum in net and rpcclient. | Günther Deschner | 1 | -9/+21 |
2008-03-10 | Add netsessenum command to rpcclient. | Günther Deschner | 1 | -0/+84 |
2008-03-10 | Add netsessdel command to rpcclient. | Günther Deschner | 1 | -0/+28 |
2008-03-08 | Add netfilegetsec command to rpcclient. | Günther Deschner | 1 | -0/+31 |
2008-03-07 | Add netnamevalidate command to rpcclient. | Günther Deschner | 1 | -0/+34 |
2008-03-07 | Use pidl generated NetShareGet/SetInfo and Enum calls in rpcclient. | Günther Deschner | 1 | -79/+191 |
2008-03-05 | Use rpccli_srvsvc_NetRemoteTOD() in rpcclient. | Günther Deschner | 1 | -3/+10 |
2008-03-05 | Use rpccli_srvsvc_NetSrvGetInfo() in rpcclient. | Günther Deschner | 1 | -40/+38 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -128/+133 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r20832: Remove extra pointers previously added to unique [out] pointers. Inst... | Jelmer Vernooij | 1 | -6/+4 |
2007-10-10 | r19797: Convert the remaining pipes to the "new" unique out ptr handling | Volker Lendecke | 1 | -4/+6 |
2007-10-10 | r19451: Another cleanup of 18802. Referring to structures after the block has... | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r18935: Make "netshareenum" work again. There is most probably a better way to | Günther Deschner | 1 | -1/+28 |
2007-10-10 | r18874: Fix some NTSTATUS/WERROR mixups | Volker Lendecke | 1 | -31/+31 |
2007-10-10 | r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. It | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18802: Use the pidl-generated code for the srvsvc interface, both client and... | Jelmer Vernooij | 1 | -102/+70 |
2007-10-10 | r12901: Fix netfileenum returning WERR_BUF_TOO_SMALL. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -21/+23 |
2007-10-10 | r7632: Cleanup "net share migrate"-code. | Günther Deschner | 1 | -0/+5 |
2007-10-10 | r7534: Add missing cli_srvsvc_net_share_set_info-function and | Günther Deschner | 1 | -0/+83 |
2007-10-10 | r1553: Good patch from Guenther Deschner <gd@sernet.de> to display share ACL | Jeremy Allison | 1 | -0/+23 |
2003-03-18 | Merge of waider's rpcclient return type patch. | Tim Potter | 1 | -16/+16 |
2003-02-25 | Merge: const fixes. | Tim Potter | 1 | -4/+4 |
2003-02-19 | Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info() | Tim Potter | 1 | -4/+3 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -4/+4 |
2002-08-17 | sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -1/+1 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -1/+130 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-10-12 | Some old stuff hanging around since the CIFS conference. Big cleanup of | Tim Potter | 1 | -18/+6 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-04 | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 1 | -6/+6 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -1/+1 |
2001-08-10 | - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed) | Simo Sorce | 1 | -1/+3 |
2001-07-20 | Started adding some help/usage info for rpcclient commands. | Tim Potter | 1 | -3/+6 |
2001-05-24 | Added srvinfo and partial logonctrl and logonctrl2 commands. | Tim Potter | 1 | -1/+192 |
2001-05-24 | Added stubs for SRVSVC and NETLOGON rpcclient commands. | Tim Potter | 1 | -296/+21 |