summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Fix use of AuthDataWithContext capabilityDerrell Lipman2008-03-172-5/+20
* Fix Coverity ID 555Volker Lendecke2008-03-151-0/+1
* For convenience reasons, always create cli->srv_name_slash in the rpc_client.Günther Deschner2008-03-121-0/+1
* Use rpccli_srvsvc_NetShareEnumAll in libsmbclient.Günther Deschner2008-03-101-17/+23
* Remove insane amount of whitespace.Günther Deschner2008-03-101-368/+368
* Correctly calculate the max read sizeVolker Lendecke2008-03-081-1/+1
* Move inbuf handling to before the PDU handlingVolker Lendecke2008-03-081-58/+59
* Pass specific packets to build_nmb and build_dgramVolker Lendecke2008-03-081-6/+4
* Fix some typosVolker Lendecke2008-03-081-2/+2
* Eliminate global variable in_client and a plethora of extern declarations.Derrell Lipman2008-03-061-3/+1
* Fix a "nested extern declaration" warningVolker Lendecke2008-03-061-1/+2
* Check for NULL pointers before dereferencing them.Derrell Lipman2008-03-061-4/+4
* Convert cli_read to use cli_pullVolker Lendecke2008-03-061-163/+15
* Add async cli_pull supportVolker Lendecke2008-03-061-0/+425
* Add infrastructure to support async SMB requestsVolker Lendecke2008-03-061-0/+483
* Check the right pointer for non-NULLVolker Lendecke2008-03-061-1/+1
* Continued revamping of libsmbclient.Derrell Lipman2008-03-0310-1043/+1091
* Return NULL, not 0, from a function which returns a pointer.Derrell Lipman2008-03-012-3/+2
* Additional revamped libsmbclient documentationDerrell Lipman2008-03-0111-2050/+2232
* Modified revamp of the libsmbclient interface.Derrell Lipman2008-03-019-227/+272
* Initial revamp of the libsmbclient interface.Derrell Lipman2008-03-0112-7397/+8385
* Revert "Add infrastructure to support async SMB requests"Volker Lendecke2008-03-011-483/+0
* Revert "Add async cli_pull support"Volker Lendecke2008-03-011-425/+0
* Revert "Convert cli_read to use cli_pull"Volker Lendecke2008-03-011-15/+163
* Restore 3.0 behaviour with empty /etc/hostsVolker Lendecke2008-02-291-2/+5
* Check the right variable for being NULLVolker Lendecke2008-02-291-1/+1
* Fix memleak in netsamlogon_cache_get().Günther Deschner2008-02-281-0/+1
* Convert cli_read to use cli_pullVolker Lendecke2008-02-281-163/+15
* Add async cli_pull supportVolker Lendecke2008-02-281-0/+425
* Add infrastructure to support async SMB requestsVolker Lendecke2008-02-281-0/+483
* Fix the build - don't use SMB_TRANS_ENC_GSS withoutJeremy Allison2008-02-281-6/+2
* Add cli_setup_packet_bufVolker Lendecke2008-02-281-22/+32
* Make cli_struct a talloc parentVolker Lendecke2008-02-281-2/+2
* Add WERR_TIME_SKEW to werror mapping tables.Günther Deschner2008-02-281-0/+2
* Add explicit buf arg to cli_check_sign_macVolker Lendecke2008-02-283-4/+4
* Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_macVolker Lendecke2008-02-284-8/+9
* Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner2008-02-281-77/+67
* Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing againstJeremy Allison2008-02-282-1/+27
* Add my copyright.Günther Deschner2008-02-271-0/+1
* Use new LSA_POLICY defines in lsa rpc server code and other places.Günther Deschner2008-02-271-1/+1
* add smbc_ftruncate() to emulate POSIX ftruncate()Derrell Lipman2008-02-262-0/+81
* add a function to truncate a file to a specified sizeDerrell Lipman2008-02-261-0/+49
* Fix some warningsVolker Lendecke2008-02-251-2/+1
* Fix typoVolker Lendecke2008-02-231-2/+2
* Fix a C++ warningVolker Lendecke2008-02-231-1/+2
* Fix memory leaks on error pathTim Potter2008-02-201-1/+8
* Remove unused creds_client_check and creds_client_step.Günther Deschner2008-02-171-23/+0
* Use new IDL based PAC structures in clikrb5.cGünther Deschner2008-02-171-7/+7
* Use netr_SamInfo3 in samlogon cache and use ndr functions for storing the blob.Günther Deschner2008-02-171-98/+119
* Use rpccli_netr_ServerPasswordSet in "just_change_the_password()".Günther Deschner2008-02-161-1/+26