winbindd: Do not overwrite domain list with conflicting info from a trusted domain
[sfrench/samba-autobuild/.git] / source3 / auth /
2014-07-18 Stefan Metzmacherlib/util: move memcache.[ch] to the toplevel 'samba...
2014-07-07 Volker Lendeckeauth: Fix an incompatible pointer assignment
2014-07-04 Andrew Bartletts4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED...
2014-06-17 Jeremy Allisons3: auth: Change auth3_generate_session_info_pac()...
2014-06-17 Jeremy Allisons3: auth: Add create_info3_from_pac_logon_info() to...
2014-06-17 Jeremy Allisons3: auth: Change make_server_info_info3() to take a...
2014-06-17 Jeremy Allisons3: auth: Add some const to the struct netr_SamInfo3...
2014-06-11 Andrew Bartlettauth: Provide a way to use the auth stack for winbindd...
2014-05-19 Michael Adamsmbd: fix creation of BUILTIN\{Administrators,Users...
2014-05-16 Andrew Bartlettauth: Allow auth_samba4 to be forced to run a specific...
2014-04-24 Andreas Schneiders3-auth: Register ncalrpc_as_system gensec module.
2014-04-24 Stefan Metzmachers3:auth: allow special SYSTEM and ANONYMOUS handling...
2014-04-18 Andrew Bartlettauth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the...
2014-04-15 Andrew Bartlettauth: Remove support for HAVE_TRUNCATED_SALT from pass_...
2014-04-15 Andrew Bartlettauth: Remove USE_BOTH_CRYPT_CALLS block from pass_check.c
2014-04-15 Andrew Bartlettauth: Remove linux_bigcrypt support from pass_check.c
2014-04-15 Andrew Bartlettauth: Remove support for plaintext auth on systems...
2014-04-15 Andrew Bartlettauth: Remove plaintext OSF1 password support
2014-04-15 Andrew Bartlettauth: Remove afs_auth() from pass_check.c and s4's...
2014-04-15 Andrew Bartlettauth: Remove dfs_auth() from pass_check.c and s4's...
2014-04-15 Andrew Bartlettauth: Remove unused PASSWORD_LENTH macro from pass_check.c
2014-04-15 Andrew Bartlettauth: Remove static variable ths_user from password_che...
2014-04-02 Andrew Bartletts3-auth: Do not reset bad password count to 0 if accoun...
2014-04-02 Andrew Bartletts3-auth: Only call pdb_get_acct_ctrl() once in check_sa...
2014-04-02 Andrew Bartletts3-auth: Add prototype for plugin function to reduce...
2014-04-02 Andrew Bartletts3-auth: Remember to always free the talloc_stackframe...
2014-04-02 Andrew Bartlettauth_samba4: Fix auth_samba4 to correctly provide a...
2014-04-02 Andrew Bartletts3-auth: Finally change make_user_info_*() use a parent...
2014-03-25 Jeremy Allisons3: smbd: Factor out code that calls getgroups_unix_use...
2014-03-21 Jeremy Allisons3: smbd: Ensure we always go via getgroups_unix_user...
2014-03-13 Andreas Schneiders3-auth: Steal the memory to avoid duplication.
2014-03-13 Andreas Schneiders3-auth: Do not leak tmp_ctx if make_server_info()...
2014-03-13 Simo Sorces3-auth: Make is_null_sid() check easier to read.
2014-03-13 Stefan MetzmacherCVE-2013-4496:s3:auth: fix memory leak in the ACCOUNT_L...
2014-03-05 Garming SamRemove all uses of the NT_STATUS_NOT_OK_RETURN_AND_FREE...
2014-03-05 Garming SamRemove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE...
2014-02-19 Andreas Schneiders3-auth: Pass mem_ctx to do_map_to_guest_server_info().
2014-02-18 Andreas Schneiders3-auth: Pass mem_ctx to auth_check_ntlm_password().
2014-02-18 Andreas Schneiders3-auth: Pass mem_ctx to make_server_info_sam().
2014-02-12 Volker Lendeckeauth: Make new_server_id_task() static to auth_samba4
2014-02-08 Garming Samparam: rename lp function and variable from "encrypted_...
2014-02-08 Garming Samparam: rename lp function and variable from "adduser_sc...
2014-02-08 Garming Samparam: rename lp function and variable from 'guestaccou...
2014-02-05 Andreas Schneiders3-auth: Add passwd_to_SamInfo3().
2014-02-04 Andreas Schneiders3-auth: Pass talloc context to make_server_info_pw().
2014-02-04 Andreas Schneiders3-auth: Add passwd_to_SamInfo3().
2014-01-07 Stefan Metzmachers3:auth_domain: make use of rpccli_netlogon_network_logon()
2014-01-07 Stefan Metzmachers3:auth_domain: make use of rpccli_{create,setup}_netlo...
2014-01-07 Stefan Metzmachers3:auth_domain: simplify connect_to_domain_password_ser...
2013-12-16 Andrew Bartlettauth_samba4: Describe the slightly unusual role of...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-16 Stefan Metzmachers3:auth_domain: remove dead code in check_trustdomain_s...
2013-09-24 Michael Adambuild: get rid of vars=locals() in source3/auth/wscript...
2013-09-24 Michael Adambuild: get rid of source-variables in source3/auth...
2013-09-19 Günther Deschners3-auth: register schannel gensec module in auth_generi...
2013-09-05 Volker Lendeckelib: Use "mem_ctx" arg in gencache_get
2013-09-05 Volker Lendeckelib: Add a "mem_ctx" arg to gencache_get (unused so...
2013-08-10 Stefan Metzmacherauth/gensec: treat struct gensec_security_ops as const...
2013-08-10 Stefan Metzmachers3:auth_domain: try to use NETLOGON_NEG_SUPPORTS_AES
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-06-11 Andrew Bartlettauth: Remove "password level"
2013-05-16 Andrew Bartlettauth: Ensure auth_sam is not used on the AD DC
2013-04-24 Andreas SchneiderBUG 9817: Fix 'map untrusted to domain' with NTLMv2.
2013-04-09 Andreas SchneiderBUG 9139: Fix the username map optimization.
2013-02-27 Daniel KobrasFix bug #9039 'map untrusted to domain' treats WORKSTAT...
2013-02-05 Christian Ambachs3:auth small optimization in create_token_from_sid
2013-02-05 Michael Adams3:auth: use new lp_idmap_default_range() instead of...
2013-02-01 Stefan Metzmachers3:auth: wbcAuthenticateEx gives unix times (bug #9625)
2012-12-12 Andreas Schneiders3-auth: Make sure we work on valid data_blobs.
2012-12-11 Jeremy Allisons3:auth: Tidy up some of the API confusion in create_to...
2012-12-11 Michael Adams3:auth: fix dereference level in talloc checks in...
2012-12-10 Michael Adams3:auth: fix function header comment for user_sid_in_gr...
2012-12-10 Michael Adams3:auth: fix create_token_from_sid() to not fail in...
2012-12-10 Michael Adams3:auth: fix header comment for user_sid_in_group_sid()
2012-12-09 Günther Deschners3-auth: remove crypto from serverinfo_to_SamInfoX...
2012-12-09 Günther Deschners3-auth: session keys in validation level 6 samlogon...
2012-12-09 Günther Deschners3-rpc_server: support AES for interactive netlogon...
2012-11-12 Sumit BoseUse work around for 'winbind use default domain' only...
2012-10-19 Volker Lendeckes3: Fix a typo
2012-10-19 Gregor Becks3:auth: use const in smb_pam_xxx_session()
2012-10-19 Michael Adams3:auth: remove duplicate propotypes for smb_pam_claim_...
2012-10-18 Andreas SchneiderBUG #9295: Build standard auth modules as internal...
2012-09-16 Christian Ambachs3:auth fix a compiler warning
2012-08-10 Andrew Bartletts3-smbd: Create a shortcut for building the token of...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-19 Andrew Bartletts3-auth Use correct RID for domain guests primary group
2012-07-19 Andrew BartlettRevert "s3:auth make sure the primary group sid is...
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-13 Andrew Bartletts3-auth_samba4: Explain that check_samba4_security...
2012-07-13 Andrew Bartletts3-auth Remove unused global_machine_account_needs_changing
2012-07-13 Andrew Bartletts3-auth Remove confusing reference to global_machine_pa...
2012-07-12 Michael Adams3: rename sid_check_is_in_our_domain() to sid_check_is...
2012-07-06 Christof Schmittauth: Common function for retrieving PAC_LOGIN_INFO...
2012-07-02 Andrew Bartlettauth: Remove .get_challenge (only used for security...
2012-06-27 Andrew Bartletts3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
2012-06-19 Andrew Bartletts3-auth: make_new_system_info_session() now does not...
2012-06-19 Andrew Bartletts3-auth: make_new_system_info_session() not query passdb
next