summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_reg.h
Commit message (Collapse)AuthorAgeFilesLines
* Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.Jeremy Allison2000-05-151-24/+24
| | | | | Also added prs_xx error return checks to new code in rpc_parse/parse_reg.c Jeremy.
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-67/+28
|
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-2/+0
| | | | attempted to fix regsetsec command
* updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1999-11-181-2/+2
| | | | a char*. now copes with multiple types.
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-181-20/+18
| | | | | | | | reg_io_r_info() working properly. previously they weren't well understood (well, they were the first of the registry functions i did, back in december 97, ok??? :-) set ntversion to 0x1 in SAMQUERY, so that we reply same as NT4 srv.
* added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1999-10-291-5/+27
| | | | in rpcclient, regenum HKEY_CLASSES_ROOT or regenum HKCR to test.
* rpcclient shutdown commandLuke Leighton1999-02-161-0/+21
|
* security descriptorsLuke Leighton1998-11-131-14/+6
|
* security descriptors.Luke Leighton1998-11-121-5/+5
| | | | kanji const char* warnings.
* security descriptors and registry.Luke Leighton1998-11-121-1/+1
|
* security descriptor info, provided by jean-francoisLuke Leighton1998-11-111-0/+22
|
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-111-0/+2
| | | | sorted lookupsids command
* registry delete value command: "regdeleteval".Luke Leighton1998-11-111-1/+20
| | | | this is just so unbelievably simple to do...
* renamed unk_1b to flush_keyLuke Leighton1998-11-111-7/+7
|
* - renamed open_policy to open_hklm.Luke Leighton1998-11-111-14/+21
| | | | | | - renamed open_unk_4 to open_hku - fixed createkey issue spotted by phil cox
* rpcclient registry key delete command: "regdeletekey".Luke Leighton1998-11-101-0/+21
|
* registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1998-11-101-0/+16
| | | | opcode 0xb added to do this. a likely candidate name is "RegFlushKey".
* rpcclient registry commands.Luke Leighton1998-11-101-11/+257
|
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-111-0/+141
all I saw" - the book of Jeremy, chapter 1 :-). So here is the mega-merge of the NTDOM branch server code. It doesn't include the new client side pieces, we'll look at that later. This should give the same functionality, server wise, as the NTDOM branch does, only merged into the main branch. Any fixes to domain controler functionality should be added to the main branch, not the NTDOM branch. This code compiles without warnings on gcc2.8, but will need further testing before we are sure all the working functionality of the NTDOM server branch has been correctly carried over. I hereby declare the server side of the NTDOM branch dead (and all who sail in her :-). Jeremy.