summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* r5950: more compiler warning's from Jason MaderGerald Carter2007-10-101-4/+2
* r5948: more compile cleanups from Jason MaderGerald Carter2007-10-101-1/+2
* r5943: remove unneccessary se_priv_copy()Gerald Carter2007-10-101-3/+1
* r5909: Remove some unecessary casts. Patch from Jason Mader for bugzill #2468.Tim Potter2007-10-101-1/+1
* r5806: * fix a couple more segvs in spoolssGerald Carter2007-10-102-14/+12
* r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...Gerald Carter2007-10-101-399/+509
* r5726: merge LsaLookupPrivValue() code from trunkGerald Carter2007-10-102-7/+77
* r5647: Caches are good for performance, but you get a consistency problem.Volker Lendecke2007-10-101-0/+2
* r5605: only display the publish check box on printer ifGerald Carter2007-10-101-12/+20
* r5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stopJim McDonough2007-10-101-15/+0
* r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...Volker Lendecke2007-10-101-3/+4
* r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.Volker Lendecke2007-10-101-11/+26
* r5467: Optimize _samr_query_groupmem with LDAP backend for large domains.Volker Lendecke2007-10-101-38/+14
* r5460: Fix "restrict anonymous = 1". If we have schannel connection, we must beJim McDonough2007-10-101-0/+4
* r5458: Generate a sane response to exceeding lookupsids limit. Truncate list...Jim McDonough2007-10-101-2/+3
* r5419: Fix some unitialized variable warningsVolker Lendecke2007-10-101-3/+3
* r5383: add missing checks to allow root to manage user rightsGerald Carter2007-10-101-2/+12
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2007-10-103-30/+31
* r5264: Log with loglevel 0 when account-administration scripts fail.Günther Deschner2007-10-101-2/+2
* r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC weGünther Deschner2007-10-101-6/+23
* r5246: We can't use a pointer to struct lsa_info until is has beenTim Potter2007-10-101-1/+1
* r5205: more fixups for BUG 2291Gerald Carter2007-10-101-27/+30
* r5203: additional changes for BUG 2291 to restrict who can join a BDC and add...Gerald Carter2007-10-101-8/+18
* r5180: Call the "add machine script" to create all kinds of trust accountsGünther Deschner2007-10-101-1/+1
* r5150: consolidate the samr_make.*obj_sd() functions to share codeGerald Carter2007-10-101-157/+41
* r5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask defineGerald Carter2007-10-102-10/+20
* r5028: * check acb_info mask in _samr_create_user instead of the last characterGerald Carter2007-10-101-36/+21
* r5015: (based on abartlet's original patch to restrict password changes)Gerald Carter2007-10-101-336/+407
* r4972: Fix a warning and some debugging-outputs.Günther Deschner2007-10-101-1/+1
* r4931: Add get_user_info_7 in SAMR. This just gives out the username. (InGünther Deschner2007-10-101-0/+42
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2007-10-102-30/+31
* r4871: BUG 603: patch by Daniel Beschorner <db@unit-netz.de>. Correct access...Gerald Carter2007-10-101-1/+4
* r4856: after testing a simple add printer script, i realized that you still h...Gerald Carter2007-10-102-21/+21
* r4852: merge simo changes to srv_srvsvc_nt.c from trunkGerald Carter2007-10-101-30/+13
* r4849: * finish SeAddUsers support in srv_samr_nt.cGerald Carter2007-10-101-100/+258
* r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner2007-10-101-7/+13
* r4825: Printing changesGerald Carter2007-10-102-45/+136
* r4824: wrap the shutdown and abort_shutdown calls in check for the SE_REMOTE_...Gerald Carter2007-10-101-1/+24
* r4822: fix return code when you ask for a non-privileged SID via one of the p...Gerald Carter2007-10-101-0/+3
* r4805: Last planned change to the privileges infrastructure:Gerald Carter2007-10-103-47/+72
* r4746: add server support for lsa_enum_acct_rights(); last checkin for the nightGerald Carter2007-10-102-4/+62
* r4742: add server support for lsa_add/remove_account_rights() and fix some pa...Gerald Carter2007-10-102-1/+172
* r4740: allow SE_PRINT_OPERATORS to have printer admin accessGerald Carter2007-10-101-2/+4
* r4739: require membership in Domain Admins to be able to set privilegesGerald Carter2007-10-101-0/+25
* r4736: small set of merges from rtunk to minimize the diffsGerald Carter2007-10-101-2/+2
* r4724: Add support for Windows privileges in Samba 3.0Gerald Carter2007-10-103-181/+194
* r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison2007-10-101-45/+45
* r4651: Add "refuse machine password change" policy field. This update will justJim McDonough2007-10-101-1/+12
* r4646: Allow Account Lockout with Lockout Duration "forever" (until adminGünther Deschner2007-10-101-3/+9
* r4579: small changes to allow the members og the Domain Admins group on the S...Gerald Carter2007-10-101-64/+134