make it possible to use alternative username for the share-enum example
[libsmb2.git] / lib / init.c
2019-09-24 Ronnie Sahlbergmake it possible to use alternative username for the...
2019-08-17 Ronnie Sahlbergalways build with ntlmssp
2019-08-15 Ronnie Sahlbergadd a function to enable/disable encryption
2019-08-14 Ronnie SahlbergAdd plumbing to process the headers/command/data for...
2019-08-12 Ronnie Sahlberginitialize the prng by calling srandom on context creation
2019-08-12 Ronnie Sahlbergadd a URL argument for seal
2019-08-12 Ronnie SahlbergMerge pull request #97 from tguillem/android-getlogin_r-fix
2019-08-12 Thomas Guillemfix getlogin_r() dep on Android
2019-08-12 Thomas Guillemfix getlogin_r() fallback
2019-08-12 Ronnie SahlbergMerge pull request #96 from tguillem/fix-segfault-destroy
2019-08-08 Thomas Guillemsmb2_destroy_context: fix possible null-deref
2019-08-08 Ronnie SahlbergMerge pull request #94 from tguillem/getlogin-fix
2019-07-30 Thomas GuillemFix getlogin() usage
2019-07-30 Thomas GuillemFix indent and white spaces
2019-06-02 Ronnie SahlbergMerge pull request #90 from apuder/esp
2019-06-02 Arno PuderAdd support for the ESP32 microcontroller
2019-05-08 Ronnie SahlbergMerge pull request #80 from tguillem/eacces
2019-05-02 Ronnie SahlbergAbort all async commands with -ECONNRESET when context...
2019-05-02 Ronnie SahlbergFree all directory handles when the context is destroyed
2019-05-02 Ronnie SahlbergFree all open handles when the context is destroyed
2019-01-22 Ronnie SahlbergMerge pull request #73 from AkiraNorthstar/master
2019-01-22 Ronnie SahlbergMerge pull request #79 from chouquette/allow_NULL_set_p...
2019-01-17 Hugo Beauzée-LuyssenAllow passing NULL to smb2_set_password
2018-07-29 Ronnie Sahlbergset smb2->user to NULL to avoid a double free.
2018-07-29 Ronnie Sahlbergallow passing NULL as user to smb2_set_user()
2018-07-06 Ronnie Sahlbergdont leak smb2->password
2018-05-28 Ronnie SahlbergMerge pull request #48 from afedchin/fixup
2018-05-28 Anton Fedchinsmb2_set_password_from_file: fix for windows and uwp
2018-05-28 Ronnie SahlbergAdd support for NTLM_USER_FILE for builtin ntlmssp...
2018-05-11 Ronnie SahlbergMerge pull request #40 from skbehera1984/smb3-signing
2018-05-11 SARAT KUMAR BEHERASMB3 Signing Support:-
2018-05-04 SARAT KUMAR BEHERAEnable SMB2 signing :- Sign an outgoing pdu.
2018-04-28 SARAT KUMAR BEHERARetrieve the SSPI session key after a successful SMB2...
2018-04-28 Ronnie SahlbergMerge pull request #33 from afedchin/fix-win
2018-04-28 Ronnie SahlbergMerge pull request #34 from MrMC/master
2018-04-28 Ronnie SahlbergMerge pull request #32 from MrMC/mrmc-1.0.0-1
2018-04-28 Ronnie SahlbergMerge pull request #31 from skbehera1984/first_pull
2018-04-20 SARAT KUMAR BEHERADrop using the naked krb5 APIs to manage the krb5 creds...
2018-04-19 Ronnie SahlbergMerge branch 'master' of github.com:sahlberg/libsmb2
2018-04-19 Ronnie SahlbergAdd a vers argument to control which version to negotiate
2018-03-30 Ronnie SahlbergMerge pull request #26 from skbehera1984/pullup
2018-03-30 Ronnie SahlbergAllow selecting krb5 using kinit or creds cache at...
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 build with msvc toolset
2018-03-19 Anton Fedchinfix client guid
2018-03-13 Ronnie SahlbergAdd a builtin NTLMSSP module we can use instead of...
2017-12-06 Ronnie SahlbergAllow passing NULL as user argument to smb2_connect_sha...
2017-12-06 Ronnie SahlbergMake it possible to authenticate as a different user
2017-10-29 Ronnie SahlbergAdd support for KRB5 authentication and updates of...
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-25 Ronnie SahlbergAdd support to authenticate as a different NTLM user.
2017-04-09 Ronnie SahlbergRework receive side to handle command chaining
2017-03-29 Ronnie SahlbergStop accessing pdu->out internals directly.
2017-01-30 Ronnie SahlbergAdd SMB3 to the negotiation. Add a proper disconnect...
2017-01-23 Ronnie SahlbergAdd support for open() pread() and close()
2017-01-21 Ronnie SahlbergAdd a README file
2017-01-18 Ronnie SahlbergAdd tree connect and do a major cleanup
2017-01-03 Ronnie SahlbergInitial implementation with Negotiate and SessionSetup...
2016-12-27 Ronnie Sahlberginitial commit