Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport. | Jeremy Allison | 2000-05-15 | 1 | -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 branch | Andrew Tridgell | 1999-12-13 | 1 | -67/+28 |
| | |||||
* | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1999-11-24 | 1 | -2/+0 |
| | | | | attempted to fix regsetsec command | ||||
* | updating reg_value_info() parsing code to take BUFFER2 instead of just | Luke Leighton | 1999-11-18 | 1 | -2/+2 |
| | | | | a char*. now copes with multiple types. | ||||
* | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1999-11-18 | 1 | -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. supported | Luke Leighton | 1999-10-29 | 1 | -5/+27 |
| | | | | in rpcclient, regenum HKEY_CLASSES_ROOT or regenum HKCR to test. | ||||
* | rpcclient shutdown command | Luke Leighton | 1999-02-16 | 1 | -0/+21 |
| | |||||
* | security descriptors | Luke Leighton | 1998-11-13 | 1 | -14/+6 |
| | |||||
* | security descriptors. | Luke Leighton | 1998-11-12 | 1 | -5/+5 |
| | | | | kanji const char* warnings. | ||||
* | security descriptors and registry. | Luke Leighton | 1998-11-12 | 1 | -1/+1 |
| | |||||
* | security descriptor info, provided by jean-francois | Luke Leighton | 1998-11-11 | 1 | -0/+22 |
| | |||||
* | changed syntax of registry commands so keys can start with HKLM or HKU. | Luke Leighton | 1998-11-11 | 1 | -0/+2 |
| | | | | sorted lookupsids command | ||||
* | registry delete value command: "regdeleteval". | Luke Leighton | 1998-11-11 | 1 | -1/+20 |
| | | | | this is just so unbelievably simple to do... | ||||
* | renamed unk_1b to flush_key | Luke Leighton | 1998-11-11 | 1 | -7/+7 |
| | |||||
* | - renamed open_policy to open_hklm. | Luke Leighton | 1998-11-11 | 1 | -14/+21 |
| | | | | | | - renamed open_unk_4 to open_hku - fixed createkey issue spotted by phil cox | ||||
* | rpcclient registry key delete command: "regdeletekey". | Luke Leighton | 1998-11-10 | 1 | -0/+21 |
| | |||||
* | registry modification requires a "sync" or "refresh" on the parent key. | Luke Leighton | 1998-11-10 | 1 | -0/+16 |
| | | | | opcode 0xb added to do this. a likely candidate name is "RegFlushKey". | ||||
* | rpcclient registry commands. | Luke Leighton | 1998-11-10 | 1 | -11/+257 |
| | |||||
* | "For I have laboured mightily on Luke's code, and hath broken | Jeremy Allison | 1998-03-11 | 1 | -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. |