summaryrefslogtreecommitdiffstats
path: root/source3/libads/kerberos_verify.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move PAC decoding over from HEAD.Jim McDonough2003-04-161-0/+6
* The kerberos_verify compoenent of the SessionSetup sync with HEAD.Andrew Bartlett2003-03-171-6/+26
* Sync with HEAD for verifying kerberos tickets.Jim McDonough2003-02-191-14/+31
* Revert tpot's HEAD merge which broke the Heimdal build.Jeremy Allison2003-01-301-45/+15
* Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blamingTim Potter2003-01-301-15/+45
* Get smbd to link with Heimdal. Still missing some client progs...Jeremy Allison2003-01-281-5/+2
* Thanks Meeester Potter, for reverting *all* my Heimdal changes becauseJeremy Allison2003-01-231-40/+13
* Merge of kerberos changes to make this branch build again!Tim Potter2003-01-221-13/+40
* Get closer to Heimdal compile... Damn. HEAD has different code inJeremy Allison2003-01-211-14/+3
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-2/+1
* sync 3.0 branch with headJelmer Vernooij2002-08-171-1/+1
* Break up samba's object dependencies, and its prototype includes.Andrew Bartlett2002-06-251-0/+151