summaryrefslogtreecommitdiffstats
path: root/source3/libads/kerberos_verify.c
Commit message (Expand)AuthorAgeFilesLines
* 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