Add bug number for samba/talloc breakage and fix
[abartlet/samba-debian.git] / source3 / smbd / negprot.c
2016-04-04 Andrew BartlettImported Upstream version 4.3.6
2016-04-01 Andrew BartlettImported Upstream version 4.4.0
2015-11-07 Jelmer VernooijMerge tag 'debian/4.1.20+dfsg-1' of git://git.debian...
2015-09-19 Jelmer VernooijMerge tag 'upstream/4.3.0+dfsg' into experimental
2015-09-19 Jelmer VernooijImported Upstream version 4.3.0+dfsg
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-04-25 Jelmer VernooijMerge 4.1 branch.
2014-12-07 Jelmer VernooijMerge tag 'upstream/4.2.0_rc2+dfsg' into experimental
2014-12-07 Jelmer VernooijImported Upstream version 4.2.0~rc2+dfsg
2014-10-20 Ivo De DeckerMerge tag 'upstream/4.1.13+dfsg'
2014-10-20 Ivo De DeckerImported Upstream version 4.1.13+dfsg
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-09-08 Karolin SeegerMerge tag 'samba-4.1.11' into v4-1-test
2014-09-01 Shirish Pargaonkarsamba: Retain case sensitivity of cifs client
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-10-15 Ivo De DeckerMerge branch 'master' into samba_4.0
2013-10-09 Ivo De DeckerMerge tag 'upstream/4.0.10+dfsg' into samba_4.0
2013-10-09 Ivo De DeckerImported Upstream version 4.0.10+dfsg
2013-08-20 Volker Lendeckesmbd: Fix async echo handler forking (Bug 10086)
2013-08-14 Volker Lendeckesmbd: Fix async echo handler forking (Bug 10086)
2013-05-10 Ivo De DeckerMerge tag 'upstream/4.0.5+dfsg1' into samba_4.0_ivo
2013-05-10 Ivo De DeckerImported Upstream version 4.0.5+dfsg1
2013-05-10 Ivo De DeckerImported Upstream version 4.0.0+dfsg1
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-26 bubulleLoad samba-3.6.2 into branches/samba/upstream.
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-12 bubulleMerge upstream 3.6.1 source
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-04 bubulleMerge upstream 3.5.11
2011-08-04 bubulleLoad samba-3.5.11 into branches/samba/upstream.
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...
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-06-07 bubulleRevert upstream branch to 3.5.8....oops
2011-06-07 bubulleLoad samba-3.6.0rc2 into branches/samba/upstream.
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-09-06 bubulleMerge 3.5.4 in upstream branch
2010-09-06 bubulleMerge upstream 3.5.4~dfsg
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
next