summaryrefslogtreecommitdiff
path: root/source/libads/kerberos.c
Commit message (Expand)AuthorAgeFilesLines
* fixed a possible segv when dealing with a blank passwordAndrew Tridgell2002-10-231-2/+6
* Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett2002-09-271-1/+8
* Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell2002-09-171-2/+6
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-10/+2
* Break up samba's object dependencies, and its prototype includes.Andrew Bartlett2002-06-251-123/+0
* by using a prompter function we can avoid the bug in the MIT kerberosAndrew Tridgell2002-04-151-7/+25
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* 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 cyr...Andrew Tridgell2001-12-081-7/+17
* put the winbindd krb5 credentials cache in the lock directoryAndrew Tridgell2001-12-061-0/+4
* added a propoer kerberos_kinit_password callAndrew Tridgell2001-12-061-11/+65
* added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell2001-12-051-0/+21
* Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2001-11-291-2/+3
* added "net join" commandAndrew Tridgell2001-11-241-0/+149