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
/
smbd
/
sesssetup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-01-16
Updates to the NTLMSSP code again - moving the base64 decode fuctionality out
Andrew Bartlett
1
-5
/
+4
2003-01-15
Refactor the NTLMSSP code again - this time we use function pointers to
Andrew Bartlett
1
-14
/
+26
2003-01-13
Updates to our NTLMSSP code:
Andrew Bartlett
1
-194
/
+88
2003-01-11
No point having this for both parts of the 'if' statement.
Andrew Bartlett
1
-4
/
+2
2003-01-02
pstring/fstring missmatches found by Andrew Bartlett.
Jeremy Allison
1
-5
/
+5
2002-11-19
a better for for using %U in smb.conf
Andrew Tridgell
1
-0
/
+11
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-3
/
+2
2002-09-25
Metze claims that without this his win2k server gets horribly confused looking
Andrew Bartlett
1
-2
/
+2
2002-09-25
Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some things
Andrew Bartlett
1
-2
/
+2
2002-09-20
"@" is valid in NetBIOS domain names.
Jeremy Allison
1
-1
/
+1
2002-09-06
This is the 'easy' parts of the trusted domains patch n+3 patch from
Andrew Bartlett
1
-13
/
+11
2002-09-06
Revert accidental commit - I'll need to do a fair bit more testing before I
Andrew Bartlett
1
-3
/
+0
2002-09-06
Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>
Andrew Bartlett
1
-0
/
+3
2002-08-31
Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements to
Andrew Bartlett
1
-2
/
+0
2002-08-20
Based orginally by work by Kai, this patch moves our NT_TOKEN generation into
Andrew Bartlett
1
-2
/
+2
2002-08-17
Change which session key we negotiate. This uses the NT-based session key that
Andrew Bartlett
1
-1
/
+1
2002-08-16
Re-add the last empty item to the NTLMSSP info list, but this time do it
Jim McDonough
1
-3
/
+4
2002-08-16
Fix segfault in the new NTLMSSP code. jmcd: can you look at this - what
Andrew Bartlett
1
-3
/
+2
2002-08-15
Fix NTLMSSP challenge command and auth response. We can now service joins
Jim McDonough
1
-31
/
+37
2002-08-11
Make 'remote_machine' private to lib/substitute.c, and fix all the user to use
Andrew Bartlett
1
-2
/
+1
2002-08-10
Fix the %m security bug again - and try to make it harder to reintroduce in
Andrew Bartlett
1
-2
/
+3
2002-08-05
This fixes a number of ADS problems, particularly with netbiosless
Andrew Tridgell
1
-1
/
+13
2002-08-01
make sure we null terminate plaintext passwords
Andrew Tridgell
1
-1
/
+1
2002-07-31
Rework parinioa to ensure we never get passwords longer than MAX_PASS_LEN, nor
Andrew Bartlett
1
-18
/
+11
2002-07-31
fixed the length checking for plaintext passwords (thanks to andrewb
Andrew Tridgell
1
-2
/
+11
2002-07-30
this fixes plaintext passwords with win2000
Andrew Tridgell
1
-3
/
+4
2002-05-31
Removed some unused variables - tidy up some formating, add struct to
Jeremy Allison
1
-3
/
+2
2002-05-26
Add support for NTLMv2 (tested!) with NTLMSSP.
Andrew Bartlett
1
-17
/
+49
2002-04-18
fixed the fallback to a BDC for ADS connections
Andrew Tridgell
1
-1
/
+1
2002-04-16
make sure we don't walk past the end of the current SMB buffer when
Andrew Tridgell
1
-9
/
+5
2002-04-14
it looks like it is possible for a w2k client to send a spnego auth without s...
Andrew Tridgell
1
-1
/
+6
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-17
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
1
-7
/
+0
2002-01-11
Back out the crazy notion that the NTLMSSP flags actually mean anything...
Andrew Bartlett
1
-1
/
+12
2002-01-09
Better explanation message for dmalloc.
Martin Pool
1
-5
/
+5
2002-01-06
Get this code back to where it belongs...
Andrew Bartlett
1
-7
/
+7
2002-01-06
Some more SPNEGO fixes.
Andrew Bartlett
1
-1
/
+1
2002-01-05
Fix up the SPNEGO segfault.
Andrew Bartlett
1
-2
/
+2
2002-01-05
I've decided to move the auth code around a bit more...
Andrew Bartlett
1
-45
/
+56
2002-01-02
debug statement fixups.
Jeremy Allison
1
-5
/
+0
2001-12-31
- portablitity fixes for cc -64 on irix
Andrew Tridgell
1
-1
/
+1
2001-12-20
check for a winbindd username when doing a kerberos auth
Andrew Tridgell
1
-0
/
+11
2001-12-20
don't use server_info after its been freed
Andrew Tridgell
1
-2
/
+4
2001-12-20
support "map to guest" with spnego
Andrew Tridgell
1
-21
/
+43
2001-12-19
added trusted realm support to ADS authentication
Andrew Tridgell
1
-5
/
+10
2001-12-08
Ensure that 'use spnego' restricts, rather than just advises our clients.
Andrew Bartlett
1
-1
/
+6
2001-12-05
Ensure we fill in the %U for NTLMSSP connections
Andrew Bartlett
1
-1
/
+3
2001-12-05
added a REALLY gross hack into kerberos_kinit_password so that
Andrew Tridgell
1
-1
/
+1
2001-11-29
Make better use of the ads_init() function to get the kerberos relam etc.
Andrew Bartlett
1
-7
/
+12
2001-11-28
fixed some krb5 ifdefs
Andrew Tridgell
1
-2
/
+2
[next]