index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
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
2003-09-08
Tidy up some formatting. Get ready for allowing bad password lockout. (based
Jeremy Allison
1
-49
/
+38
2003-07-25
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
1
-6
/
+6
2003-07-24
More printf fixes - size_t is long on some architectures.
Tim Potter
1
-4
/
+4
2003-07-08
Spelling.
Tim Potter
1
-1
/
+1
2003-06-30
* rename samstrict auth method to sam
Gerald Carter
1
-56
/
+29
2003-06-04
Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>
Jelmer Vernooij
1
-3
/
+3
2003-05-26
Spelling.
Tim Potter
1
-1
/
+2
2003-05-26
Add samstrict_dc from metze (been sitting in HEAD for way to long waiting for
Andrew Bartlett
1
-0
/
+46
2003-05-14
spelling
Tim Potter
1
-2
/
+2
2003-05-11
When we have a NT4SP0 PDC trust us, we first have to check the
Volker Lendecke
1
-2
/
+2
2003-05-09
Cleanups. My NTLMv2 changes also changed the preference from using an implicit
Andrew Bartlett
1
-42
/
+42
2003-05-09
Make sure we always have some client data, not just the hash. An NTLMv2 or
Andrew Bartlett
1
-2
/
+3
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
1
-4
/
+4
2003-04-16
Add support for the new modules system to auth/ (merge from HEAD)
Jelmer Vernooij
1
-1
/
+6
2003-02-16
Merge from HEAD - allow "" as a domain in the NLTMv2 hash calculations. Fixes
Andrew Bartlett
1
-2
/
+22
2003-02-04
Merge HEAD: check both the account and password...
Andrew Bartlett
1
-2
/
+2
2003-01-05
Merge from HEAD - updates to correctly recognise LMv2, and NT# in LM feild.
Andrew Bartlett
1
-33
/
+58
2002-11-15
Updates from HEAD:
Andrew Bartlett
1
-2
/
+2
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-2
/
+2
2002-11-08
Merge from HEAD:
Andrew Bartlett
1
-8
/
+9
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-8
/
+11
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-2
/
+17
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-7
/
+12
2002-02-27
"user doesn't exist" isn't worthy of a level 1 debug. Make it level 3.
Andrew Bartlett
1
-1
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-15
Commit the auth associated changes I missed from the last commit.
Andrew Bartlett
1
-2
/
+4
2002-01-11
Back out the crazy notion that the NTLMSSP flags actually mean anything...
Andrew Bartlett
1
-7
/
+7
2002-01-05
I've decided to move the auth code around a bit more...
Andrew Bartlett
1
-28
/
+30
2002-01-02
debug statement fixups.
Jeremy Allison
1
-16
/
+16
2002-01-01
A farily large commit:
Andrew Bartlett
1
-15
/
+17
2001-11-26
A number of things to clean up the auth subsytem a bit...
Andrew Bartlett
1
-1
/
+36
2001-11-26
challange -> challenge
Tim Potter
1
-4
/
+4
2001-11-24
This is another rather major change to the samba authenticaion
Andrew Bartlett
1
-31
/
+44
2001-11-11
Add back the not null checks in a better place.
Andrew Bartlett
1
-1
/
+7
2001-11-11
make sam_account_ok static.
Andrew Bartlett
1
-32
/
+29
2001-11-03
Minor cleanups/fixes in the NTLMv2 code
Andrew Bartlett
1
-6
/
+2
2001-10-31
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
1
-75
/
+153
2001-10-29
Fix up auth_smbpasswd.c to use the password interface, rather than the
Andrew Bartlett
1
-8
/
+8
2001-10-29
This commit is number 4 of 4.
Andrew Bartlett
1
-3
/
+3
2001-10-23
more compiler warnings
Herb Lewis
1
-1
/
+1
2001-10-19
print in a human readable format when the password expired.
Jean-François Micouleau
1
-1
/
+1
2001-10-06
Fix up indenting in out SAM password check code.
Andrew Bartlett
1
-46
/
+49
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-5
/
+0
2001-10-01
honor the ACB_PWNOEXP flag in smbpasswd
Andrew Tridgell
1
-2
/
+1
2001-10-01
- fix handling of 0 last_change_time and must_change_time
Andrew Tridgell
1
-31
/
+32
2001-09-29
Fix up a number of intertwined issues:
Andrew Bartlett
1
-2
/
+2
2001-09-26
Process the workstation trust account code INSIDE the authenticaion subsystem,
Andrew Bartlett
1
-5
/
+20
2001-09-26
Rearrange the order of the checks in auth_smbpasswd.c, always check passwords
Andrew Bartlett
1
-73
/
+111
2001-09-20
Revert this one: The NTLMv2 checks need the original username as found
Andrew Bartlett
1
-1
/
+1
2001-09-19
- Fix up to use sampass->username insted of user_info->smb_username
Andrew Bartlett
1
-7
/
+7
[next]