summaryrefslogtreecommitdiff
path: root/libcli/netlogon
AgeCommit message (Collapse)AuthorFilesLines
2019-07-16libcls/netlogon: clang: Fix 'initialization value is never read'Noel Power1-2/+6
Fixes: libcli/netlogon/netlogon.c:183:11: warning: Value stored to 'status' during its initialization is never read <--[clang] NTSTATUS status = NT_STATUS_INVALID_NETWORK_RESPONSE; ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libcli/netlogon/netlogon.c:224:11: warning: Value stored to 'status' during its initialization is never read <--[clang] NTSTATUS status = NT_STATUS_INVALID_NETWORK_RESPONSE; ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. Note: although use of default seems unecessary but gcc (with --picky-developer) detects the possibiliy still that status may be undefined (presumably by a non enum value leaking into the switch) Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
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-11-03waf: convert NDR_NBT into shared library.Günther Deschner1-1/+1
Guenther
2011-11-03nbt: move netlogon_samlogon_response into librpc/ndr/ndr_nbt.h.Günther Deschner1-11/+0
Guenther
2011-11-03nbt: merge in LIBCLI_NDR_NETLOGON helper into NDR_NBT.Günther Deschner4-241/+1
Guenther
2011-11-03librpc: remove nbt dependency to svcctl.Günther Deschner1-1/+0
Guenther
2011-11-03librpc: remove nbt dependency to samr.Günther Deschner2-3/+2
Guenther
2011-07-05build: Add missing depencency on NDR_NBTAndrew Bartlett1-1/+1
2011-01-07netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner6-0/+600
Guenther