summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clifsinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. SomeJeremy Allison2008-08-081-1/+1
| | | | | work by me and advice by Love. Jeremy.
* Fix the build - don't use SMB_TRANS_ENC_GSS withoutJeremy Allison2008-02-281-6/+2
| | | | | KRB5. Jeremy.
* Fix some warningsVolker Lendecke2008-02-251-2/+1
| | | | warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-0/+33
| | | | | on tools. Jeremy.
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-0/+333
| | | | | negotiation works. Jeremy.
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-31/+31
| | | | | Mostly compiles.... Jeremy.
* 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.
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (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
| | | | Jeremy.
* 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.
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-8/+8
| | | | replace all data_blob(NULL, 0) calls.
* r22362: fix the build on othersystemsStefan Metzmacher2007-10-101-1/+4
| | | | metze
* r22355: Ensure we get good debug messages from gss_XX calls.Jeremy Allison2007-10-101-0/+3
| | | | Jeremy.
* r22354: Make client select krb5 encrpyt if krb5 already on.Jeremy Allison2007-10-101-0/+5
| | | | Jeremy.
* r22349: Fix missing ) in #else path.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r22345: Only use new krb5 OID.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r22344: Correctly create sub-struct for GSS encryption.Jeremy Allison2007-10-101-0/+15
| | | | Jeremy.
* r22327: Finish the gss-spnego part of the seal code. NowJeremy Allison2007-10-101-4/+181
| | | | | for testing.... Jeremy.
* r21991: I hate Steve French :-). Add support for encryptionJeremy Allison2007-10-101-2/+8
| | | | | contexts.... Jeremy.
* r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison2007-10-101-7/+7
| | | | | Thanks Don ! Jeremy.
* r21902: Don't free the thing you're trying to set in the cli state.Jeremy Allison2007-10-101-0/+1
| | | | Jeremy.
* r21898: Added test command, fixed first valgrind bugs.Jeremy Allison2007-10-101-3/+4
| | | | | Now to investigate why it doesn't work :-). Jeremy.
* r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison2007-10-101-0/+113
| | | | | for testing. Jeremy.
* 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.
* r16962: Add a few utility fns into client. Allow POSIX capabilitiesJeremy Allison2007-10-101-0/+53
| | | | | to be selected. Jeremy.
* r6120: Added "volume" command to smbclient that prints out the volume name andJeremy Allison2007-10-101-0/+115
| | | | | serial number. Jeremy.
* 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.
* smbcquota patch from metzeGerald Carter2003-04-111-0/+76