Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | added trusted realm support to ADS authentication | Andrew Tridgell | 2001-12-19 | 1 | -2/+2 |
| | | | | | | the method used for checking if a domain is a trusted domain is very crude, we should really call a backend fn of some sort. For now I'm using winbindd to do the dirty work. | ||||
* | fixed some krb5 ifdefs | Andrew Tridgell | 2001-11-28 | 1 | -1/+1 |
| | |||||
* | added "net join" command | Andrew Tridgell | 2001-11-24 | 1 | -0/+7 |
| | | | | this completes the first stage of the smbd ADS support | ||||
* | Ok, I know it's a language thing and it shouldn't matter.... but a kerberos | Jeremy Allison | 2001-10-21 | 1 | -6/+6 |
| | | | | | name is a "principal", not a principle. English majors will complain :-). Jeremy. | ||||
* | Fix for compilation on non-krb5 systems | Andrew Bartlett | 2001-10-21 | 1 | -1/+1 |
| | |||||
* | made smbclient cope better with arbitrary principle forms | Andrew Tridgell | 2001-10-21 | 1 | -7/+5 |
| | |||||
* | better krb5 error handling (thanks andrewb!) | Andrew Tridgell | 2001-10-20 | 1 | -7/+16 |
| | |||||
* | the beginnings of kerberos support in smbd. It doesn't work yet, but | Andrew Tridgell | 2001-10-18 | 1 | -3/+1 |
| | | | | | it should give something for others to hack on and possibly find what I'm doing wrong. | ||||
* | fix heimdal compilation | Andrew Tridgell | 2001-10-16 | 1 | -1/+2 |
| | |||||
* | added NTLMSSP authentication to libsmb. It seems to work well so I have ↵ | Andrew Tridgell | 2001-10-12 | 1 | -213/+8 |
| | | | | 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 | ||||
* | improve the error handling in the ASN1 code a bit | Andrew Tridgell | 2001-10-11 | 1 | -14/+22 |
| | |||||
* | added a ASN.1 parser, so now I can properly parse the negTokenInit | Andrew Tridgell | 2001-10-11 | 1 | -59/+120 |
| | | | | | | | | | packet which means I can extract the service and realm, so we should now work with realms other than the local realm. it also means we now check the list of OIDs given by the server just in case it says that it doesn't support kerberos. In that case we should fall back to NTLMSSP but that isn't written yet. | ||||
* | fixed some memory leaks, started adding asn1 decoder for server side | Andrew Tridgell | 2001-10-11 | 1 | -4/+6 |
| | |||||
* | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 2001-10-11 | 1 | -0/+267 |
activate you need to: - install krb5 libraries - run configure - build smbclient - run kinit to get a TGT - run smbclient with the -k option to choose kerberos auth |