summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_reg_nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison1-1/+1
2007-10-10r11072: add routines for converting REG_MULTI_SZ to and from char**Gerald Carter1-1/+13
2007-10-10r11069: make sure to zero memory when allocating a a REGVAL_CTR structGerald Carter1-1/+5
2007-10-10r10819: merging a couple of fixes from trunkGerald Carter1-3/+2
2007-10-10r10781: merging eventlog and svcctl code from trunkGerald Carter1-2/+4
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-259/+177
2007-10-10r10585: variation of fix in trunk for root-free-pass in registry access checksGerald Carter1-3/+2
2007-10-10r10264: reverse order of 'root free pass' checks in service and registry acce...Gerald Carter1-8/+7
2007-10-10r10221: add "free pass for root" in svcctl and default winreg access checksGerald Carter1-0/+8
2007-10-10r9788: more compiler warnings from Jason MaderGerald Carter1-2/+2
2007-10-10r9780: Clean up a bunch of compiler warnings.James Peach1-2/+0
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter1-73/+92
2007-10-10r9114: removing gratuitous debug messagesGerald Carter1-28/+1
2007-10-10r8027: driver information is now back via winregGerald Carter1-2/+6
2007-10-10r7995: * privileges are local except when they're *not*Gerald Carter1-12/+14
2007-10-10r7987: map generic bits to specific bits in open requestsGerald Carter1-3/+4
2007-10-10r7938: * move the hardcoded registry value names from _reg_query_value()Gerald Carter1-91/+1
2007-10-10r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter1-18/+14
2007-10-10r7890: * add Reg[SG]etKeySec() server stubsGerald Carter1-12/+95
2007-10-10r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarityGerald Carter1-7/+4
2007-10-10r7698: * clean upserver frontend for RegDeleteKey()Gerald Carter1-13/+63
2007-10-10r7691: * add .gdbinit to the svn:ignore filesGerald Carter1-33/+195
2007-10-10r7664: add access check hooks to _reg_open_entry which are passed offGerald Carter1-6/+29
2007-10-10r7649: * fix compile breakage (sorry, should have done a make clean before theGerald Carter1-0/+17
2007-10-10r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...Gerald Carter1-18/+19
2007-10-10r7647: add access checks to the top level hive open calls; will need to pass ...Gerald Carter1-3/+89
2007-10-10r7645: adding server stubs for RegCreateKey() and RegSetValue()Gerald Carter1-0/+16
2007-10-10r7547: removing unused fields in the REGISTRY_KEY structure associated with o...Gerald Carter1-8/+0
2007-10-10r7440: * merge registry server changes from trunk (so far) for moreGerald Carter1-4/+112
2007-10-10r6942: * merging the registry changes back to the 3.0 treeGerald Carter1-20/+217
2007-10-10r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter1-2/+8
2007-10-10r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n...Gerald Carter1-29/+53
2007-10-10r6014: rather large change set....Gerald Carter1-46/+95
2007-10-10r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner1-1/+1
2007-10-10r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner1-1/+1
2007-10-10r4824: wrap the shutdown and abort_shutdown calls in check for the SE_REMOTE_...Gerald Carter1-1/+24
2007-10-10r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison1-45/+45
2007-10-10r4651: Add "refuse machine password change" policy field. This update will justJim McDonough1-1/+12
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-3/+3
2003-01-21don't free() auto variables; fixes segfault when looking up RefusePasswordCha...Gerald Carter1-3/+5
2003-01-19strip any trailing \'s from reg key names in an openGerald Carter1-2/+10
2003-01-18removing extra debug statementGerald Carter1-2/+0
2003-01-04The last of the merge of idra's shutdown changes from head...Andrew Bartlett1-2/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-1/+0
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-3/+11
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-446/+284
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-43/+618
2002-01-30Removed version number from file header.Tim Potter1-2/+1