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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
auth
/
auth_sam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:auth Rename user_info->domain -> user_info->mapped.domain_name
Andrew Bartlett
2010-06-07
1
-4
/
+4
*
s3:auth Rename user_info->internal_username -> user_info->mapped.account_name
Andrew Bartlett
2010-06-07
1
-1
/
+1
*
s3:auth make it easier to trace auth modules
Simo Sorce
2010-05-29
1
-0
/
+2
*
s3: Move check_sam_security to auth/check_sam.c
Volker Lendecke
2010-04-11
1
-485
/
+0
*
s3: Make check_sam_security public
Volker Lendecke
2010-04-11
1
-20
/
+28
*
s3: Replace "auth_context" by "challenge" in need_to_increment_bad_pw_count args
Volker Lendecke
2010-04-11
1
-5
/
+5
*
s3: Replace "auth_context" by "challenge" in sam_password_ok args
Volker Lendecke
2010-04-11
1
-7
/
+10
*
s3: Remove the make_auth_methods routine
Volker Lendecke
2010-04-11
1
-6
/
+14
*
s3:auth: fix account unlock regression introduced with fix for bug #4347
Michael Adam
2010-01-14
1
-7
/
+5
*
s3:auth: add comment to nulling out stolen sampass
Michael Adam
2010-01-12
1
-0
/
+4
*
s3: Remove the typedef for "auth_serversupplied_info"
Volker Lendecke
2010-01-10
1
-2
/
+2
*
s3: Remove the typedef for "auth_usersupplied_info"
Volker Lendecke
2010-01-10
1
-5
/
+5
*
s3:auth: don't update the bad pw count if pw is among last 2 history entries
Michael Adam
2010-01-07
1
-1
/
+73
*
s3:auth:check_sam_security: introduce a bool var to control pad_pw_count incr...
Michael Adam
2010-01-07
1
-1
/
+7
*
s3:auth:check_sam_security: improve calling and logging of pdb_update_sam_acc...
Michael Adam
2010-01-07
1
-4
/
+16
*
s3:auth:check_sam_security: fix a leading tab/ws mixup
Michael Adam
2010-01-07
1
-1
/
+1
*
s3:auth:check_sam_security: create (and use) a common exit point
Michael Adam
2010-01-07
1
-11
/
+7
*
s3:auth:check_sam_security: null out sampass after it has been stolen.
Michael Adam
2010-01-07
1
-0
/
+1
*
s3:auth:sam_password_ok: take username, acct_ctrl and nt/lm hashes, not sampass
Michael Adam
2010-01-07
1
-14
/
+20
*
s3:auth: use data_blob_null instead of data_blob(NULL, 0) in sam_password_ok()
Michael Adam
2010-01-07
1
-2
/
+2
*
s3:auth:sam_password_ok: fix allocation of a data blob.
Michael Adam
2010-01-07
1
-1
/
+1
*
s3:auth:sam_password_ok: enhance readability (imho) by adding some pointers
Michael Adam
2010-01-07
1
-17
/
+24
*
s3:check_sam_security: untangle assignment from statement
Michael Adam
2010-01-07
1
-1
/
+2
*
s3:auth: Fix typo in debug message.
Karolin Seeger
2009-12-07
1
-2
/
+2
*
Tidyup prompted by #6554 - Wrong deallocation in sam_account_ok.
Jeremy Allison
2009-07-16
1
-2
/
+3
*
s3:auth Fix segfault: Always initialise returned session keys
Andrew Bartlett
2009-04-19
1
-1
/
+3
*
Make Samba3 use the new common libcli/auth code
Andrew Bartlett
2009-04-14
1
-8
/
+42
*
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
2009-04-14
1
-0
/
+1
*
Fix some nonempty blank lines
Volker Lendecke
2009-02-10
1
-9
/
+9
*
Cope with changed signature of http_timestring().
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a...
Jeremy Allison
2008-06-24
1
-2
/
+3
*
Rename server_info->was_mapped to server_info->nss_token
Volker Lendecke
2008-05-07
1
-1
/
+1
*
Fix crash bug in check_sam_security() when make_server_info_sam() did a
Günther Deschner
2008-03-20
1
-1
/
+0
*
Fix typo.
Karolin Seeger
2008-02-05
1
-1
/
+1
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
1
-7
/
+8
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-5
/
+5
*
r25401: BUG 4982: Don't delete lanman hashes on invalid logins when
Gerald Carter
2007-10-10
1
-4
/
+6
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23358: Fix from Justin Maggard <jmaggard@infrant.com> - ensure we don't
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r22022: - Clarify the comments
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r22020: Make it more clear that both the vuser struct and it's contents are
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r19058: Implement "user cannot change password", and complete "user must change
Jim McDonough
2007-10-10
1
-1
/
+1
*
r16230: Fix Klocwork #861 and others. localtime and asctime
Jeremy Allison
2007-10-10
1
-3
/
+18
*
r16204: Fix Klocwork # 14
Volker Lendecke
2007-10-10
1
-3
/
+5
*
r15476: Transfer the was_mapped flag from user_info to server_info also in au...
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r15088: Remove all time() and gettimeofday() calls out of the mainline
Jeremy Allison
2007-10-10
1
-3
/
+1
*
r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
Günther Deschner
2007-10-10
1
-2
/
+2
*
r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()
Gerald Carter
2007-10-10
1
-2
/
+3
[next]