summaryrefslogtreecommitdiff
path: root/source3/libads/kerberos_verify.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-03Try to add memory keytab support. It also includes much of the genericJim McDonough1-1/+141
2003-08-25Fix segfault. krb5_free_ticket does not check if it got a NULL ticket.Volker Lendecke1-1/+2
2003-08-15Fix memleaks.Volker Lendecke1-7/+11
2003-08-14In ads_verify_realm, all we use in the ADS_STRUCT is theVolker Lendecke1-2/+2
2003-07-30Don't revert something until you've seen if volker has already fixed it :-).Jeremy Allison1-4/+0
2003-07-30Comment out mutex until I get dependencies sorted out...Jeremy Allison1-0/+4
2003-07-29Put mutex around access of replay cache for krb5 tickets. krb5 replay cacheJeremy Allison1-4/+13
2003-07-29Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type KRB5_BAD_E...Jeremy Allison1-1/+1
2003-07-29Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, andJim McDonough1-1/+1
2003-07-29Improved debug messages whilst trying to track down kerb issues.Jeremy Allison1-13/+20
2003-07-25W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison1-1/+1
2003-07-12Fixed memory leaks, added krb5 replay cache. Now I need to add code to checkJeremy Allison1-17/+72
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-06-06No matter how special this session key is, it's not worth a level 0.Andrew Bartlett1-2/+4
2003-05-30More on bug 137: rename more of krb5_xxx functions to not start with krb5_Jim McDonough1-1/+1
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-1/+1
2003-04-16Move PAC decoding over from HEAD.Jim McDonough1-0/+6
2003-03-17The kerberos_verify compoenent of the SessionSetup sync with HEAD.Andrew Bartlett1-6/+26
2003-02-19Sync with HEAD for verifying kerberos tickets.Jim McDonough1-14/+31
2003-01-30Revert tpot's HEAD merge which broke the Heimdal build.Jeremy Allison1-45/+15
2003-01-30Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blamingTim Potter1-15/+45
2003-01-28Get smbd to link with Heimdal. Still missing some client progs...Jeremy Allison1-5/+2
2003-01-23Thanks Meeester Potter, for reverting *all* my Heimdal changes becauseJeremy Allison1-40/+13
2003-01-22Merge of kerberos changes to make this branch build again!Tim Potter1-13/+40
2003-01-21Get closer to Heimdal compile... Damn. HEAD has different code inJeremy Allison1-14/+3
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-2/+1
2002-08-17sync 3.0 branch with headJelmer Vernooij1-1/+1
2002-06-25Break up samba's object dependencies, and its prototype includes.Andrew Bartlett1-0/+151