summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_reg.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-19s3-ntsvcs: remove old hand-marshalling for ntsvcs getdevregprop.Günther Deschner1-17/+0
2007-12-03Fix winreg callers.Günther Deschner1-5/+5
2007-10-10r25313: dd HKEY_CURRENT_USER to rpccli_winreg_Connect().Günther Deschner1-0/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21462: Fix EnumValue (?)Jelmer Vernooij1-3/+0
2007-10-10r19818: Remove reg_split_hive, make use of registry_openkeyVolker Lendecke1-44/+0
2007-10-10r18981: * cleanup some vestiges of old cli_reg.c code and mark some TODOGerald Carter1-56/+1
2007-10-10r18931: * Fix the IDL for QueryInfoKey. teh Classname in anGerald Carter1-3/+3
2007-10-10r18919: * Get the new rpccli_winreg_XXXX() functions into the treeGerald Carter1-567/+65
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-1/+1
2007-10-10r18711: Replace the following hand code client routines:Gerald Carter1-51/+0
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-47/+54
2007-10-10r7995: * privileges are local except when they're *not*Gerald Carter1-7/+7
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-3/+3
2007-10-10r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarityGerald Carter1-7/+7
2007-10-10r7691: * add .gdbinit to the svn:ignore filesGerald Carter1-1/+1
2007-10-10r7664: add access check hooks to _reg_open_entry which are passed offGerald Carter1-1/+1
2007-10-10r7649: * fix compile breakage (sorry, should have done a make clean before theGerald Carter1-4/+4
2007-10-10r7645: adding server stubs for RegCreateKey() and RegSetValue()Gerald Carter1-2/+2
2007-10-10r6995: * fixing segfault when writing out registry values of zero lengthGerald Carter1-0/+25
2007-10-10r6942: * merging the registry changes back to the 3.0 treeGerald Carter1-558/+441
2007-10-10r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke1-1/+1
2007-10-10r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter1-8/+8
2007-10-10r6014: rather large change set....Gerald Carter1-4/+717
2007-10-10r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison1-5/+5
2007-10-10r4561: This looks a lot larger than it is, this is to reduce the clutter on f...Volker Lendecke1-2/+2
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