summaryrefslogtreecommitdiff
path: root/source3/libads/kerberos_verify.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-07s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett1-3/+3
2009-02-03s3-kerberos: use KRB5_KT_KEY compat macro.Günther Deschner1-7/+1
2009-02-03s3-kerberos: fix ads_dedicated_keytab_verify_ticket with heimdal.Günther Deschner1-3/+10
2009-02-03Revert "fix for commit d96248a9b46 which broke Heimdal builds"Günther Deschner1-6/+0
2009-02-02fix for commit d96248a9b46 which broke Heimdal buildsBjörn Jacke1-0/+6
2009-02-01Add two new parameters to control how we verify kerberos tickets. Removes lp_...Dan Sledz1-17/+112
2008-12-30Fix more "ignore return value" warnings from gcc 4.3.Jeremy Allison1-9/+22
2008-06-24kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti...Günther Deschner1-1/+1
2008-04-10Fix typo.Karolin Seeger1-1/+1
2008-04-09Fix typos.Karolin Seeger1-1/+1
2008-03-10Use a separate tdb for mutexesVolker Lendecke1-9/+6
2008-02-17Fix some more callers of PAC_DATA.Günther Deschner1-1/+1
2008-01-11Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison1-2/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-7/+7
2007-10-10r25080: Once we decrypted the packet but have timing problems (closkew, tkt n...Günther Deschner1-1/+9
2007-10-10r24066: Fix memleak found by Volker. We don't leak keys now with MIT and Heim...Günther Deschner1-0/+1
2007-10-10r24065: According to gd, this breaks heimdal. Thanks for checking!Volker Lendecke1-3/+0
2007-10-10r24058: Fix some memory leaks in ads_secrets_verify_ticket.Volker Lendecke1-0/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23647: Use smb_krb5_open_keytab() in smbd as well.Günther Deschner1-2/+2
2007-10-10r23477: Build farm fix: Use int rather than MIT's krb5_int32 when setting con...Gerald Carter1-1/+1
2007-10-10r23474: Here's a small patch that disables the libkrb5.so replay cacheGerald Carter1-39/+63
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-2/+2
2007-10-10r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison1-31/+72
2007-10-10r21558: Safe more indent, again no code changes.Günther Deschner1-37/+37
2007-10-10r21557: indent only fix. No code change.Günther Deschner1-49/+49
2007-10-10r21556: Remove superfluos return check in ads_keytab_verify_ticket().Günther Deschner1-2/+0
2007-10-10r18047: More C++ stuffVolker Lendecke1-2/+2
2007-10-10r17972: revert accidental commit to ads_verify_ticket()Gerald Carter1-7/+5
2007-10-10r17971: Disable storing SIDs in the S-1-22-1 and S-1-22-2 domain to the SID<-...Gerald Carter1-5/+7
2007-10-10r16952: New derive DES salt code and Krb5 keytab generationGerald Carter1-9/+5
2007-10-10r15523: Honour the time_offset also when verifying kerberos tickets. ThisGünther Deschner1-1/+6
2007-10-10r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name,Jeremy Allison1-11/+9
2007-10-10r14682: Small cleanup in ads_verify_ticket.Günther Deschner1-6/+5
2007-10-10r14576: Skip remaining keytab entries when we have a clear indication thatGünther Deschner1-1/+23
2007-10-10r11846: Destroy the TALLOC_CTX on error in the Kerberos session setup and give aGünther Deschner1-3/+3
2007-10-10r10907: Handle the case when we can't verify the PAC signature because theGünther Deschner1-5/+7
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-20/+74
2007-10-10r10285: Doh ! Guenther spotted this stupid cut-n-paste bug...Jeremy Allison1-1/+0
2007-10-10r10211: Fix another memleak (this time in the kerberos keytab code)Günther Deschner1-1/+5
2007-10-10r5762: Modified version of patch from Michael Brown <mbrown@fensystems.co.uk>...Jeremy Allison1-65/+99
2007-10-10r4882: Fix for #2255. Debug should have been 10 not 0.Jeremy Allison1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r3495: Fix the build (recent kerberos-changes).Günther Deschner1-1/+0
2007-10-10r3451: Finish off kerberos salting patch. Needs testing !Jeremy Allison1-3/+2
2007-10-10r3381: More merging of the #1717 patch. Fixup some erroneous assumptions aboutJeremy Allison1-59/+67
2007-10-10r1789: compiler warnings from SuSEGerald Carter1-0/+4
2007-10-10r1285: Put variable definitions into a block before the statements...Volker Lendecke1-1/+1
2007-10-10r1282: gcc 3.2 on SuSE 8.2 does not like #ifdefs inside a macro argument (DEB...Volker Lendecke1-3/+5