summaryrefslogtreecommitdiffstats
path: root/source4/kdc
Commit message (Collapse)AuthorAgeFilesLines
...
* r7264: fix up the socket handling for abartlet. Still only udp, but it won'tAndrew Tridgell2007-10-104-44/+80
| | | | | be hard to do tcp as well. (This used to be commit 7cbb95d3f55dbaf9ca606655377682841e4c534d)
* r7259: Move the recv handler out into a seperate function (suggestion fromAndrew Bartlett2007-10-101-51/+72
| | | | | | | tridge) Andrew Bartlett (This used to be commit 6329f2ee369533839d209a1c86fe7949a4037fbe)
* r7241: The KDC almost links...Andrew Bartlett2007-10-104-6/+1132
| | | | | | | | | | Using current lorikeet/heimdal, and with the KDC module enabled (it is disabled by default), I almost get the KDC to link. (To enable the KDC for testing, comment out the only line in smbd/config.m4, and add 'kdc' to the 'server services' line in smb.conf). (This used to be commit 26cd4b4f68a370390e08263067402c6c70e49ec8)
* r7221: Add the start of a KDC service (to be built on a 'libkdc' from a to beAndrew Bartlett2007-10-103-0/+246
included Heimdal) to Samba4. Andrew Bartlett (This used to be commit 51ba3ea60c265b837821b6c3e031dfe229c10d6a)