summaryrefslogtreecommitdiff
path: root/source3/auth/auth_sam.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-09CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy1-6/+8
2020-11-12auth_sam: use pdb_get_domain_info to look up DNS forest informationAlexander Bokovoy1-4/+41
2020-02-14auth: Fix CID 1458418 Null pointer dereferences (REVERSE_INULL)Volker Lendecke1-1/+2
2020-02-14auth: Fix CID 1458420 Null pointer dereferences (REVERSE_INULL)Volker Lendecke1-1/+2
2020-02-05s3:auth_sam: map an empty domain or '.' to the local SAM nameStefan Metzmacher1-0/+38
2020-02-05s3:auth_sam: introduce effective_domain helper variablesStefan Metzmacher1-7/+9
2020-02-05s3:auth_sam: make sure we never handle empty usernamesStefan Metzmacher1-0/+18
2020-02-05s3:auth_sam: unify the debug messages of all auth_sam*_auth() functionsStefan Metzmacher1-1/+8
2020-02-05s3:auth_sam: replace confusing FALL_THROUGH; with break;Stefan Metzmacher1-2/+2
2020-01-06auth: Remove the "typedef auth_methods"Volker Lendecke1-4/+12
2018-03-01s3:auth: Add FALL_THROUGH statements in auth_sam.cAndreas Schneider1-0/+4
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-04-10auth3: add "sam_netlogon3" which only reacts on lp_workgroup() as NT4 PDC/BDCStefan Metzmacher1-0/+64
2017-03-24auth3: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handlingStefan Metzmacher1-2/+1
2014-06-11auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett1-1/+1
2013-05-16auth: Ensure auth_sam is not used on the AD DCAndrew Bartlett1-0/+7
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-2/+2
2011-05-05s3-auth: run minimal_includes.plGünther Deschner1-1/+0
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2010-06-07s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett1-4/+4
2010-06-07s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett1-1/+1
2010-05-29s3:auth make it easier to trace auth modulesSimo Sorce1-0/+2
2010-04-11s3: Move check_sam_security to auth/check_sam.cVolker Lendecke1-485/+0
2010-04-11s3: Make check_sam_security publicVolker Lendecke1-20/+28
2010-04-11s3: Replace "auth_context" by "challenge" in need_to_increment_bad_pw_count argsVolker Lendecke1-5/+5
2010-04-11s3: Replace "auth_context" by "challenge" in sam_password_ok argsVolker Lendecke1-7/+10
2010-04-11s3: Remove the make_auth_methods routineVolker Lendecke1-6/+14
2010-01-14s3:auth: fix account unlock regression introduced with fix for bug #4347Michael Adam1-7/+5
2010-01-12s3:auth: add comment to nulling out stolen sampassMichael Adam1-0/+4
2010-01-10s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke1-2/+2
2010-01-10s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke1-5/+5
2010-01-07s3:auth: don't update the bad pw count if pw is among last 2 history entriesMichael Adam1-1/+73
2010-01-07s3:auth:check_sam_security: introduce a bool var to control pad_pw_count incr...Michael Adam1-1/+7
2010-01-07s3:auth:check_sam_security: improve calling and logging of pdb_update_sam_acc...Michael Adam1-4/+16
2010-01-07s3:auth:check_sam_security: fix a leading tab/ws mixupMichael Adam1-1/+1
2010-01-07s3:auth:check_sam_security: create (and use) a common exit pointMichael Adam1-11/+7
2010-01-07s3:auth:check_sam_security: null out sampass after it has been stolen.Michael Adam1-0/+1
2010-01-07s3:auth:sam_password_ok: take username, acct_ctrl and nt/lm hashes, not sampassMichael Adam1-14/+20
2010-01-07s3:auth: use data_blob_null instead of data_blob(NULL, 0) in sam_password_ok()Michael Adam1-2/+2
2010-01-07s3:auth:sam_password_ok: fix allocation of a data blob.Michael Adam1-1/+1
2010-01-07s3:auth:sam_password_ok: enhance readability (imho) by adding some pointersMichael Adam1-17/+24
2010-01-07s3:check_sam_security: untangle assignment from statementMichael Adam1-1/+2
2009-12-07s3:auth: Fix typo in debug message.Karolin Seeger1-2/+2
2009-07-16Tidyup prompted by #6554 - Wrong deallocation in sam_account_ok.Jeremy Allison1-2/+3
2009-04-19s3:auth Fix segfault: Always initialise returned session keysAndrew Bartlett1-1/+3
2009-04-14Make Samba3 use the new common libcli/auth codeAndrew Bartlett1-8/+42
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-0/+1
2009-02-10Fix some nonempty blank linesVolker Lendecke1-9/+9
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-1/+1
2008-06-24Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a...Jeremy Allison1-2/+3