lib: Remove unused serverid.tdb
[samba.git] / source3 / smbd / negprot.c
2017-12-05 Volker Lendeckelib: Remove unused serverid.tdb
2017-03-29 Andrew Bartlettauth: Always supply both the remote and local address...
2017-03-29 Andrew Bartletts3-auth: Pass service_description into gensec via auth_...
2017-03-03 Volker Lendeckesmbd: Do an early exit on negprot failure
2017-01-27 Stefan Metzmachers3:smbd: allow "server min protocol = SMB3_00" to go...
2016-09-10 Christof Schmittsmbd: Adjust debug level of "No protocol supported...
2016-04-12 Stefan MetzmacherCVE-2016-2114: s3:smbd: use the correct default values...
2016-03-03 Justin Maggards3:smbd: add negprot remote arch detection for OSX
2016-03-03 Justin Maggards3:smbd: rework negprot remote arch detection
2015-12-17 Stefan Metzmachers3:smbd: remove unused spnego related includes
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2014-09-19 Stefan Metzmachers3:smbd: only pass smbXsrv_connection to fork_echo_hand...
2014-09-19 Stefan Metzmachers3:smbd: use req->sconn in reply_negprot()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to get_challenge()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to negprot_spnego()
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.signing_state to xconn->smb1...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.negprot.* to xconn->smb1...
2014-08-01 Shirish Pargaonkarsamba: Retain case sensitivity of cifs client
2014-04-16 Stefan Metzmachers3:smbd: always allow SMB1 signing, but only announce...
2014-03-26 Stefan Metzmacherauth/gensec: remove tevent_context argument from gensec...
2014-02-12 Andrew Bartlettlib/param: Normalise "read raw" and "write raw" parameters
2014-02-08 Garming Samparam: rename lp function and variable from "encrypted_...
2014-02-08 Garming Samparam: rename lp function and variable from "srv_minpro...
2014-02-08 Garming Samparam: rename lp function and variable from "srv_maxpro...
2014-02-08 Garming Samparam: rename lp function and variable from "maxmux...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-14 Volker Lendeckesmbd: Fix async echo handler forking (Bug 10086)
2013-03-20 Stefan Metzmachers3:smbd: remove silly (SMB_OFF_T_BITS == 64) checks
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-07-24 Andrew Bartlettparam: Make the 'unicode' parameter common
2012-06-11 Andrew Bartletts3-smbd: Remove unused branches in negprot since securi...
2012-06-05 Andrew Bartletts3-smbd: Remove support for protocols before LANMAN1
2012-05-11 Stefan Metzmachers3:smbd: introduce struct smbXsrv_connection
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-08 Andrew Bartletts3-auth: Follow auth_ntlmssp and use auth4_context...
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-02-27 Andrew Bartletts3-param: Align lp_{max,min}protocol with lib/param...
2012-02-16 Andrew Bartletts3-smbd Remove unused code now we always have SPNEGO...
2012-01-05 Andrew Bartletts3-auth Remove ntlmssp_wrap.h which is no longer required
2012-01-05 Andrew Bartletts3-auth use gensec directly rather than via auth_generi...
2012-01-05 Andrew Bartletts3-auth Add TALLOC_CTX * to auth_generic_prepare()
2011-12-22 Andrew Bartletts3-auth rename auth_ntlmssp_prepare() -> auth_generic_p...
2011-12-22 Andrew Bartletts3-auth rename auth_ntlmssp_state -> auth_generic_state
2011-12-16 Stefan Metzmachers3:smbd: avoid using sconn_server_id()
2011-12-15 Stefan Metzmachers3:smbd: pass smbd_server_connection and a snumused...
2011-11-16 Stefan Metzmachers3:smbd: calculate the negprot signing flags from the...
2011-11-04 Stefan Metzmachers3:smbd: also send the server name in the negprot response
2011-11-03 Stefan Metzmachers3:smbd: make use of SMB_SIGNING_* constants
2011-10-21 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_update wrapper
2011-09-14 Stefan Metzmachers3:smbd: make use of better SMB signing negotiation
2011-09-09 Stefan Metzmacherlibcli/smb: s/FLAGS2_UNKNOWN_BIT4/FLAGS2_SMB_SECURITY_S...
2011-09-05 Stefan Metzmachers3:smb2_server: add basic support for SMB 2.1
2011-09-05 Stefan Metzmachers3:smbd: make use of PROTOCOL_SMB2_02
2011-08-31 Volker Lendeckes3: Fix bug 8334, do not fork the echo handler for...
2011-08-03 Andrew Bartletts3-auth use auth_generic_start to get full GENSEC in...
2011-07-12 Stefan Metzmachers3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-20 Volker Lendeckes3: Fork the echo handler only after SMB1 negprot is...
2011-05-04 Jeremy AllisonBUGFIX when converting from safe_strcpy to strlcpy.
2011-04-13 Günther Deschners3: only include smb profiling where needed.
2011-03-29 Günther Deschners3-messages: only include messages.h where needed.
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-23 Andrew Bartletts3-safe_string: Add checked_strlcpy()
2011-03-02 Günther Deschners3-server_id: only include server_id where needed.
2010-12-19 Volker Lendeckes3: Fix some nonempty blank lines
2010-12-10 Andrew Bartletts3-smbd Don't send SPNEGO principal (rfc4178 hint)...
2010-11-29 Jeremy AllisonFix bug discovered with "encryped passwords = no".
2010-09-25 Volker Lendeckes3: Lift talloc_autofree_context() from make_auth_conte...
2010-08-31 Björn Jackes3: use fine grained time in netprot response
2010-08-18 Volker Lendeckes3: Lift smbd_server_fd from reload_services()
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from reload_services
2010-08-08 Stefan Metzmachers3:smbd: fix valgrind warning, sizeof(16) != 16...
2010-07-20 Jeremy AllisonFix one more data_blob -> data_blob_talloc. Move away...
2010-07-20 Jeremy AllisonRemove gen_negTokenInit() - change all callers to spneg...
2010-07-19 Jeremy AllisonMove the addition of the 16 byte guid out of spnego_gen...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-auth: Simplify how we free the auth_context
2010-07-05 Volker Lendeckes3: Remove procid_self() from reply_negprot()
2010-07-04 Volker Lendeckes3: Remove serverid_[de]register_self
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to negprot_spnego()
2010-06-12 Volker Lendeckes3: Remove some global references to smbd_server_conn
2010-03-10 Volker Lendeckes3: Fix a long-standing problem with recycled PIDs
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-11-04 Jeremy AllisonRemove "Protocol" as an extern, and add accessor functions.
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-16 Günther Deschnerspnego: share spnego_parse.
2009-06-03 Stefan Metzmachers3:smbd: move max_recv to struct smbd_server_connection
2009-06-03 Stefan Metzmachers3:smbd: move negprot related globals to struct smbd_se...
2009-05-20 Stefan Metzmachers3:smbd: allow SMB 2.002 dialect in SMB1 negprot
2009-05-20 Stefan Metzmachers3:smbd: make negprot_spnego() non static
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Stefan Metzmachers3:smbd: use new simplified snb_signing code in the...
next