Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start of merge to 2_2_RELEASE branch for release. | Jeremy Allison | 2002-04-30 | 1 | -2/+11 |
| | | | | Jeremy. | ||||
* | Sync for release. | Jeremy Allison | 2002-02-01 | 1 | -3/+6 |
| | | | | Jeremy. | ||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | simple fix for creating blank data blobs | Andrew Tridgell | 2002-01-05 | 1 | -3/+1 |
| | |||||
* | added internal sasl/gssapi code. This means we are no longer dependent on ↵ | Andrew Tridgell | 2001-12-08 | 1 | -1/+1 |
| | | | | cyrus-sasl which makes the code much less fragile. Also added code to auto-determine the server name or realm | ||||
* | Ok, I know it's a language thing and it shouldn't matter.... but a kerberos | Jeremy Allison | 2001-10-21 | 1 | -8/+8 |
| | | | | | name is a "principal", not a principle. English majors will complain :-). Jeremy. | ||||
* | made smbclient cope better with arbitrary principle forms | Andrew Tridgell | 2001-10-21 | 1 | -14/+1 |
| | |||||
* | the beginnings of kerberos support in smbd. It doesn't work yet, but | Andrew Tridgell | 2001-10-18 | 1 | -0/+23 |
| | | | | | it should give something for others to hack on and possibly find what I'm doing wrong. | ||||
* | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 2001-10-17 | 1 | -7/+215 |
| | | | | | | loses things like username mapping. I wanted to get this in then discuss it a bit to see how we want to split up the existing session setup code | ||||
* | fixed NTLMSSP with XP servers (who don't send the duplicate challenge | Andrew Tridgell | 2001-10-14 | 1 | -3/+9 |
| | | | | in the asn1 spnego structures) | ||||
* | moved some OIDs to the ASN.1 header | Andrew Tridgell | 2001-10-12 | 1 | -6/+2 |
| | |||||
* | added NTLMSSP authentication to libsmb. It seems to work well so I have ↵ | Andrew Tridgell | 2001-10-12 | 1 | -0/+395 |
enabled it by default if the server supports it. Let me know if this breaks anything. Choose kerberos with the -k flag to smbclient, otherwise it will use SPNEGO/NTLMSSP/NTLM |