summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_reg_nt.c
Commit message (Expand)AuthorAgeFilesLines
* r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter2007-10-101-1352/+0
* r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.hGerald Carter2007-10-101-3/+0
* r15570: Fix Coverity bug # 286. I really wonder why gcc -O1 did not catch thi...Volker Lendecke2007-10-101-1/+1
* r14226: Fix Coverity bug # 109Volker Lendecke2007-10-101-1/+3
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2007-10-101-1/+1
* r11072: add routines for converting REG_MULTI_SZ to and from char**Gerald Carter2007-10-101-1/+13
* r11069: make sure to zero memory when allocating a a REGVAL_CTR structGerald Carter2007-10-101-1/+5
* r10819: merging a couple of fixes from trunkGerald Carter2007-10-101-3/+2
* r10781: merging eventlog and svcctl code from trunkGerald Carter2007-10-101-2/+4
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-259/+177
* r10585: variation of fix in trunk for root-free-pass in registry access checksGerald Carter2007-10-101-3/+2
* r10264: reverse order of 'root free pass' checks in service and registry acce...Gerald Carter2007-10-101-8/+7
* r10221: add "free pass for root" in svcctl and default winreg access checksGerald Carter2007-10-101-0/+8
* r9788: more compiler warnings from Jason MaderGerald Carter2007-10-101-2/+2
* r9780: Clean up a bunch of compiler warnings.James Peach2007-10-101-2/+0
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-73/+92
* r9114: removing gratuitous debug messagesGerald Carter2007-10-101-28/+1
* r8027: driver information is now back via winregGerald Carter2007-10-101-2/+6
* r7995: * privileges are local except when they're *not*Gerald Carter2007-10-101-12/+14
* r7987: map generic bits to specific bits in open requestsGerald Carter2007-10-101-3/+4
* r7938: * move the hardcoded registry value names from _reg_query_value()Gerald Carter2007-10-101-91/+1
* r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter2007-10-101-18/+14
* r7890: * add Reg[SG]etKeySec() server stubsGerald Carter2007-10-101-12/+95
* r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarityGerald Carter2007-10-101-7/+4
* r7698: * clean upserver frontend for RegDeleteKey()Gerald Carter2007-10-101-13/+63
* r7691: * add .gdbinit to the svn:ignore filesGerald Carter2007-10-101-33/+195
* r7664: add access check hooks to _reg_open_entry which are passed offGerald Carter2007-10-101-6/+29
* r7649: * fix compile breakage (sorry, should have done a make clean before theGerald Carter2007-10-101-0/+17
* r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...Gerald Carter2007-10-101-18/+19
* r7647: add access checks to the top level hive open calls; will need to pass ...Gerald Carter2007-10-101-3/+89
* r7645: adding server stubs for RegCreateKey() and RegSetValue()Gerald Carter2007-10-101-0/+16
* r7547: removing unused fields in the REGISTRY_KEY structure associated with o...Gerald Carter2007-10-101-8/+0
* r7440: * merge registry server changes from trunk (so far) for moreGerald Carter2007-10-101-4/+112
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-101-20/+217
* r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter2007-10-101-2/+8
* r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n...Gerald Carter2007-10-101-29/+53
* r6014: rather large change set....Gerald Carter2007-10-101-46/+95
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2007-10-101-1/+1
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2007-10-101-1/+1
* r4824: wrap the shutdown and abort_shutdown calls in check for the SE_REMOTE_...Gerald Carter2007-10-101-1/+24
* r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison2007-10-101-45/+45
* r4651: Add "refuse machine password change" policy field. This update will justJim McDonough2007-10-101-1/+12
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-3/+3
* don't free() auto variables; fixes segfault when looking up RefusePasswordCha...Gerald Carter2003-01-211-3/+5
* strip any trailing \'s from reg key names in an openGerald Carter2003-01-191-2/+10
* removing extra debug statementGerald Carter2003-01-181-2/+0
* The last of the merge of idra's shutdown changes from head...Andrew Bartlett2003-01-041-2/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-1/+0