Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. Some | Jeremy Allison | 2008-08-08 | 1 | -1/+1 |
| | | | | | work by me and advice by Love. Jeremy. | ||||
* | Fix the build - don't use SMB_TRANS_ENC_GSS without | Jeremy Allison | 2008-02-28 | 1 | -6/+2 |
| | | | | | KRB5. Jeremy. | ||||
* | Fix some warnings | Volker Lendecke | 2008-02-25 | 1 | -2/+1 |
| | | | | warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result | ||||
* | Add general '-e' option to enable smb encryption | Jeremy Allison | 2008-01-05 | 1 | -0/+33 |
| | | | | | on tools. Jeremy. | ||||
* | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 2007-12-26 | 1 | -0/+333 |
| | | | | | negotiation works. Jeremy. | ||||
* | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 2007-12-06 | 1 | -31/+31 |
| | | | | | Mostly compiles.... Jeremy. | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -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-test | Gerald (Jerry) Carter | 2007-10-10 | 1 | -324/+0 |
| | |||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r22920: Add in the UNIX capability for 24-bit readX, as discussed | Jeremy Allison | 2007-10-10 | 1 | -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 }; and | Volker Lendecke | 2007-10-10 | 1 | -8/+8 |
| | | | | replace all data_blob(NULL, 0) calls. | ||||
* | r22362: fix the build on othersystems | Stefan Metzmacher | 2007-10-10 | 1 | -1/+4 |
| | | | | metze | ||||
* | r22355: Ensure we get good debug messages from gss_XX calls. | Jeremy Allison | 2007-10-10 | 1 | -0/+3 |
| | | | | Jeremy. | ||||
* | r22354: Make client select krb5 encrpyt if krb5 already on. | Jeremy Allison | 2007-10-10 | 1 | -0/+5 |
| | | | | Jeremy. | ||||
* | r22349: Fix missing ) in #else path. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r22345: Only use new krb5 OID. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r22344: Correctly create sub-struct for GSS encryption. | Jeremy Allison | 2007-10-10 | 1 | -0/+15 |
| | | | | Jeremy. | ||||
* | r22327: Finish the gss-spnego part of the seal code. Now | Jeremy Allison | 2007-10-10 | 1 | -4/+181 |
| | | | | | for testing.... Jeremy. | ||||
* | r21991: I hate Steve French :-). Add support for encryption | Jeremy Allison | 2007-10-10 | 1 | -2/+8 |
| | | | | | contexts.... Jeremy. | ||||
* | r21926: Fix missing enum specifier pointed out by Don McCall @ HP. | Jeremy Allison | 2007-10-10 | 1 | -7/+7 |
| | | | | | Thanks Don ! Jeremy. | ||||
* | r21902: Don't free the thing you're trying to set in the cli state. | Jeremy Allison | 2007-10-10 | 1 | -0/+1 |
| | | | | Jeremy. | ||||
* | r21898: Added test command, fixed first valgrind bugs. | Jeremy Allison | 2007-10-10 | 1 | -3/+4 |
| | | | | | Now to investigate why it doesn't work :-). Jeremy. | ||||
* | r21897: Add in a basic raw NTLM encrypt request. Now | Jeremy Allison | 2007-10-10 | 1 | -0/+113 |
| | | | | | for testing. Jeremy. | ||||
* | r17800: Start using struct timespec internally for file times | Jeremy Allison | 2007-10-10 | 1 | -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 capabilities | Jeremy Allison | 2007-10-10 | 1 | -0/+53 |
| | | | | | to be selected. Jeremy. | ||||
* | r6120: Added "volume" command to smbclient that prints out the volume name and | Jeremy Allison | 2007-10-10 | 1 | -0/+115 |
| | | | | | serial number. Jeremy. | ||||
* | r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind. | Jeremy Allison | 2007-10-10 | 1 | -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 metze | Gerald Carter | 2003-04-11 | 1 | -0/+76 |