summaryrefslogtreecommitdiffstats
path: root/source3/libads/kerberos.c
Commit message (Expand)AuthorAgeFilesLines
* r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3:Günther Deschner2007-10-101-10/+0
* r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner2007-10-101-4/+20
* r14512: Guenther, This code breaks winbind with MIT krb1.3.Gerald Carter2007-10-101-2/+12
* r14503: Fix principal in debug statement.Günther Deschner2007-10-101-2/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-9/+31
* r11651: After talking to Jeremy, commit my winbindd "Do the Right Thing" patch.Gerald Carter2007-10-101-1/+18
* r11551: Add a few more initialize_krb5_error_tableVolker Lendecke2007-10-101-0/+2
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-2/+1
* r6586: get rid of a few more compiler warningsHerb Lewis2007-10-101-1/+1
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-1/+1
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2007-10-101-1/+2
* r4736: small set of merges from rtunk to minimize the diffsGerald Carter2007-10-101-1/+1
* r4334: Fix for bugid #2186 - from Buck Huppmann <buckh@pobox.com>Jeremy Allison2007-10-101-1/+2
* r3495: Fix the build (recent kerberos-changes).Günther Deschner2007-10-101-2/+4
* r3492: Fixes from testing kerberos salted principal fix.Jeremy Allison2007-10-101-23/+51
* r3439: Finally fix build for platforms without kerberos.Günther Deschner2007-10-101-2/+2
* r3379: More merging of kerberos keytab and salting fixes from Nalin Dahyabhai...Jeremy Allison2007-10-101-0/+15
* r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...Jeremy Allison2007-10-101-7/+548
* r1967: Fix a couple of krb5-DEBUG-messages.Günther Deschner2007-10-101-4/+6
* r1245: I think the parameter for "password" and "data" was reversed.Jeremy Allison2007-10-101-2/+2
* r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal...Gerald Carter2007-10-101-4/+4
* Fix bugzilla # 1208Jim McDonough2004-03-241-2/+37
* Merge tridge's blank password fix from HEAD.Jeremy Allison2002-10-241-2/+6
* Updates from Samba HEAD:Andrew Bartlett2002-10-011-1/+8
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+6
* sync 3.0 branch with headJelmer Vernooij2002-08-171-10/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-130/+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