summaryrefslogtreecommitdiff
path: root/source3/lib/privileges.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Use dom_sid_str_bufVolker Lendecke2018-12-201-3/+8
* lib: Avoid sid_string_dbgVolker Lendecke2018-12-201-2/+2
* lib: Use dom_sid_str_bufVolker Lendecke2018-11-101-6/+9
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* s3:privileges: convert privileges.c to use dbwrap wrapper functions.Michael Adam2011-10-111-8/+22
* s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...Michael Adam2011-10-111-2/+3
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3: only include lib/privileges.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-smbd: Increase debug level von context messages.Andreas Schneider2011-03-091-1/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* libcli/security Move 'private' privileges functions to another headerAndrew Bartlett2010-09-111-0/+1
* libcli/security Remove 'always true' return from se_priv_put_all_privilegesAndrew Bartlett2010-09-111-3/+1
* s3-privs Add constAndrew Bartlett2010-09-111-3/+3
* s3-privs Remove extra pointer on privilege maskAndrew Bartlett2010-09-111-4/+4
* s3-privileges: add handling of both old and new formats in databaseAndrew Tridgell2010-09-111-28/+48
* s3-privs Remove unused functionAndrew Bartlett2010-09-111-30/+0
* s3-privs Overhaul PRIVILEGE_SET handling, avoid dealing with the bitmapAndrew Bartlett2010-09-111-50/+17
* s3-privs Hide the bitmap-based grant_privilege and revoke_privilegeAndrew Bartlett2010-09-111-7/+33
* s3-privs Make privilege_enum_sids() take an LUID, not a bitmapAndrew Bartlett2010-09-111-2/+2
* s3-privs Rework privilege enumeration to also use new DB formatAndrew Bartlett2010-09-111-5/+18
* s3-privs Directly manipulate the privileges bitmap.Andrew Bartlett2010-09-111-5/+3
* s3-privs Remove a pointer from grant_privilege()Andrew Bartlett2010-09-111-7/+7
* s3-privs Remove a pointer indirection from revoke_privilege()Andrew Bartlett2010-09-111-4/+4
* s3-privs Inline dump_se_priv into callers now that it's just a uint64_tAndrew Bartlett2010-09-111-10/+6
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-111-1/+1
* s3:privs Change to new host endian neutral privilages tdb formatAndrew Bartlett2010-09-111-3/+16
* s3:Change SE_PRIV to uint64_tAndrew Bartlett2010-09-111-20/+20
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3-privileges: use LUID defines from lsa IDL.Günther Deschner2010-06-071-4/+4
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-15/+15
* s3-privileges: add privilege_delete_account().Günther Deschner2009-05-161-0/+28
* s3-privileges: remove trailing whitespace from privileges codes.Günther Deschner2009-05-161-45/+45
* 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