summaryrefslogtreecommitdiff
path: root/source4/kdc/kdc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11106: Make the KDC handler plugable, as I want to drop kpasswdd into exactlyAndrew Bartlett1-16/+34
2007-10-10r10987: add support for tcp kdc requestsStefan Metzmacher1-6/+271
2007-10-10r10562: Ensure we initalise the error table with hdb errors. This ensures weAndrew Bartlett1-0/+2
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 Tridgell1-1/+1
2007-10-10r8161: Update Samba4 for the new Heimdal update.Andrew Bartlett1-1/+1
2007-10-10r7993: Further work on the Krb5 PAC.Andrew Bartlett1-1/+3
2007-10-10r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell1-7/+7
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-10r7304: Make the libkdc actually work:Andrew Bartlett1-0/+3
2007-10-10r7297: make the code more readableStefan Metzmacher1-6/+8
2007-10-10r7270: A big revamp to the way we handle kerberos errors in Samba4. We nowAndrew Bartlett1-8/+7
2007-10-10r7264: fix up the socket handling for abartlet. Still only udp, but it won'tAndrew Tridgell1-24/+62
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 Bartlett1-5/+61
2007-10-10r7221: Add the start of a KDC service (to be built on a 'libkdc' from a to beAndrew Bartlett1-0/+187