summaryrefslogtreecommitdiffstats
path: root/source3/lib/privileges.c
Commit message (Expand)AuthorAgeFilesLines
* r14432: Give in and grant BUILT\Administrators all privilegesGerald Carter2007-10-101-1/+19
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-2/+3
* r10454: * prevent privilege code from storing an empty SIDGerald Carter2007-10-101-7/+31
* r9952: Adapt better to the Windows way of taking and assigning ownership:Günther Deschner2007-10-101-0/+1
* r9029: Another crash bug when enumerating privileges.Günther Deschner2007-10-101-1/+1
* r8141: Update volker's valgrind fix in r8097. Same effect, just helps meGerald Carter2007-10-101-0/+3
* r7995: * privileges are local except when they're *not*Gerald Carter2007-10-101-60/+64
* r7440: * merge registry server changes from trunk (so far) for moreGerald Carter2007-10-101-0/+5
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke2007-10-101-1/+1
* r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to c...Gerald Carter2007-10-101-1/+6
* r5726: merge LsaLookupPrivValue() code from trunkGerald Carter2007-10-101-59/+57
* r5484: Fix a memleakVolker Lendecke2007-10-101-2/+2
* r5436: small merges from trunkGerald Carter2007-10-101-5/+5
* r5203: additional changes for BUG 2291 to restrict who can join a BDC and add...Gerald Carter2007-10-101-1/+1
* r5015: (based on abartlet's original patch to restrict password changes)Gerald Carter2007-10-101-4/+74
* r4995: fail set_privileges() if 'enable privileges = no' to prevent confused ...Gerald Carter2007-10-101-0/+3
* r4849: * finish SeAddUsers support in srv_samr_nt.cGerald Carter2007-10-101-7/+18
* r4822: fix return code when you ask for a non-privileged SID via one of the p...Gerald Carter2007-10-101-0/+9
* r4809: * include SeDiskOperatorPrivilege and SeRemoteShutdownPrivilegeGerald Carter2007-10-101-88/+25
* r4805: Last planned change to the privileges infrastructure:Gerald Carter2007-10-101-120/+309
* r4742: add server support for lsa_add/remove_account_rights() and fix some pa...Gerald Carter2007-10-101-12/+65
* r4731: Fix the buildVolker Lendecke2007-10-101-1/+2
* r4724: Add support for Windows privileges in Samba 3.0Gerald Carter2007-10-101-218/+429
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-6/+6
* don't crash on a NULL priviledge pointer; patch from Jianliang LuGerald Carter2003-12-041-0/+6
* Delete unused label to fix compiler warning.Tim Potter2003-10-141-1/+0
* split some security related functions in their own files.Simo Sorce2003-10-061-0/+345