summaryrefslogtreecommitdiffstats
path: root/source4/kdc/kdc.c
Commit message (Expand)AuthorAgeFilesLines
* r11968: More warning fixes. We're on track to getting to double digits forTim Potter2007-10-101-4/+4
* r11930: Add socket/packet handling code for kpasswddAndrew Bartlett2007-10-101-3/+13
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-101-1/+2
* r11621: some minor fixes from comments by metzeAndrew Tridgell2007-10-101-3/+3
* r11619: use the 32 bit length helper in the kdc.Andrew Tridgell2007-10-101-23/+1
* r11608: switched the kdc to use the generic packet send codeAndrew Tridgell2007-10-101-40/+10
* r11604: converted the kdc code to use the new packet lib. Andrew, I'm not sureAndrew Tridgell2007-10-101-78/+67
* r11540: Some notes to myself on RFC complience.Andrew Bartlett2007-10-101-0/+7
* r11239: Use ${REALM} for the realm in rootdse.ldifAndrew Bartlett2007-10-101-96/+166
* 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-101-6/+271
* r10562: Ensure we initalise the error table with hdb errors. This ensures weAndrew Bartlett2007-10-101-0/+2
* 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-101-1/+1
* r8161: Update Samba4 for the new Heimdal update.Andrew Bartlett2007-10-101-1/+1
* r7993: Further work on the Krb5 PAC.Andrew Bartlett2007-10-101-1/+3
* r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell2007-10-101-7/+7
* 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
* r7304: Make the libkdc actually work:Andrew Bartlett2007-10-101-0/+3
* r7297: make the code more readableStefan Metzmacher2007-10-101-6/+8
* r7270: A big revamp to the way we handle kerberos errors in Samba4. We nowAndrew Bartlett2007-10-101-8/+7
* r7264: fix up the socket handling for abartlet. Still only udp, but it won'tAndrew Tridgell2007-10-101-24/+62
* 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-101-5/+61
* r7221: Add the start of a KDC service (to be built on a 'libkdc' from a to beAndrew Bartlett2007-10-101-0/+187