summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_reg.c
Commit message (Expand)AuthorAgeFilesLines
* r18188: merge 3.0-libndr branchJelmer Vernooij2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-47/+54
* r7995: * privileges are local except when they're *not*Gerald Carter2007-10-101-7/+7
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-3/+3
* r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarityGerald Carter2007-10-101-7/+7
* r7691: * add .gdbinit to the svn:ignore filesGerald Carter2007-10-101-1/+1
* r7664: add access check hooks to _reg_open_entry which are passed offGerald Carter2007-10-101-1/+1
* r7649: * fix compile breakage (sorry, should have done a make clean before theGerald Carter2007-10-101-4/+4
* r7645: adding server stubs for RegCreateKey() and RegSetValue()Gerald Carter2007-10-101-2/+2
* r6995: * fixing segfault when writing out registry values of zero lengthGerald Carter2007-10-101-0/+25
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-101-558/+441
* 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