summaryrefslogtreecommitdiffstats
path: root/source/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* r6282: Before converting enum_dom_groups, better get the previous version a bitVolker Lendecke2005-04-101-5/+13
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2005-04-093-6/+0
* r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter2005-04-071-2/+8
* r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()Gerald Carter2005-04-061-0/+1
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2005-04-066-11/+14
* r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n...Gerald Carter2005-04-052-32/+80
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2005-03-311-3/+3
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2005-03-301-0/+4
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke2005-03-271-27/+10
* r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter2005-03-261-8/+24
* r6037: little cleanup of unused vars and unnecessary codepathsGerald Carter2005-03-241-12/+7
* r6034: Check only onceSimo Sorce2005-03-241-1/+3
* r6016: Give access only to root and Domain UsersSimo Sorce2005-03-241-11/+23
* r6014: rather large change set....Gerald Carter2005-03-2310-82/+1875
* r6009: Add privillage check for SE_DISK_OP (is this the right privilage?)Jeremy Allison2005-03-231-3/+15
* r6004: Let's make server manager able to kill a user session.Simo Sorce2005-03-232-0/+72
* r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids....Jim McDonough2005-03-221-45/+17
* r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter2005-03-221-3/+3
* r5950: more compiler warning's from Jason MaderGerald Carter2005-03-221-4/+2
* r5948: more compile cleanups from Jason MaderGerald Carter2005-03-221-1/+2
* r5943: remove unneccessary se_priv_copy()Gerald Carter2005-03-221-3/+1
* r5909: Remove some unecessary casts. Patch from Jason Mader for bugzill #2468.Tim Potter2005-03-201-1/+1
* r5806: * fix a couple more segvs in spoolssGerald Carter2005-03-152-14/+12
* r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...Gerald Carter2005-03-151-399/+509
* r5726: merge LsaLookupPrivValue() code from trunkGerald Carter2005-03-102-7/+77
* r5647: Caches are good for performance, but you get a consistency problem.Volker Lendecke2005-03-031-0/+2
* r5605: only display the publish check box on printer ifGerald Carter2005-03-011-12/+20
* r5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stopJim McDonough2005-02-261-15/+0
* r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...Volker Lendecke2005-02-201-3/+4
* r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.Volker Lendecke2005-02-201-11/+26
* r5467: Optimize _samr_query_groupmem with LDAP backend for large domains.Volker Lendecke2005-02-201-38/+14
* r5460: Fix "restrict anonymous = 1". If we have schannel connection, we must beJim McDonough2005-02-191-0/+4
* r5458: Generate a sane response to exceeding lookupsids limit. Truncate list...Jim McDonough2005-02-191-2/+3
* r5419: Fix some unitialized variable warningsVolker Lendecke2005-02-161-3/+3
* r5383: add missing checks to allow root to manage user rightsGerald Carter2005-02-141-2/+12
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2005-02-123-30/+31
* r5264: Log with loglevel 0 when account-administration scripts fail.Günther Deschner2005-02-071-2/+2
* r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC weGünther Deschner2005-02-071-6/+23
* r5246: We can't use a pointer to struct lsa_info until is has beenTim Potter2005-02-061-1/+1
* r5205: more fixups for BUG 2291Gerald Carter2005-02-031-27/+30
* r5203: additional changes for BUG 2291 to restrict who can join a BDC and add...Gerald Carter2005-02-031-8/+18
* r5180: Call the "add machine script" to create all kinds of trust accountsGünther Deschner2005-02-021-1/+1
* r5150: consolidate the samr_make.*obj_sd() functions to share codeGerald Carter2005-01-311-157/+41
* r5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask defineGerald Carter2005-01-282-10/+20
* r5028: * check acb_info mask in _samr_create_user instead of the last characterGerald Carter2005-01-271-36/+21
* r5015: (based on abartlet's original patch to restrict password changes)Gerald Carter2005-01-261-336/+407
* r4972: Fix a warning and some debugging-outputs.Günther Deschner2005-01-251-1/+1
* r4931: Add get_user_info_7 in SAMR. This just gives out the username. (InGünther Deschner2005-01-221-0/+42
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2005-01-222-30/+31
* r4871: BUG 603: patch by Daniel Beschorner <db@unit-netz.de>. Correct access...Gerald Carter2005-01-201-1/+4