summaryrefslogtreecommitdiffstats
path: root/libcli/smb/smb2_create_blob.c
Commit message (Collapse)AuthorAgeFilesLines
* libcli/smb: fix unitialized padding in smb2_create_blob_push_one() (bug #9209)Stefan Metzmacher2012-10-271-1/+1
| | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sat Oct 27 10:05:22 CEST 2012 on sn-devel-104
* Fix bug #9209 - Parse of invalid SMB2 create blob can cause smbd crash.Jeremy Allison2012-09-271-3/+2
| | | | | | | | | | Ensure we correctly protect against blobs with data_offset==0 and data_length != 0. Jeremy. Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Sep 27 22:07:02 CEST 2012 on sn-devel-104
* libcli/smb: fix padding in smb2_create_blob*Stefan Metzmacher2012-09-191-11/+30
| | | | metze
* libcli: Use data_blob_nullVolker Lendecke2012-04-251-1/+1
| | | | | Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 25 18:54:51 CEST 2012 on sn-devel-104
* libcli/smb: Get rid of set but unused variableKai Blin2011-09-241-1/+3
|
* Remove extraneous debug code.Jeremy Allison2011-09-221-3/+0
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Sep 22 00:22:12 CEST 2011 on sn-devel-104
* Fix bug #8474 - SMB2 create doesn't cope with an Apple client using NULL ↵Jeremy Allison2011-09-211-3/+7
| | | | | | | | | blob in create Cope with zero length data_offset and data_length values. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Sep 21 22:12:40 CEST 2011 on sn-devel-104
* libcli/smb: add smb2_create_blob_find()Stefan Metzmacher2009-08-151-0/+17
| | | | metze
* libcli/smb: move smb2_create_blob code to libcli/smb/Stefan Metzmacher2009-08-121-0/+186
I want to use this in source3/smbd/ metze