summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/replace/wscript:Tru64 build - Better use version 600 for _XOPEN_SOURCEMatthias Dieter Wallnöfer2010-09-111-2/+2
* s4:dcesrv_samr_GetGroupsForUser - also universal group memberships are return...Matthias Dieter Wallnöfer2010-09-111-2/+3
* s4-privs Fix enum privileges in LSARPC serverAndrew Bartlett2010-09-111-1/+1
* s3-auth Fix typo in commentAndrew Bartlett2010-09-111-1/+1
* nss-waf: use the right winbind pipe pathAndrew Tridgell2010-09-111-0/+1
* winbind-waf: the installed name is libnss_winbind.so.2Andrew Tridgell2010-09-111-1/+1
* s4:gensec Put the "NTLM" string for NTLMSSP's SASL name in a headerAndrew Bartlett2010-09-112-1/+3
* s4-param: removed the lp_ varients of the functionsAndrew Tridgell2010-09-111-18/+9
* s4-param: move back to auto-generation of loadparm prototypesAndrew Tridgell2010-09-113-161/+7
* s4-credentials: get all attributes in cli_credentials_set_secrets()Andrew Tridgell2010-09-111-17/+1
* security.idl Clarify that this is not a network structureAndrew Bartlett2010-09-111-0/+1
* libcli/auth/schannel_state_tdb.c - fix includesMatthias Dieter Wallnöfer2010-09-111-3/+1
* lib/replace:wscript - additional attempt to fix the build on Tru64Matthias Dieter Wallnöfer2010-09-111-1/+3
* libcli/security Use talloc_zero when making a struct security_tokenAndrew Bartlett2010-09-112-7/+1
* libcli/privileges Fix commentAndrew Bartlett2010-09-111-1/+1
* s4-privs Seperate rights and privilegesAndrew Bartlett2010-09-116-82/+137
* s3-krb5 Fix Kerberos on FreeBSD with Samba4 DCsAndrew Bartlett2010-09-111-3/+1
* libcli/security Remove unused SE_NONE defineAndrew Bartlett2010-09-111-1/+0
* libcli/security Move 'private' privileges functions to another headerAndrew Bartlett2010-09-114-24/+43
* 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-113-6/+3
* s3-util_sid Tidy up global struct security_tokenAndrew Bartlett2010-09-114-16/+8
* s4-rpc_server Put all 'logon failure' messages at the same debug level 4Andrew Bartlett2010-09-111-4/+6
* libcli/auth Failure to find the cached session key for SCHANNEL isn't level 0Andrew Bartlett2010-09-111-1/+1
* 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
* s4-lsa: privilege IDs should use the enum, not an intAndrew Tridgell2010-09-111-1/+1
* privileges: privilege luids are not all below 64Andrew Tridgell2010-09-111-3/+0
* libcli/security Make sec_privilege_from_index() return SEC_PRIV_INVALID on fa...Andrew Bartlett2010-09-112-2/+2
* libcli/security Remove unused declarations from privileges.hAndrew Bartlett2010-09-111-51/+1
* 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 Expose sec_privilege_mask()Andrew Bartlett2010-09-112-1/+6
* libcli/security make sec_privilege_id() return SEC_PRIV_INVALID on failure.Andrew Bartlett2010-09-114-8/+8
* libcli/security Remove unused functions and constants.Andrew Bartlett2010-09-112-242/+14
* s3-privs Rework access_check_object() to take two privilegesAndrew Bartlett2010-09-113-68/+60
* libcli/security Rename all privilege bitmaps constantsAndrew Bartlett2010-09-112-59/+59
* 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-112-46/+13
* s3-privs Directly manipulate the privileges bitmap.Andrew Bartlett2010-09-113-14/+7
* libcli/security Add an invalid LUID privilege valueAndrew Bartlett2010-09-111-0/+1
* libcli/security Improve dump of privileges: Just walk the tableAndrew Bartlett2010-09-111-5/+4
* 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-113-5/+5
* 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