summaryrefslogtreecommitdiff
path: root/pppd/sys-solaris.c
Commit message (Expand)AuthorAgeFilesLines
* Header file reorganization and cleaning up the public API for pppd version 2....Eivind Næss2023-01-211-25/+25
* Need to use the /include directory for SunOSEivind Næss2022-07-151-0/+4
* Changing PPP_FILTER to PPP_WITH_FILTER for consistency.Eivind Næss2022-07-151-1/+1
* Changing INET6 to PPP_WITH_IPV6CP and adding configure optionEivind Næss2022-07-151-40/+40
* Removing dead code per review by James CarlsonEivind Næss2021-07-201-27/+0
* Use autoconf/automake to configure and make pppEivind Næss2021-07-201-1/+9
* Repair compilation issues on SolarisJames Carlson2021-01-041-3/+3
* pppd: Combine get_first_ethernet() and get_if_hwaddr() into one function (#207)pali2021-01-021-35/+32
* pppd: Add replacedefaultroute option (#200)Samuel Thibault2021-01-021-1/+6
* Deduplicate ether_to_eui64() implementation (#204)pali2021-01-011-44/+0
* Merge pull request #103 from Low-power/solaris-mtu-fixPaul Mackerras2020-12-311-2/+2
|\
| * Fix netif_set_mtu for SolarisWHR2019-05-271-2/+2
* | Convert to ANSI CPaul Mackerras2020-12-291-166/+77
* | Add support for EAP-TLS (including experimental TLS v1.3 support).Jan Just Keijser2020-10-191-0/+20
* | pppd: Handle SIGINT and SIGTERM during interrupted syscalls (#148)pali2020-05-251-1/+1
* | Merge branch 'monotonic-time' of https://github.com/themiron/pppPaul Mackerras2020-05-251-0/+11
|\ \
| * | pppd: linux: use monotonic time if possibleVladislav Grishenko2020-05-221-0/+11
| |/
* | pppd: Fix IPv6 default route code for SolarisJames Carlson2019-12-311-25/+39
* | pppd: Add defaultroute6 and related optionsSamuel Thibault2019-10-191-0/+67
* | pppd: Remove unused rcsid variablesKurt Van Dijck2019-10-021-1/+0
|/
* pppd: Add option "stop-bits" to set number of serial port stop bits.Craig McQueen2014-02-191-0/+3
* Fixed uninitialized 'pw' variable in HAS_SHADOW logic in session.c dueJames Carlson2008-01-301-3/+2
* Added new "enable-session" option to enable session accounting andJames Carlson2007-06-191-2/+7
* Fix for Sun CR 6257917: the right prefix length for an interface tokenJames Carlson2005-05-041-2/+2
* Remove the requirement that redistributions in binary form reproducePaul Mackerras2004-11-041-8/+3
* Fixed compilation failure on Solaris due to new CHAP (missing chap-md5.oJames Carlson2004-01-171-1/+2
* Revert the previous change that required channel send_config andPaul Mackerras2003-04-071-25/+15
* A bunch of fixes mostly aimed at fixing the problems we have beenPaul Mackerras2003-03-031-5/+15
* Update copyrights. The new CMU copyright notice is from CMU and nowPaul Mackerras2002-12-041-20/+68
* Added ability to detect and use either gcc or Sun WorkShop C compilerJames Carlson2002-09-071-1/+2
* Added new hooks:David F. Skoll2002-02-121-1/+2
* add dump_packet, don't log lcp echo request/reply messages oncePaul Mackerras2001-05-231-3/+2
* minor bugfixes, now 2.4.2b1, add pkts_in/out to pppd_stats,Paul Mackerras2001-04-271-9/+5
* make establish/disestablish_ppp members of the channel struct,Paul Mackerras2001-03-121-14/+5
* Separate out the setting of the interface MTU from the setting ofPaul Mackerras2001-03-081-32/+39
* Fixed bugs with regards to using other device names than "ppp"Adi Masputra2000-04-211-6/+10
* 1) Created a subdirectory called 'solaris'. Currently it contains a replicaAdi Masputra2000-04-181-0/+2735