Age | Commit message (Expand) | Author | Files | Lines |
2003-03-17 | Applied waider's patch to return DOS error codes for pipes that | Tim Potter | 1 | -2/+2 |
2003-03-07 | safe_strcpy() -> fstrcpy() fix, and a cleanup to how rpcclient calls the | Andrew Bartlett | 1 | -1/+1 |
2003-02-25 | More const fixes and flow on fixes from yesterday's const-fest. | Tim Potter | 1 | -2/+2 |
2002-12-30 | the shutdown call does not have a 16 bit flags, but 2 byte representing booleans | Simo Sorce | 1 | -19/+16 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -10/+10 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-12-30 | Finish idra's cleanup of the RPC remote shutdown code. | Andrew Bartlett | 1 | -4/+2 |
2001-12-30 | remove unneaded memory leaking code. | Simo Sorce | 1 | -16/+0 |
2001-10-12 | Some old stuff hanging around since the CIFS conference. Big cleanup of | Tim Potter | 1 | -48/+8 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -5/+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 | -2/+2 |
2001-08-10 | - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed) | Simo Sorce | 1 | -9/+183 |
2001-06-21 | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 1 | -11/+11 |
2000-05-18 | Added the NETDFS pipe to allow remote administration of the msdfs symlinks | Shirish Kalele | 1 | -1/+1 |
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 | -525/+252 |
1999-12-12 | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1 | -3/+4 |
1999-11-27 | bug-fixing registry commands and the rpcclient "rpcclient" command. | Luke Leighton | 1 | -30/+47 |
1999-11-26 | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 1 | -8/+2 |
1999-11-24 | registry API moved over to new format. reg_connect() is the top-level | Luke Leighton | 1 | -148/+117 |
1999-11-24 | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1 | -4/+10 |
1999-11-22 | the last one. that concludes the removal of all next_token() calls | Luke Leighton | 1 | -59/+90 |
1999-11-22 | okay :) all cmd_() functions now take int argc, char **argv :) that | Luke Leighton | 1 | -10/+10 |
1999-11-18 | updating reg_value_info() parsing code to take BUFFER2 instead of just | Luke Leighton | 1 | -22/+22 |
1999-11-18 | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1 | -0/+86 |
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 | -2/+2 |
1999-10-30 | general, drastic improvements to rpcclient. | Luke Leighton | 1 | -1/+1 |
1999-10-29 | messing with command-line completion. it sort-of works to be able | Luke Leighton | 1 | -5/+8 |
1999-10-29 | added gnu readline command-line completion to the regenum command. | Luke Leighton | 1 | -3/+8 |
1999-10-29 | rpcclient regenum key client code rewritten to use higher order functions. | Luke Leighton | 1 | -99/+180 |
1999-08-03 | reverted jeremy's c++-like security descriptor modifications as the | Luke Leighton | 1 | -21/+29 |
1999-03-01 | improving syntax / useability of rpcclient "shutdown" command: | Luke Leighton | 1 | -8/+24 |
1999-02-23 | added jeremy's new c++-like code for parsing of security descriptors. | Luke Leighton | 1 | -29/+21 |
1999-02-16 | rpcclient shutdown command | Luke Leighton | 1 | -0/+45 |
1998-12-07 | removed nt_pipe_fnum from struct cli_state. need to be able to call | Luke Leighton | 1 | -72/+80 |
1998-11-12 | security descriptors. | Luke Leighton | 1 | -5/+16 |
1998-11-12 | jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist. | Luke Leighton | 1 | -1/+95 |
1998-11-11 | clearing up security descriptor | Luke Leighton | 1 | -4/+7 |
1998-11-11 | changed syntax of registry commands so keys can start with HKLM or HKU. | Luke Leighton | 1 | -185/+181 |
1998-11-11 | registry delete value command: "regdeleteval". | Luke Leighton | 1 | -0/+65 |
1998-11-11 | renamed unk_1b to flush_key | Luke Leighton | 1 | -6/+6 |
1998-11-11 | - renamed open_policy to open_hklm. | Luke Leighton | 1 | -8/+8 |
1998-11-10 | rpcclient registry key delete command: "regdeletekey". | Luke Leighton | 1 | -0/+65 |
1998-11-10 | registry modification requires a "sync" or "refresh" on the parent key. | Luke Leighton | 1 | -0/+6 |
1998-11-10 | include/local.h: | Jeremy Allison | 1 | -1/+1 |
1998-11-10 | rpcclient registry commands. | Luke Leighton | 1 | -57/+332 |
1998-11-09 | split socket util functions into util_sock.c. util.c NOT committed | Luke Leighton | 1 | -0/+397 |