Changeset 1fae7b43 in rtems for cpukit/telnetd/check_passwd.c
- Timestamp:
- Oct 15, 2008, 5:37:16 PM (11 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- b4288f0
- Parents:
- f3b9811
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/telnetd/check_passwd.c
rf3b9811 r1fae7b43 79 79 int check_passwd(char *peername) 80 80 { 81 char *pw;82 intrval = -1, tmp, retries;83 struct termios t,told;84 intrestore_flags = 0;85 char buf[30], cryptbuf[21];86 char salt[3];81 char *pw; 82 int rval = -1, tmp, retries; 83 struct termios t,told; 84 int restore_flags = 0; 85 char buf[30], cryptbuf[21]; 86 char salt[3]; 87 87 88 88 if ( !(pw=getenv("TELNETD_PASSWD")) || 0 == strlen(pw) )
Note: See TracChangeset
for help on using the changeset viewer.