Dirk Ziegelmeier
|
dbd847b70c
|
Fix bugfix for bug #49136: No SNMPv2 SetRequest response when OID does not exist
Last commit broke SNMPv1 answers
|
2016-09-20 14:28:40 +02:00 |
|
Dirk Ziegelmeier
|
19e2780656
|
Fix bug #49136: No SNMPv2 SetRequest response when OID does not exist
|
2016-09-20 14:06:20 +02:00 |
|
Dirk Ziegelmeier
|
2facd2d64d
|
Apply modified patch from Daniel Elstner to fix bug #49124: mDNS should not use snprintf()
|
2016-09-19 12:20:20 +02:00 |
|
Dirk Ziegelmeier
|
58c8e0f8ca
|
Implement request by Marco Veeneman: Make snmp_send_trap() public
|
2016-09-15 10:41:05 +02:00 |
|
Dirk Ziegelmeier
|
8dbd1abdc4
|
Minor coding style fixes while reading SNMP code
|
2016-09-12 12:55:24 +02:00 |
|
Erik Ekman
|
4a73bcbc65
|
mdns: Revert answer count patch
Answers written to outpackets can be additional answers
or normal answers to questions.
|
2016-09-09 17:04:12 +02:00 |
|
Axel Lin
|
f38705c38c
|
mdns: Update answers counter in mdns_add_answer rather than each caller
This simplifies the code and less error prone.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
|
2016-09-09 16:42:49 +02:00 |
|
Dirk Ziegelmeier
|
9078f31544
|
Minor: memcpy -> MEMCPY / SMEMCPY
|
2016-08-30 21:56:09 +02:00 |
|
Dirk Ziegelmeier
|
f5135b05d9
|
Minor coding style fixes in mdns.c
|
2016-08-30 21:21:32 +02:00 |
|
Axel Lin
|
ef827e85b8
|
apps/mdns: Fixup LWIP_ERROR message in mdns_build_host_domain
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Dirk Ziegelmeier <dirk@ziegelmeier.net>
|
2016-08-30 08:35:40 +02:00 |
|
Dirk Ziegelmeier
|
e545262d98
|
Remove superfluous parameter from mdns_domain_debug_print()
|
2016-08-29 19:32:39 +02:00 |
|
Dirk Ziegelmeier
|
fb62e9350f
|
Fix wrong sizeof() and remove superfluous NULL pointer check in MDNS
|
2016-08-29 19:15:22 +02:00 |
|
Dirk Ziegelmeier
|
d9b0236525
|
Fix MDNS did not allocate TX packets from RAM but from POOL
|
2016-08-24 08:04:04 +02:00 |
|
Dirk Ziegelmeier
|
fefb782bfe
|
Apply fix by Marco Veeneman in SNMPv3: The outbound_padding is calculated wrong in snmp_complete_outbound_frame()
|
2016-08-19 12:22:59 +02:00 |
|
Dirk Ziegelmeier
|
12609c951c
|
Fix compile of SNMPv3 code with MSVC
|
2016-08-19 12:22:58 +02:00 |
|
goldsimon
|
ebd1bf8a49
|
fixed typo :-(
|
2016-08-19 11:03:09 +02:00 |
|
goldsimon
|
4a7dafc6a6
|
fixed compiling mdns.c after moving things to mdns_priv.h
|
2016-08-19 11:02:37 +02:00 |
|
goldsimon
|
96c3c48ba7
|
mdns: moved private things into mdns_priv.h
|
2016-08-19 09:52:30 +02:00 |
|
goldsimon
|
14fb48cd7a
|
minor: whitespace cleanups
|
2016-08-19 09:41:34 +02:00 |
|
Dirk Ziegelmeier
|
a262a2f252
|
MDNS: Add callback to be called manually when IP has changed to announce new IP
|
2016-08-18 10:59:08 +02:00 |
|
Dirk Ziegelmeier
|
c8c804140d
|
Fix possible NULL pointer dereference in mdns.c introduced in my last commit
|
2016-08-17 21:00:59 +02:00 |
|
Dirk Ziegelmeier
|
ee815e4e7a
|
Finish porting MDNS to new netif client data API
|
2016-08-17 20:09:28 +02:00 |
|
Dirk Ziegelmeier
|
c28fb298b7
|
Introduce an API to store arbitrary data pointers in struct netif
Let MDNS to use the new API
TODO: AutoIP, DHCP
|
2016-08-17 16:37:15 +02:00 |
|
Dirk Ziegelmeier
|
2a90f33757
|
MDNS responder: two functions can take struct mdns_host instead of netif as argument
|
2016-08-17 12:32:33 +02:00 |
|
Dirk Ziegelmeier
|
efb7b3d5f8
|
Rename LWIP_MDNS to LWIP_MDNS_RESPONDER
|
2016-08-17 12:07:38 +02:00 |
|
Dirk Ziegelmeier
|
fec657bb38
|
MDNS: Substitute a few strlens by sizeof()
|
2016-08-16 09:33:53 +02:00 |
|
Dirk Ziegelmeier
|
858287fc3a
|
MDNS: Fix several MSVC warnings
|
2016-08-16 08:33:16 +02:00 |
|
Dirk Ziegelmeier
|
ab72ed8517
|
Fix options #include in mdns code
|
2016-08-16 08:22:41 +02:00 |
|
Dirk Ziegelmeier
|
482a4d2ce9
|
MDNS: Correct setting TTL when IGMP is not enabled
|
2016-08-16 08:09:19 +02:00 |
|
Dirk Ziegelmeier
|
39ac8e2c57
|
Remove some MDNS functions from documentation, they are only visible for unit tests
|
2016-08-14 17:08:39 +02:00 |
|
Dirk Ziegelmeier
|
52449e12c0
|
Forgot to save before committing...
|
2016-08-14 16:56:34 +02:00 |
|
Dirk Ziegelmeier
|
2335c1a73c
|
Port MDNS to new dual-stack API
|
2016-08-14 16:47:45 +02:00 |
|
Dirk Ziegelmeier
|
ebe0e6f98d
|
Some documentation cosmetics in mdns.c
|
2016-08-14 15:42:22 +02:00 |
|
Dirk Ziegelmeier
|
a2894ede1c
|
MDNS: make a few arguments const where suitable
|
2016-08-14 15:31:49 +02:00 |
|
Dirk Ziegelmeier
|
306113c8c3
|
Add MDNS to doxygen docs
|
2016-08-14 15:22:05 +02:00 |
|
Erik Ekman
|
4919932c49
|
Apply patch #8755: Multicast DNS responder support from Erik Ekman
|
2016-08-14 15:07:45 +02:00 |
|
Dirk Ziegelmeier
|
ce6ea0df15
|
Convert SNMP snmp_vb_enumerator_err_t to a typedef and fix resulting compile error
|
2016-08-12 22:59:21 +02:00 |
|
Dirk Ziegelmeier
|
0005b7c2d0
|
Revert my last change in sntp.c - allow usage of custom error values in err_t
|
2016-08-09 08:20:28 +02:00 |
|
Dirk Ziegelmeier
|
61dae47a71
|
Relete SNMP README and incorporate it's text in doxygen docs
|
2016-08-08 22:40:57 +02:00 |
|
Dirk Ziegelmeier
|
85ab39985a
|
Fix a few incorrect uses of err_t. Found by converting lwip error codes to an enum, but I'm not sure wether I want to commit the actual enum conversion.
|
2016-08-08 22:15:01 +02:00 |
|
Dirk Ziegelmeier
|
9fb9033815
|
Move MIB compiler to contrib, it's a better place for it
|
2016-07-28 14:33:15 +02:00 |
|
goldsimon
|
5bcaefddd4
|
lwiperf: improved documentation, removed unused enum members
|
2016-07-28 08:07:02 +02:00 |
|
sg
|
8ece46d5d2
|
snmp threadsync_data: "u8" -> "err" (typedef snmp_err_t is an enum, not u8_t)
|
2016-07-27 20:28:39 +02:00 |
|
Dirk Ziegelmeier
|
aece68639a
|
Integrate snmp_agent.txt in doxygen documentation, delete outdated file
|
2016-07-27 18:58:28 +02:00 |
|
Dirk Ziegelmeier
|
6b524367a3
|
Documentation review with Simon, minor changes
|
2016-07-27 08:05:38 +02:00 |
|
Dirk Ziegelmeier
|
1993b0257c
|
Document SNMP MIB2 functions
|
2016-07-27 06:37:26 +02:00 |
|
Dirk Ziegelmeier
|
c6831648e2
|
Document apps in doxygen module style, create more top-level categories to structure documentation
|
2016-07-26 19:30:05 +02:00 |
|
Dirk Ziegelmeier
|
40bc80b551
|
Fix compile of snmp_mib2_system.c after my last SNMP API change
|
2016-07-26 16:39:34 +02:00 |
|
Dirk Ziegelmeier
|
73ee4cbbf7
|
MIB compiler: Back to .NET 4.0 to maintain compatibility to VS2010
|
2016-07-26 12:59:28 +02:00 |
|
Dirk Ziegelmeier
|
f6468510c6
|
Adapt MIB compiler to changed function signature of my last commit. Done with patch #9044: SNMP response for failed get operation.
|
2016-07-26 12:59:27 +02:00 |
|