summaryrefslogtreecommitdiffstats
path: root/auth2-chall.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-06-21 - markus@cvs.openbsd.org 2002/06/19 18:01:00Ben Lindstrom6-42/+55
2002-06-21 - deraadt@cvs.openbsd.org 2002/06/19 00:27:55Ben Lindstrom28-99/+101
2002-06-21 - (bal) Cygwin special handling of empty passwords wrong. Patch byBen Lindstrom2-8/+3
2002-06-21 - deraadt@cvs.openbsd.org 2002/06/17 06:05:56Ben Lindstrom2-6/+9
2002-06-21 - itojun@cvs.openbsd.org 2002/06/16 21:30:58Ben Lindstrom2-5/+8
2002-06-21 - markus@cvs.openbsd.org 2002/06/15 01:27:48Ben Lindstrom5-116/+59
2002-06-21 - markus@cvs.openbsd.org 2002/06/15 00:07:38Ben Lindstrom5-20/+23
2002-06-21 - markus@cvs.openbsd.org 2002/06/15 00:01:36Ben Lindstrom5-24/+38
2002-06-21 - (bal) Fixed AIX environment handling, use setpcred() instead of existingBen Lindstrom5-113/+10
2002-06-21 - todd@cvs.openbsd.org 2002/06/14 21:35:00Ben Lindstrom2-3/+9
2002-06-13 - (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.comBen Lindstrom3-5/+8
2002-06-12 - (bal) Some platforms don't have ONLCR (Notable Mint)Ben Lindstrom2-1/+4
2002-06-12 - (bal) Build noop setgroups() for cygwin to clean up code (For otherBen Lindstrom7-15/+32
2002-06-12 - markus@cvs.openbsd.org 2002/06/12 01:09:52Ben Lindstrom2-3/+6
2002-06-12 - markus@cvs.openbsd.org 2002/06/11 23:03:54Ben Lindstrom2-10/+14
2002-06-11 - (bal) Cygwin fix up from swap uid clean up in ssh.c patch byBen Lindstrom2-1/+7
2002-06-11 - itojun@cvs.openbsd.org 2002/06/11 08:11:45Ben Lindstrom2-4/+8
2002-06-11 - mpech@cvs.openbsd.org 2002/06/11 05:46:20Ben Lindstrom7-34/+40
2002-06-11 - markus@cvs.openbsd.org 2002/06/11 04:14:26Ben Lindstrom4-44/+51
2002-06-11 - markus@cvs.openbsd.org 2002/06/10 22:28:41Ben Lindstrom4-114/+98
2002-06-11 - stevesk@cvs.openbsd.org 2002/06/10 21:21:10Ben Lindstrom2-4/+8
2002-06-11 - stevesk@cvs.openbsd.org 2002/06/10 17:45:20Ben Lindstrom3-10/+11
2002-06-11 - stevesk@cvs.openbsd.org 2002/06/10 17:36:23Ben Lindstrom3-6/+17
2002-06-11 - stevesk@cvs.openbsd.org 2002/06/10 16:56:30Ben Lindstrom2-8/+20
2002-06-11 - stevesk@cvs.openbsd.org 2002/06/10 16:53:06Ben Lindstrom3-7/+10
2002-06-11 - itojun@cvs.openbsd.org 2002/06/09 22:17:21Ben Lindstrom2-6/+9
2002-06-11 - stevesk@cvs.openbsd.org 2002/06/09 22:15:15Ben Lindstrom2-5/+26
2002-06-11 - (bal) ssh-agent.c RCSD fix (|unexpand already done)Ben Lindstrom2-2/+5
2002-06-09 - (bal) RCSID tag updates on channels.c, clientloop.c, nchan.c,Ben Lindstrom7-7/+10
2002-06-09 - markus@cvs.openbsd.org 2002/06/09 04:33:27Ben Lindstrom2-3/+6
2002-06-09 - itojun@cvs.openbsd.org 2002/06/08 21:15:27Ben Lindstrom2-15/+8
2002-06-09 - markus@cvs.openbsd.org 2002/06/08 12:46:14Ben Lindstrom2-4/+8
2002-06-09 - markus@cvs.openbsd.org 2002/06/08 12:36:53Ben Lindstrom2-5/+6
2002-06-09 - markus@cvs.openbsd.org 2002/06/08 05:41:18Ben Lindstrom2-4/+5
2002-06-09 - markus@cvs.openbsd.org 2002/06/08 05:40:01Ben Lindstrom2-3/+6
2002-06-09 - markus@cvs.openbsd.org 2002/06/08 05:17:01Ben Lindstrom5-132/+23
2002-06-09 - markus@cvs.openbsd.org 2002/06/08 05:07:09Ben Lindstrom2-4/+11
2002-06-09 - markus@cvs.openbsd.org 2002/06/08 05:07:56Ben Lindstrom2-10/+8
2002-06-09unexpandBen Lindstrom14-27/+27
2002-06-07 - (bal) Removed --{enable/disable}-suid-sshBen Lindstrom1-1/+2
2002-06-07 - (bal) use 'LOGIN_PROGRAM' not '/usr/bin/login' in session.c patch byBen Lindstrom2-2/+4
2002-06-07 - (bal) Missed __progname in ssh-keysign.c patch by dtucker@zip.com.auBen Lindstrom4-26/+13
2002-06-07 - (bal) Reverse logic, use __func__ first since it's C99Ben Lindstrom2-7/+8
2002-06-07 - (bal) ssh-keysign should build and install correctly now. Phase twoBen Lindstrom3-6/+20
2002-06-07 - (bal) Refixed auth2.c. It was never fully commited while spliting outBen Lindstrom2-322/+3
2002-06-07 - (bal) monitor_mm.c typos.Ben Lindstrom2-3/+4
2002-06-07- (bal) Forgot to add msg.c Makefile.in.Ben Lindstrom2-3/+4
2002-06-07 - (bal) Missed msg.[ch] in merge. Required for ssh-keysign.Ben Lindstrom3-1/+106
2002-06-06 - markus@cvs.openbsd.org 2002/06/06 17:30:11Ben Lindstrom2-3/+6
2002-06-06 - markus@cvs.openbsd.org 2002/06/06 17:12:44Ben Lindstrom2-4/+19