summaryrefslogtreecommitdiff
path: root/source/rpcclient/cmd_reg.c
Commit message (Expand)AuthorAgeFilesLines
* Sync for release.Jeremy Allison2002-02-011-1/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Finish idra's cleanup of the RPC remote shutdown code.Andrew Bartlett2001-12-301-4/+2
* remove unneaded memory leaking code.Simo Sorce2001-12-301-16/+0
* Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter2001-10-121-48/+8
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-5/+0
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-6/+6
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-2/+2
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-101-9/+183
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-11/+11
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-181-1/+1
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-525/+252
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-3/+4
* bug-fixing registry commands and the rpcclient "rpcclient" command.Luke Leighton1999-11-271-30/+47
* whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1999-11-261-8/+2
* registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1999-11-241-148/+117
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-4/+10
* the last one. that concludes the removal of all next_token() callsLuke Leighton1999-11-221-59/+90
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-221-10/+10
* updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1999-11-181-22/+22
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-181-0/+86
* const feeding frenzyLuke Leighton1999-11-081-1/+1
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-2/+2
* general, drastic improvements to rpcclient.Luke Leighton1999-10-301-1/+1
* messing with command-line completion. it sort-of works to be ableLuke Leighton1999-10-291-5/+8
* added gnu readline command-line completion to the regenum command.Luke Leighton1999-10-291-3/+8
* rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1999-10-291-99/+180
* reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1999-08-031-21/+29
* improving syntax / useability of rpcclient "shutdown" command:Luke Leighton1999-03-011-8/+24
* added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1999-02-231-29/+21
* rpcclient shutdown commandLuke Leighton1999-02-161-0/+45
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-72/+80
* security descriptors.Luke Leighton1998-11-121-5/+16
* jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1998-11-121-1/+95
* clearing up security descriptorLuke Leighton1998-11-111-4/+7
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-111-185/+181
* registry delete value command: "regdeleteval".Luke Leighton1998-11-111-0/+65
* renamed unk_1b to flush_keyLuke Leighton1998-11-111-6/+6
* - renamed open_policy to open_hklm.Luke Leighton1998-11-111-8/+8
* rpcclient registry key delete command: "regdeletekey".Luke Leighton1998-11-101-0/+65
* registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1998-11-101-0/+6
* include/local.h:Jeremy Allison1998-11-101-1/+1
* rpcclient registry commands.Luke Leighton1998-11-101-57/+332
* split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1998-11-091-0/+397