summaryrefslogtreecommitdiff
path: root/source3/auth/auth_sam.c
Commit message (Expand)AuthorAgeFilesLines
* s3:auth: Add FALL_THROUGH statements in auth_sam.cAndreas Schneider2018-03-011-0/+4
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* auth3: add "sam_netlogon3" which only reacts on lp_workgroup() as NT4 PDC/BDCStefan Metzmacher2017-04-101-0/+64
* auth3: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handlingStefan Metzmacher2017-03-241-2/+1
* auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett2014-06-111-1/+1
* auth: Ensure auth_sam is not used on the AD DCAndrew Bartlett2013-05-161-0/+7
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-2/+2
* s3-auth: run minimal_includes.plGünther Deschner2011-05-051-1/+0
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett2010-06-071-4/+4
* s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett2010-06-071-1/+1
* s3:auth make it easier to trace auth modulesSimo Sorce2010-05-291-0/+2
* s3: Move check_sam_security to auth/check_sam.cVolker Lendecke2010-04-111-485/+0
* s3: Make check_sam_security publicVolker Lendecke2010-04-111-20/+28
* s3: Replace "auth_context" by "challenge" in need_to_increment_bad_pw_count argsVolker Lendecke2010-04-111-5/+5
* s3: Replace "auth_context" by "challenge" in sam_password_ok argsVolker Lendecke2010-04-111-7/+10
* s3: Remove the make_auth_methods routineVolker Lendecke2010-04-111-6/+14
* s3:auth: fix account unlock regression introduced with fix for bug #4347Michael Adam2010-01-141-7/+5
* s3:auth: add comment to nulling out stolen sampassMichael Adam2010-01-121-0/+4
* s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke2010-01-101-2/+2
* s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke2010-01-101-5/+5
* s3:auth: don't update the bad pw count if pw is among last 2 history entriesMichael Adam2010-01-071-1/+73
* s3:auth:check_sam_security: introduce a bool var to control pad_pw_count incr...Michael Adam2010-01-071-1/+7
* s3:auth:check_sam_security: improve calling and logging of pdb_update_sam_acc...Michael Adam2010-01-071-4/+16
* s3:auth:check_sam_security: fix a leading tab/ws mixupMichael Adam2010-01-071-1/+1
* s3:auth:check_sam_security: create (and use) a common exit pointMichael Adam2010-01-071-11/+7
* s3:auth:check_sam_security: null out sampass after it has been stolen.Michael Adam2010-01-071-0/+1
* s3:auth:sam_password_ok: take username, acct_ctrl and nt/lm hashes, not sampassMichael Adam2010-01-071-14/+20
* s3:auth: use data_blob_null instead of data_blob(NULL, 0) in sam_password_ok()Michael Adam2010-01-071-2/+2
* s3:auth:sam_password_ok: fix allocation of a data blob.Michael Adam2010-01-071-1/+1
* s3:auth:sam_password_ok: enhance readability (imho) by adding some pointersMichael Adam2010-01-071-17/+24
* s3:check_sam_security: untangle assignment from statementMichael Adam2010-01-071-1/+2
* s3:auth: Fix typo in debug message.Karolin Seeger2009-12-071-2/+2
* Tidyup prompted by #6554 - Wrong deallocation in sam_account_ok.Jeremy Allison2009-07-161-2/+3
* s3:auth Fix segfault: Always initialise returned session keysAndrew Bartlett2009-04-191-1/+3
* Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-141-8/+42
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-0/+1
* Fix some nonempty blank linesVolker Lendecke2009-02-101-9/+9
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-1/+1
* Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a...Jeremy Allison2008-06-241-2/+3
* Rename server_info->was_mapped to server_info->nss_tokenVolker Lendecke2008-05-071-1/+1
* Fix crash bug in check_sam_security() when make_server_info_sam() did aGünther Deschner2008-03-201-1/+0
* Fix typo.Karolin Seeger2008-02-051-1/+1
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-7/+8
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* r25401: BUG 4982: Don't delete lanman hashes on invalid logins whenGerald Carter2007-10-101-4/+6
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23358: Fix from Justin Maggard <jmaggard@infrant.com> - ensure we don'tJeremy Allison2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-2/+2