| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-07-16 | libcls/netlogon: clang: Fix 'initialization value is never read' | Noel Power | 1 | -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-05 | libcli/netlogon: We need to handle a bug in FreeIPA (at least <= 4.1.2). | Stefan Metzmacher | 1 | -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-03 | waf: convert NDR_NBT into shared library. | Günther Deschner | 1 | -1/+1 | |
| Guenther | |||||
| 2011-11-03 | nbt: move netlogon_samlogon_response into librpc/ndr/ndr_nbt.h. | Günther Deschner | 1 | -11/+0 | |
| Guenther | |||||
| 2011-11-03 | nbt: merge in LIBCLI_NDR_NETLOGON helper into NDR_NBT. | Günther Deschner | 4 | -241/+1 | |
| Guenther | |||||
| 2011-11-03 | librpc: remove nbt dependency to svcctl. | Günther Deschner | 1 | -1/+0 | |
| Guenther | |||||
| 2011-11-03 | librpc: remove nbt dependency to samr. | Günther Deschner | 2 | -3/+2 | |
| Guenther | |||||
| 2011-07-05 | build: Add missing depencency on NDR_NBT | Andrew Bartlett | 1 | -1/+1 | |
| 2011-01-07 | netlogon: move netlogon helpers to ../libcli/netlogon. | Günther Deschner | 6 | -0/+600 | |
| Guenther | |||||
