auth: Log the transport connection for the authorization
[samba.git] / source3 / auth / check_samsec.c
2017-01-03 Volker Lendeckeauth: Use "all_zero" where appropriate
2015-05-13 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/auth.
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-03-13 Stefan MetzmacherCVE-2013-4496:s3:auth: fix memory leak in the ACCOUNT_L...
2014-02-18 Andreas Schneiders3-auth: Pass mem_ctx to make_server_info_sam().
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-12-09 Günther Deschners3-auth: remove crypto from serverinfo_to_SamInfoX...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-04-04 Andrew Bartletts3-auth Rename user_session_key -> session_key to match...
2011-03-29 Günther Deschners3-auth: use auth.h where needed.
2011-03-29 Günther Deschners3-passdb: add passdb.h where needed.
2011-03-05 Volker Lendeckes3: Fix a memory leak in check_sam_security_info3
2010-08-31 Günther Deschners3-auth: remove unused variable in check_sam_security().
2010-08-30 Andreas Schneiders3-auth: The unlock of the account is now done by the...
2010-08-14 Andrew Bartletts3:auth Add error paths for invalid password_state...
2010-08-14 Andrew Bartletts3:auth Change winbindd -> auth interface to more stand...
2010-08-14 Andrew Bartletts3:auth Make Samba3 use the new common struct auth_user...
2010-06-07 Andrew Bartletts3:auth Rename user_info->client_domain -> user_info...
2010-06-07 Andrew Bartletts3:auth Rename user_info->internal_username -> user_inf...
2010-06-07 Andrew Bartletts3:auth Rename user_info->smb_name -> user_info->client...
2010-06-01 Andrew Bartletts3:auth Rename wksta_name -> workstation_name in auth_u...
2010-05-27 Simo Sorces3:auth Free sampass as soon as we have server_info
2010-05-21 Roel van MeerFix bug #7448 - smbd crash when sambaLMPassword and...
2010-04-11 Volker Lendeckes3: Move check_sam_security to auth/check_sam.c