summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_reg.c
Commit message (Expand)AuthorAgeFilesLines
* r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke2007-10-101-1/+1
* r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter2007-10-101-8/+8
* r6014: rather large change set....Gerald Carter2007-10-101-4/+717
* r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison2007-10-101-5/+5
* r4561: This looks a lot larger than it is, this is to reduce the clutter on f...Volker Lendecke2007-10-101-2/+2
* Now that I am running config.developer, I decided to get rif of some warnings:Richard Sharpe2003-01-131-2/+2
* Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1Andrew Bartlett2003-01-041-2/+3
* Sync 3.0 branch with HEADJelmer Vernooij2002-08-171-1045/+73
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+3
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-15/+15
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell2001-10-141-4/+0
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+5
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-32/+32
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-071-8/+6
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-281-7/+2
* no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell2000-12-041-1/+1
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-32/+32
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-181-2/+3
* Cutover from 2.2.x - missed in merge.Jeremy Allison2000-05-171-4/+2
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-25/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+25
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-678/+555
* further abstraction involving client states. main client-side codeLuke Leighton1999-11-271-23/+20
* cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1999-11-251-129/+24
* registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1999-11-241-27/+175
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-2/+4
* updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1999-11-181-3/+4
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-181-4/+3
* rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1999-10-291-1/+3
* added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1999-10-291-0/+65
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-2/+2
* renamed "class" local variable to avoid global clashLuke Leighton1999-10-151-2/+2
* reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1999-08-031-27/+16
* Mainly BDC-related changes.Matthew Chapman1999-04-081-1/+1
* added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1999-02-231-16/+28
* rpcclient shutdown commandLuke Leighton1999-02-161-0/+55
* Always null-terminate strings.Matthew Chapman1999-02-151-4/+4
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-4/+6
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-35/+35
* security descriptorsLuke Leighton1998-11-131-1/+16
* security descriptors.Luke Leighton1998-11-121-2/+2
* cleaning up conflicts between group code not yet committed andLuke Leighton1998-11-121-3/+51
* clearing up security descriptorLuke Leighton1998-11-111-0/+4
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-111-38/+33
* Makefile.in: Added target for makeyodldocs - not used by default.Jeremy Allison1998-11-111-5/+5
* registry delete value command: "regdeleteval".Luke Leighton1998-11-111-0/+54
* renamed unk_1b to flush_keyLuke Leighton1998-11-111-9/+9
* - renamed open_policy to open_hklm.Luke Leighton1998-11-111-21/+78