summaryrefslogtreecommitdiffstats
path: root/ax25/access.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed speeling errors in man pages and programs.Thomas Osterried2023-05-131-3/+3
* Delete more assignments in if conditions.Ralf Baechle2017-08-031-6/+12
* treewide: Kill assignments in if conditions.Ralf Baechle2017-07-311-1/+3
* axspawn: Fix use of 0 instead of NULL as a pointer value.Ralf Baechle2017-02-061-6/+6
* axspawn: Move calc_md5_pw to eleminate need for declaration and make static.Ralf Baechle2017-02-061-30/+29
* axspawn: Make several functions and variables static.Ralf Baechle2017-02-061-11/+8
* ax25/access.c: Fix signedness compiler warnings.Ralf Baechle2015-06-071-1/+1
* Reformat consistently. Strictly whitespace changes only.Ralf Baechle2013-06-171-17/+17
* Remove parenthesis around arguments of return statements.Ralf Baechle2013-06-171-2/+2
* Use tabs for indentation, not spaces.Ralf Baechle2013-06-171-17/+17
* Nuke trailing whitespace.Ralf Baechle2013-06-171-3/+3
* 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
* typoThomas Osterried2008-02-161-1/+1
* Fix warnings about // style comment. And remove some of the mostRalf Baechle2007-01-231-11/+8
* \n problem in in the bcpasswd part while sending messagesThomas Osterried2006-04-151-16/+16
* md5 and sys authentication via /etc/ax25/bcpasswd and $HOME/bcpasswd.Thomas Osterried2006-04-091-0/+380