summaryrefslogtreecommitdiffstats
path: root/source/libads/kerberos.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell2001-12-201-8/+5
|
* better error handlingAndrew Tridgell2001-12-131-2/+7
|
* allow overriding the local time in kerberos_kinit_password()Andrew Tridgell2001-12-111-2/+8
|
* moved ccache location change into winbindd codeAndrew Tridgell2001-12-101-8/+0
|
* fixed used of string after freeAndrew Tridgell2001-12-091-1/+1
|
* added internal sasl/gssapi code. This means we are no longer dependent on ↵Andrew Tridgell2001-12-081-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 directoryAndrew Tridgell2001-12-061-0/+4
| | | | this prevents it clobbering the users cache
* added a propoer kerberos_kinit_password callAndrew Tridgell2001-12-061-11/+65
| | | | | | contribution from remus@snapserver.com thanks!
* added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell2001-12-051-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 Bartlett2001-11-291-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" commandAndrew Tridgell2001-11-241-0/+149
this completes the first stage of the smbd ADS support