Use calloc where appropriate
[libsmb2.git] / lib / smb2-cmd-query-directory.c
2019-11-05 Volker LendeckeUse calloc where appropriate
2019-09-24 Ronnie Sahlbergcheck for integer wrap in query directory
2018-03-30 Ronnie SahlbergMerge pull request #24 from skbehera1984/pullup
2018-03-20 Ronnie SahlbergMerge pull request #19 from afedchin/fixes
2018-03-19 Anton Fedchinfix credit charge size
2018-03-07 Ronnie Sahlbergcheck for malloc failures when allocating cmd structures
2017-04-27 Ronnie SahlbergTrack if the server support large_mtu and adjust credit...
2017-04-27 Ronnie SahlbergConvert a lot of buffer pointers from char * to uint8_t *
2017-04-27 Ronnie SahlbergMake some pointers const where we can.
2017-04-09 Ronnie SahlbergRename the smb2 command files to smb2-cmd-*