summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* r7836: Fix the bug where users show up as trusting domains.Volker Lendecke2007-10-101-9/+22
* r7708: Hint from Luke Howard (thanks Luke). Ensure the schannel authenticator...Jeremy Allison2007-10-101-1/+1
* 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-102-1/+68
* 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-102-1/+67
* r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm i...Gerald Carter2007-10-101-3/+3
* r7614: convert move_driver_to_download_area() to return WERROR in order to pr...Gerald Carter2007-10-101-3/+1
* r7613: small changes to _svcctl_open_service() and create_open_service_handle...Gerald Carter2007-10-101-9/+21
* r7610: can successfully stop and start the 'spooler' service by setting the s...Gerald Carter2007-10-101-67/+7
* r7606: add WERR_NET_NAME_NOT_FOUND. This is what windows returns whenGünther Deschner2007-10-101-1/+1
* r7603: * fix a bug in the SERVICE_ALL_ACCESS security maskGerald Carter2007-10-101-2/+4
* r7595: start trying to split out the svcctl functions into separate files for...Gerald Carter2007-10-101-692/+13
* r7583: * more rearranging and renaming of functionsGerald Carter2007-10-101-410/+472
* r7581: fix bad mergeGerald Carter2007-10-101-2/+0
* r7578: use global well known DOM_SID objects when possibleGerald Carter2007-10-101-9/+6
* r7576: implement access checks for open_scm and open_serviceGerald Carter2007-10-101-11/+115
* r7573: you can't make an omlette without break a few eggs....start reworking ...Gerald Carter2007-10-101-416/+300
* r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...Gerald Carter2007-10-102-82/+1350
* 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
* r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yetJeremy Allison2007-10-101-3/+3
* r7217: Only allow schannel connections if a successful Auth2 has been doneVolker Lendecke2007-10-102-0/+9
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-104-46/+237
* r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter2007-10-101-20/+0
* r6942: * merging the registry changes back to the 3.0 treeGerald Carter2007-10-103-88/+274
* r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison2007-10-101-2/+3
* r6772: Fix a valgrind error for samr_open_alias uncovered by one of John's test.Volker Lendecke2007-10-101-1/+1
* r6680: event log patches from MarcinGerald Carter2007-10-101-58/+126
* r6679: BUG 2684: abartlett's patch for check the per service hosts allow/deny...Gerald Carter2007-10-101-0/+5
* r6642: BUG 2686: shouold fix the group_setinfo() failures; similar to alias_s...Gerald Carter2007-10-101-0/+5
* r6601: fixing query and set alias info calls (level 1 from theGerald Carter2007-10-101-12/+15
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2007-10-101-3/+4
* r6566: fix a couple of local group bugs.Gerald Carter2007-10-101-7/+8
* r6536: Jeremy, did you actually test this part of revision 801? I just tested...Volker Lendecke2007-10-101-2/+0
* r6421: use add machine script when creating a user (ACB_NORMAL)Gerald Carter2007-10-101-2/+4
* r6351: This is quite a large and intrusive patch, but there are not many piec...Volker Lendecke2007-10-101-580/+238
* r6282: Before converting enum_dom_groups, better get the previous version a bitVolker Lendecke2007-10-101-5/+13
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-103-6/+0
* r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter2007-10-101-2/+8
* r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()Gerald Carter2007-10-101-0/+1
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-106-11/+14
* r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n...Gerald Carter2007-10-102-32/+80
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-3/+3
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2007-10-101-0/+4
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke2007-10-101-27/+10
* r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter2007-10-101-8/+24