index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
auth
/
auth_sam.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-09
CVE-2020-25717: Add FreeIPA domain controller role
Alexander Bokovoy
1
-6
/
+8
2020-11-12
auth_sam: use pdb_get_domain_info to look up DNS forest information
Alexander Bokovoy
1
-4
/
+41
2020-02-14
auth: Fix CID 1458418 Null pointer dereferences (REVERSE_INULL)
Volker Lendecke
1
-1
/
+2
2020-02-14
auth: Fix CID 1458420 Null pointer dereferences (REVERSE_INULL)
Volker Lendecke
1
-1
/
+2
2020-02-05
s3:auth_sam: map an empty domain or '.' to the local SAM name
Stefan Metzmacher
1
-0
/
+38
2020-02-05
s3:auth_sam: introduce effective_domain helper variables
Stefan Metzmacher
1
-7
/
+9
2020-02-05
s3:auth_sam: make sure we never handle empty usernames
Stefan Metzmacher
1
-0
/
+18
2020-02-05
s3:auth_sam: unify the debug messages of all auth_sam*_auth() functions
Stefan Metzmacher
1
-1
/
+8
2020-02-05
s3:auth_sam: replace confusing FALL_THROUGH; with break;
Stefan Metzmacher
1
-2
/
+2
2020-01-06
auth: Remove the "typedef auth_methods"
Volker Lendecke
1
-4
/
+12
2018-03-01
s3:auth: Add FALL_THROUGH statements in auth_sam.c
Andreas Schneider
1
-0
/
+4
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-1
/
+1
2017-04-10
auth3: add "sam_netlogon3" which only reacts on lp_workgroup() as NT4 PDC/BDC
Stefan Metzmacher
1
-0
/
+64
2017-03-24
auth3: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handling
Stefan Metzmacher
1
-2
/
+1
2014-06-11
auth: Provide a way to use the auth stack for winbindd authentication
Andrew Bartlett
1
-1
/
+1
2013-05-16
auth: Ensure auth_sam is not used on the AD DC
Andrew Bartlett
1
-0
/
+7
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-2
/
+2
2011-05-05
s3-auth: run minimal_includes.pl
Günther Deschner
1
-1
/
+0
2011-03-30
s3-auth: use auth.h where needed.
Günther Deschner
1
-0
/
+1
2010-06-07
s3:auth Rename user_info->domain -> user_info->mapped.domain_name
Andrew Bartlett
1
-4
/
+4
2010-06-07
s3:auth Rename user_info->internal_username -> user_info->mapped.account_name
Andrew Bartlett
1
-1
/
+1
2010-05-29
s3:auth make it easier to trace auth modules
Simo Sorce
1
-0
/
+2
2010-04-11
s3: Move check_sam_security to auth/check_sam.c
Volker Lendecke
1
-485
/
+0
2010-04-11
s3: Make check_sam_security public
Volker Lendecke
1
-20
/
+28
2010-04-11
s3: Replace "auth_context" by "challenge" in need_to_increment_bad_pw_count args
Volker Lendecke
1
-5
/
+5
2010-04-11
s3: Replace "auth_context" by "challenge" in sam_password_ok args
Volker Lendecke
1
-7
/
+10
2010-04-11
s3: Remove the make_auth_methods routine
Volker Lendecke
1
-6
/
+14
2010-01-14
s3:auth: fix account unlock regression introduced with fix for bug #4347
Michael Adam
1
-7
/
+5
2010-01-12
s3:auth: add comment to nulling out stolen sampass
Michael Adam
1
-0
/
+4
2010-01-10
s3: Remove the typedef for "auth_serversupplied_info"
Volker Lendecke
1
-2
/
+2
2010-01-10
s3: Remove the typedef for "auth_usersupplied_info"
Volker Lendecke
1
-5
/
+5
2010-01-07
s3:auth: don't update the bad pw count if pw is among last 2 history entries
Michael Adam
1
-1
/
+73
2010-01-07
s3:auth:check_sam_security: introduce a bool var to control pad_pw_count incr...
Michael Adam
1
-1
/
+7
2010-01-07
s3:auth:check_sam_security: improve calling and logging of pdb_update_sam_acc...
Michael Adam
1
-4
/
+16
2010-01-07
s3:auth:check_sam_security: fix a leading tab/ws mixup
Michael Adam
1
-1
/
+1
2010-01-07
s3:auth:check_sam_security: create (and use) a common exit point
Michael Adam
1
-11
/
+7
2010-01-07
s3:auth:check_sam_security: null out sampass after it has been stolen.
Michael Adam
1
-0
/
+1
2010-01-07
s3:auth:sam_password_ok: take username, acct_ctrl and nt/lm hashes, not sampass
Michael Adam
1
-14
/
+20
2010-01-07
s3:auth: use data_blob_null instead of data_blob(NULL, 0) in sam_password_ok()
Michael Adam
1
-2
/
+2
2010-01-07
s3:auth:sam_password_ok: fix allocation of a data blob.
Michael Adam
1
-1
/
+1
2010-01-07
s3:auth:sam_password_ok: enhance readability (imho) by adding some pointers
Michael Adam
1
-17
/
+24
2010-01-07
s3:check_sam_security: untangle assignment from statement
Michael Adam
1
-1
/
+2
2009-12-07
s3:auth: Fix typo in debug message.
Karolin Seeger
1
-2
/
+2
2009-07-16
Tidyup prompted by #6554 - Wrong deallocation in sam_account_ok.
Jeremy Allison
1
-2
/
+3
2009-04-19
s3:auth Fix segfault: Always initialise returned session keys
Andrew Bartlett
1
-1
/
+3
2009-04-14
Make Samba3 use the new common libcli/auth code
Andrew Bartlett
1
-8
/
+42
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
1
-0
/
+1
2009-02-10
Fix some nonempty blank lines
Volker Lendecke
1
-9
/
+9
2008-10-11
Cope with changed signature of http_timestring().
Jelmer Vernooij
1
-1
/
+1
2008-06-24
Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a...
Jeremy Allison
1
-2
/
+3
[next]