summaryrefslogtreecommitdiff
path: root/source3/auth/check_samsec.c
Commit message (Expand)AuthorAgeFilesLines
* auth: Use "all_zero" where appropriateVolker Lendecke2017-01-031-3/+2
* Convert all uses of uint32/16/8 to _t in source3/auth.Richard Sharpe2015-05-131-3/+3
* s3-auth: Do not reset bad password count to 0 if account is disabledAndrew Bartlett2014-04-021-11/+11
* s3-auth: Only call pdb_get_acct_ctrl() once in check_sam_securityAndrew Bartlett2014-04-021-4/+6
* CVE-2013-4496:s3:auth: fix memory leak in the ACCOUNT_LOCKED_OUT case.Stefan Metzmacher2014-03-131-0/+1
* s3-auth: Pass mem_ctx to make_server_info_sam().Andreas Schneider2014-02-191-1/+1
* s3-auth: remove crypto from serverinfo_to_SamInfoX calls.Günther Deschner2012-12-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett2011-04-051-1/+1
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3: Fix a memory leak in check_sam_security_info3Volker Lendecke2011-03-051-10/+12
* s3-auth: remove unused variable in check_sam_security().Günther Deschner2010-08-311-1/+1
* s3-auth: The unlock of the account is now done by the get_sampwnam call.Andreas Schneider2010-08-301-5/+2
* s3:auth Add error paths for invalid password_state valuesAndrew Bartlett2010-08-141-1/+3
* s3:auth Change winbindd -> auth interface to more standard structuresAndrew Bartlett2010-08-141-0/+37
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-28/+27
* s3:auth Rename user_info->client_domain -> user_info->client.domain_nameAndrew Bartlett2010-06-071-1/+1
* s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett2010-06-071-2/+2
* s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett2010-06-071-1/+1
* s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_infoAndrew Bartlett2010-06-011-3/+3
* s3:auth Free sampass as soon as we have server_infoSimo Sorce2010-05-281-5/+2
* Fix bug #7448 - smbd crash when sambaLMPassword and sambaNTPassword entries m...Roel van Meer2010-05-211-0/+3
* s3: Move check_sam_security to auth/check_sam.cVolker Lendecke2010-04-111-0/+512