Commit Graph

217 Commits

Author SHA1 Message Date
Todd C. Miller
f4f2eb66b1 now call skeychallenge() to get challenge instead of making one up ourselves.
this way, we get extra goodies in the prompt.
1996-10-03 23:43:17 +00:00
Todd C. Miller
6a230806a8 courtesan 1996-09-08 00:21:42 +00:00
Todd C. Miller
ce5547930e print long skey challemged to stderr, not stdout 1996-09-04 21:19:55 +00:00
Todd C. Miller
6e0efd965d use shost, not host for tgetpass 1996-08-30 14:49:55 +00:00
Todd C. Miller
d189849b44 ++version 1996-08-30 00:37:04 +00:00
Todd C. Miller
3c0aaf274c pass use and host to tgetpass 1996-08-29 21:58:17 +00:00
Todd C. Miller
ad9f1ff3ce added NO_MESSAGE 1996-08-29 20:56:11 +00:00
Todd C. Miller
35825133a7 ++version 1996-08-17 23:25:40 +00:00
Todd C. Miller
8e1ce2143c typo 1996-07-31 14:41:28 +00:00
Todd C. Miller
fb89ade3e0 protect AUTH_CRYPT_OLDCRYPT and AUTH_CRYPT_C1CRYPT since they
are only in dunix 4.x
1996-07-26 18:10:42 +00:00
Todd C. Miller
f5da2ecd9e SHADOW_TYPE is always defined so just against its value 1996-07-26 03:44:13 +00:00
Todd C. Miller
b380c0adef added support for AUTH_CRYPT_OLDCRYPT w/ DUNIX C2 1996-07-23 22:52:52 +00:00
Todd C. Miller
c6b64b90a2 SPW_SECUREWARE now uses bigcrypt 1996-07-14 01:04:05 +00:00
Todd C. Miller
e79f19be35 updated AFS support 1996-07-08 20:08:33 +00:00
Todd C. Miller
33383c49e5 removed usersec.h which is not present in new AFS versions 1996-07-08 13:58:25 +00:00
Todd C. Miller
e4743a46c1 fixed LONG_SKEY_PROMPT stuff 1996-06-07 18:33:18 +00:00
Todd C. Miller
ac186f85f1 hpux 10 uses bigcrypt() if C2 1996-06-06 02:20:17 +00:00
Todd C. Miller
b61573f6dd fixed some indentation 1996-04-05 21:53:02 +00:00
Todd C. Miller
0eb20432fe was closing an fd that may not have been opened 1996-04-02 19:57:13 +00:00
Todd C. Miller
4a46e1a189 Now use skeylookup() instead off skeychallenge() 1996-03-11 01:12:56 +00:00
Todd C. Miller
813ac511d2 ++version 1996-01-14 20:19:56 +00:00
Todd C. Miller
a90d2d478e ++version 1996-01-09 17:52:49 +00:00
Todd C. Miller
6846377706 ++version 1995-12-18 03:09:49 +00:00
Todd C. Miller
e8b95038f5 tkfile was too short and overflowed the kerberos realm 1995-12-15 22:45:45 +00:00
Todd C. Miller
ffbfd54340 modified a comment 1995-12-05 23:58:06 +00:00
Todd C. Miller
d135a0bd16 LONG_SKEY_PROMPT is less of a klusge
/
1995-11-28 04:17:27 +00:00
Todd C. Miller
6a414eaef4 added LONG_SKEY_PROMPT support 1995-11-25 04:56:05 +00:00
Todd C. Miller
461d87164d s/key support now works with normal s/key as well as logdaemon 1995-11-24 23:48:16 +00:00
Todd C. Miller
cd1efe7d21 dce_pwent() is ok after all
.,
1995-11-24 03:22:00 +00:00
Todd C. Miller
d6a223e2a2 now uses user_pw_ent and simple macros to get at the contents 1995-11-24 02:27:27 +00:00
Todd C. Miller
57a4342e7d simpler dec unix C2 support 1995-11-23 01:35:30 +00:00
Todd C. Miller
b60cb8ec76 now includes skey.h 1995-11-21 03:59:02 +00:00
Todd C. Miller
d058a9b04c moved a lot of the shadow passwd crap to sudo_getpwuid() 1995-11-21 03:04:22 +00:00
Todd C. Miller
4865f17ea6 fixed exempt_group stuff for OS's that don't put base gid in
group vector
1995-11-20 19:40:58 +00:00
Todd C. Miller
02bc955a12 S/Key support now works with sunos4 shadow passwords 1995-11-20 06:39:56 +00:00
Todd C. Miller
ef7f00e9bd first stab at dce support 1995-11-20 03:30:30 +00:00
Todd C. Miller
ac12f043f2 skey'd sudo now works w/ normal password as well 1995-11-20 02:36:05 +00:00
Todd C. Miller
9de4fd5450 updated version number 1995-11-19 23:37:15 +00:00
Todd C. Miller
53ae703b75 fixed SKey support 1995-11-19 23:23:46 +00:00
Todd C. Miller
7f847219c8 user_is_exempt() is no longer a hack, it now uses getgrnam() 1995-11-13 05:15:37 +00:00
Todd C. Miller
02036880ce now passes -Wall 1995-09-23 20:47:54 +00:00
Todd C. Miller
5a27e8bba3 local utime.h now lives in emul dir 1995-09-13 01:41:55 +00:00
Todd C. Miller
63cfcdca9d timestampfile is now a global static
removed decl of timestampfile in remove_timestamp since we can just
use the global one
1995-09-04 19:35:04 +00:00
Todd C. Miller
810bbee992 created touch() to update timestamps
added USE_TTY_TICKETS support (bit of a kludge)
1995-09-04 19:28:25 +00:00
Todd C. Miller
68cdc96fff added securid support 1995-07-31 02:01:38 +00:00
Todd C. Miller
4d96a21812 now cast uid to long in sprintf 1995-07-23 23:58:15 +00:00
Todd C. Miller
b6f9d1d1ad now use MAX_UID_T_LEN 1995-07-23 21:47:51 +00:00
Todd C. Miller
f6037dabcd added parens in #if's 1995-07-18 03:54:24 +00:00
Todd C. Miller
415172f627 moved SPW_* to sudo.h 1995-07-18 02:49:56 +00:00
Todd C. Miller
56dcb83602 SPW_AUTH -> SPW_SECUREWARE 1995-07-17 18:29:26 +00:00