summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/gssapi
AgeCommit message (Expand)AuthorFilesLines
2008-06-27gsskrb5: just don't force, but allow the flags when GSS_CF_NO_CI_FLAGS is givenStefan Metzmacher1-0/+6
2008-06-27gsskrb5: fix gss_krb5_cred_no_ci_flags_x_oid_desc variable nameStefan Metzmacher1-2/+2
2008-06-02krb5_init_sec_context: skip the token header when GSS_C_DCE_STYLE is specifiedStefan Metzmacher1-5/+11
2008-03-19Merge lorikeet-heimdal -r 787 into Samba4 tree.Andrew Bartlett19-124/+254
2007-10-10r24614: Merge with current lorikeet-heimdal. This brings us one step closerAndrew Bartlett12-76/+87
2007-10-10r23678: Update to current lorikeet-heimdal (-r 767), which should fix theAndrew Bartlett14-121/+136
2007-10-10r23456: Update Samba4 to current lorikeet-heimdal.Andrew Bartlett125-569/+1059
2007-10-10r20640: Commit part 2/2Andrew Bartlett52-1347/+1745
2007-10-10r20139: only add GSS_C_CONF_FLAG and GSS_C_INTEG_FLAG if the caller requested...Stefan Metzmacher1-2/+5
2007-10-10r19681: Update to current lorikeet-heimdal. I'm looking at using the realmAndrew Bartlett6-116/+179
2007-10-10r19650: Allow Samba to use Heimdal's SPNEGO code. Currently this can onlyAndrew Bartlett2-5/+4
2007-10-10r19644: Merge up to current lorikeet-heimdal, incling addingAndrew Bartlett5-22/+100
2007-10-10r19633: Merge to lorikeet-heimdal, removing krb5_rd_req_return_keyblock in fa...Andrew Bartlett11-132/+162
2007-10-10r19616: the heimdal spnego mech doesn't seem to use roken.h and isn't portableStefan Metzmacher1-0/+2
2007-10-10r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett130-4915/+16207
2007-10-10r18528: work around what appears to be a compiler bug in gcc on irix. ItAndrew Tridgell1-1/+1
2007-10-10r18308: get this right ....Andrew Tridgell1-1/+1
2007-10-10r18300: fixed a type bug in heimdal - lha, you happy with this upstream? ItAndrew Tridgell1-1/+1
2007-10-10r16235: Don't update minor_status when cleaning up on error. This restoresAndrew Bartlett1-2/+2
2007-10-10r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter1-2/+2
2007-10-10r16000: - use uint16_t instead of u_int16_tStefan Metzmacher1-5/+6
2007-10-10r15993: don't use u_int32_t, as the main heimdal code also don't useStefan Metzmacher2-5/+5
2007-10-10r15515: Syncronsise with current lorikeet-heimdal.Andrew Bartlett2-8/+5
2007-10-10r15491: Always initialise is_cfx (found by Valgrind)Andrew Bartlett1-1/+3
2007-10-10r15484: Make accept_security_context() more compatible with how Samba3 (andAndrew Bartlett2-15/+44
2007-10-10r15481: Update heimdal/ to match current lorikeet-heimdal.Andrew Bartlett7-26/+27
2007-10-10r15192: Update Samba4 to use current lorikeet-heimdal.Andrew Bartlett6-18/+154
2007-10-10r14707: Initialise default value (the rest of this function sets it to 1 ifAndrew Bartlett1-0/+1
2007-10-10r14198: Update Samba4 to current lorikeet-heimdal.Andrew Bartlett3-5/+10
2007-10-10r13481: As far as I can tell, my changes in -r 12863 were dangerously untested.Andrew Bartlett3-2/+62
2007-10-10r13144: This seems to be required for Samba4 to talk to Samba4, and to get theAndrew Bartlett1-0/+11
2007-10-10r12863: As lha suggested to me a while back, it appears that theAndrew Bartlett3-48/+2
2007-10-10r12269: Update to current lorikeet-heimdal. This changed the way the hdbAndrew Bartlett2-2/+7
2007-10-10r12000: Update to current lorikeet-heimdal, including in particular supportAndrew Bartlett3-4/+14
2007-10-10r11995: A big kerberos-related update.Andrew Bartlett8-180/+134
2007-10-10r11541: More logical (I think...) delegation semantics.Andrew Bartlett1-10/+14
2007-10-10r11477: This seems really nasty, but as I understand it an attacker cannotAndrew Bartlett1-2/+11
2007-10-10r11468: Merge a bit more of init_sec_context from Heimdal CVS into ourAndrew Bartlett1-4/+21
2007-10-10r11462: Fix the build: somehow I lost the header for this samba-specific hack.Andrew Bartlett1-0/+2
2007-10-10r11452: Update Heimdal to current lorikeet, including removing the ccache sideAndrew Bartlett8-107/+227
2007-10-10r11392: After confirmation from Love, fix a compiler warningVolker Lendecke1-1/+1
2007-10-10r11317: An ugly hack to setup the global gssapi_krb5_context early, when weAndrew Bartlett2-5/+18
2007-10-10r11294: Update Heimdal in Samba4 to lorikeet-heimdal (which is in turn updatedAndrew Bartlett4-20/+69
2007-10-10r10386: Merge current lorikeet-heimdal into Samba4.Andrew Bartlett1-1/+1
2007-10-10r10286: This patch is ugly and disgusting, but for now it works better than t...Andrew Bartlett1-2/+30
2007-10-10r10159: Dereference padsize before comparing to an int.James Peach1-1/+1
2007-10-10r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett6-24/+159
2007-10-10r10072: Fix mismerge weridness in error handling.Andrew Bartlett1-7/+12
2007-10-10r10066: This is the second in my patches to work on Samba4's kerberos support,Andrew Bartlett4-316/+392
2007-10-10r9680: Update Heimdal to current lorikeet-heimdal (which was itself updatedAndrew Bartlett2-24/+21