summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_reg.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-13Now that I am running config.developer, I decided to get rif of some warnings:Richard Sharpe1-2/+2
2003-01-04Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1Andrew Bartlett1-2/+3
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-1045/+73
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+3
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-15/+15
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell1-4/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-07-04The big character set handling changeover!Andrew Tridgell1-4/+5
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-32/+32
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-8/+6
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison1-7/+2
2000-12-04no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell1-1/+1
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-32/+32
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele1-2/+3
2000-05-17Cutover from 2.2.x - missed in merge.Jeremy Allison1-4/+2
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-25/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton1-0/+25
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-678/+555
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton1-23/+20
1999-11-25cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1-129/+24
1999-11-24registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1-27/+175
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-2/+4
1999-11-18updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1-3/+4
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-4/+3
1999-10-29rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1-1/+3
1999-10-29added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1-0/+65
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-2/+2
1999-10-15renamed "class" local variable to avoid global clashLuke Leighton1-2/+2
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1-27/+16
1999-04-08Mainly BDC-related changes.Matthew Chapman1-1/+1
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1-16/+28
1999-02-16rpcclient shutdown commandLuke Leighton1-0/+55
1999-02-15Always null-terminate strings.Matthew Chapman1-4/+4
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-4/+6
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-35/+35
1998-11-13security descriptorsLuke Leighton1-1/+16
1998-11-12security descriptors.Luke Leighton1-2/+2
1998-11-12cleaning up conflicts between group code not yet committed andLuke Leighton1-3/+51
1998-11-11clearing up security descriptorLuke Leighton1-0/+4
1998-11-11changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1-38/+33
1998-11-11Makefile.in: Added target for makeyodldocs - not used by default.Jeremy Allison1-5/+5
1998-11-11registry delete value command: "regdeleteval".Luke Leighton1-0/+54
1998-11-11renamed unk_1b to flush_keyLuke Leighton1-9/+9
1998-11-11- renamed open_policy to open_hklm.Luke Leighton1-21/+78
1998-11-10rpcclient registry key delete command: "regdeletekey".Luke Leighton1-0/+54
1998-11-10registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1-0/+56
1998-11-10rpcclient registry commands.Luke Leighton1-19/+133
1998-11-09split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1-0/+645