summaryrefslogtreecommitdiffstats
path: root/ax25/access.c
Commit message (Collapse)AuthorAgeFilesLines
* fix: ask_pw_sys(): do not query for the same numbersThomas Osterried2008-02-161-1/+0
|
* new feature: bcpasswd authentication type "unix".Thomas Osterried2008-02-161-4/+24
| | | | | user has now also the choice to use the standard unix passwd/shadow authentication
* typoThomas Osterried2008-02-161-1/+1
|
* Fix warnings about // style comment. And remove some of the mostRalf Baechle2007-01-231-11/+8
| | | | pointless comments.
* \n problem in in the bcpasswd part while sending messagesThomas Osterried2006-04-151-16/+16
| | | | intr = ^C as stty setting
* md5 and sys authentication via /etc/ax25/bcpasswd and $HOME/bcpasswd.Thomas Osterried2006-04-091-0/+380
Documented in axspawn.8 Thanks to Christoph <dk2crn> for contribution.