summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2013-10-17s3:auth_domain: remove dead code in check_trustdomain_security()Stefan Metzmacher1-22/+0
2013-09-24build: get rid of vars=locals() in source3/auth/wscript_buildMichael Adam1-4/+2
2013-09-24build: get rid of source-variables in source3/auth/wscript_buildMichael Adam1-20/+11
2013-09-19s3-auth: register schannel gensec module in auth_generic_prepare() as well.Günther Deschner1-1/+4
2013-09-05lib: Use "mem_ctx" arg in gencache_getVolker Lendecke1-3/+2
2013-09-05lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke1-1/+1
2013-08-10auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher1-7/+8
2013-08-10s3:auth_domain: try to use NETLOGON_NEG_SUPPORTS_AESStefan Metzmacher1-1/+2
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner1-1/+1
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel().Günther Deschner1-1/+1
2013-06-11auth: Remove "password level"Andrew Bartlett1-79/+0
2013-05-16auth: Ensure auth_sam is not used on the AD DCAndrew Bartlett1-0/+7
2013-04-24BUG 9817: Fix 'map untrusted to domain' with NTLMv2.Andreas Schneider1-2/+8
2013-04-09BUG 9139: Fix the username map optimization.Andreas Schneider1-4/+8
2013-02-28Fix bug #9039 'map untrusted to domain' treats WORKSTATION as bogus domain.Daniel Kobras1-1/+2
2013-02-05s3:auth small optimization in create_token_from_sidChristian Ambach1-3/+5
2013-02-05s3:auth: use new lp_idmap_default_range() instead of lp_idmap_gid() in create...Michael Adam1-2/+2
2013-02-01s3:auth: wbcAuthenticateEx gives unix times (bug #9625)Stefan Metzmacher1-3/+3
2012-12-12s3-auth: Make sure we work on valid data_blobs.Andreas Schneider1-2/+2
2012-12-11s3:auth: Tidy up some of the API confusion in create_token_from_XXX() calls.Jeremy Allison1-6/+9
2012-12-11s3:auth: fix dereference level in talloc checks in create_token_from_sid()Michael Adam1-2/+2
2012-12-11s3:auth: fix function header comment for user_sid_in_group_sid()Michael Adam1-1/+1
2012-12-10s3:auth: fix create_token_from_sid() to not fail in the winbindd caseMichael Adam1-2/+10
2012-12-10s3:auth: fix header comment for user_sid_in_group_sid()Michael Adam1-2/+2
2012-12-09s3-auth: remove crypto from serverinfo_to_SamInfoX calls.Günther Deschner3-29/+1
2012-12-09s3-auth: session keys in validation level 6 samlogon replies are *not* encryp...Günther Deschner1-8/+0
2012-12-09s3-rpc_server: support AES for interactive netlogon samlogon password decrypt...Günther Deschner2-35/+2
2012-11-12Use work around for 'winbind use default domain' only if it is setSumit Bose1-1/+2
2012-10-19s3: Fix a typoVolker Lendecke1-1/+1
2012-10-19s3:auth: use const in smb_pam_xxx_session()Gregor Beck2-6/+6
2012-10-19s3:auth: remove duplicate propotypes for smb_pam_claim_session and smb_pam_cl...Michael Adam1-2/+0
2012-10-18BUG #9295: Build standard auth modules as internal modules.Andreas Schneider1-8/+4
2012-09-16s3:auth fix a compiler warningChristian Ambach1-3/+2
2012-08-10s3-smbd: Create a shortcut for building the token of a user by SID for posix_...Andrew Bartlett2-47/+143
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison5-7/+17
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+3
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett3-0/+3
2012-07-19s3-auth Use correct RID for domain guests primary groupAndrew Bartlett1-1/+1
2012-07-19Revert "s3:auth make sure the primary group sid is usable"Andrew Bartlett1-30/+13
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell3-7/+7
2012-07-13s3-auth_samba4: Explain that check_samba4_security is actually unusedAndrew Bartlett1-0/+10
2012-07-13s3-auth Remove unused global_machine_account_needs_changingAndrew Bartlett1-66/+0
2012-07-13s3-auth Remove confusing reference to global_machine_password_needs_changingAndrew Bartlett1-8/+0
2012-07-12s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam1-1/+1
2012-07-06auth: Common function for retrieving PAC_LOGIN_INFO from PACChristof Schmitt1-26/+2
2012-07-03auth: Remove .get_challenge (only used for security=server)Andrew Bartlett4-116/+6
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2-4/+4
2012-06-19s3-auth: make_new_system_info_session() now does not query nssAndrew Bartlett1-1/+3
2012-06-19s3-auth: make_new_system_info_session() not query passdbAndrew Bartlett1-47/+39
2012-06-19s3-auth: inline make_session_info functions into only callersAndrew Bartlett1-74/+35