summaryrefslogtreecommitdiff
path: root/source3/libads/kerberos_verify.c
Commit message (Expand)AuthorAgeFilesLines
* s3-krb5 Only build ADS support if arcfour-hmac-md5 is availableAndrew Bartlett2010-08-131-2/+0
* s3-krb5: include krb5pac.h where needed.Günther Deschner2010-08-061-0/+1
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* cleanups: Trailing spaces, line length, etc...Simo Sorce2010-07-301-111/+163
* s3-libsmb: Use data_blob_talloc to get krb5 ticket and session keysSimo Sorce2010-07-201-1/+2
* s3: Allow previous password to be stored and use it to check ticketsMatthieu Patou2010-06-021-37/+58
* s3:kerberos Return PAC_LOGON_INFO rather than the full PAC_DATAAndrew Bartlett2010-05-111-5/+20
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-271-0/+1
* s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett2009-04-071-3/+3
* s3-kerberos: use KRB5_KT_KEY compat macro.Günther Deschner2009-02-031-7/+1
* s3-kerberos: fix ads_dedicated_keytab_verify_ticket with heimdal.Günther Deschner2009-02-031-3/+10
* Revert "fix for commit d96248a9b46 which broke Heimdal builds"Günther Deschner2009-02-031-6/+0
* fix for commit d96248a9b46 which broke Heimdal buildsBjörn Jacke2009-02-021-0/+6
* Add two new parameters to control how we verify kerberos tickets. Removes lp_...Dan Sledz2009-02-011-17/+112
* Fix more "ignore return value" warnings from gcc 4.3.Jeremy Allison2008-12-301-9/+22
* kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti...Günther Deschner2008-06-241-1/+1
* Fix typo.Karolin Seeger2008-04-101-1/+1
* Fix typos.Karolin Seeger2008-04-091-1/+1
* Use a separate tdb for mutexesVolker Lendecke2008-03-101-9/+6
* Fix some more callers of PAC_DATA.Günther Deschner2008-02-171-1/+1
* Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison2008-01-111-2/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-7/+7
* r25080: Once we decrypted the packet but have timing problems (closkew, tkt n...Günther Deschner2007-10-101-1/+9
* r24066: Fix memleak found by Volker. We don't leak keys now with MIT and Heim...Günther Deschner2007-10-101-0/+1
* r24065: According to gd, this breaks heimdal. Thanks for checking!Volker Lendecke2007-10-101-3/+0
* r24058: Fix some memory leaks in ads_secrets_verify_ticket.Volker Lendecke2007-10-101-0/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23647: Use smb_krb5_open_keytab() in smbd as well.Günther Deschner2007-10-101-2/+2
* r23477: Build farm fix: Use int rather than MIT's krb5_int32 when setting con...Gerald Carter2007-10-101-1/+1
* r23474: Here's a small patch that disables the libkrb5.so replay cacheGerald Carter2007-10-101-39/+63
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-2/+2
* r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison2007-10-101-31/+72
* r21558: Safe more indent, again no code changes.Günther Deschner2007-10-101-37/+37
* r21557: indent only fix. No code change.Günther Deschner2007-10-101-49/+49
* r21556: Remove superfluos return check in ads_keytab_verify_ticket().Günther Deschner2007-10-101-2/+0
* r18047: More C++ stuffVolker Lendecke2007-10-101-2/+2
* r17972: revert accidental commit to ads_verify_ticket()Gerald Carter2007-10-101-7/+5
* r17971: Disable storing SIDs in the S-1-22-1 and S-1-22-2 domain to the SID<-...Gerald Carter2007-10-101-5/+7
* r16952: New derive DES salt code and Krb5 keytab generationGerald Carter2007-10-101-9/+5
* r15523: Honour the time_offset also when verifying kerberos tickets. ThisGünther Deschner2007-10-101-1/+6
* r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name,Jeremy Allison2007-10-101-11/+9
* r14682: Small cleanup in ads_verify_ticket.Günther Deschner2007-10-101-6/+5
* r14576: Skip remaining keytab entries when we have a clear indication thatGünther Deschner2007-10-101-1/+23
* r11846: Destroy the TALLOC_CTX on error in the Kerberos session setup and give aGünther Deschner2007-10-101-3/+3
* r10907: Handle the case when we can't verify the PAC signature because theGünther Deschner2007-10-101-5/+7
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-20/+74
* r10285: Doh ! Guenther spotted this stupid cut-n-paste bug...Jeremy Allison2007-10-101-1/+0
* r10211: Fix another memleak (this time in the kerberos keytab code)Günther Deschner2007-10-101-1/+5