libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / source3 / lib / privileges.c
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2018-12-20 Volker Lendeckelib: Use dom_sid_str_buf
2018-12-20 Volker Lendeckelib: Avoid sid_string_dbg
2018-11-10 Volker Lendeckelib: Use dom_sid_str_buf
2015-11-06 Mathieu ParentFix various spelling errors
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2011-10-11 Michael Adams3:privileges: convert privileges.c to use dbwrap wrapp...
2011-10-11 Michael Adams3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystrin...
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-03-29 Günther Deschners3: only include lib/privileges.h where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-09 Andreas Schneiders3-smbd: Increase debug level von context messages.
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-11 Andrew Bartlettlibcli/security Move 'private' privileges functions...
2010-09-11 Andrew Bartlettlibcli/security Remove 'always true' return from se_pri...
2010-09-11 Andrew Bartletts3-privs Add const
2010-09-11 Andrew Bartletts3-privs Remove extra pointer on privilege mask
2010-09-11 Andrew Tridgells3-privileges: add handling of both old and new formats...
2010-09-11 Andrew Bartletts3-privs Remove unused function
2010-09-11 Andrew Bartletts3-privs Overhaul PRIVILEGE_SET handling, avoid dealing...
2010-09-11 Andrew Bartletts3-privs Hide the bitmap-based grant_privilege and...
2010-09-11 Andrew Bartletts3-privs Make privilege_enum_sids() take an LUID, not...
2010-09-11 Andrew Bartletts3-privs Rework privilege enumeration to also use new...
2010-09-11 Andrew Bartletts3-privs Directly manipulate the privileges bitmap.
2010-09-11 Andrew Bartletts3-privs Remove a pointer from grant_privilege()
2010-09-11 Andrew Bartletts3-privs Remove a pointer indirection from revoke_privi...
2010-09-11 Andrew Bartletts3-privs Inline dump_se_priv into callers now that...
2010-09-11 Andrew Bartletts3-auth Change type of num_sids to uint32_t
2010-09-11 Andrew Bartletts3:privs Change to new host endian neutral privilages...
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...