1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add the rest of the routing flags and route mtu/expire using nopt() no lockrest for the moment
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
these functions need a consistent name
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
these functions need a consistent name
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
Whoops there it is (now)
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
update TODO
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
check for sensible argc on parent
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
in the strtonum error case, the strtonum return value isn't useful
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
Make "vlan x parent y" into an alias for "vnetid x" and "parent y" if the SIOCSIFPARENT ioctl is present. The config backwards compat hack will disappear after the code for handling the old ioctl case is removed.
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
parent support in config printer
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
add parent to CLI
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
Support interface parent in if.c and some minor cleanups
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
Make vnetid range checking consistent
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
Merge branch 'master' of http://github.com/yellowman/nsh
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
Merge pull request #21 from sthen/master
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
From Stuart Henderson: Use sensible flags for isakmpd that don't include bgpd or sasyncd specialties for now. These are not typical use cases and need to be enabled with a flag, not by default. If you can think of a nifty way to do this, send a diff...
chriscappuccio
as chris
More... over 8 years ago
From Stuart Henderson: isakmpd requires that the rules be loaded with an nsh 'ipsec reload' command. Congratulations Stuart you are the first person to use isakmpd with nsh :)
chriscappuccio
as chris
More... over 8 years ago
allow overriding CFLAGS while keeping -W intact More... over 8 years ago
support "sh ipsec sadb", "sh ipsec flows", needed now that encap flows are not included in the normal route table display. More... over 8 years ago
The IPV6CTL_V6ONLY might just disappear, and it's a no-op on OpenBSD in any event. From Jeremie Courreges-Anglas <[email protected]>
chriscappuccio
as chris
More... over 8 years ago
Please, do not modify /etc/rc for this reason. It isn't necessary. If you want to suppress the kernel version header, please edit /etc/rc for that reason alone.
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
Save SPPP authkey / peerkey in database instead of asking the kernel for it.
chriscappuccio
as Chris Cappuccio
More... over 8 years ago
Merge branch 'motd' of https://github.com/muhammadn/nsh into motd More... over 8 years ago
fix a bug that dns is inserted twice More... over 8 years ago
fix a bug with DNS being inserted twice More... over 8 years ago
update manual More... over 8 years ago
write data for motd More... over 8 years ago
link temporary motd.0 to etc/motd More... over 8 years ago
use /etc/motd instead of symlinking More... over 8 years ago
remove unneeded code More... over 8 years ago
add motd functionality - this is needed to warn users, etc More... over 8 years ago