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. | ||||
* | net ads password and net ads chostpass commands from Remus Koos | Andrew Tridgell | 2001-12-20 | 1 | -8/+5 |
| | |||||
* | better error handling | Andrew Tridgell | 2001-12-13 | 1 | -2/+7 |
| | |||||
* | allow overriding the local time in kerberos_kinit_password() | Andrew Tridgell | 2001-12-11 | 1 | -2/+8 |
| | |||||
* | moved ccache location change into winbindd code | Andrew Tridgell | 2001-12-10 | 1 | -8/+0 |
| | |||||
* | fixed used of string after free | Andrew Tridgell | 2001-12-09 | 1 | -1/+1 |
| | |||||
* | added internal sasl/gssapi code. This means we are no longer dependent on ↵ | Andrew Tridgell | 2001-12-08 | 1 | -7/+17 |
| | | | | cyrus-sasl which makes the code much less fragile. Also added code to auto-determine the server name or realm | ||||
* | put the winbindd krb5 credentials cache in the lock directory | Andrew Tridgell | 2001-12-06 | 1 | -0/+4 |
| | | | | this prevents it clobbering the users cache | ||||
* | added a propoer kerberos_kinit_password call | Andrew Tridgell | 2001-12-06 | 1 | -11/+65 |
| | | | | | | contribution from remus@snapserver.com thanks! | ||||
* | added a REALLY gross hack into kerberos_kinit_password so that | Andrew Tridgell | 2001-12-05 | 1 | -0/+21 |
| | | | | | | winbindd can do a kinit this will be removed once we have code that gets a tgt and puts it in a place where cyrus-sasl can see it | ||||
* | Make better use of the ads_init() function to get the kerberos relam etc. | Andrew Bartlett | 2001-11-29 | 1 | -2/+3 |
| | | | | | | | | | This allows us to use automagically obtained values in future, and the value from krb5.conf now. Also fix mem leaks etc. Andrew Bartlett | ||||
* | added "net join" command | Andrew Tridgell | 2001-11-24 | 1 | -0/+149 |
this completes the first stage of the smbd ADS support |