s3:Change SE_PRIV to uint64_t
[samba.git] / source3 / lib / privileges.c
2010-09-11 Andrew Bartletts3:Change SE_PRIV to uint64_t
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-06-07 Günther Deschners3-privileges: use LUID defines from lsa IDL.
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2009-05-15 Günther Deschners3-privileges: add privilege_delete_account().
2009-05-15 Günther Deschners3-privileges: remove trailing whitespace from privileg...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-04-01 Volker LendeckeConvert account_pol.tdb to dbwrap
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-09 Michael AdamConvert add_sid_to_array() add_sid_to_array_unique...
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-15 Volker LendeckeReplace sid_string_static with sid_to_string
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Volker Lendecker25040: Add "net sam rights"
2007-10-10 Günther Deschnerr24435: Fix typo.
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Michael Adamr23485: This checkin consists mostly of refactorings...
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Stefan Metzmacherr21976: make use of tdb_*_bystring() and string_term_td...
2007-10-10 Jeremy Allisonr20090: Fix a class of bugs found by James Peach. Ensure
2007-10-10 Volker Lendecker19932: Add some const
2007-10-10 Volker Lendecker17334: Some C++ warnings
2007-10-10 Jeremy Allisonr16396: Klocwork #1170. Null deref.
2007-10-10 Gerald Carterr14432: Give in and grant BUILT\Administrators all...
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr10454: * prevent privilege code from storing an empty SID
2007-10-10 Günther Deschnerr9952: Adapt better to the Windows way of taking and...
2007-10-10 Günther Deschnerr9029: Another crash bug when enumerating privileges.
2007-10-10 Gerald Carterr8141: Update volker's valgrind fix in r8097. Same...
2007-10-10 Gerald Carterr7995: * privileges are local except when they're ...
2007-10-10 Gerald Carterr7440: * merge registry server changes from trunk ...
2007-10-10 Volker Lendecker6080: Port some of the non-critical changes from HEAD...
2007-10-10 Gerald Carterr5953: more compiler cleanups; moved SID_LIST from...
2007-10-10 Gerald Carterr5726: merge LsaLookupPrivValue() code from trunk
2007-10-10 Volker Lendecker5484: Fix a memleak
2007-10-10 Gerald Carterr5436: small merges from trunk
2007-10-10 Gerald Carterr5203: additional changes for BUG 2291 to restrict...
2007-10-10 Gerald Carterr5015: (based on abartlet's original patch to restrict...
2007-10-10 Gerald Carterr4995: fail set_privileges() if 'enable privileges...
2007-10-10 Gerald Carterr4849: * finish SeAddUsers support in srv_samr_nt.c
2007-10-10 Gerald Carterr4822: fix return code when you ask for a non-privilege...
2007-10-10 Gerald Carterr4809: * include SeDiskOperatorPrivilege and SeRemoteSh...
2007-10-10 Gerald Carterr4805: Last planned change to the privileges infrastruc...
2007-10-10 Gerald Carterr4742: add server support for lsa_add/remove_account_ri...
2007-10-10 Volker Lendecker4731: Fix the build
2007-10-10 Gerald Carterr4724: Add support for Windows privileges in Samba 3.0
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-19 Simo Sorceadd privileges support to ldapsam too
2004-03-08 Simo SorceDo some checks about data passed to this function
2004-03-08 Simo Sorce2 fixes to enhance readability of source code and debug...
2004-03-01 Simo SorceOk here it is my latest work on privileges
2003-12-04 Gerald Carterdon't crash on a NULL priviledge pointer; patch from...
2003-12-04 Gerald Carterdon't crash on a NULL priviledge pointer; patch from...
2003-10-14 Tim PotterDelete unused label to fix compiler warning.
2003-10-14 Tim PotterDelete unused label to fix compiler warning.
2003-10-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-06 Simo Sorcesplit some security related functions in their own...