summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7440: * merge registry server changes from trunk (so far) for moreGerald Carter1-4/+112
2007-10-10r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yetJeremy Allison1-3/+3
2007-10-10r7217: Only allow schannel connections if a successful Auth2 has been doneVolker Lendecke2-0/+9
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter4-46/+237
2007-10-10r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter1-20/+0
2007-10-10r6942: * merging the registry changes back to the 3.0 treeGerald Carter3-88/+274
2007-10-10r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison1-2/+3
2007-10-10r6772: Fix a valgrind error for samr_open_alias uncovered by one of John's test.Volker Lendecke1-1/+1
2007-10-10r6680: event log patches from MarcinGerald Carter1-58/+126
2007-10-10r6679: BUG 2684: abartlett's patch for check the per service hosts allow/deny...Gerald Carter1-0/+5
2007-10-10r6642: BUG 2686: shouold fix the group_setinfo() failures; similar to alias_s...Gerald Carter1-0/+5
2007-10-10r6601: fixing query and set alias info calls (level 1 from theGerald Carter1-12/+15
2007-10-10r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison1-3/+4
2007-10-10r6566: fix a couple of local group bugs.Gerald Carter1-7/+8
2007-10-10r6536: Jeremy, did you actually test this part of revision 801? I just tested...Volker Lendecke1-2/+0
2007-10-10r6421: use add machine script when creating a user (ACB_NORMAL)Gerald Carter1-2/+4
2007-10-10r6351: This is quite a large and intrusive patch, but there are not many piec...Volker Lendecke1-580/+238
2007-10-10r6282: Before converting enum_dom_groups, better get the previous version a bitVolker Lendecke1-5/+13
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke3-6/+0
2007-10-10r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter1-2/+8
2007-10-10r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()Gerald Carter1-0/+1
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis6-11/+14
2007-10-10r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n...Gerald Carter2-32/+80
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-3/+3
2007-10-10r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman1-0/+4
2007-10-10r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke1-27/+10
2007-10-10r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter1-8/+24
2007-10-10r6037: little cleanup of unused vars and unnecessary codepathsGerald Carter1-12/+7
2007-10-10r6034: Check only onceSimo Sorce1-1/+3
2007-10-10r6016: Give access only to root and Domain UsersSimo Sorce1-11/+23
2007-10-10r6014: rather large change set....Gerald Carter10-82/+1875
2007-10-10r6009: Add privillage check for SE_DISK_OP (is this the right privilage?)Jeremy Allison1-3/+15
2007-10-10r6004: Let's make server manager able to kill a user session.Simo Sorce2-0/+72
2007-10-10r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids....Jim McDonough1-45/+17
2007-10-10r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter1-3/+3
2007-10-10r5950: more compiler warning's from Jason MaderGerald Carter1-4/+2
2007-10-10r5948: more compile cleanups from Jason MaderGerald Carter1-1/+2
2007-10-10r5943: remove unneccessary se_priv_copy()Gerald Carter1-3/+1
2007-10-10r5909: Remove some unecessary casts. Patch from Jason Mader for bugzill #2468.Tim Potter1-1/+1
2007-10-10r5806: * fix a couple more segvs in spoolssGerald Carter2-14/+12
2007-10-10r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...Gerald Carter1-399/+509
2007-10-10r5726: merge LsaLookupPrivValue() code from trunkGerald Carter2-7/+77
2007-10-10r5647: Caches are good for performance, but you get a consistency problem.Volker Lendecke1-0/+2
2007-10-10r5605: only display the publish check box on printer ifGerald Carter1-12/+20
2007-10-10r5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stopJim McDonough1-15/+0
2007-10-10r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...Volker Lendecke1-3/+4
2007-10-10r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.Volker Lendecke1-11/+26
2007-10-10r5467: Optimize _samr_query_groupmem with LDAP backend for large domains.Volker Lendecke1-38/+14
2007-10-10r5460: Fix "restrict anonymous = 1". If we have schannel connection, we must beJim McDonough1-0/+4
2007-10-10r5458: Generate a sane response to exceeding lookupsids limit. Truncate list...Jim McDonough1-2/+3