summaryrefslogtreecommitdiffstats
path: root/source/lib/privileges.c
Commit message (Expand)AuthorAgeFilesLines
* Convert account_pol.tdb to dbwrapVolker Lendecke2008-04-011-19/+20
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-2/+4
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-2/+2
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-151-4/+4
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-6/+6
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-11/+11
* r25040: Add "net sam rights"Volker Lendecke2007-10-101-1/+32
* r24435: Fix typo.Günther Deschner2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23485: This checkin consists mostly of refactorings in preparation of theMichael Adam2007-10-101-487/+18
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-4/+8
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-3/+3
* r21976: make use of tdb_*_bystring() and string_term_tdb_data() in lib/Stefan Metzmacher2007-10-101-8/+4
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2007-10-101-1/+3
* r19932: Add some constVolker Lendecke2007-10-101-2/+3
* r17334: Some C++ warningsVolker Lendecke2007-10-101-1/+1
* r16396: Klocwork #1170. Null deref.Jeremy Allison2007-10-101-0/+4
* 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