Merge branch 'master' of github.com:sahlberg/libsmb2
[libsmb2.git] / examples / smb2-cat-sync.c
2020-06-11 Ronnie Sahlbergsmb2-cat-sync: improve the example read loop
2020-06-11 Ronnie Sahlbergsmb2-cat-sync: try to use very large reads
2019-05-15 Ronnie SahlbergMerge pull request #88 from slevengood/master
2019-05-15 Ronnie SahlbergMerge pull request #87 from mwyoungpa/port-syntax
2019-05-13 mwyoung libsmb2... Document that server specifications can carry a port...
2017-12-06 Ronnie SahlbergMake it possible to authenticate as a different user
2017-04-27 Ronnie SahlbergConvert a lot of buffer pointers from char * to uint8_t *
2017-01-30 Ronnie SahlbergAdd SMB3 to the negotiation. Add a proper disconnect...
2017-01-25 Ronnie SahlbergAdd stat() support
2017-01-23 Ronnie SahlbergAdd support for open() pread() and close()