summaryrefslogtreecommitdiff
path: root/source3/libsmb/clifsinfo.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-30s3-trans2: only include trans2.h where needed.Günther Deschner1-0/+1
2011-03-16s3-libsmb: move smb encryption structs into own header.Günther Deschner1-0/+1
2011-01-09s3: Convert enc_blob_send_receive to cli_trans()Volker Lendecke1-34/+21
2010-11-14s3: Convert cli_get_posix_fs_info() to cli_trans()Volker Lendecke1-46/+25
2010-11-04s3: Remove the use of cli_send_trans from cli_get_fs_full_size_infoVolker Lendecke1-43/+27
2010-09-20s3-build: only include async headers where needed.Günther Deschner1-0/+1
2010-08-05s3: Save the received trans2 from the inbuf in cli_transVolker Lendecke1-4/+5
2010-07-20Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ...Jeremy Allison1-1/+1
2010-07-20Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...Jeremy Allison1-6/+7
2010-07-20Remove gen_negTokenTarg(), as it's not actually creating a TokenTarg frame, b...Jeremy Allison1-1/+1
2010-05-31ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett1-1/+1
2010-04-13Don't set "requested_posix_capabilities" in the sync code, already done in th...Jeremy Allison1-2/+0
2010-04-13Split out the client unix capabilities to those the server offered, and those...Jeremy Allison1-3/+15
2010-03-24s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store themStefan Metzmacher1-1/+5
2010-02-07s3: Make cli_get_fs_volume_info() use cli_trans()Volker Lendecke1-38/+21
2010-02-07s3: Remove some unused codeVolker Lendecke1-57/+0
2010-02-07s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2009-12-22s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett1-0/+1
2009-11-21s3: Convert cli_get_fs_attr_info to the async APIVolker Lendecke1-39/+84
2009-11-17s3: Fix the build on SolarisVolker Lendecke1-1/+1
2009-11-16s3:libsmb: avoid passing a function call as function parameterStefan Metzmacher1-3/+3
2009-11-14s3: Add min_setup, min_param and min_data to cli_trans_recvVolker Lendecke1-8/+4
2009-11-14s3: Convert cli_set_unix_extensions_capabilities_send to asyncVolker Lendecke1-37/+79
2009-11-13s3: Convert cli_unix_extensions_version to asyncVolker Lendecke1-41/+123
2009-09-17spnego: share spnego_parse.Günther Deschner1-0/+1
2009-02-12[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman1-0/+145
2009-01-26Decouple clistr_pull from struct cli_state->inbufVolker Lendecke1-2/+4
2008-08-08Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. SomeJeremy Allison1-1/+1
2008-02-28Fix the build - don't use SMB_TRANS_ENC_GSS withoutJeremy Allison1-6/+2
2008-02-25Fix some warningsVolker Lendecke1-2/+1
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison1-0/+33
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-0/+333
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison1-31/+31
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-10/+10
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-324/+0
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison1-1/+1
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-8/+8
2007-10-10r22362: fix the build on othersystemsStefan Metzmacher1-1/+4
2007-10-10r22355: Ensure we get good debug messages from gss_XX calls.Jeremy Allison1-0/+3
2007-10-10r22354: Make client select krb5 encrpyt if krb5 already on.Jeremy Allison1-0/+5
2007-10-10r22349: Fix missing ) in #else path.Jeremy Allison1-1/+1
2007-10-10r22345: Only use new krb5 OID.Jeremy Allison1-1/+1
2007-10-10r22344: Correctly create sub-struct for GSS encryption.Jeremy Allison1-0/+15
2007-10-10r22327: Finish the gss-spnego part of the seal code. NowJeremy Allison1-4/+181
2007-10-10r21991: I hate Steve French :-). Add support for encryptionJeremy Allison1-2/+8
2007-10-10r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison1-7/+7
2007-10-10r21902: Don't free the thing you're trying to set in the cli state.Jeremy Allison1-0/+1
2007-10-10r21898: Added test command, fixed first valgrind bugs.Jeremy Allison1-3/+4