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
/
negprot.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-11
s3-smbd: Remove unused branches in negprot since security=share was removed
Andrew Bartlett
1
-21
/
+8
2012-06-05
s3-smbd: Remove support for protocols before LANMAN1
Andrew Bartlett
1
-35
/
+0
2012-05-12
s3:smbd: introduce struct smbXsrv_connection
Stefan Metzmacher
1
-5
/
+6
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
1
-14
/
+14
2012-03-08
s3-auth: Follow auth_ntlmssp and use auth4_context for Session Setup
Andrew Bartlett
1
-1
/
+1
2012-03-04
s3-auth: Remove security=share (depricated since 3.6).
Andrew Bartlett
1
-1
/
+0
2012-02-27
s3-param: Align lp_{max,min}protocol with lib/param names
Andrew Bartlett
1
-2
/
+2
2012-02-16
s3-smbd Remove unused code now we always have SPNEGO via gensec
Andrew Bartlett
1
-36
/
+4
2012-01-05
s3-auth Remove ntlmssp_wrap.h which is no longer required
Andrew Bartlett
1
-1
/
+0
2012-01-05
s3-auth use gensec directly rather than via auth_generic_state
Andrew Bartlett
1
-5
/
+5
2012-01-05
s3-auth Add TALLOC_CTX * to auth_generic_prepare()
Andrew Bartlett
1
-1
/
+2
2011-12-22
s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()
Andrew Bartlett
1
-1
/
+1
2011-12-22
s3-auth rename auth_ntlmssp_state -> auth_generic_state
Andrew Bartlett
1
-1
/
+1
2011-12-16
s3:smbd: avoid using sconn_server_id()
Stefan Metzmacher
1
-1
/
+1
2011-12-15
s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...
Stefan Metzmacher
1
-2
/
+2
2011-11-16
s3:smbd: calculate the negprot signing flags from the signing_state
Stefan Metzmacher
1
-3
/
+10
2011-11-04
s3:smbd: also send the server name in the negprot response
Stefan Metzmacher
1
-0
/
+8
2011-11-03
s3:smbd: make use of SMB_SIGNING_* constants
Stefan Metzmacher
1
-4
/
+5
2011-10-21
s3-ntlmssp Remove auth_ntlmssp_update wrapper
Andrew Bartlett
1
-2
/
+2
2011-09-14
s3:smbd: make use of better SMB signing negotiation
Stefan Metzmacher
1
-1
/
+0
2011-09-10
libcli/smb: s/FLAGS2_UNKNOWN_BIT4/FLAGS2_SMB_SECURITY_SIGNATURES_REQUIRED
Stefan Metzmacher
1
-1
/
+1
2011-09-05
s3:smb2_server: add basic support for SMB 2.1
Stefan Metzmacher
1
-0
/
+1
2011-09-05
s3:smbd: make use of PROTOCOL_SMB2_02
Stefan Metzmacher
1
-1
/
+1
2011-08-31
s3: Fix bug 8334, do not fork the echo handler for smb2
Volker Lendecke
1
-1
/
+2
2011-08-03
s3-auth use auth_generic_start to get full GENSEC in Samba3 session setup
Andrew Bartlett
1
-1
/
+27
2011-07-12
s3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2
Stefan Metzmacher
1
-1
/
+1
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-2
/
+2
2011-06-09
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
1
-1
/
+1
2011-05-20
s3: Fork the echo handler only after SMB1 negprot is done
Volker Lendecke
1
-0
/
+5
2011-05-04
BUGFIX when converting from safe_strcpy to strlcpy.
Jeremy Allison
1
-1
/
+5
2011-04-14
s3: only include smb profiling where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-messages: only include messages.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-auth: smbd needs auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-23
s3-safe_string: Add checked_strlcpy()
Andrew Bartlett
1
-1
/
+1
2011-03-02
s3-server_id: only include server_id where needed.
Günther Deschner
1
-0
/
+1
2010-12-19
s3: Fix some nonempty blank lines
Volker Lendecke
1
-22
/
+22
2010-12-10
s3-smbd Don't send SPNEGO principal (rfc4178 hint) by default
Andrew Bartlett
1
-0
/
+3
2010-11-29
Fix bug discovered with "encryped passwords = no".
Jeremy Allison
1
-8
/
+1
2010-09-26
s3: Lift talloc_autofree_context() from make_auth_context_subsystem()
Volker Lendecke
1
-1
/
+1
2010-08-31
s3: use fine grained time in netprot response
Björn Jacke
1
-3
/
+4
2010-08-18
s3: Lift smbd_server_fd from reload_services()
Volker Lendecke
1
-2
/
+2
2010-08-08
s3: Lift the smbd_messaging_context from reload_services
Volker Lendecke
1
-2
/
+2
2010-08-08
s3:smbd: fix valgrind warning, sizeof(16) != 16...
Stefan Metzmacher
1
-1
/
+1
2010-07-20
Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...
Jeremy Allison
1
-2
/
+2
2010-07-19
Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().
Jeremy Allison
1
-3
/
+3
2010-07-19
Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() and
Jeremy Allison
1
-23
/
+32
2010-07-19
s3-auth: Simplify how we free the auth_context
Simo Sorce
1
-2
/
+1
2010-07-05
s3: Remove procid_self() from reply_negprot()
Volker Lendecke
1
-1
/
+1
2010-07-04
s3: Remove serverid_[de]register_self
Volker Lendecke
1
-2
/
+3
[next]