summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
...
* s3:auth_domain: try to use NETLOGON_NEG_SUPPORTS_AESStefan Metzmacher2013-08-101-1/+2
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-051-1/+1
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel().Günther Deschner2013-08-051-1/+1
* auth: Remove "password level"Andrew Bartlett2013-06-111-79/+0
* auth: Ensure auth_sam is not used on the AD DCAndrew Bartlett2013-05-161-0/+7
* BUG 9817: Fix 'map untrusted to domain' with NTLMv2.Andreas Schneider2013-04-241-2/+8
* BUG 9139: Fix the username map optimization.Andreas Schneider2013-04-091-4/+8
* Fix bug #9039 'map untrusted to domain' treats WORKSTATION as bogus domain.Daniel Kobras2013-02-281-1/+2
* s3:auth small optimization in create_token_from_sidChristian Ambach2013-02-051-3/+5
* s3:auth: use new lp_idmap_default_range() instead of lp_idmap_gid() in create...Michael Adam2013-02-051-2/+2
* s3:auth: wbcAuthenticateEx gives unix times (bug #9625)Stefan Metzmacher2013-02-011-3/+3
* s3-auth: Make sure we work on valid data_blobs.Andreas Schneider2012-12-121-2/+2
* s3:auth: Tidy up some of the API confusion in create_token_from_XXX() calls.Jeremy Allison2012-12-111-6/+9
* s3:auth: fix dereference level in talloc checks in create_token_from_sid()Michael Adam2012-12-111-2/+2
* s3:auth: fix function header comment for user_sid_in_group_sid()Michael Adam2012-12-111-1/+1
* s3:auth: fix create_token_from_sid() to not fail in the winbindd caseMichael Adam2012-12-101-2/+10
* s3:auth: fix header comment for user_sid_in_group_sid()Michael Adam2012-12-101-2/+2
* s3-auth: remove crypto from serverinfo_to_SamInfoX calls.Günther Deschner2012-12-093-29/+1
* s3-auth: session keys in validation level 6 samlogon replies are *not* encryp...Günther Deschner2012-12-091-8/+0
* s3-rpc_server: support AES for interactive netlogon samlogon password decrypt...Günther Deschner2012-12-092-35/+2
* Use work around for 'winbind use default domain' only if it is setSumit Bose2012-11-121-1/+2
* s3: Fix a typoVolker Lendecke2012-10-191-1/+1
* s3:auth: use const in smb_pam_xxx_session()Gregor Beck2012-10-192-6/+6
* s3:auth: remove duplicate propotypes for smb_pam_claim_session and smb_pam_cl...Michael Adam2012-10-191-2/+0
* BUG #9295: Build standard auth modules as internal modules.Andreas Schneider2012-10-181-8/+4
* s3:auth fix a compiler warningChristian Ambach2012-09-161-3/+2
* s3-smbd: Create a shortcut for building the token of a user by SID for posix_...Andrew Bartlett2012-08-102-47/+143
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-095-7/+17
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+3
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-243-0/+3
* s3-auth Use correct RID for domain guests primary groupAndrew Bartlett2012-07-191-1/+1
* Revert "s3:auth make sure the primary group sid is usable"Andrew Bartlett2012-07-191-30/+13
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-183-7/+7
* s3-auth_samba4: Explain that check_samba4_security is actually unusedAndrew Bartlett2012-07-131-0/+10
* s3-auth Remove unused global_machine_account_needs_changingAndrew Bartlett2012-07-131-66/+0
* s3-auth Remove confusing reference to global_machine_password_needs_changingAndrew Bartlett2012-07-131-8/+0
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-121-1/+1
* auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt2012-07-061-26/+2
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-034-116/+6
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-272-4/+4
* s3-auth: make_new_system_info_session() now does not query nssAndrew Bartlett2012-06-191-1/+3
* s3-auth: make_new_system_info_session() not query passdbAndrew Bartlett2012-06-191-47/+39
* s3-auth: inline make_session_info functions into only callersAndrew Bartlett2012-06-191-74/+35
* auth: Use only security_token_is_system to determine that a user is SYSTEMAndrew Bartlett2012-06-191-4/+0
* s3-auth: Fix system token as just being SID_NT_SYSTEMAndrew Bartlett2012-06-191-0/+3
* s3-auth: Remove auth_netlogondAndrew Bartlett2012-06-163-459/+0
* s3-auth: rework default auth methods around the lp_server_role() parameterAndrew Bartlett2012-06-151-17/+23
* s3-auth: Merge SEC_DOMAIN and SEC_ADS cases in creating the default auth modu...Andrew Bartlett2012-06-151-7/+2
* s3-auth: Fix system info3 return to be just SID_NT_SYSTEMAndrew Bartlett2012-06-151-11/+17
* s3-auth: Fix system token generation not to dereference pointer as an integerAndrew Bartlett2012-06-151-1/+1