1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-17 15:17:09 +03:00

28 Commits

Author SHA1 Message Date
Jeremy Allison
d16c295642 Fix the build - don't use SMB_TRANS_ENC_GSS without
KRB5.
Jeremy.
2008-02-28 06:01:09 -08:00
Volker Lendecke
ad37b7b0ae Fix some warnings
warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
2008-02-25 16:09:26 +01:00
Jeremy Allison
757653966f Add general '-e' option to enable smb encryption
on tools.
Jeremy.
2008-01-05 00:23:35 -08:00
Jeremy Allison
d78045601a Add SMB encryption. Still fixing client decrypt but
negotiation works.
Jeremy.
2007-12-26 17:12:36 -08:00
Jeremy Allison
c87f3eba9a Remove pstrings from client/client.c by doing a large rewrite.
Mostly compiles....
Jeremy.
2007-12-06 17:16:33 -08:00
Jeremy Allison
f35a266b3c RIP BOOL. Convert BOOL -> bool. I found a few interesting
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
2007-10-18 17:40:25 -07:00
Gerald (Jerry) Carter
5c6c8e1fe9 [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
Andrew Tridgell
b0132e94fc r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
Jeremy Allison
407e6e695b r23779: Change from v2 or later to v3 or later.
Jeremy.
2007-10-10 12:28:20 -05:00
Jeremy Allison
a53268fb20 r22920: Add in the UNIX capability for 24-bit readX, as discussed
with the Apple guys and Linux kernel guys. Still looking
at how to do writeX as there's no recvfile().
Jeremy.
2007-10-10 12:22:08 -05:00
Volker Lendecke
3d3d61687e r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
replace all data_blob(NULL, 0) calls.
2007-10-10 12:22:01 -05:00
Stefan Metzmacher
68a681038c r22362: fix the build on othersystems
metze
2007-10-10 12:19:29 -05:00
Jeremy Allison
fe36fc79dd r22355: Ensure we get good debug messages from gss_XX calls.
Jeremy.
2007-10-10 12:19:28 -05:00
Jeremy Allison
7b89a5de57 r22354: Make client select krb5 encrpyt if krb5 already on.
Jeremy.
2007-10-10 12:19:28 -05:00
Jeremy Allison
0f5680adcf r22349: Fix missing ) in #else path.
Jeremy.
2007-10-10 12:19:28 -05:00
Jeremy Allison
1a46d2dcb9 r22345: Only use new krb5 OID.
Jeremy.
2007-10-10 12:19:27 -05:00
Jeremy Allison
197c90ec78 r22344: Correctly create sub-struct for GSS encryption.
Jeremy.
2007-10-10 12:19:27 -05:00
Jeremy Allison
1c1f5360b6 r22327: Finish the gss-spnego part of the seal code. Now
for testing....
Jeremy.
2007-10-10 12:19:27 -05:00
Jeremy Allison
ae8f3649f7 r21991: I hate Steve French :-). Add support for encryption
contexts....
Jeremy.
2007-10-10 12:18:58 -05:00
Jeremy Allison
662344d1ec r21926: Fix missing enum specifier pointed out by Don McCall @ HP.
Thanks Don !
Jeremy.
2007-10-10 12:18:49 -05:00
Jeremy Allison
1639366561 r21902: Don't free the thing you're trying to set in the cli state.
Jeremy.
2007-10-10 12:18:47 -05:00
Jeremy Allison
73f7c6cef8 r21898: Added test command, fixed first valgrind bugs.
Now to investigate why it doesn't work :-).
Jeremy.
2007-10-10 12:18:47 -05:00
Jeremy Allison
783a7b3085 r21897: Add in a basic raw NTLM encrypt request. Now
for testing.
Jeremy.
2007-10-10 12:18:46 -05:00
Jeremy Allison
425280a1d2 r17800: Start using struct timespec internally for file times
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.
2007-10-10 11:38:48 -05:00
Jeremy Allison
2d8d4bd77b r16962: Add a few utility fns into client. Allow POSIX capabilities
to be selected.
Jeremy.
2007-10-10 11:19:16 -05:00
Jeremy Allison
c69623072e r6120: Added "volume" command to smbclient that prints out the volume name and
serial number.
Jeremy.
2007-10-10 10:56:23 -05:00
Jeremy Allison
1bd3f13344 r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.
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.
2007-10-10 10:53:16 -05:00
Gerald Carter
74fab8f0d2 smbcquota patch from metze -