summaryrefslogtreecommitdiff
path: root/source3/libads/kerberos.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17945: Store the server and client sitenames in the ADSJeremy Allison1-1/+10
2007-10-10r17944: Handle locking madness.Jeremy Allison1-11/+32
2007-10-10r17943: The horror, the horror. Add KDC site support byJeremy Allison1-0/+58
2007-10-10r17345: Some C++ warningsVolker Lendecke1-1/+2
2007-10-10r17003: Fix coverity #303 - possible null deref. Jerry pleaseJeremy Allison1-0/+1
2007-10-10r16957: fix cut-n-paste error. The check for 'if (\!salt)' make no sense whe...Gerald Carter1-5/+0
2007-10-10r16955: Fix an uninitialized var -- Jerry, please check.Volker Lendecke1-2/+2
2007-10-10r16952: New derive DES salt code and Krb5 keytab generationGerald Carter1-471/+100
2007-10-10r16272: Fix memleak.Günther Deschner1-1/+2
2007-10-10r15240: Correctly disallow unauthorized access when logging on with theGünther Deschner1-2/+24
2007-10-10r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name,Jeremy Allison1-15/+13
2007-10-10r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3:Günther Deschner1-10/+0
2007-10-10r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner1-4/+20
2007-10-10r14512: Guenther, This code breaks winbind with MIT krb1.3.Gerald Carter1-2/+12
2007-10-10r14503: Fix principal in debug statement.Günther Deschner1-2/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-9/+31
2007-10-10r11651: After talking to Jeremy, commit my winbindd "Do the Right Thing" patch.Gerald Carter1-1/+18
2007-10-10r11551: Add a few more initialize_krb5_error_tableVolker Lendecke1-0/+2
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+1
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-2/+1
2007-10-10r6586: get rid of a few more compiler warningsHerb Lewis1-1/+1
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-1/+1
2007-10-10r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman1-1/+2
2007-10-10r4736: small set of merges from rtunk to minimize the diffsGerald Carter1-1/+1
2007-10-10r4334: Fix for bugid #2186 - from Buck Huppmann <buckh@pobox.com>Jeremy Allison1-1/+2
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