summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clifsinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* s3: Add min_setup, min_param and min_data to cli_trans_recvVolker Lendecke2009-11-141-8/+4
| | | | | | | | | | Every caller that expects to receive something needs to check if enough was sent. Make this check mandatory for everyone. Yes, this makes the parameter list for cli_trans a bit silly, but that's just the way it is: A silly protocol request :-) While there, convert some _done functions to tevent_req_simple_finish_ntstatus.
* 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
| | | | Guenther
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-121-0/+145
| | | | | | - port functionality from v3_3_test to master Derrell
* 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
| | | | | | work by me and advice by Love. Jeremy. (This used to be commit ecc3838e4cb5d0c0769ec6d9a34a877ca584ffcc)
* Fix the build - don't use SMB_TRANS_ENC_GSS withoutJeremy Allison2008-02-281-6/+2
| | | | | | KRB5. Jeremy. (This used to be commit d16c295642c3df49be02440427ded0cd9b4179f5)
* Fix some warningsVolker Lendecke2008-02-251-2/+1
| | | | | warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result (This used to be commit ad37b7b0aee265a3e4d8b7552610f4b9a105434d)
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-0/+33
| | | | | | on tools. Jeremy. (This used to be commit 757653966fc1384159bd2d57c5670cd8af0cae96)
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-0/+333
| | | | | | negotiation works. Jeremy. (This used to be commit d78045601af787731f0737b8627450018902b104)
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-31/+31
| | | | | | Mostly compiles.... Jeremy. (This used to be commit c87f3eba9aa52f4ab25d77e2167262bf5c43b1a6)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-10/+10
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-324/+0
| | | | (This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison2007-10-101-1/+1
| | | | | | | with the Apple guys and Linux kernel guys. Still looking at how to do writeX as there's no recvfile(). Jeremy. (This used to be commit a53268fb2082de586e2df250d8ddfcff53379102)
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-8/+8
| | | | | replace all data_blob(NULL, 0) calls. (This used to be commit 3d3d61687ef00181f4f04e001d42181d93ac931e)
* r22362: fix the build on othersystemsStefan Metzmacher2007-10-101-1/+4
| | | | | metze (This used to be commit 68a681038ca60c83784321979c595def9e74ed41)
* r22355: Ensure we get good debug messages from gss_XX calls.Jeremy Allison2007-10-101-0/+3
| | | | | Jeremy. (This used to be commit fe36fc79ddd4f2f2c88204055fca60a193586234)
* r22354: Make client select krb5 encrpyt if krb5 already on.Jeremy Allison2007-10-101-0/+5
| | | | | Jeremy. (This used to be commit 7b89a5de57cd5fed814eda95e44dcc345f380fb2)
* r22349: Fix missing ) in #else path.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 0f5680adcfb4f1636ba5a5c3ba9684f9fde8476a)
* r22345: Only use new krb5 OID.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 1a46d2dcb930f433457877e143f5a602b6b9091e)
* r22344: Correctly create sub-struct for GSS encryption.Jeremy Allison2007-10-101-0/+15
| | | | | Jeremy. (This used to be commit 197c90ec78545e7e3c03ff5787839ca134f3036a)
* r22327: Finish the gss-spnego part of the seal code. NowJeremy Allison2007-10-101-4/+181
| | | | | | for testing.... Jeremy. (This used to be commit 1c1f5360b67792f14b50835a2c5a4d4ac68aca8f)
* r21991: I hate Steve French :-). Add support for encryptionJeremy Allison2007-10-101-2/+8
| | | | | | contexts.... Jeremy. (This used to be commit ae8f3649f773b8a8dcb55921536d038d3475322e)
* r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison2007-10-101-7/+7
| | | | | | Thanks Don ! Jeremy. (This used to be commit 662344d1ec3593689de7602afa518ed98e10dc37)
* r21902: Don't free the thing you're trying to set in the cli state.Jeremy Allison2007-10-101-0/+1
| | | | | Jeremy. (This used to be commit 1639366561bd63d7023c54f811e2f87dcbbd0a31)
* r21898: Added test command, fixed first valgrind bugs.Jeremy Allison2007-10-101-3/+4
| | | | | | Now to investigate why it doesn't work :-). Jeremy. (This used to be commit 73f7c6cef8371ad63eb1dc3e79bfc78503dbd7a4)
* r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison2007-10-101-0/+113
| | | | | | for testing. Jeremy. (This used to be commit 783a7b3085a155d9652cd725bf2960cd272cb554)
* r17800: Start using struct timespec internally for file timesJeremy Allison2007-10-101-1/+3
| | | | | | | | | | on the wire. This allows us to go to nsec resolution for systems that support it. It should also now be easy to add a correct "create time" (birth time) for systems that support it (*BSD). I'll be watching the build farm closely after this one for breakage :-). Jeremy. (This used to be commit 425280a1d23f97ef0b0be77462386d619f47b21d)
* r16962: Add a few utility fns into client. Allow POSIX capabilitiesJeremy Allison2007-10-101-0/+53
| | | | | | to be selected. Jeremy. (This used to be commit 2d8d4bd77bac6f5e7865657e12affd8b94aa85c3)
* r6120: Added "volume" command to smbclient that prints out the volume name andJeremy Allison2007-10-101-0/+115
| | | | | | serial number. Jeremy. (This used to be commit c69623072e4112a4719867ea4809f5145b3cb64c)
* r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.Jeremy Allison2007-10-101-0/+58
| | | | | | | | | Need to add printout functions in client and set posix acl in server. SteveF - take a look at this for the cifsfs client ! Once this is working and tested the next step is to write this up for the UNIX extensions spec. documents. Jeremy. (This used to be commit 1bd3f133442a472b4718b94a636f2fec89a2e0dc)
* smbcquota patch from metzeGerald Carter2003-04-111-0/+76
(This used to be commit 74fab8f0d24004b1dfd5ce0fd7402895652f941f)