1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/libsmb
Andrew Bartlett fe348fdb28 r17216: From Kai Blin <kai.blin@gmail.com>:
A patch to make ntlm_auth recognize three new commands in
ntlmssp-client-1 and squid-2.5-ntlmssp:

The commands are the following:

Command: SF <hex number>
Reply: OK
Description: Takes feature request flags similar to samba4's
gensec_want_feature() call. So far, only NTLMSSP_FEATURE_SESSION_KEY,
NTLMSSP_FEATURE_SIGN and NTLMSSP_FEATURE_SEAL are implemented, using the same
values as the corresponding GENSEC_FEATURE_* flags in samba4.

Command: GF
Reply: GF <hex number>
Description: Returns the negotiated flags.

Command: GK
Reply: GK <base64 encoded session key>
Description: Returns the negotiated session key.

(These commands assist a wine project to use ntlm_auth for signing and
sealing of bulk data).

Andrew Bartlett
(This used to be commit bd3e06a0e4)
2007-10-10 11:38:19 -05:00
..
asn1.c r17060: Some c++ warnings 2007-10-10 11:19:22 -05:00
cliconnect.c r17216: From Kai Blin <kai.blin@gmail.com>: 2007-10-10 11:38:19 -05:00
clidfs.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
clidgram.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
clientgen.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
clierror.c r13669: Get rid of poor errno mapping table. Bounce through NTSTATUS instead. 2007-10-10 11:10:22 -05:00
clifile.c r15028: Fix logic error checking valid args to POSIX lock 2007-10-10 11:15:57 -05:00
clifsinfo.c r16962: Add a few utility fns into client. Allow POSIX capabilities 2007-10-10 11:19:16 -05:00
clikrb5.c r17162: Fix typo small typos noticed by Paul Green. 2007-10-10 11:38:17 -05:00
clilist.c r16541: Fix #3862 reported by jason@ncac.gwu.edu. 2007-10-10 11:18:58 -05:00
climessage.c r12043: It's amazing the warnings you find when compiling on a 64-bit 2007-10-10 11:05:42 -05:00
clioplock.c r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. 2007-10-10 11:00:11 -05:00
cliprint.c r11511: A classic "friday night check-in" :-). This moves much 2007-10-10 11:05:19 -05:00
cliquota.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
clirap2.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
clirap.c r16582: Fix Klocwork #1997 and all generic class of problems 2007-10-10 11:19:01 -05:00
clireadwrite.c r15162: Patch for bug #3668. Windows has a bug with LARGE_READX 2007-10-10 11:16:27 -05:00
clisecdesc.c r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes. 2007-10-10 10:55:07 -05:00
clispnego.c r16306: Error handling in this asn1 code *sucks*. Fix a generic 2007-10-10 11:17:32 -05:00
clistr.c Whitespace syncup. 2003-04-14 02:27:41 +00:00
clitrans.c r15018: Merge Volker's ipc/trans2/nttrans changes over 2007-10-10 11:15:57 -05:00
conncache.c r13316: Let the carnage begin.... 2007-10-10 11:06:23 -05:00
credentials.c r13553: Fix all our warnings at -O6 on an x86_64 box. 2007-10-10 11:10:13 -05:00
dcerpc_err.c r14645: No idea how this happened, fixing the build. 2007-10-10 11:15:41 -05:00
doserr.c r12173: doing some service control work 2007-10-10 11:05:47 -05:00
errormap.c r15018: Merge Volker's ipc/trans2/nttrans changes over 2007-10-10 11:15:57 -05:00
gpo.c r13316: Let the carnage begin.... 2007-10-10 11:06:23 -05:00
libsmb_cache.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
libsmb_compat.c r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607 2007-10-10 11:18:48 -05:00
libsmbclient.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
namecache.c large change: 2003-06-25 17:41:05 +00:00
namequery_dc.c r13310: first round of server affinity patches for winbindd & net ads join 2007-10-10 11:06:23 -05:00
namequery.c r17124: fixed a bug which caused resolve_ads() to spin forever if one of the 2007-10-10 11:38:13 -05:00
nmblib.c r15240: Correctly disallow unauthorized access when logging on with the 2007-10-10 11:16:29 -05:00
nterr.c r13502: Fix error messages for usershares when smbd is not 2007-10-10 11:10:07 -05:00
ntlm_check.c r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 2007-10-10 11:05:02 -05:00
ntlmssp_parse.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
ntlmssp_sign.c r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() 2007-10-10 11:10:14 -05:00
ntlmssp.c r17216: From Kai Blin <kai.blin@gmail.com>: 2007-10-10 11:38:19 -05:00
passchange.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
pwd_cache.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
samlogon_cache.c r15227: Fix a valgrind error. We are marshalling here, not unmarshalling. 2007-10-10 11:16:29 -05:00
smb_share_modes.c r16435: Add in the uid info that Jerry needs into the 2007-10-10 11:18:54 -05:00
smb_signing.c r16696: Fix the multiple-outstanding write and trans client 2007-10-10 11:19:08 -05:00
smbdes.c r13407: Change the credentials code to be more like the Samba4 structure, 2007-10-10 11:09:59 -05:00
smbencrypt.c r13553: Fix all our warnings at -O6 on an x86_64 box. 2007-10-10 11:10:13 -05:00
smberr.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
spnego.c r13915: Fixed a very interesting class of realloc() bugs found by Coverity. 2007-10-10 11:10:59 -05:00
trustdom_cache.c r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than 2007-10-10 10:56:40 -05:00
trusts_util.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
unexpected.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00