summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix a typoVolker Lendecke2010-09-131-1/+1
* s3: Fix a typo (authentictaion->authentication)Volker Lendecke2010-09-131-1/+3
* s3: Remove a nesting level in winbindd_dual_pam_chauthtokVolker Lendecke2010-09-121-18/+19
* s3-auth Fix typo in commentAndrew Bartlett2010-09-111-1/+1
* s3-krb5 Fix Kerberos on FreeBSD with Samba4 DCsAndrew Bartlett2010-09-111-3/+1
* libcli/security Move 'private' privileges functions to another headerAndrew Bartlett2010-09-111-0/+1
* s3-samr Explian better the use of two privileges in this callAndrew Bartlett2010-09-111-0/+4
* libcli/security Remove 'always true' return from se_priv_put_all_privilegesAndrew Bartlett2010-09-111-3/+1
* s3-util_sid Tidy up global struct security_tokenAndrew Bartlett2010-09-114-16/+8
* s3-privs Add constAndrew Bartlett2010-09-112-6/+6
* 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-112-31/+0
* s3-privs Overhaul PRIVILEGE_SET handling, avoid dealing with the bitmapAndrew Bartlett2010-09-113-106/+36
* s3-privs Hide the bitmap-based grant_privilege and revoke_privilegeAndrew Bartlett2010-09-114-28/+44
* s3-privs Make privilege_enum_sids() take an LUID, not a bitmapAndrew Bartlett2010-09-114-9/+12
* libcli/security make sec_privilege_id() return SEC_PRIV_INVALID on failure.Andrew Bartlett2010-09-111-1/+1
* s3-privs Rework access_check_object() to take two privilegesAndrew Bartlett2010-09-113-68/+60
* s3-privs Rework privilege enumeration to also use new DB formatAndrew Bartlett2010-09-111-5/+18
* libcli/security Remove luid_to_se_priv() and luid_to_privilege_name()Andrew Bartlett2010-09-111-3/+9
* s3-privs Directly manipulate the privileges bitmap.Andrew Bartlett2010-09-113-14/+7
* s3-privs Convert from user_has_privileges() -> security_token_has_privilege()Andrew Bartlett2010-09-119-47/+28
* s3-privs Remove a pointer from grant_privilege()Andrew Bartlett2010-09-114-10/+10
* s3-privs Remove pointer indirection from se_priv_to_privilege_set()Andrew Bartlett2010-09-111-2/+2
* s3-privs Call security_token_set_privilege() rather than manual assignmentAndrew Bartlett2010-09-112-2/+3
* s3-privs Remove a pointer indirection from revoke_privilege()Andrew Bartlett2010-09-114-7/+7
* libcli/security Don't export privs[] as a global variableAndrew Bartlett2010-09-112-9/+4
* s3-lsa Use sec_privilege_id() to lookup name to LUIDAndrew Bartlett2010-09-111-9/+4
* libcli/security Return number of entries in the old source3 listAndrew Bartlett2010-09-111-1/+1
* libcli/privileges Simplify get_privilege_luid() to return just the enumAndrew Bartlett2010-09-111-4/+2
* s3-privs Move manual prototypes to common privileges.hAndrew Bartlett2010-09-111-20/+0
* s3-privs Inline dump_se_priv into callers now that it's just a uint64_tAndrew Bartlett2010-09-113-15/+9
* s3-privs Move source3/ privileges implmentation into commonAndrew Bartlett2010-09-114-534/+2
* s3-privs Rename structure elements for greater clarityAndrew Bartlett2010-09-113-12/+12
* s3-privs More clarity in variable namesAndrew Bartlett2010-09-111-4/+4
* s3-privs Rename mask -> privilege_mask to be more clearAndrew Bartlett2010-09-111-26/+26
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-1126-94/+92
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-1123-87/+84
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-1115-37/+47
* s3-privs Only store low bits of luid in privileges tableAndrew Bartlett2010-09-112-18/+20
* privs Add my CopyrightAndrew Bartlett2010-09-112-0/+2
* s3-privs Remove comment already moved to security.idlAndrew Bartlett2010-09-111-41/+0
* s3-privs Use constants from security.idlAndrew Bartlett2010-09-111-9/+9
* s3-privs Further changes to remove SE_PRIVAndrew Bartlett2010-09-1110-110/+108
* privs Move privilege bitmasks to security.idlAndrew Bartlett2010-09-111-19/+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:privileges Change SE_PRIV to be just a uint64_tAndrew Bartlett2010-09-112-46/+22
* Add check missing from previous patch after talloc_strdup().Jeremy Allison2010-09-101-0/+3
* Factor out the recent changes into a function - check_parent_exists().Jeremy Allison2010-09-101-77/+103