summaryrefslogtreecommitdiff
path: root/libcli/netlogon/netlogon.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-05libcli/netlogon: We need to handle a bug in FreeIPA (at least <= 4.1.2).Stefan Metzmacher1-3/+12
They include the ip address information without setting NETLOGON_NT_VERSION_5EX_WITH_IP, while using ndr_push_NETLOGON_SAM_LOGON_RESPONSE_EX instead of ndr_push_NETLOGON_SAM_LOGON_RESPONSE_EX_with_flags. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
2011-01-07netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner1-0/+272
Guenther