Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-21 | s4-kcc: don't crash with a NULL ntds connection list | Andrew Tridgell | 1 | -3/+3 | |
2009-11-30 | s4-drs: add deletion of old connections | CrÃstian Deives | 1 | -33/+136 | |
the nTDSConnection objects that are not needed anymore will be deleted. the function kccsrv_delete_connection wasn't tested yet. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-11-30 | s4-drs: Create connection obejct (nTDSConnection) | CrÃstian Deives | 1 | -0/+124 | |
create nTDSConnection objects to match the list of servers Signed-off-by: Andrew Tridgell <tridge@samba.org> |