index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
sesssetup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r1370: BUG 1297 - prevent map_username() from being called twice during logon
Gerald Carter
2007-10-10
1
-0
/
+2
*
r1122: As spotted by lha@stacken.kth.se we don't actually use this variable a...
Andrew Bartlett
2007-10-10
1
-2
/
+0
*
r786: Memory leak fixes in (mostly) error code paths from
Jeremy Allison
2007-10-10
1
-1
/
+7
*
r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r59: revert session key problem
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r49: Support SMB signing on connections using only the
Andrew Bartlett
2007-10-10
1
-8
/
+4
*
Merge from HEAD the SMB signing patch that I developed a couple of weeks
Andrew Bartlett
2004-03-27
1
-5
/
+6
*
BUG 417: fix %UuGg variables expansion in include lines setging the current_u...
Gerald Carter
2004-03-19
1
-0
/
+9
*
BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...
Gerald Carter
2004-03-16
1
-4
/
+8
*
Patch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. Ensure we always
Andrew Bartlett
2004-01-26
1
-0
/
+2
*
reply_spnego_kerberos did not set the domain of the user handed to
Volker Lendecke
2004-01-15
1
-0
/
+7
*
Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().
Jeremy Allison
2004-01-07
1
-5
/
+7
*
Commit the translation of the realm to the netbios domain name in the kerberos
Volker Lendecke
2004-01-04
1
-3
/
+41
*
Fix for bug #815. Make plaintext unicode passwords work with NT4.x
Jeremy Allison
2003-12-12
1
-5
/
+11
*
fix %a variable for Windows 2003 -> Win2K3
Gerald Carter
2003-12-05
1
-9
/
+39
*
Subtract NT_STATUS from common flag, don't add it...
Jeremy Allison
2003-12-01
1
-4
/
+4
*
Don't automatically set nt status code flag unless client tells us it can
Jeremy Allison
2003-12-01
1
-9
/
+19
*
Changes all over the shop, but all towards:
Andrew Bartlett
2003-11-22
1
-11
/
+21
*
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
2003-10-22
1
-1
/
+1
*
more 2.2.x compatibility fixes - allow user looksup in the kerb5
Gerald Carter
2003-10-20
1
-13
/
+10
*
Fix memleak.
Volker Lendecke
2003-08-25
1
-1
/
+3
*
metze's autogenerate patch for version.h
Gerald Carter
2003-08-20
1
-1
/
+1
*
Win2k never returns 'no such user' here, so when we do it, the clients freak
Andrew Bartlett
2003-08-18
1
-1
/
+1
*
Fix memleaks.
Volker Lendecke
2003-08-15
1
-0
/
+5
*
In ads_verify_realm, all we use in the ADS_STRUCT is the
Volker Lendecke
2003-08-14
1
-15
/
+2
*
Update my copyrights according to my agreement with IBM
Jim McDonough
2003-08-01
1
-1
/
+1
*
only honor the first OID in the sessetup snego negotiate. Deviates
Gerald Carter
2003-07-31
1
-4
/
+15
*
Start the packet signing engine in the kerberos case in the same place
Jeremy Allison
2003-07-25
1
-3
/
+8
*
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2003-07-25
1
-1
/
+1
*
More printf fixes - size_t is long on some architectures.
Tim Potter
2003-07-24
1
-1
/
+1
*
Server side NTLM signing works - until the first async packet. Working on this
Jeremy Allison
2003-07-24
1
-2
/
+8
*
convert snprintf() calls using pstrings & fstrings
Gerald Carter
2003-07-23
1
-1
/
+1
*
Signing so far... the client code fails on a SMBtrans2 secondary transaction
Jeremy Allison
2003-07-18
1
-9
/
+26
*
Added the "required" keyword to the "client signing" parameter to force it
Jeremy Allison
2003-07-15
1
-12
/
+16
*
It seems only NT4 does the VC == 0 session drop code.
Jeremy Allison
2003-05-28
1
-1
/
+5
*
Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resources
Jeremy Allison
2003-05-27
1
-1
/
+18
*
volker's add_signature() fix; must pass the beginning on the outbuf to get th...
Gerald Carter
2003-05-27
1
-5
/
+5
*
fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...
Gerald Carter
2003-05-21
1
-1
/
+4
*
really make sure to include the version in the lanman string; tested spnego u...
Gerald Carter
2003-05-20
1
-8
/
+9
*
spelling
Tim Potter
2003-05-14
1
-1
/
+1
*
Fix uninitialized blobs reported by Luke Howard.
Jeremy Allison
2003-05-01
1
-0
/
+6
*
add version back to lanman string in sessetup reply
Gerald Carter
2003-04-29
1
-1
/
+5
*
Merge comment with HEAD
Andrew Bartlett
2003-04-22
1
-3
/
+3
*
Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard's
Andrew Bartlett
2003-03-17
1
-27
/
+55
*
fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...
Gerald Carter
2003-03-14
1
-19
/
+20
*
adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...
Gerald Carter
2003-03-12
1
-0
/
+2
*
additional fix for CR 601
Gerald Carter
2003-02-27
1
-0
/
+15
*
Merge of server-side authentication changes to 3.0:
Andrew Bartlett
2003-02-24
1
-35
/
+25
*
check pointer before dereferencing it
Gerald Carter
2003-02-07
1
-1
/
+1
*
Merge from HEAD:
Andrew Bartlett
2003-01-28
1
-262
/
+109
[next]