summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clifsinfo.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Convert enc_blob_send_receive to cli_trans()Volker Lendecke2011-01-091-34/+21
* s3: Convert cli_get_posix_fs_info() to cli_trans()Volker Lendecke2010-11-141-46/+25
* s3: Remove the use of cli_send_trans from cli_get_fs_full_size_infoVolker Lendecke2010-11-041-43/+27
* s3-build: only include async headers where needed.Günther Deschner2010-09-201-0/+1
* s3: Save the received trans2 from the inbuf in cli_transVolker Lendecke2010-08-051-4/+5
* Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison2010-07-201-1/+1
* Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...Jeremy Allison2010-07-201-6/+7
* Remove gen_negTokenTarg(), as it's not actually creating a TokenTarg frame, b...Jeremy Allison2010-07-201-1/+1
* ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett2010-05-311-1/+1
* Don't set "requested_posix_capabilities" in the sync code, already done in th...Jeremy Allison2010-04-131-2/+0
* Split out the client unix capabilities to those the server offered, and those...Jeremy Allison2010-04-131-3/+15
* s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store themStefan Metzmacher2010-03-241-1/+5
* s3: Make cli_get_fs_volume_info() use cli_trans()Volker Lendecke2010-02-071-38/+21
* s3: Remove some unused codeVolker Lendecke2010-02-071-57/+0
* s3: Fix some nonempty blank linesVolker Lendecke2010-02-071-3/+3
* s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett2009-12-221-0/+1
* s3: Convert cli_get_fs_attr_info to the async APIVolker Lendecke2009-11-211-39/+84
* s3: Fix the build on SolarisVolker Lendecke2009-11-171-1/+1
* s3:libsmb: avoid passing a function call as function parameterStefan Metzmacher2009-11-161-3/+3
* s3: Add min_setup, min_param and min_data to cli_trans_recvVolker Lendecke2009-11-141-8/+4
* s3: Convert cli_set_unix_extensions_capabilities_send to asyncVolker Lendecke2009-11-141-37/+79
* s3: Convert cli_unix_extensions_version to asyncVolker Lendecke2009-11-131-41/+123
* spnego: share spnego_parse.Günther Deschner2009-09-171-0/+1
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-121-0/+145
* Decouple clistr_pull from struct cli_state->inbufVolker Lendecke2009-01-261-2/+4
* Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. SomeJeremy Allison2008-08-081-1/+1
* Fix the build - don't use SMB_TRANS_ENC_GSS withoutJeremy Allison2008-02-281-6/+2
* Fix some warningsVolker Lendecke2008-02-251-2/+1
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-0/+33
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-0/+333
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-31/+31
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-10/+10
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-324/+0
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-8/+8
* r22362: fix the build on othersystemsStefan Metzmacher2007-10-101-1/+4
* r22355: Ensure we get good debug messages from gss_XX calls.Jeremy Allison2007-10-101-0/+3
* r22354: Make client select krb5 encrpyt if krb5 already on.Jeremy Allison2007-10-101-0/+5
* r22349: Fix missing ) in #else path.Jeremy Allison2007-10-101-1/+1
* r22345: Only use new krb5 OID.Jeremy Allison2007-10-101-1/+1
* r22344: Correctly create sub-struct for GSS encryption.Jeremy Allison2007-10-101-0/+15
* r22327: Finish the gss-spnego part of the seal code. NowJeremy Allison2007-10-101-4/+181
* r21991: I hate Steve French :-). Add support for encryptionJeremy Allison2007-10-101-2/+8
* r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison2007-10-101-7/+7
* r21902: Don't free the thing you're trying to set in the cli state.Jeremy Allison2007-10-101-0/+1
* r21898: Added test command, fixed first valgrind bugs.Jeremy Allison2007-10-101-3/+4
* r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison2007-10-101-0/+113
* r17800: Start using struct timespec internally for file timesJeremy Allison2007-10-101-1/+3