summaryrefslogtreecommitdiffstats
path: root/source3/include/rpc_reg.h
Commit message (Expand)AuthorAgeFilesLines
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+1
* r16490: Fix a memleak and two typosVolker Lendecke2007-10-101-2/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-5/+16
* r9893: fix REG_CREATE_KEY_EX parsing error caused by WinXP clientsGerald Carter2007-10-101-2/+5
* r8026: * more fixes to the printing registry interfaceGerald Carter2007-10-101-1/+1
* r7995: * privileges are local except when they're *not*Gerald Carter2007-10-101-4/+4
* r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter2007-10-101-5/+4
* r7890: * add Reg[SG]etKeySec() server stubsGerald Carter2007-10-101-2/+2
* 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-4/+3
* r7691: * add .gdbinit to the svn:ignore filesGerald Carter2007-10-101-2/+2
* r7664: add access check hooks to _reg_open_entry which are passed offGerald Carter2007-10-101-7/+5
* r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...Gerald Carter2007-10-101-7/+8
* r7645: adding server stubs for RegCreateKey() and RegSetValue()Gerald Carter2007-10-101-3/+3
* r7547: removing unused fields in the REGISTRY_KEY structure associated with o...Gerald Carter2007-10-101-1/+1
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-101-63/+25
* r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter2007-10-101-6/+23
* r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n...Gerald Carter2007-10-101-14/+16
* r6014: rather large change set....Gerald Carter2007-10-101-353/+187
* r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison2007-10-101-20/+20
* Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1Andrew Bartlett2003-01-041-5/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* sync 3.0 branch with headJelmer Vernooij2002-08-171-9/+99
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-20/+25
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Add 'net rpc shutdown' and 'net rpc abortshutdown'.Andrew Bartlett2001-12-311-0/+4
* Added some constants for registry data types.Tim Potter2001-12-171-4/+14
* merge from 2.2Gerald Carter2001-11-221-0/+5
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-19/+19
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-101-53/+121
* Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.Jeremy Allison2000-05-151-24/+24
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-67/+28
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-2/+0
* updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1999-11-181-2/+2
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-181-20/+18
* added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1999-10-291-5/+27
* rpcclient shutdown commandLuke Leighton1999-02-161-0/+21
* security descriptorsLuke Leighton1998-11-131-14/+6
* security descriptors.Luke Leighton1998-11-121-5/+5
* security descriptors and registry.Luke Leighton1998-11-121-1/+1
* security descriptor info, provided by jean-francoisLuke Leighton1998-11-111-0/+22
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-111-0/+2
* registry delete value command: "regdeleteval".Luke Leighton1998-11-111-1/+20
* renamed unk_1b to flush_keyLuke Leighton1998-11-111-7/+7
* - renamed open_policy to open_hklm.Luke Leighton1998-11-111-14/+21
* rpcclient registry key delete command: "regdeletekey".Luke Leighton1998-11-101-0/+21
* registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1998-11-101-0/+16
* rpcclient registry commands.Luke Leighton1998-11-101-11/+257
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-111-0/+141