index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
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
...
*
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
*
pstring/fstring missmatches found by Andrew Bartlett.
Jeremy Allison
2003-01-02
1
-5
/
+5
*
merged the %U changes to 3.0
Andrew Tridgell
2002-11-20
1
-0
/
+11
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-3
/
+2
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-22
/
+18
*
Sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-49
/
+70
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-28
/
+60
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
2002-01-17
1
-7
/
+0
*
Back out the crazy notion that the NTLMSSP flags actually mean anything...
Andrew Bartlett
2002-01-11
1
-1
/
+12
*
Better explanation message for dmalloc.
Martin Pool
2002-01-09
1
-5
/
+5
*
Get this code back to where it belongs...
Andrew Bartlett
2002-01-06
1
-7
/
+7
*
Some more SPNEGO fixes.
Andrew Bartlett
2002-01-06
1
-1
/
+1
*
Fix up the SPNEGO segfault.
Andrew Bartlett
2002-01-05
1
-2
/
+2
*
I've decided to move the auth code around a bit more...
Andrew Bartlett
2002-01-05
1
-45
/
+56
*
debug statement fixups.
Jeremy Allison
2002-01-02
1
-5
/
+0
*
- portablitity fixes for cc -64 on irix
Andrew Tridgell
2001-12-31
1
-1
/
+1
*
check for a winbindd username when doing a kerberos auth
Andrew Tridgell
2001-12-20
1
-0
/
+11
*
don't use server_info after its been freed
Andrew Tridgell
2001-12-20
1
-2
/
+4
*
support "map to guest" with spnego
Andrew Tridgell
2001-12-20
1
-21
/
+43
*
added trusted realm support to ADS authentication
Andrew Tridgell
2001-12-19
1
-5
/
+10
*
Ensure that 'use spnego' restricts, rather than just advises our clients.
Andrew Bartlett
2001-12-08
1
-1
/
+6
*
Ensure we fill in the %U for NTLMSSP connections
Andrew Bartlett
2001-12-05
1
-1
/
+3
*
added a REALLY gross hack into kerberos_kinit_password so that
Andrew Tridgell
2001-12-05
1
-1
/
+1
*
Make better use of the ads_init() function to get the kerberos relam etc.
Andrew Bartlett
2001-11-29
1
-7
/
+12
*
fixed some krb5 ifdefs
Andrew Tridgell
2001-11-28
1
-2
/
+2
*
fixed another memory leak
Andrew Tridgell
2001-11-27
1
-1
/
+1
*
more memory leak fixes
Andrew Tridgell
2001-11-27
1
-1
/
+6
[prev]
[next]