summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2008-03-03Continued revamping of libsmbclient.Derrell Lipman10-1043/+1091
2008-03-01Return NULL, not 0, from a function which returns a pointer.Derrell Lipman2-3/+2
2008-03-01Additional revamped libsmbclient documentationDerrell Lipman11-2050/+2232
2008-03-01Modified revamp of the libsmbclient interface.Derrell Lipman9-227/+272
2008-03-01Initial revamp of the libsmbclient interface.Derrell Lipman12-7397/+8385
2008-03-01Revert "Add infrastructure to support async SMB requests"Volker Lendecke1-483/+0
2008-03-01Revert "Add async cli_pull support"Volker Lendecke1-425/+0
2008-03-01Revert "Convert cli_read to use cli_pull"Volker Lendecke1-15/+163
2008-02-29Restore 3.0 behaviour with empty /etc/hostsVolker Lendecke1-2/+5
2008-02-29Check the right variable for being NULLVolker Lendecke1-1/+1
2008-02-28Fix memleak in netsamlogon_cache_get().Günther Deschner1-0/+1
2008-02-28Convert cli_read to use cli_pullVolker Lendecke1-163/+15
2008-02-28Add async cli_pull supportVolker Lendecke1-0/+425
2008-02-28Add infrastructure to support async SMB requestsVolker Lendecke1-0/+483
2008-02-28Fix the build - don't use SMB_TRANS_ENC_GSS withoutJeremy Allison1-6/+2
2008-02-28Add cli_setup_packet_bufVolker Lendecke1-22/+32
2008-02-28Make cli_struct a talloc parentVolker Lendecke1-2/+2
2008-02-28Add WERR_TIME_SKEW to werror mapping tables.Günther Deschner1-0/+2
2008-02-28Add explicit buf arg to cli_check_sign_macVolker Lendecke3-4/+4
2008-02-28Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_macVolker Lendecke4-8/+9
2008-02-28Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner1-77/+67
2008-02-28Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing againstJeremy Allison2-1/+27
2008-02-27Add my copyright.Günther Deschner1-0/+1
2008-02-27Use new LSA_POLICY defines in lsa rpc server code and other places.Günther Deschner1-1/+1
2008-02-26add smbc_ftruncate() to emulate POSIX ftruncate()Derrell Lipman2-0/+81
2008-02-26add a function to truncate a file to a specified sizeDerrell Lipman1-0/+49
2008-02-25Fix some warningsVolker Lendecke1-2/+1
2008-02-23Fix typoVolker Lendecke1-2/+2
2008-02-23Fix a C++ warningVolker Lendecke1-1/+2
2008-02-20Fix memory leaks on error pathTim Potter1-1/+8
2008-02-17Remove unused creds_client_check and creds_client_step.Günther Deschner1-23/+0
2008-02-17Use new IDL based PAC structures in clikrb5.cGünther Deschner1-7/+7
2008-02-17Use netr_SamInfo3 in samlogon cache and use ndr functions for storing the blob.Günther Deschner1-98/+119
2008-02-16Use rpccli_netr_ServerPasswordSet in "just_change_the_password()".Günther Deschner1-1/+26
2008-02-16Remove unused creds_server_check and creds_server_step.Günther Deschner1-41/+0
2008-02-15Replace DOM_CHAL with "struct netr_Credential" where we can right now.Günther Deschner1-15/+17
2008-02-15Add netlogon_creds_server_check and netlogon_creds_server_step.Günther Deschner1-0/+45
2008-02-15Add netlogon_creds_client_check and netlogon_creds_client_step.Günther Deschner1-0/+31
2008-02-14Allow the mechOID to be written separately.Jeremy Allison1-2/+4
2008-02-13Use rpccli_lsa_EnumTrustDom all over the place.Günther Deschner1-2/+26
2008-02-11Add a missing returnVolker Lendecke1-1/+1
2008-02-08We don't need the extra null termination - we'veJeremy Allison1-9/+4
2008-02-08Make clilist work again with OS/2 (kukks help!).Jeremy Allison1-1/+17
2008-02-08From kukks - prevent crashes if finfo.name == NULL.Jeremy Allison1-0/+11
2008-02-08Try and fix length and finfo calls for older clients. WorkingJeremy Allison1-7/+21
2008-02-08Fix bug reported on IRC enumerating shares with OS/2.Jeremy Allison1-3/+4
2008-02-08Fix some typos.Karolin Seeger1-1/+1
2008-02-02Convert receive_smb_raw to NTSTATUSVolker Lendecke1-4/+25
2008-02-02read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke1-1/+1
2008-02-02Get rid of read_socket_with_timeoutVolker Lendecke1-2/+22