Gregory Nutt
|
1482732f18
|
NetLib: Move functions in netlib.c to separate files; improve some naming
|
2016-02-08 16:09:24 -06:00 |
|
Gregory Nutt
|
3f95e05bc2
|
NetLib: Add utility functions to support access to the ARP table
|
2016-02-08 11:44:59 -06:00 |
|
Vladimir Komendantskiy
|
387dda152c
|
chat app and required update to the pppd client.
|
2016-01-29 17:00:59 -06:00 |
|
Gregory Nutt
|
a585c6958d
|
Make files non-executable
|
2016-01-23 15:27:48 -06:00 |
|
Gregory Nutt
|
0720f9a357
|
NSH: Add option to use platform-specific logic to verify login credentials; Add option to add a delay after each failed login attempt
|
2016-01-22 10:46:19 -06:00 |
|
Gregory Nutt
|
64f484d71a
|
Move include/inifile.h to include/fsutils/inifile.h
|
2016-01-20 18:45:03 -06:00 |
|
Gregory Nutt
|
29d65eb866
|
apps/fsutils/passwd: Fix a few more errors found in integration
|
2016-01-20 14:41:27 -06:00 |
|
Gregory Nutt
|
681bfa2605
|
NSH: Add logic for the case where the passwd file is read-only. ROMFS image needs to be marked as const, or it will end up in RAM.
|
2016-01-20 13:05:25 -06:00 |
|
Gregory Nutt
|
5aa177e03b
|
apps/fsutils/passwd: Fix numerous errors found during testing
|
2016-01-20 09:36:07 -06:00 |
|
Gregory Nutt
|
8630130299
|
Remove dangle whitespace at the end of the line and some files with carriage returns in them
|
2016-01-19 19:22:45 -06:00 |
|
Gregory Nutt
|
c98e51a31d
|
apps/fsutils/passwd: Add a password fila management library
|
2016-01-19 19:19:04 -06:00 |
|
Gregory Nutt
|
a88338b41a
|
Merge remote-tracking branch 'origin/master' into resolv.conf
|
2016-01-14 15:17:20 -06:00 |
|
Pelle Windestam
|
16c02a07d7
|
Add netlib_get_dripv4addr() and netlib_get_ipv4netmask()
|
2016-01-14 07:24:36 -06:00 |
|
Gregory Nutt
|
0d058af821
|
Step 1 in /etc/resolv.conf support
|
2016-01-13 15:08:59 -06:00 |
|
Gregory Nutt
|
ba8d44d799
|
netutils/telnetd: Move the Telnet driver to nuttx/drivers/net
|
2015-12-07 09:29:29 -06:00 |
|
Ken Pettit
|
ad48d89fe2
|
mksmartfs: Move into apps/fsutils from kernel, now uses only open and ioctl. Add configuration option to supported multiple root directories. From Ken Petit
|
2015-11-23 06:59:56 -06:00 |
|
Gregory Nutt
|
aacfce081e
|
Fix several cosmetic, C coding style issues
|
2015-10-03 11:03:42 -06:00 |
|
Gregory Nutt
|
9cb2849742
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:35:18 -06:00 |
|
Paul A. Patience
|
e1460c9987
|
UAVCAN: Changes to build system
|
2015-09-29 18:18:59 -04:00 |
|
Stefan Kolb
|
71d944a5d0
|
Macros PR_BEGIN_EXTERN_C and PR_END_EXTERN_C were not defined in all contexts. Remove definition and replace with explicit expansion. From Stefan Kolb
|
2015-09-03 07:00:39 -06:00 |
|
Gregory Nutt
|
c7d8ef0f7c
|
Move logic from nuttx/libc/symtab to apps/system/symtab
|
2015-08-23 11:59:07 -06:00 |
|
Gregory Nutt
|
5aa53ea2db
|
Readline: Fix a configuration dependency. If we are not echoing to the console, then we cannot support tab completion
|
2015-07-30 12:53:04 -06:00 |
|
Gregory Nutt
|
169c3c77f1
|
Fix some bad conditional compilation and update some comments
|
2015-07-30 12:40:39 -06:00 |
|
Gregory Nutt
|
820c5c42dd
|
readline/NSH: Extend the tab-completion logic so that NSH commands can also be completed by pressing the tab key
|
2015-07-30 12:11:58 -06:00 |
|
Gregory Nutt
|
f1b4b4d47a
|
Fix a few mistakes I made on the last commit
|
2015-07-28 07:30:05 -06:00 |
|
Gregory Nutt
|
766886310d
|
readline: Update initial readline commit -- make option configurable. Add an interface to de-couple the readline implementation from NSH. Misc. updates for coding style
|
2015-07-28 07:17:50 -06:00 |
|
Gregory Nutt
|
7e43ffa602
|
Fix a bad function prototype introduced in a previous commit
|
2015-07-12 13:42:28 -06:00 |
|
Gregory Nutt
|
ba72767d09
|
apps/netutils/netlib and other files: Create netlib wrapper functions around dns_getserver() and dns_setserver() to isolate application code from changes to those interfaces.
|
2015-07-12 11:53:23 -06:00 |
|
Gregory Nutt
|
48c36800f5
|
apps/netuils/dnsclient and include/netutils/dnsclient.h: Move the DNS client logic into the NuttX C library. It is a necessary part for the full implementation of the netdb logic and provides more flexibility in that location.
|
2015-07-10 11:31:13 -06:00 |
|
Gregory Nutt
|
2ba737b5e5
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:26:01 -06:00 |
|
Gregory Nutt
|
92eacce87e
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:17:42 -06:00 |
|
Gregory Nutt
|
e1d36a7eca
|
Clean up and review of header files for conformance to standards
|
2015-06-12 18:07:47 -06:00 |
|
Gregory Nutt
|
1e91c05d03
|
THTTPD: Add support for using binfs/ instead of NXFLAT. NXFLAT is probably the better solution but recently compiler changes make it unusable. binfs or ELF are fallback binary formats. This commit adds an option to use binfs.
|
2015-06-02 10:45:48 -06:00 |
|
Gregory Nutt
|
728407b1d3
|
apps/system/zoneinfo: Add logic to build a ROMFS file system containing the timezone data
|
2015-04-15 08:39:44 -06:00 |
|
Gregory Nutt
|
48defa7554
|
Forgot to add a file in a previous commit
|
2015-04-14 10:05:45 -06:00 |
|
Gregory Nutt
|
8475fcc11a
|
Add master support to modbus. From Darcy Gong
|
2015-04-11 09:37:31 -06:00 |
|
Gregory Nutt
|
158c7f7574
|
Make some file section headers more consistent with standard
|
2015-04-08 07:25:06 -06:00 |
|
Gregory Nutt
|
44d966b0a1
|
apps/modbus: That completes a complete pass; all of the modbus files a little closer to NuttX coding style. Still not compliant with naming conventions
|
2015-04-07 16:48:09 -06:00 |
|
Gregory Nutt
|
c36f2fd564
|
Modbus: changes to several C file to make them more compatible with NuttX coding style
|
2015-04-07 15:57:52 -06:00 |
|
Gregory Nutt
|
b1151ef033
|
Modbus: Change to more header files to make them a little more consistent with Nuttx coding stanards. Still not very close
|
2015-04-07 15:01:39 -06:00 |
|
Gregory Nutt
|
af7f087ccf
|
Modbus: Change to several header files to make them a little more consistent with Nuttx coding stanards. Still not very close
|
2015-04-07 13:50:36 -06:00 |
|
Gregory Nutt
|
6ad0579b85
|
Modbus: Misc cleanup
|
2015-04-07 12:16:15 -06:00 |
|
Gregory Nutt
|
d32e66b6a2
|
apps/netutils/netlib: Add utilities to convert to/from prefix lengths from/to 128-bit network masks. Modify the NSH IPv6 ifconfig command to show the network mask in a more standard, human readable way.
|
2015-02-06 10:23:15 -06:00 |
|
Gregory Nutt
|
5499189417
|
Add netlib and application hooks for ICMPv6 auto-configuration (still incomplete
|
2015-02-03 08:01:55 -06:00 |
|
Gregory Nutt
|
953c0fb069
|
Rename IPv4 netlib functions and files to make room in the namespace for corresponding IPv6 functions and files
|
2015-01-18 14:17:00 -06:00 |
|
Gregory Nutt
|
4eceae4e32
|
Refresh configuration/update some misnamed conditional compilation
|
2015-01-18 11:17:00 -06:00 |
|
Gregory Nutt
|
bf3c7bd286
|
apps/netutils/dnsclient: Can select to be either IPv4 or IPv6, but not both (IPv6 still does not compile)
|
2015-01-18 10:51:53 -06:00 |
|
Gregory Nutt
|
36118a1b76
|
Networking: Replace all references to net_ipaddr_t with either in_addr_t on net_ipv6addr_t. The goal is to support both IPv4 and IPv6 simultaneously. This requires that the two types be distinct and not conditionally typedef'ed to net_ipaddr_t.
|
2015-01-16 12:30:18 -06:00 |
|
Gregory Nutt
|
8a26497e88
|
apps/inifile: Filename parameter should be const
|
2014-12-06 09:14:55 -06:00 |
|
Gregory Nutt
|
34bb359447
|
Network: All logic will now handle varialbe length link layer protocol headers within incoming packets. This permits use of multiple network interfaces with differing data links. For example, ETHERNET + SLIP
|
2014-11-15 13:13:23 -06:00 |
|