summaryrefslogtreecommitdiffstats
path: root/ssh-rand-helper.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-06-09unexpandBen Lindstrom1-2/+2
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
2002-06-06 - stevesk@cvs.openbsd.org 2002/06/06 01:09:41Ben Lindstrom2-3/+6
2002-06-06 - markus@cvs.openbsd.org 2002/06/05 21:55:44Ben Lindstrom6-15/+152
2002-06-06 - markus@cvs.openbsd.org 2002/06/05 20:56:39Ben Lindstrom2-2/+7
2002-06-06 - markus@cvs.openbsd.org 2002/06/05 19:57:12Ben Lindstrom6-8/+142
2002-06-06 - markus@cvs.openbsd.org 2002/06/05 16:48:54Ben Lindstrom2-43/+60
2002-06-06 - markus@cvs.openbsd.org 2002/06/05 16:08:07Ben Lindstrom4-14/+37
2002-06-06 - markus@cvs.openbsd.org 2002/06/05 16:08:07Ben Lindstrom1-1/+5
2002-06-06 - markus@cvs.openbsd.org 2002/06/04 23:05:49Ben Lindstrom6-164/+167
2002-06-06 - markus@cvs.openbsd.org 2002/06/04 23:02:06Ben Lindstrom2-3/+6
2002-06-06 - markus@cvs.openbsd.org 2002/06/04 19:53:40Ben Lindstrom2-8/+37
2002-06-06 - markus@cvs.openbsd.org 2002/06/04 19:42:35Ben Lindstrom2-10/+19
2002-06-06 - deraadt@cvs.openbsd.org 2002/06/03 12:04:07Ben Lindstrom2-3/+9
2002-06-06 - markus@cvs.openbsd.org 2002/05/31 13:20:50Ben Lindstrom2-3/+23
2002-06-06 - markus@cvs.openbsd.org 2002/05/31 13:16:48Ben Lindstrom2-2/+11
2002-06-06 - markus@cvs.openbsd.org 2002/05/31 11:35:15Ben Lindstrom3-49/+44
2002-06-06 - markus@cvs.openbsd.org 2002/05/31 10:30:33Ben Lindstrom2-6/+15
2002-06-06 - markus@cvs.openbsd.org 2002/05/30 08:07:31Ben Lindstrom2-6/+29
2002-06-06 - markus@cvs.openbsd.org 2002/05/29 11:21:57Ben Lindstrom2-2/+19
2002-06-06 - stevesk@cvs.openbsd.org 2002/05/29 03:06:30Ben Lindstrom3-5/+8
2002-06-06 - stevesk@cvs.openbsd.org 2002/05/28 21:24:00Ben Lindstrom2-4/+5
2002-06-06 - (bal) Corrected debug() in uidswap.c to match upstream.Ben Lindstrom2-2/+4
2002-06-06 - stevesk@cvs.openbsd.org 2002/05/28 17:28:02Ben Lindstrom2-11/+13
2002-06-06 - stevesk@cvs.openbsd.org 2002/05/28 16:45:27Ben Lindstrom2-4/+8
2002-06-06 - stevesk@cvs.openbsd.org 2002/05/26 20:35:10Ben Lindstrom2-10/+13
2002-06-06 - markus@cvs.openbsd.org 2002/05/25 18:51:07Ben Lindstrom9-189/+726
2002-06-06 - markus@cvs.openbsd.org 2002/05/25 08:50:39Ben Lindstrom2-3/+6
2002-06-06 - markus@cvs.openbsd.org 2002/05/24 08:45:14Ben Lindstrom2-15/+20
2002-06-06 - markus@cvs.openbsd.org 2002/05/23 19:39:34Ben Lindstrom2-2/+7
2002-06-06 - markus@cvs.openbsd.org 2002/05/23 19:24:30Ben Lindstrom12-36/+403
2002-06-06 - deraadt@cvs.openbsd.org 2002/05/22 23:18:25Ben Lindstrom3-8/+11
2002-06-06 - deraadt@cvs.openbsd.org 2002/05/19 20:54:52Ben Lindstrom2-4/+7
2002-06-06 - stevesk@cvs.openbsd.org 2002/05/16 22:09:59Ben Lindstrom3-6/+10
2002-06-06 - markus@cvs.openbsd.org 2002/05/16 22:02:50Ben Lindstrom4-13/+16
2002-06-06 - markus@cvs.openbsd.org 2002/05/15 21:56:38Ben Lindstrom4-8/+14
2002-06-04 - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changedKevin Steves2-2/+18
2002-05-28[configure.ac.orig monitor_fdpass.c] Enahnce msghdr tests to addressTim Rice3-13/+32
2002-05-22unbreak (aaarrrgggh - stupid vi)Damien Miller1-1/+1
2002-05-22sync scard/Damien Miller3-33/+56