summaryrefslogtreecommitdiffstats
path: root/source3/libads/kerberos_verify.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r5762: Modified version of patch from Michael Brown <mbrown@fensystems.co.uk>...Jeremy Allison2007-10-101-65/+99
* r4882: Fix for #2255. Debug should have been 10 not 0.Jeremy Allison2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r3495: Fix the build (recent kerberos-changes).Günther Deschner2007-10-101-1/+0
* r3451: Finish off kerberos salting patch. Needs testing !Jeremy Allison2007-10-101-3/+2
* r3381: More merging of the #1717 patch. Fixup some erroneous assumptions aboutJeremy Allison2007-10-101-59/+67
* r1789: compiler warnings from SuSEGerald Carter2007-10-101-0/+4
* r1285: Put variable definitions into a block before the statements...Volker Lendecke2007-10-101-1/+1
* r1282: gcc 3.2 on SuSE 8.2 does not like #ifdefs inside a macro argument (DEB...Volker Lendecke2007-10-101-3/+5
* r1244: More Heimdal compile fixes.Jeremy Allison2007-10-101-3/+9
* r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come beforeJeremy Allison2007-10-101-0/+8
* r1215: Intermediate checkin of the new keytab code. I need to make sure IJeremy Allison2007-10-101-99/+198
* Fix for a bug where the mutex could be left locked. Also remove theJeremy Allison2004-02-031-146/+8
* Fix segfualt caused by incorrect configuration. If lp_realm() was not set,Andrew Bartlett2004-01-061-5/+9
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-1/+1
* Add configure test for krb5_keytab_entry keyblock vs key member. Bug #636.Tim Potter2003-10-171-4/+12
* Try to add memory keytab support. It also includes much of the genericJim McDonough2003-09-031-1/+141
* Fix segfault. krb5_free_ticket does not check if it got a NULL ticket.Volker Lendecke2003-08-251-1/+2
* Fix memleaks.Volker Lendecke2003-08-151-7/+11
* In ads_verify_realm, all we use in the ADS_STRUCT is theVolker Lendecke2003-08-141-2/+2
* Don't revert something until you've seen if volker has already fixed it :-).Jeremy Allison2003-07-301-4/+0
* Comment out mutex until I get dependencies sorted out...Jeremy Allison2003-07-301-0/+4
* Put mutex around access of replay cache for krb5 tickets. krb5 replay cacheJeremy Allison2003-07-291-4/+13
* Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type KRB5_BAD_E...Jeremy Allison2003-07-291-1/+1
* Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, andJim McDonough2003-07-291-1/+1
* Improved debug messages whilst trying to track down kerb issues.Jeremy Allison2003-07-291-13/+20
* W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison2003-07-251-1/+1
* Fixed memory leaks, added krb5 replay cache. Now I need to add code to checkJeremy Allison2003-07-121-17/+72
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* No matter how special this session key is, it's not worth a level 0.Andrew Bartlett2003-06-061-2/+4
* More on bug 137: rename more of krb5_xxx functions to not start with krb5_Jim McDonough2003-05-301-1/+1
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-1/+1