torture3: Fix CID 1435119 Error handling issues (CHECKED_RETURN)
[samba.git] / source3 / auth /
2016-03-17 Günther Deschners3-auth: check for return code of cli_credentials_set_m...
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2016-02-02 Volker Lendeckeidl: Rename "principle" to "principal_name"
2015-11-19 Uri Simchoniauth: consistent handling of well-known alias as primar...
2015-11-19 Uri Simchoniauth: remove a line that has no effect
2015-11-03 Marc MuehlfeldChanging log level of two entries to DBG_NOTICE
2015-10-19 Volker Lendeckeauth: Remove procid_self() from auth_samba4
2015-08-21 Andreas Schneiders3-auth: Fix a memory leak in make_server_info_info3()
2015-08-21 Andreas Schneiders3-auth: Pass nt_username to check_account()
2015-08-21 Andreas Schneiders3-auth: Fix 'map to guest = Bad Uid' support
2015-07-17 Andreas Schneiders3-auth: Fix a possible null pointer dereference
2015-05-14 Richard SharpeConvert all uint32/16/8 to _t in a grab-bag of remainin...
2015-05-13 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/auth.
2015-05-04 Maks Naumovs3: Fix pam_authenticate() when lp_null_passwords(...
2015-04-22 Michael Adams3:auth: use lp_load_with_shares() in auth3_check_passw...
2015-04-22 Michael Adams3:auth: use lp_load_with_shares() in auth3_generate_se...
2015-03-12 Stefan Metzmachers3:auth_domain: make use of cli_rpc_pipe_open_schannel()
2015-03-12 Stefan Metzmachers3:auth_domain: fix talloc problem in connect_to_domain...
2015-03-11 Volker Lendeckesmbd: Simplify create_token_from_sid()
2015-03-11 Volker Lendeckesmbd: Simplify create_token_from_sid()
2015-03-11 Volker Lendeckesmbd: Streamline the gids handling in create_token_from...
2015-03-11 Volker Lendeckesmbd: Put a variable definition closer to its use
2015-01-14 Jeremy Allisons3: auth: Add previously missing allocation fail check.
2015-01-14 Jeremy Allisons3: auth: Plumb in the SamInfo3_handle_sids() utility...
2015-01-14 Jeremy Allisons3: auth: Convert samu_to_SamInfo3() to use the new...
2015-01-14 Jeremy Allisons3: auth: Add a utility function - SamInfo3_handle_sids...
2014-11-14 Stefan Metzmachers3:auth: add some const to user_in_list()
2014-11-14 Stefan Metzmachers3:auth: add missing auth_samba4_init() prototype
2014-10-30 rootDon't drop any error codes just because we think there...
2014-10-08 Andrew Bartletts3-winbindd: Attempt to connect to NETLOGON over NCACN_...
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.
next