OpenBSD CVS

src/usr.bin/ssh/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / ssh

Current tag: OPENBSD_4_4


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] lib/        
[DIR] moduli-gen/        
[DIR] scard/        
[DIR] scp/        
[DIR] sftp/        
[DIR] sftp-server/        
[DIR] ssh/        
[DIR] ssh-add/        
[DIR] ssh-agent/        
[DIR] ssh-keygen/        
[DIR] ssh-keyscan/        
[DIR] ssh-keysign/        
[DIR] ssh-pkcs11-helper/        
[DIR] ssh-sk-helper/        
[DIR] sshd/        
[DIR] sshd-session/        
[TXT] LICENCE  1.19   19 years  markus   s/keygen/keyscan/
[TXT] Makefile  1.12   20 years  grange   Use ${INSTALL} instead of install; from art's amd64 tree. ok markus@
[TXT] Makefile.inc  1.32   15 years  djm   revert accidental commit (nearly 2 months ago!) that unconditionally enabled -We...
[TXT] OVERVIEW  1.11   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] PROTOCOL  1.11   15 years  djm   grammar
[TXT] PROTOCOL.agent  1.4   15 years  stevesk   fix some typos; ok djm@
[TXT] README  1.7   18 years  djm   $OpenBSD$ in here too
[TXT] addrmatch.c  1.3   15 years  djm   support CIDR address matching in .ssh/authorized_keys from="..." stanzas ok and...
[TXT] atomicio.c  1.25   16 years  dtucker   Include <poll.h> like the man page says rather than <sys/poll.h>. ok djm@
[TXT] atomicio.h  1.10   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] auth-bsdauth.c  1.11   16 years  djm   unifdef -DBSD_AUTH unifdef -USKEY These options have been in use for some years...
[TXT] auth-krb5.c  1.19   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] auth-options.c  1.43   15 years  djm   support CIDR address matching in .ssh/authorized_keys from="..." stanzas ok and...
[TXT] auth-options.h  1.17   16 years  djm   add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc
[TXT] auth-passwd.c  1.43   16 years  djm   unifdef -DBSD_AUTH unifdef -USKEY These options have been in use for some years...
[TXT] auth-rhosts.c  1.43   15 years  dtucker   Include unistd.h for close(), prevents warnings in -portable
[TXT] auth.c  1.79   15 years  dtucker   Merge duplicate host key file checks, based in part on a patch from Rob Holland ...
[TXT] auth.h  1.61   15 years  dtucker   Merge duplicate host key file checks, based in part on a patch from Rob Holland ...
[TXT] auth2-chall.c  1.33   16 years  djm   unifdef -DBSD_AUTH unifdef -USKEY These options have been in use for some years...
[TXT] auth2-gss.c  1.16   16 years  dtucker   Allow build without -DGSSAPI; ok deraadt@
[TXT] auth2-hostbased.c  1.12   15 years  djm   strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yes report...
[TXT] auth2-kbdint.c  1.5   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] auth2-none.c  1.15   15 years  djm   Make protocol 2 MaxAuthTries behaviour a little more sensible: Check whether cl...
[TXT] auth2-passwd.c  1.9   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] auth2-pubkey.c  1.19   15 years  otto   avoid nasty double free; ok dtucker@ djm@
[TXT] auth2.c  1.119   15 years  djm   Make protocol 1 MaxAuthTries logic match protocol 2's. Do not treat the first p...
[TXT] authfd.c  1.80   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] authfd.h  1.36   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] authfile.c  1.76   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] authfile.h  1.13   18 years  dtucker   Prevent ssh from trying to open private keys with bad permissions more than once...
[TXT] canohost.c  1.63   15 years  dtucker   Do not pass "0" strings as ports to getaddrinfo because the lookups can slow thi...
[TXT] canohost.h  1.9   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] channels.c  1.286   15 years  djm   this loop index should be automatic, not static
[TXT] channels.h  1.96   15 years  djm   don't call isatty() on a pty master, instead pass a flag down to channel_set_fds...
[TXT] cipher.c  1.81   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] cipher.h  1.36   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] cleanup.c  1.5   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] clientloop.c  1.201   15 years  djm   rename variable first_gc -> last_gc (since it is actually the last in the list)....
[TXT] clientloop.h  1.22   15 years  djm   The multiplexing escape char handler commit last night introduced a small memory...
[TXT] compat.c  1.77   17 years  djm   bz #1019: some ssh.com versions apparently can't cope with the remote port forwa...
[TXT] compat.h  1.41   17 years  djm   bz #1019: some ssh.com versions apparently can't cope with the remote port forwa...
[TXT] dh.c  1.47   15 years  djm   when loading moduli from /etc/moduli in sshd(8), check that they are of the expe...
[TXT] dh.h  1.10   15 years  djm   when loading moduli from /etc/moduli in sshd(8), check that they are of the expe...
[TXT] dispatch.c  1.21   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] dispatch.h  1.11   18 years  djm   replace the last non-sig_atomic_t flag used in a signal handler with a sig_atomi...
[TXT] dns.c  1.25   15 years  dtucker   Do not pass "0" strings as ports to getaddrinfo because the lookups can slow thi...
[TXT] dns.h  1.10   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] fatal.c  1.7   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] groupaccess.c  1.13   15 years  djm   support negation of groups in "Match group" block (bz#1315); ok dtucker@
[TXT] groupaccess.h  1.8   15 years  djm   support negation of groups in "Match group" block (bz#1315); ok dtucker@
[TXT] gss-genr.c  1.19   16 years  dtucker   Pass GSS OID to gss_display_status to provide better information in error messag...
[TXT] gss-serv-krb5.c  1.7   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] gss-serv.c  1.22   16 years  djm   Implement a channel success/failure status confirmation callback mechanism. Each...
[TXT] hostfile.c  1.45   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] hostfile.h  1.16   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] kex.c  1.79   16 years  djm   Preserve MAC ctx between packets, saving 2xhash calls per-packet. Yields around ...
[TXT] kex.h  1.46   16 years  pvalchev   Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must speci...
[TXT] kexdh.c  1.23   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] kexgex.c  1.27   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] kexgexc.c  1.11   17 years  markus   add missing checks for openssl return codes; with & ok djm@
[TXT] kexgexs.c  1.10   17 years  markus   add missing checks for openssl return codes; with & ok djm@
[TXT] log.c  1.41   15 years  dtucker   Add extended test mode (-T) and connection parameters for test mode (-C). -T cau...
[TXT] log.h  1.17   15 years  dtucker   replace __dead with __attribute__((noreturn)), makes things a little easier to p...
[TXT] mac.c  1.15   15 years  dtucker   upcast another size_t to u_long to match format
[TXT] mac.h  1.6   16 years  pvalchev   Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must speci...
[TXT] match.c  1.27   15 years  djm   support CIDR address matching in .ssh/authorized_keys from="..." stanzas ok and...
[TXT] match.h  1.14   15 years  djm   support CIDR address matching in sshd_config "Match address" blocks, with full s...
[TXT] misc.c  1.69   15 years  dtucker   upcast uid to long with matching %ld, prevents warnings in portable
[TXT] misc.h  1.38   15 years  dtucker   Make keepalive timeouts apply while waiting for a packet, particularly during ke...
[TXT] moduli.c  1.21   15 years  djm   when loading moduli from /etc/moduli in sshd(8), check that they are of the expe...
[TXT] monitor.c  1.99   15 years  markus   sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@
[TXT] monitor.h  1.14   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] monitor_fdpass.c  1.17   16 years  deraadt   msg_controllen has to be CMSG_SPACE so that the kernel can account for each cmsg...
[TXT] monitor_fdpass.h  1.4   16 years  djm   make file descriptor passing code return an error rather than call fatal() when ...
[TXT] monitor_wrap.c  1.63   15 years  markus   sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@
[TXT] monitor_wrap.h  1.20   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] msg.c  1.15   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] msg.h  1.4   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] mux.c  1.7   15 years  dtucker   Friendlier error messages for mux fallback. ok djm@
[TXT] myproposal.h  1.22   16 years  pvalchev   Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must speci...
[TXT] nchan.c  1.60   15 years  djm   only send eow@openssh.com notifications for session channels; ok! markus@
[TXT] nchan.ms  1.8   20 years  djm   unexpand and delete whitespace at EOL; ok markus@
[TXT] nchan2.ms  1.4   16 years  djm   document eow message in ssh protocol 2 channel state machine; feedback and ok ma...
[TXT] packet.c  1.157   15 years  markus   sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@
[TXT] packet.h  1.49   15 years  markus   sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@
[TXT] pathnames.h  1.16   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] progressmeter.c  1.37   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] progressmeter.h  1.2   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] readconf.c  1.167   15 years  grunk   Move SSH Fingerprint Visualization away from sharing the config option CheckHost...
[TXT] readconf.h  1.74   15 years  grunk   Move SSH Fingerprint Visualization away from sharing the config option CheckHost...
[TXT] readpass.c  1.47   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] scp.1  1.46   15 years  djm   better description for -i flag: s/RSA authentication/public key authentication/
[TXT] scp.c  1.163   15 years  dtucker   Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@
[TXT] servconf.c  1.187   15 years  djm   do not try to print options that have been compile-time disabled in config test ...
[TXT] servconf.h  1.85   15 years  dtucker   Add extended test mode (-T) and connection parameters for test mode (-C). -T cau...
[TXT] serverloop.c  1.153   15 years  djm   only pass channel requests on session channels through to the session channel ha...
[TXT] serverloop.h  1.6   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] session.c  1.241   15 years  dtucker   Rename the isatty argument to is_tty so we don't shadow isatty(3). ok markus@
[TXT] session.h  1.30   16 years  djm   Make the maximum number of sessions run-time controllable via a sshd_config MaxS...
[TXT] sftp-client.c  1.86   15 years  djm   allow the sftp chmod(2)-equivalent operation to set set[ug]id/sticky bits. Note ...
[TXT] sftp-client.h  1.17   15 years  dtucker   Have the sftp client store the statvfs replies in wire format, which prevents pr...
[TXT] sftp-common.c  1.20   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] sftp-common.h  1.10   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] sftp-glob.c  1.22   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] sftp-server-main.c  1.3   16 years  djm   Fix RCS ident
[TXT] sftp-server.8  1.14   15 years  jmc   no need for .Pp before or after .Sh;
[TXT] sftp-server.c  1.84   15 years  djm   allow the sftp chmod(2)-equivalent operation to set set[ug]id/sticky bits. Note ...
[TXT] sftp.1  1.67   15 years  djm   number of pipelined requests is not 64; prodded by Iain.Morgan AT nasa.gov
[TXT] sftp.c  1.103   15 years  djm   increase number of piplelined requests so they properly fill the (recently incre...
[TXT] sftp.h  1.9   15 years  dtucker   replace __dead with __attribute__((noreturn)), makes things a little easier to p...
[TXT] ssh-add.1  1.46   16 years  jmc   identies -> identities;
[TXT] ssh-add.c  1.90   16 years  sobrado   sort synopsis and options in ssh-agent(1); usage is lowercase ok jmc@
[TXT] ssh-agent.1  1.46   16 years  sobrado   sort synopsis and options in ssh-agent(1); usage is lowercase ok jmc@
[TXT] ssh-agent.c  1.159   15 years  djm   reset global compat flag after processing a protocol 2 signature request with th...
[TXT] ssh-dss.c  1.24   17 years  markus   add missing checks for openssl return codes; with & ok djm@
[TXT] ssh-gss.h  1.10   16 years  djm   relocate server-only GSSAPI code from libssh to server; bz #1225 patch from simo...
[TXT] ssh-keygen.1  1.79   15 years  sthen   Add "ssh-keygen -F -l" to synopsis (displays fingerprint from known_hosts). ok ...
[TXT] ssh-keygen.c  1.171   15 years  sthen   Change "ssh-keygen -F [host] -l" to not display random art unless -v is also spe...
[TXT] ssh-keyscan.1  1.24   16 years  djm   default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by larsnooden AT...
[TXT] ssh-keyscan.c  1.76   16 years  djm   default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by larsnooden AT...
[TXT] ssh-keysign.8  1.9   16 years  jmc   convert to new .Dd format;
[TXT] ssh-keysign.c  1.29   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] ssh-rsa.c  1.39   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] ssh.1  1.277   15 years  djm   When forking after authentication ("ssh -f") with ExitOnForwardFailure enabled, ...
[TXT] ssh.c  1.318   15 years  djm   When forking after authentication ("ssh -f") with ExitOnForwardFailure enabled, ...
[TXT] ssh.h  1.78   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] ssh2.h  1.10   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] ssh_config  1.24   15 years  grunk   Add VisualHostKey to example file, ok djm@
[TXT] ssh_config.5  1.112   15 years  krw   whitepsace -> whitespace. From Matthew Clarke via bugs@.
[TXT] sshconnect.c  1.211   15 years  dtucker   Send CR LF during protocol banner exchanges, but only for Protocol 2 only, in or...
[TXT] sshconnect.h  1.24   16 years  djm   make ssh(1)'s ConnectTimeout option apply to both the TCP connection and SSH ban...
[TXT] sshconnect2.c  1.167   15 years  markus   don't allocate space for empty banners; report t8m at centrum.cz; ok deraadt
[TXT] sshd.8  1.246   15 years  djm   increase default size of ssh protocol 1 ephemeral key from 768 to 1024 bits; pro...
[TXT] sshd.c  1.364   15 years  markus   sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@
[TXT] sshd_config  1.80   15 years  djm   increase default size of ssh protocol 1 ephemeral key from 768 to 1024 bits; pro...
[TXT] sshd_config.5  1.96   15 years  djm   increase default size of ssh protocol 1 ephemeral key from 768 to 1024 bits; pro...
[TXT] sshlogin.c  1.26   16 years  gilles   use strcspn to properly overwrite '\n' in fgets returned buffer ok pyr@, ray@, ...
[TXT] sshlogin.h  1.8   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] sshpty.c  1.28   16 years  stevesk   remove #if defined block not needed; ok markus@ dtucker@
[TXT] sshpty.h  1.11   16 years  djm   Fix sending tty modes when stdin is not a tty (bz#1199). Previously we would sen...
[TXT] sshtty.c  1.13   16 years  djm   Fix sending tty modes when stdin is not a tty (bz#1199). Previously we would sen...
[TXT] ttymodes.c  1.28   15 years  stevesk   we don't need arg after the debug3() was removed. from lint. ok djm@
[TXT] ttymodes.h  1.14   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] uidswap.c  1.35   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] uidswap.h  1.13   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] umac.c  1.3   16 years  pvalchev   Ensure nh_result lies on a 64-bit boundary (fixes warnings observed on Itanium o...
[TXT] umac.h  1.1   16 years  pvalchev   Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must speci...
[TXT] version.h  1.54   15 years  djm   openssh-5.1
[TXT] xmalloc.c  1.27   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] xmalloc.h  1.13   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] README.smartcard (in the Attic) [Hide]  1.9   20 years  djm   unexpand and delete whitespace at EOL; ok markus@
[TXT] auth-chall.c (in the Attic) [Hide]  1.12   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] auth-rh-rsa.c (in the Attic) [Hide]  1.42   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] auth-rsa.c (in the Attic) [Hide]  1.73   15 years  dtucker   Merge duplicate host key file checks, based in part on a patch from Rob Holland ...
[TXT] auth1.c (in the Attic) [Hide]  1.73   15 years  djm   Make protocol 1 MaxAuthTries logic match protocol 2's. Do not treat the first p...
[TXT] bufaux.c (in the Attic) [Hide]  1.46   15 years  dtucker   Use '\0' for a nul byte rather than unadorned 0. ok djm@
[TXT] bufbn.c (in the Attic) [Hide]  1.6   16 years  djm   memory leak on error path; from arnaud.lacombe.1 AT ulaval.ca
[TXT] buffer.c (in the Attic) [Hide]  1.31   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] buffer.h (in the Attic) [Hide]  1.17   16 years  markus   avoid extra malloc/copy/free when receiving data over the net; ~10% speedup for ...
[TXT] cipher-3des1.c (in the Attic) [Hide]  1.6   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] cipher-bf1.c (in the Attic) [Hide]  1.5   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] cipher-ctr.c (in the Attic) [Hide]  1.10   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] compress.c (in the Attic) [Hide]  1.25   17 years  stevesk   "zlib.h" can be <zlib.h>; ok djm@ markus@
[TXT] compress.h (in the Attic) [Hide]  1.12   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] crc32.c (in the Attic) [Hide]  1.11   18 years  stevesk   remove extra spaces
[TXT] crc32.h (in the Attic) [Hide]  1.15   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] deattack.c (in the Attic) [Hide]  1.30   17 years  djm   limit maximum work performed by the CRC compensation attack detector, problem re...
[TXT] deattack.h (in the Attic) [Hide]  1.10   17 years  djm   limit maximum work performed by the CRC compensation attack detector, problem re...
[TXT] kexdhc.c (in the Attic) [Hide]  1.11   17 years  markus   add missing checks for openssl return codes; with & ok djm@
[TXT] kexdhs.c (in the Attic) [Hide]  1.9   17 years  markus   add missing checks for openssl return codes; with & ok djm@
[TXT] key.c (in the Attic) [Hide]  1.79   15 years  grunk   In random art visualization, make sure to use the end marker only at the end. I...
[TXT] key.h (in the Attic) [Hide]  1.27   15 years  grunk   Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the graph...
[TXT] md-sha256.c (in the Attic) [Hide]  1.5   17 years  deraadt   branches: 1.5.2; 1.5.6; almost entirely get rid of the culture of ".h files th...
[TXT] monitor_mm.c (in the Attic) [Hide]  1.15   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] monitor_mm.h (in the Attic) [Hide]  1.5   16 years  otto   garbage collect two unused fields in struct mm_master; ok markus@
[TXT] rsa.c (in the Attic) [Hide]  1.29   17 years  markus   add missing checks for openssl return codes; with & ok djm@
[TXT] rsa.h (in the Attic) [Hide]  1.16   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] scard.c (in the Attic) [Hide]  1.36   17 years  markus   add missing checks for openssl return codes; with & ok djm@
[TXT] scard.h (in the Attic) [Hide]  1.14   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] ssh1.h (in the Attic) [Hide]  1.6   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] sshconnect1.c (in the Attic) [Hide]  1.70   17 years  markus   add missing checks for openssl return codes; with & ok djm@
[TXT] uuencode.c (in the Attic) [Hide]  1.24   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] uuencode.h (in the Attic) [Hide]  1.13   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...