summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_reg.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14146: Just some typos.Günther Deschner1-1/+1
2007-10-10r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter1-10/+10
2007-10-10r6014: rather large change set....Gerald Carter1-3/+9
2007-10-10r5162: BUG 2264: remove shutdown and abortshurn commands from rpcclient since...Gerald Carter1-31/+14
2007-10-10r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison1-2/+2
2003-03-18Merge of waider's rpcclient return type patch.Tim Potter1-3/+3
2003-02-25Merge: const fixes.Tim Potter1-2/+2
2003-01-04Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1Andrew Bartlett1-19/+16
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-10/+10
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-30Finish idra's cleanup of the RPC remote shutdown code.Andrew Bartlett1-4/+2
2001-12-30remove unneaded memory leaking code.Simo Sorce1-16/+0
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter1-48/+8
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-5/+0
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-6/+6
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-2/+2
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce1-9/+183
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-11/+11
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele1-1/+1
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-525/+252
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-3/+4
1999-11-27bug-fixing registry commands and the rpcclient "rpcclient" command.Luke Leighton1-30/+47
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1-8/+2
1999-11-24registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1-148/+117
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-4/+10
1999-11-22the last one. that concludes the removal of all next_token() callsLuke Leighton1-59/+90
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1-10/+10
1999-11-18updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1-22/+22
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-0/+86
1999-11-08const feeding frenzyLuke Leighton1-1/+1
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-2/+2
1999-10-30general, drastic improvements to rpcclient.Luke Leighton1-1/+1
1999-10-29messing with command-line completion. it sort-of works to be ableLuke Leighton1-5/+8
1999-10-29added gnu readline command-line completion to the regenum command.Luke Leighton1-3/+8
1999-10-29rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1-99/+180
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1-21/+29
1999-03-01improving syntax / useability of rpcclient "shutdown" command:Luke Leighton1-8/+24
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1-29/+21
1999-02-16rpcclient shutdown commandLuke Leighton1-0/+45
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-72/+80
1998-11-12security descriptors.Luke Leighton1-5/+16
1998-11-12jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1-1/+95
1998-11-11clearing up security descriptorLuke Leighton1-4/+7
1998-11-11changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1-185/+181
1998-11-11registry delete value command: "regdeleteval".Luke Leighton1-0/+65
1998-11-11renamed unk_1b to flush_keyLuke Leighton1-6/+6
1998-11-11- renamed open_policy to open_hklm.Luke Leighton1-8/+8
1998-11-10rpcclient registry key delete command: "regdeletekey".Luke Leighton1-0/+65
1998-11-10registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1-0/+6