summaryrefslogtreecommitdiff
path: root/source4/kdc/wdc-samba4.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-1/+0
2010-04-12s4:kdc/wdc-samba4.c - fix integer counter typesMatthias Dieter Wallnöfer1-1/+2
2010-02-22Various source4 spelling fixes.Brad Hards1-1/+1
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
2010-01-31s4:kdc Streamline client access verification callSimo Sorce1-66/+65
Move the core to pac-glue so that other plugins can use it.
2010-01-31s4:kdc Fix netbios name retrievalSimo Sorce1-2/+2
The code was looping but always checking only the first address.
2010-01-28s4:kdc Use a clearer name for the samba kdc entrySimo Sorce1-5/+5
Renames hdb_samba4_private to samba_kdc_entry Streamlines members of the entry and the kdc db contextto avoid unnecessary duplication.
2010-01-27s4:windc move windc plugin in its own fileSimo Sorce1-0/+212
Keep all heimdal related plugin code within wdc-samba4.c Leave only interfaces common to multiple plugins in pac-glue.c