summaryrefslogtreecommitdiff
path: root/source3/lib/privileges.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke1-1/+1
2007-10-10r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to c...Gerald Carter1-1/+6
2007-10-10r5726: merge LsaLookupPrivValue() code from trunkGerald Carter1-59/+57
2007-10-10r5484: Fix a memleakVolker Lendecke1-2/+2
2007-10-10r5436: small merges from trunkGerald Carter1-5/+5
2007-10-10r5203: additional changes for BUG 2291 to restrict who can join a BDC and add...Gerald Carter1-1/+1
2007-10-10r5015: (based on abartlet's original patch to restrict password changes)Gerald Carter1-4/+74
2007-10-10r4995: fail set_privileges() if 'enable privileges = no' to prevent confused ...Gerald Carter1-0/+3
2007-10-10r4849: * finish SeAddUsers support in srv_samr_nt.cGerald Carter1-7/+18
2007-10-10r4822: fix return code when you ask for a non-privileged SID via one of the p...Gerald Carter1-0/+9
2007-10-10r4809: * include SeDiskOperatorPrivilege and SeRemoteShutdownPrivilegeGerald Carter1-88/+25
2007-10-10r4805: Last planned change to the privileges infrastructure:Gerald Carter1-120/+309
2007-10-10r4742: add server support for lsa_add/remove_account_rights() and fix some pa...Gerald Carter1-12/+65
2007-10-10r4731: Fix the buildVolker Lendecke1-1/+2
2007-10-10r4724: Add support for Windows privileges in Samba 3.0Gerald Carter1-218/+429
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-6/+6
2003-12-04don't crash on a NULL priviledge pointer; patch from Jianliang LuGerald Carter1-0/+6
2003-10-14Delete unused label to fix compiler warning.Tim Potter1-1/+0
2003-10-06split some security related functions in their own files.Simo Sorce1-0/+345