summaryrefslogtreecommitdiff
path: root/source3/libads/kerberos.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3495: Fix the build (recent kerberos-changes).Günther Deschner1-2/+4
2007-10-10r3492: Fixes from testing kerberos salted principal fix.Jeremy Allison1-23/+51
2007-10-10r3439: Finally fix build for platforms without kerberos.Günther Deschner1-2/+2
2007-10-10r3379: More merging of kerberos keytab and salting fixes from Nalin Dahyabhai...Jeremy Allison1-0/+15
2007-10-10r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...Jeremy Allison1-7/+548
2007-10-10r1967: Fix a couple of krb5-DEBUG-messages.Günther Deschner1-4/+6
2007-10-10r1245: I think the parameter for "password" and "data" was reversed.Jeremy Allison1-2/+2
2007-10-10r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal...Gerald Carter1-4/+4
2004-03-24Fix bugzilla # 1208Jim McDonough1-2/+37
2002-10-24Merge tridge's blank password fix from HEAD.Jeremy Allison1-2/+6
2002-10-01Updates from Samba HEAD:Andrew Bartlett1-1/+8
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-2/+6
2002-08-17sync 3.0 branch with headJelmer Vernooij1-10/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-130/+25
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-20net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell1-8/+5
2001-12-13better error handlingAndrew Tridgell1-2/+7
2001-12-11allow overriding the local time in kerberos_kinit_password()Andrew Tridgell1-2/+8
2001-12-10moved ccache location change into winbindd codeAndrew Tridgell1-8/+0
2001-12-09fixed used of string after freeAndrew Tridgell1-1/+1
2001-12-08added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell1-7/+17
2001-12-06put the winbindd krb5 credentials cache in the lock directoryAndrew Tridgell1-0/+4
2001-12-06added a propoer kerberos_kinit_password callAndrew Tridgell1-11/+65
2001-12-05added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell1-0/+21
2001-11-29Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett1-2/+3
2001-11-24added "net join" commandAndrew Tridgell1-0/+149