summaryrefslogtreecommitdiffstats
path: root/source4/kdc/wdc-samba4.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:kdc/wdc-samba4.c - fix integer counter typesMatthias Dieter Wallnöfer2010-04-121-1/+2
|
* Various source4 spelling fixes.Brad Hards2010-02-221-1/+1
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* s4:kdc Streamline client access verification callSimo Sorce2010-01-311-66/+65
| | | | Move the core to pac-glue so that other plugins can use it.
* s4:kdc Fix netbios name retrievalSimo Sorce2010-01-311-2/+2
| | | | The code was looping but always checking only the first address.
* s4:kdc Use a clearer name for the samba kdc entrySimo Sorce2010-01-281-5/+5
| | | | | | Renames hdb_samba4_private to samba_kdc_entry Streamlines members of the entry and the kdc db contextto avoid unnecessary duplication.
* s4:windc move windc plugin in its own fileSimo Sorce2010-01-271-0/+212
Keep all heimdal related plugin code within wdc-samba4.c Leave only interfaces common to multiple plugins in pac-glue.c