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
...
*
Revert "s3:smbd Fix segfault if register_existing_vuid() fails"
Volker Lendecke
2010-06-08
1
-12
/
+4
*
Revert "s3:smbd Give the kerberos session key a parent"
Volker Lendecke
2010-06-08
1
-2
/
+0
*
Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS"
Volker Lendecke
2010-06-08
1
-1
/
+1
*
s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS
Andrew Bartlett
2010-06-07
1
-1
/
+1
*
s3:smbd Give the kerberos session key a parent
Andrew Bartlett
2010-06-07
1
-0
/
+2
*
s3:smbd Fix segfault if register_existing_vuid() fails
Andrew Bartlett
2010-06-07
1
-4
/
+12
*
s3:smbd map_username() doesn't need sconn anymore
Simo Sorce
2010-05-31
1
-2
/
+2
*
ntlmssp: Make the ntlmssp.h from source3/ a common header
Andrew Bartlett
2010-05-31
1
-1
/
+1
*
s3:auth Remove AUTH_NTLMSSP_STATE typedef.
Andrew Bartlett
2010-05-31
1
-3
/
+3
*
s3:auth Make AUTH_NTLMSSP_STATE a private structure.
Andrew Bartlett
2010-05-31
1
-16
/
+11
*
s3:auth Free sampass as soon as we have server_info
Simo Sorce
2010-05-28
1
-0
/
+1
*
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
2010-05-28
1
-3
/
+3
*
s3:kerberos Return PAC_LOGON_INFO rather than the full PAC_DATA
Andrew Bartlett
2010-05-11
1
-7
/
+3
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
s3: Fix an uninitialized variable read
Volker Lendecke
2010-03-15
1
-1
/
+1
*
s3: Add connections_forall_read()
Volker Lendecke
2010-03-01
1
-3
/
+2
*
s3: Fix bug 7139
Volker Lendecke
2010-02-17
1
-2
/
+32
*
s3: Remove the typedef for "auth_serversupplied_info"
Volker Lendecke
2010-01-10
1
-4
/
+4
*
s3: Remove the typedef for "auth_usersupplied_info"
Volker Lendecke
2010-01-10
1
-2
/
+2
*
s3:ntlmssp: only include ntlmssp.h where actually needed
Andrew Bartlett
2009-12-22
1
-0
/
+1
*
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
2009-11-23
1
-2
/
+2
*
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
2009-11-21
1
-2
/
+2
*
Remove "Protocol" as an extern, and add accessor functions.
Jeremy Allison
2009-11-04
1
-4
/
+2
*
spnego: share spnego_parse.
Günther Deschner
2009-09-17
1
-0
/
+1
*
Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3....
Jeremy Allison
2009-07-15
1
-0
/
+1
*
s3:smbd: move more session specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-26
/
+31
*
s3:smbd: move some session specific globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-4
/
+5
*
s3:smbd: move negprot related globals to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-6
/
+9
*
s3:smbd: move pending_auth_data list to struct smbd_server_connection
Stefan Metzmacher
2009-06-03
1
-14
/
+33
*
s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context
Andrew Bartlett
2009-04-07
1
-8
/
+0
*
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
2009-03-23
1
-25
/
+0
*
More warning fixes for Solaris.
Jeremy Allison
2009-02-23
1
-2
/
+2
*
Remove the static "chal" from ntlmssp.c:get_challenge()
Volker Lendecke
2009-02-21
1
-3
/
+4
*
Add two new parameters to control how we verify kerberos tickets. Removes lp_...
Dan Sledz
2009-02-01
1
-2
/
+2
*
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
2009-01-15
1
-1
/
+1
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-13
/
+1
*
Move a comment to its place
Volker Lendecke
2008-12-30
1
-5
/
+5
*
s3 sesssetup.c: Add missing line break to debug message.
root
2008-12-12
1
-1
/
+1
*
Remove two direct inbuf references from reply_sesssetup_and_X_spnego()
Volker Lendecke
2008-11-28
1
-2
/
+2
*
Remove a bunch of direct inbuf references by adding "vwv" to smb_request
Volker Lendecke
2008-11-02
1
-10
/
+10
*
Remove some direct inbuf references by adding smbreq_bufrem
Volker Lendecke
2008-11-02
1
-3
/
+3
*
Simplify params of srvstr_pull_buf_talloc()
Volker Lendecke
2008-11-02
1
-20
/
+13
*
Kill some fstrings
Volker Lendecke
2008-11-01
1
-31
/
+55
*
Remove a bunch of direct inbuf references by adding "buf" to smb_request
Volker Lendecke
2008-11-01
1
-10
/
+9
*
Add a "buflen" struct member to smb_request
Volker Lendecke
2008-11-01
1
-2
/
+1
*
Remove a pointles call to smb_bufrem
Volker Lendecke
2008-10-31
1
-2
/
+1
*
s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.
Günther Deschner
2008-10-22
1
-12
/
+17
*
s3: use shared asn1 code.
Günther Deschner
2008-10-22
1
-1
/
+1
*
Slightly simplify reply_sesssetup_blob(): Remove an else branch
Volker Lendecke
2008-10-22
1
-10
/
+11
*
Don't push the data out to the client in reply_sesssetup_blob()
Volker Lendecke
2008-10-22
1
-4
/
+0
[prev]
[next]