summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/uuencode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bye, bye xfree(); ok markus@djm2013-05-171-3/+4
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-2/+2
* document what these functions do so I don't ever have to recuse intodjm2009-03-051-1/+12
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-5/+1
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* move #include <netinet/in.h> out of includes.h; ok deraadt@stevesk2006-07-051-3/+7
* typoderaadt2006-03-261-2/+2
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* introduce xcalloc() and xasprintf() failure-checked allocations functionsdjm2006-03-251-1/+6
* RCSID() can diederaadt2006-03-191-1/+0
* constify. ok markus@ & djm@jakob2003-11-101-2/+2
* signed vs unsigned from -pedantic; ok henning@markus2002-09-091-2/+2
* $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addstevesk2002-03-041-4/+2
* more u_* fixesmarkus2002-02-251-3/+3
* typo in commentmarkus2002-02-241-3/+3
* oopsderaadt2001-03-011-2/+4
* get rid of extra headerderaadt2001-03-011-4/+2
* sync with netbsd tree changes.itojun2001-02-081-2/+3
* indentderaadt2001-02-071-2/+3
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-6/+6
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-1/+24
* Missing CVS idents; ok markusdjm2000-06-221-0/+2
* remote trailing comments before calling __b64_ptonmarkus2000-05-051-2/+16
* replace broken uuencode w/ libc b64_ntopmarkus2000-05-041-92/+8
* remove debugmarkus2000-04-271-1/+0
* add trailing =markus2000-04-261-1/+5
* add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]markus2000-04-261-0/+117