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
2007-10-10
r7398: commiting abartlet's patch for kerberos authentication when using a ke...
Gerald Carter
1
-1
/
+1
2007-10-10
r7395: * new feature 'map to guest = bad uid' (based on patch from
Gerald Carter
1
-20
/
+35
2007-10-10
r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer)
Gerald Carter
1
-0
/
+2
2007-10-10
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
1
-9
/
+6
2007-10-10
r7024: reverting mistaken commit
Gerald Carter
1
-14
/
+3
2007-10-10
r7020: fixing printer ace values and getting rid of false compiler warning ab...
Gerald Carter
1
-3
/
+14
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-5
/
+6
2007-10-10
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
1
-1
/
+3
2007-10-10
r6020: Never do NT status codes with protocols before NT1 as we don't get cli...
Jeremy Allison
1
-0
/
+4
2007-10-10
r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not ...
Gerald Carter
1
-4
/
+8
2007-10-10
r5290: Fix for bug #2323 - plaintext problem with WinXP.
Jeremy Allison
1
-0
/
+8
2007-10-10
r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...
Jeremy Allison
1
-1
/
+1
2007-10-10
r1370: BUG 1297 - prevent map_username() from being called twice during logon
Gerald Carter
1
-0
/
+2
2007-10-10
r1122: As spotted by lha@stacken.kth.se we don't actually use this variable a...
Andrew Bartlett
1
-2
/
+0
2007-10-10
r786: Memory leak fixes in (mostly) error code paths from
Jeremy Allison
1
-1
/
+7
2007-10-10
r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...
Andrew Bartlett
1
-2
/
+2
2007-10-10
r59: revert session key problem
Andrew Tridgell
1
-2
/
+2
2007-10-10
r49: Support SMB signing on connections using only the
Andrew Bartlett
1
-8
/
+4
2004-03-27
Merge from HEAD the SMB signing patch that I developed a couple of weeks
Andrew Bartlett
1
-5
/
+6
2004-03-19
BUG 417: fix %UuGg variables expansion in include lines setging the current_u...
Gerald Carter
1
-0
/
+9
2004-03-16
BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...
Gerald Carter
1
-4
/
+8
2004-01-26
Patch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. Ensure we always
Andrew Bartlett
1
-0
/
+2
2004-01-15
reply_spnego_kerberos did not set the domain of the user handed to
Volker Lendecke
1
-0
/
+7
2004-01-07
Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().
Jeremy Allison
1
-5
/
+7
2004-01-04
Commit the translation of the realm to the netbios domain name in the kerberos
Volker Lendecke
1
-3
/
+41
2003-12-12
Fix for bug #815. Make plaintext unicode passwords work with NT4.x
Jeremy Allison
1
-5
/
+11
2003-12-05
fix %a variable for Windows 2003 -> Win2K3
Gerald Carter
1
-9
/
+39
2003-12-01
Subtract NT_STATUS from common flag, don't add it...
Jeremy Allison
1
-4
/
+4
2003-12-01
Don't automatically set nt status code flag unless client tells us it can
Jeremy Allison
1
-9
/
+19
2003-11-22
Changes all over the shop, but all towards:
Andrew Bartlett
1
-11
/
+21
2003-10-22
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
1
-1
/
+1
2003-10-20
more 2.2.x compatibility fixes - allow user looksup in the kerb5
Gerald Carter
1
-13
/
+10
2003-08-25
Fix memleak.
Volker Lendecke
1
-1
/
+3
2003-08-20
metze's autogenerate patch for version.h
Gerald Carter
1
-1
/
+1
2003-08-18
Win2k never returns 'no such user' here, so when we do it, the clients freak
Andrew Bartlett
1
-1
/
+1
2003-08-15
Fix memleaks.
Volker Lendecke
1
-0
/
+5
2003-08-14
In ads_verify_realm, all we use in the ADS_STRUCT is the
Volker Lendecke
1
-15
/
+2
2003-08-01
Update my copyrights according to my agreement with IBM
Jim McDonough
1
-1
/
+1
2003-07-31
only honor the first OID in the sessetup snego negotiate. Deviates
Gerald Carter
1
-4
/
+15
2003-07-25
Start the packet signing engine in the kerberos case in the same place
Jeremy Allison
1
-3
/
+8
2003-07-25
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
1
-1
/
+1
2003-07-24
More printf fixes - size_t is long on some architectures.
Tim Potter
1
-1
/
+1
2003-07-24
Server side NTLM signing works - until the first async packet. Working on this
Jeremy Allison
1
-2
/
+8
2003-07-23
convert snprintf() calls using pstrings & fstrings
Gerald Carter
1
-1
/
+1
2003-07-18
Signing so far... the client code fails on a SMBtrans2 secondary transaction
Jeremy Allison
1
-9
/
+26
2003-07-15
Added the "required" keyword to the "client signing" parameter to force it
Jeremy Allison
1
-12
/
+16
2003-05-28
It seems only NT4 does the VC == 0 session drop code.
Jeremy Allison
1
-1
/
+5
2003-05-27
Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resources
Jeremy Allison
1
-1
/
+18
2003-05-27
volker's add_signature() fix; must pass the beginning on the outbuf to get th...
Gerald Carter
1
-5
/
+5
2003-05-21
fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...
Gerald Carter
1
-1
/
+4
[next]