Add bug number for samba/talloc breakage and fix
[abartlet/samba-debian.git] / source3 / smbd / trans2.c
2016-04-04 Andrew BartlettImported Upstream version 4.3.6
2016-04-01 Andrew BartlettImported Upstream version 4.4.0
2016-03-09 Jelmer VernooijMerge branch 'unstable' of https://jelmer.uk/code/samba...
2016-03-06 Jelmer VernooijMerge tag 'upstream/4.3.6+orig' into unstable
2016-03-06 Jelmer VernooijImported Upstream version 4.3.6+orig
2015-12-12 Jelmer VernooijMerge commit 'e582b68ecf66938fd2608a30458b16c190bb4ba5...
2015-12-06 Jelmer VernooijMerge tag 'upstream/4.3.2+dfsg' into experimental
2015-12-06 Jelmer VernooijImported Upstream version 4.3.2+dfsg
2015-11-20 Noel Powerfix writev(vector[...]) points to uninitialised bytes...
2015-11-20 Noel Powerfix writev(vector[...]) points to uninitialised bytes...
2015-11-07 Jelmer VernooijMerge tag 'debian/4.1.20+dfsg-1' of git://git.debian...
2015-09-20 Jelmer VernooijMerge tag 'upstream/4.1.20+dfsg' into unstable
2015-09-20 Jelmer VernooijImported Upstream version 4.1.20+dfsg
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-07-19 Michael Adamsmbd:trans2: treat new SMB_SIGNING_DESIRED in case
2015-07-07 Michael Adamsmbd:trans2: treat new SMB_SIGNING_DESIRED in case
2015-06-30 Jeremy Allisons3: smbd: Use separate flag to track become_root()...
2015-06-25 Jeremy Allisons3: smbd: Use separate flag to track become_root()...
2015-06-09 Ralph Boehmesmbd/trans2: add a useful diagnostic for files with...
2015-05-16 Richard SharpeConvert the few instances of int32 there were to int32_t.
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-05-01 Richard SharpeConvert uint32/16/8 to 32_t/16_t/8_t in printing.h...
2015-04-25 Jelmer VernooijMerge tag 'upstream/4.2.1+dfsg' into experimental
2015-04-25 Jelmer VernooijImported Upstream version 4.2.1+dfsg
2015-04-25 Jelmer VernooijMerge 4.1 branch.
2015-03-18 David Disseldorps3/smbd: support FS_SECTOR_SIZE_INFORMATION query-info
2015-03-18 David Disseldorpsmbd/trans2: function scope qfsinfo bytes_per_sector
2015-02-26 Volker Lendeckesmbd: ZERO_STRUCT -> struct init
2015-02-24 Volker Lendeckesmbd: Fix a typo
2015-02-17 David Disseldorps3/vfs: remove unused SMB_VFS_DISK_FREE() small_query...
2014-12-08 Ralph Boehmes3:smbd: add SMB_VFS_READDIR_ATTR() to marshall direntry
2014-12-08 Ralph Boehmes3:vfs: add create tags to SMB_VFS_CREATEFILE
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-12-04 Ralph Boehmes3:smbd: add SMB_VFS_READDIR_ATTR() to marshall direntry
2014-12-04 Ralph Boehmes3:vfs: add create tags to SMB_VFS_CREATEFILE
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to open_was_deferred()
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to srv_send_smb()
2014-09-15 Jeremy Allisons3: smbd: Fix a couple of tricky slow-path cases -...
2014-09-15 Jeremy Allisons3: smbd: Change get_lanman2_dir_entry() to return...
2014-09-15 Jeremy Allisons3: smbd: Remove unneeded 'out_of_space' parameter...
2014-09-15 Jeremy Allisons3: smbd: SMB2 - change smbd_dirptr_lanman2_entry(...
2014-09-15 Jeremy Allisons3: smbd: smbd_marshall_dir_entry() no longer needs...
2014-09-15 Jeremy Allisons3: smbd: Change smbd_marshall_dir_entry() to return...
2014-09-15 Jeremy Allisons3: smbd: Change the function signature of srvstr_push...
2014-09-15 Jeremy Allisons3: smbd: Ensure types for all variables called 'len...
2014-08-11 Volker Lendeckevfs3: Pass "lease" through SMB_VFS_CREATE_FILE
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn to send_trans2_replies()
2014-08-06 Stefan Metzmachers3:smbd: remove unused 'sconn' in call_trans2setfsinfo()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smbd_do_qfsinfo()
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.unix_info.* to xconn->smb1...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.echo_handler.* to xconn-...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.signing_state to xconn->smb1...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.sessions.* to xconn->smb1...
2014-07-22 Volker Lendeckesmbd/nmbd: Remove HAVE_LONGLONG
2014-07-07 Volker Lendeckesmbd: Use BVAL
2014-07-04 Volker Lendeckesmbd: do_lock does not need "blr" anymore
2014-06-13 Ralph BoehmeConvert samba_private_attr_name() to a public function
2014-02-19 Garming Samparam: add const to a local variable to prevent a warni...
2014-02-12 Garming Samparam: change fstype to use a constant string
2014-02-08 Garming Samparam: rename lp function and variable from "inherit_pe...
2014-02-08 Garming Samparam: rename lp function and variable from "symlinks...
2014-02-08 Garming Samparam: rename lp function and variable from 'manglednam...
2014-02-08 Garming Samparam: rename lp function and variable from 'dontdescen...
2014-02-08 Garming Samparam: rename lp function and variable from 'force_dir_...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_...
2013-12-14 Volker Lendeckesmbd: Fix a false DEBUG fn name
2013-12-09 Ivo De DeckerMerge branch 'master' into samba_4.1
2013-12-09 Ivo De DeckerMerge tag 'upstream/4.0.13+dfsg' into samba_4.1
2013-12-06 Jelmer VernooijMerge branch 'master' of git+ssh://git.debian.org/git...
2013-11-17 Jelmer VernooijMerge tag 'upstream/4.1.1+dfsg' into debian.
2013-11-17 Jelmer VernooijImported Upstream version 4.1.1+dfsg
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-09-25 Ivo De DeckerMerge tag 'upstream/3.6.19'
2013-09-25 Ivo De DeckerImported Upstream version 3.6.19
2013-09-06 Volker Lendeckesmbd: Fix a const warning
2013-09-06 Volker Lendeckesmbd: Correctly return INFO_LENGTH_MISMATCH for smb1
2013-09-06 Volker Lendeckesmbd: Fix error return for STREAM_INFO
2013-09-06 Volker Lendeckesmbd: qfsinfo has fixed/variable buffers
2013-09-06 Volker Lendeckesmbd: qfilepathinfo has fixed/variable buffers
2013-09-06 Ralph Wuerthners3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO...
2013-09-06 Ralph Wuerthners3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO...
2013-09-06 Ralph Wuerthners3:smbd: allow status code in smbd_do_qfsinfo() to...
2013-09-05 Volker Lendeckesmbd: Remove FORCE_OPLOCK_BREAK_TO_NONE
2013-08-30 Jeremy Allisons3:lib: Factor read_ea_list_entry() and read_nttrans_ea...
2013-08-30 Jeremy AllisonFix the UNIX extensions CHOWN calls to use FCHOWN if...
2013-08-30 Jeremy AllisonAllow UNIX extensions client to act on open fsp instead...
2013-08-30 Jeremy AllisonFix the erroneous masking of chmod requests via the...
2013-08-28 Volker Lendeckesmbd: Correctly return INFO_LENGTH_MISMATCH for smb1
2013-08-28 Volker Lendeckesmbd: Fix error return for STREAM_INFO
2013-08-28 Volker Lendeckesmbd: qfsinfo has fixed/variable buffers
2013-08-28 Volker Lendeckesmbd: qfilepathinfo has fixed/variable buffers
2013-08-26 Jeremy AllisonFix the UNIX extensions CHOWN calls to use FCHOWN if...
2013-08-26 Jeremy AllisonAllow UNIX extensions client to act on open fsp instead...
2013-08-26 Jeremy AllisonFix the erroneous masking of chmod requests via the...
2013-08-25 Jeremy AllisonRevert "Fix the erroneous masking of chmod requests...
next