Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-04-25 | moved trans2.h and nterr.h into includes.h with all our other includes | Andrew Tridgell | 1 | -1/+0 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -154/+90 |
1999-11-27 | removed do_ prefix from srvsvc API | Luke Leighton | 1 | -7/+7 |
1999-11-27 | using "abstracted" cli_connection, got \PIPE\srvsvc commands up and running | Luke Leighton | 1 | -81/+11 |
1999-11-22 | another one | Luke Leighton | 1 | -18/+12 |
1999-11-22 | okay :) all cmd_() functions now take int argc, char **argv :) that | Luke Leighton | 1 | -7/+7 |
1999-11-08 | const feeding frenzy | Luke Leighton | 1 | -1/+1 |
1999-11-04 | adding experimental set user password command to rpcclient, it returns | Luke Leighton | 1 | -19/+23 |
1999-11-03 | created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt(). | Luke Leighton | 1 | -47/+56 |
1999-11-03 | dynamic mem allocation in net_srv_transport_enum() parsing. | Luke Leighton | 1 | -0/+2 |
1999-10-30 | NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added. | Luke Leighton | 1 | -0/+61 |
1999-10-01 | error-code checking in lsa_lookup_sids. anonymous connections for | Luke Leighton | 1 | -16/+27 |
1999-08-18 | display of session enum info | Luke Leighton | 1 | -0/+7 |
1999-08-18 | event log update, netsessenum, netconnenum update. | Luke Leighton | 1 | -2/+2 |
1999-05-01 | Adding "time" rpcclient command which displays the remote time. | Matthew Chapman | 1 | -0/+41 |
1998-12-07 | removed nt_pipe_fnum from struct cli_state. need to be able to call | Luke Leighton | 1 | -15/+20 |
1998-10-16 | strtoul replace with strtol | Luke Leighton | 1 | -5/+5 |
1998-10-16 | rpc client mods (ntlmssp flags) | Luke Leighton | 1 | -5/+5 |
1998-10-08 | - fixed a bunch of warnings and minor errors | Andrew Tridgell | 1 | -10/+10 |
1998-10-02 | Makefile.in : | Luke Leighton | 1 | -33/+32 |
1998-09-25 | added wksinfo command to rpcclient, which don't work too good. | Luke Leighton | 1 | -12/+12 |