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
2004-01-05
(merge from 3.0)
Andrew Bartlett
1
-345
/
+1
2004-01-05
(merge from 3.0)
Andrew Bartlett
1
-148
/
+219
2003-11-22
(merge from 3.0)
Andrew Bartlett
1
-19
/
+45
2003-10-24
Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth.
Jeremy Allison
1
-0
/
+16
2003-09-09
sync 3.0 into HEAD for the last time
Gerald Carter
1
-49
/
+38
2003-08-02
port latest changes from SAMBA_3_0 tree
Simo Sorce
1
-6
/
+6
2003-07-16
trying to get HEAD building again. If you want the code
Gerald Carter
1
-103
/
+78
2003-05-28
Spelling.
Tim Potter
1
-1
/
+1
2003-05-14
spelling
Tim Potter
1
-2
/
+2
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
1
-5
/
+5
2003-03-24
- Add support to auth/ for the new modules system
Jelmer Vernooij
1
-0
/
+8
2003-02-16
Add the 'session key' output of the NTLMSSP exchange to the cli struct, so
Andrew Bartlett
1
-2
/
+22
2003-02-04
Actually checking both the account and password tests would be a good idea...
Andrew Bartlett
1
-2
/
+2
2003-01-13
Patch from metze to add what he feels is the correct semantics for a Domain
Andrew Bartlett
1
-0
/
+43
2003-01-05
Clear up the auth_sam password checking code (the core of our password checking
Andrew Bartlett
1
-33
/
+58
2002-11-15
Small auth updates:
Andrew Bartlett
1
-2
/
+2
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-2
/
+2
2002-11-04
Move to the use of the 'initialised' flag, rather than the fact the pointer is
Andrew Bartlett
1
-8
/
+9
2002-08-26
Updates!
Andrew Bartlett
1
-1
/
+4
2002-08-26
Try to support non-root-mode systems without getgrouplist().
Andrew Bartlett
1
-1
/
+1
2002-08-22
Spelling fixes.
Tim Potter
1
-4
/
+4
2002-08-20
Based orginally by work by Kai, this patch moves our NT_TOKEN generation into
Andrew Bartlett
1
-3
/
+3
2002-07-20
Add support for a weird behaviour apparently used by Win9X pass-through
Andrew Bartlett
1
-2
/
+17
2002-05-24
Move the authenticaion subsystem over to the same 'module:options' syntax
Andrew Bartlett
1
-7
/
+9
2002-05-21
typo, sorry
Simo Sorce
1
-1
/
+1
2002-05-21
debug classized
Simo Sorce
1
-0
/
+3
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
[next]