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