summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused creds_server_check and creds_server_step.Günther Deschner2008-02-161-41/+0
* Replace DOM_CHAL with "struct netr_Credential" where we can right now.Günther Deschner2008-02-151-15/+17
* Add netlogon_creds_server_check and netlogon_creds_server_step.Günther Deschner2008-02-151-0/+45
* Add netlogon_creds_client_check and netlogon_creds_client_step.Günther Deschner2008-02-151-0/+31
* Allow the mechOID to be written separately.Jeremy Allison2008-02-141-2/+4
* Use rpccli_lsa_EnumTrustDom all over the place.Günther Deschner2008-02-131-2/+26
* Add a missing returnVolker Lendecke2008-02-111-1/+1
* We don't need the extra null termination - we'veJeremy Allison2008-02-081-9/+4
* Make clilist work again with OS/2 (kukks help!).Jeremy Allison2008-02-081-1/+17
* From kukks - prevent crashes if finfo.name == NULL.Jeremy Allison2008-02-081-0/+11
* Try and fix length and finfo calls for older clients. WorkingJeremy Allison2008-02-081-7/+21
* Fix bug reported on IRC enumerating shares with OS/2.Jeremy Allison2008-02-081-3/+4
* Fix some typos.Karolin Seeger2008-02-081-1/+1
* Convert receive_smb_raw to NTSTATUSVolker Lendecke2008-02-021-4/+25
* read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke2008-02-021-1/+1