summaryrefslogtreecommitdiff
path: root/source4/kdc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10987: add support for tcp kdc requestsStefan Metzmacher2-34/+271
2007-10-10r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett1-1/+1
2007-10-10r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij1-1/+1
2007-10-10r10562: Ensure we initalise the error table with hdb errors. This ensures weAndrew Bartlett2-0/+3
2007-10-10r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij1-0/+2
2007-10-10r10157: Remove the last traces of heimdal/include.James Peach1-1/+1
2007-10-10r10066: This is the second in my patches to work on Samba4's kerberos support,Andrew Bartlett1-8/+3
2007-10-10r9931: Make use of new 'norealm' parsing functions rather than strchr(p '@').Andrew Bartlett1-11/+15
2007-10-10r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij1-1/+1
2007-10-10r9648: this fixes the krb5 based login with the pac. The key to this whole sa...Andrew Tridgell2-9/+12
2007-10-10r9392: Fix ldb_dn_compose to make build farm happySimo Sorce1-3/+2
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-27/+35
2007-10-10r9310: Add two missing return statements after null pointer checks to fix pot...Steve French1-0/+2
2007-10-10r9235: Remove attribute search we no longer reference.Andrew Bartlett1-1/+0
2007-10-10r9170: fix crash bugStefan Metzmacher1-2/+3
2007-10-10r9084: 'resign' the sample PAC for the validation of the signature algorithms.Andrew Bartlett1-1/+1
2007-10-10r8586: register the kdc with irpc so we can tell that it is upAndrew Tridgell1-0/+3
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2-4/+7
2007-10-10r8511: This 'can't happen', but GCC gives warnings because it thinks it can.Andrew Bartlett1-2/+6
2007-10-10r8363: - we need to correct the realm for the krbtgt/NETBIOSDOMAINREALMStefan Metzmacher1-7/+24
2007-10-10r8249: Clarify (with a comment) why we are playing these games here.Andrew Bartlett1-0/+1
2007-10-10r8181: Allow host/foo.realm/realm@REALM requests, assuming that the realmAndrew Bartlett1-1/+9
2007-10-10r8161: Update Samba4 for the new Heimdal update.Andrew Bartlett2-2/+2
2007-10-10r8110: More PAC work. I still can't get WinXP to accept the PAC, but we areAndrew Bartlett1-2/+10
2007-10-10r8013: Remember to add the header containing the prototype for the pacAndrew Bartlett2-0/+8
2007-10-10r8001: Also fill in the krbtgt checksum, and make sure to put the rightAndrew Bartlett1-3/+4
2007-10-10r7993: Further work on the Krb5 PAC.Andrew Bartlett5-7/+93
2007-10-10r7969: It seems reasonable that our tickets be marked renewable, in theAndrew Bartlett1-0/+2
2007-10-10r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell1-7/+7
2007-10-10r7765: Thanks to Maurice Massar <massar@unix-ag.uni-kl.de> for spotting thatAndrew Bartlett1-1/+1
2007-10-10r7680: Move to using our own private enum for the principal type inside theAndrew Bartlett1-30/+40
2007-10-10r7651: Only convert SERVER requests to KRBTGT requests.Andrew Bartlett1-1/+1
2007-10-10r7520: Fix memory leak in hdb-ldb.cAndrew Bartlett1-0/+3
2007-10-10r7508: Fix memory leak of outgoing packets in the KDC.Andrew Bartlett1-0/+3
2007-10-10r7484: the previous bug can also affect the kdcAndrew Tridgell1-1/+2
2007-10-10r7352: the internal heimdal build change. This changes quite a few things:Andrew Tridgell3-3/+3
2007-10-10r7304: Make the libkdc actually work:Andrew Bartlett3-58/+11
2007-10-10r7303: autodetect the libkdc and our kdc supportStefan Metzmacher2-1/+6
2007-10-10r7297: make the code more readableStefan Metzmacher1-6/+8
2007-10-10r7272: this is a sample mk file for building a heimdal library using theAndrew Tridgell1-0/+340
2007-10-10r7270: A big revamp to the way we handle kerberos errors in Samba4. We nowAndrew Bartlett3-11/+8
2007-10-10r7264: fix up the socket handling for abartlet. Still only udp, but it won'tAndrew Tridgell4-44/+80
2007-10-10r7259: Move the recv handler out into a seperate function (suggestion fromAndrew Bartlett1-51/+72
2007-10-10r7241: The KDC almost links...Andrew Bartlett4-6/+1132
2007-10-10r7221: Add the start of a KDC service (to be built on a 'libkdc' from a to beAndrew Bartlett3-0/+246