summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_reg.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-24registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1-1/+1
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-4/+4
1999-11-18updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1-16/+20
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-63/+60
1999-10-29added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1-0/+58
1999-10-15renamed args due to global "class" variableLuke Leighton1-5/+5
1999-10-15return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1-103/+214
1999-08-03changing debug output message reg_io_unknown_1 to reg_io_close.Luke Leighton1-2/+2
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1-12/+18
1999-04-08Mainly BDC-related changes.Matthew Chapman1-6/+3
1999-03-24removed 2 unnecessary args from make_uni_hdr.Luke Leighton1-10/+14
1999-03-23Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.Matthew Chapman1-3/+4
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1-20/+13
1999-02-18problem been there for months: reg_r_info not aligning after string buffer.Luke Leighton1-0/+1
1999-02-16rpcclient shutdown commandLuke Leighton1-0/+63
1999-02-15Always null-terminate strings.Matthew Chapman1-1/+1
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-4/+6
1999-02-11the UNICODE issue...Luke Leighton1-1/+1
1999-02-08UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1-2/+2
1999-02-03cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1-3/+2
1999-02-01Initialise NTTIME properly in make_reg_q_enum_key instead of usingMatthew Chapman1-1/+1
1998-11-13security descriptorsLuke Leighton1-59/+40
1998-11-12security descriptors.Luke Leighton1-11/+13
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-6/+13
1998-11-12security descriptors and registry.Luke Leighton1-0/+62
1998-11-11security descriptor info, provided by jean-francoisLuke Leighton1-4/+1
1998-11-11clearing up security descriptorLuke Leighton1-4/+12
1998-11-11registry delete value command: "regdeleteval".Luke Leighton1-0/+51
1998-11-11renamed unk_1b to flush_keyLuke Leighton1-5/+5
1998-11-11- renamed open_policy to open_hklm.Luke Leighton1-18/+24
1998-11-10rpcclient registry key delete command: "regdeletekey".Luke Leighton1-0/+51
1998-11-10registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1-0/+40
1998-11-10include/local.h:Jeremy Allison1-1/+1
1998-11-10rpcclient registry commands.Luke Leighton1-10/+722
1998-09-05tridge the destroyer returns!Andrew Tridgell1-71/+0
1998-05-24- created pdb_sethexpwd(), to be called from all pwd apis that need toLuke Leighton1-2/+2
1998-03-11"For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1-0/+335