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
/
source4
/
smb_server
/
sesssetup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r2797: don't free the server_info before using it for anonymous connections
Andrew Tridgell
1
-3
/
+2
2007-10-10
r2669: convert make_user_info() and associated functions from malloc to talloc
Andrew Tridgell
1
-3
/
+5
2007-10-10
r2657: if we are already fully authenticated in session setup then the vuid i...
Andrew Tridgell
1
-6
/
+3
2007-10-10
r2648: - use a destructor on struct server_connection to simplify the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2629: convert gensec to the new talloc model
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2590: fixed one of the server security memory leaks. There are more :(
Andrew Tridgell
1
-0
/
+4
2007-10-10
r2542: I really don't like the 'substitute' code, and I particularly don't
Andrew Bartlett
1
-1
/
+18
2007-10-10
r2521: fixed two uninitialised data errors found with valgrind when
Andrew Tridgell
1
-4
/
+1
2007-10-10
r2249: got rid of some more mem_ctx elements in structures
Andrew Tridgell
1
-5
/
+5
2007-10-10
r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.
Andrew Bartlett
1
-0
/
+2
2007-10-10
r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMB
Andrew Bartlett
1
-8
/
+22
2007-10-10
r1762: Ensure that a user (as opposed to guest) cannot login without SPNEGO,
Andrew Bartlett
1
-4
/
+6
2007-10-10
r1747: don't segfault when the spnego mech only use one call from the client ...
Stefan Metzmacher
1
-9
/
+19
2007-10-10
r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signing
Andrew Bartlett
1
-13
/
+104
2007-10-10
r1687: Fix bogus requirement for SMB signing on guest connections.
Andrew Bartlett
1
-1
/
+4
2007-10-10
r1507: fixed the handling of SMB chaining with the new server structure. You
Andrew Tridgell
1
-5
/
+15
2007-10-10
r1499: combine struct user_struct and struct smbsrv_user
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r1337: use sess->nt1. in sesssetup_nt1 :-)
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1336: check the vuid in old style sessionsetup too
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r1293: Indent
Andrew Bartlett
1
-3
/
+5
2007-10-10
r1291: rename struct smbsrv_context to smbsrv_connection
Stefan Metzmacher
1
-11
/
+11
2007-10-10
r1280: rename struct request_context to smbsrv_request
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r1277: rename struct server_context to smbsrv_ontext
Stefan Metzmacher
1
-11
/
+11
2007-10-10
r1268: varient -> variant
Tim Potter
1
-1
/
+1
2007-10-10
r1019: Push the auth subsystem away from using typedef, and over to the 'all
Andrew Bartlett
1
-19
/
+19
2007-10-10
r818: added server side SMB signing to Samba4
Andrew Tridgell
1
-0
/
+2
2007-10-10
r443: Update Samba4 to the auth and NTLMSSP code from Samba3.
Andrew Bartlett
1
-4
/
+18
2004-02-03
- move all SMB server stuff to smb_server/*
Stefan Metzmacher
1
-0
/
+149