summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_reg_nt.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-22Merge of fixes from 2.2.Jeremy Allison1-5/+4
2002-01-01Named constants are always much better than magic numbers...Andrew Bartlett1-2/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-13/+13
2001-08-24fix missing )Herb Lewis1-1/+1
2001-08-24let admins also abort a shutdownSimo Sorce1-9/+26
2001-08-23so let admins shutdown their samba servers remotely if they want :-)Simo Sorce1-0/+44
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+2
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-1/+1
2001-03-15AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison1-2/+2
2001-03-13Fixed reading of strings from big-endian RPC clients.Jeremy Allison1-2/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-10/+25
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-1/+1