index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
auth
/
auth_sam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
r13576: This is the beginnings of moving the SAM_ACCOUNT data structure
Gerald Carter
2007-10-10
1
-9
/
+9
*
r13541: we have to wrap pen_enum_group_memberships() in become/unbecome_root()
Gerald Carter
2007-10-10
1
-1
/
+5
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-17
/
+26
*
r11886: Fix 3187: logon hours restrictions were off corresponding to our offs...
Jim McDonough
2007-10-10
1
-2
/
+3
*
r11573: Adding Andrew Bartlett's patch to make machine account
Jeremy Allison
2007-10-10
1
-6
/
+9
*
r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934.
Jeremy Allison
2007-10-10
1
-1
/
+3
*
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
2007-10-10
1
-1
/
+2
*
r5655: Added support for Novell NDS universal password. Code donated by
Jeremy Allison
2007-10-10
1
-1
/
+7
*
r5562: * bump version to 3.0.12pre2
Gerald Carter
2007-10-10
1
-1
/
+1
*
r5528: Expand the invalid-workstation-scheme. Workstation-Names with leading
Günther Deschner
2007-10-10
1
-1
/
+13
*
r4972: Fix a warning and some debugging-outputs.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r1780: Remove the UTC comment as it isn't.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r1778: Fix based on code from Richard Renard <rrenard@idealx.com> to
Jeremy Allison
2007-10-10
1
-0
/
+42
*
r1414: Memory leak fixes found by valgrind whilst checking the password histo...
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
Fix most of bug #169.
Andrew Bartlett
2004-04-03
1
-1
/
+2
*
Add calls to password lockout functions. Should now work against tdbsam only.
Jim McDonough
2004-02-21
1
-0
/
+38
*
Move our basic password checking code from inside the authentication
Andrew Bartlett
2003-12-30
1
-345
/
+1
*
Refactor our authentication and authentication testing code.
Andrew Bartlett
2003-12-30
1
-148
/
+219
*
Changes all over the shop, but all towards:
Andrew Bartlett
2003-11-22
1
-19
/
+45
*
Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth.
Jeremy Allison
2003-10-24
1
-0
/
+16
*
Tidy up some formatting. Get ready for allowing bad password lockout. (based
Jeremy Allison
2003-09-08
1
-49
/
+38
*
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2003-07-25
1
-6
/
+6
*
More printf fixes - size_t is long on some architectures.
Tim Potter
2003-07-24
1
-4
/
+4
*
Spelling.
Tim Potter
2003-07-08
1
-1
/
+1
*
* rename samstrict auth method to sam
Gerald Carter
2003-06-30
1
-56
/
+29
*
Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>
Jelmer Vernooij
2003-06-04
1
-3
/
+3
*
Spelling.
Tim Potter
2003-05-26
1
-1
/
+2
*
Add samstrict_dc from metze (been sitting in HEAD for way to long waiting for
Andrew Bartlett
2003-05-26
1
-0
/
+46
*
spelling
Tim Potter
2003-05-14
1
-2
/
+2
*
When we have a NT4SP0 PDC trust us, we first have to check the
Volker Lendecke
2003-05-11
1
-2
/
+2
*
Cleanups. My NTLMv2 changes also changed the preference from using an implicit
Andrew Bartlett
2003-05-09
1
-42
/
+42
*
Make sure we always have some client data, not just the hash. An NTLMv2 or
Andrew Bartlett
2003-05-09
1
-2
/
+3
*
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
2003-04-28
1
-4
/
+4
*
Add support for the new modules system to auth/ (merge from HEAD)
Jelmer Vernooij
2003-04-16
1
-1
/
+6
*
Merge from HEAD - allow "" as a domain in the NLTMv2 hash calculations. Fixes
Andrew Bartlett
2003-02-16
1
-2
/
+22
*
Merge HEAD: check both the account and password...
Andrew Bartlett
2003-02-04
1
-2
/
+2
*
Merge from HEAD - updates to correctly recognise LMv2, and NT# in LM feild.
Andrew Bartlett
2003-01-05
1
-33
/
+58
[next]