summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2000-04-12check for reasonable public DH valuesMarkus Friedl
2000-04-12less debugging outputMarkus Friedl
2000-04-12fix passwd prompt for ssh2, less debugging output.Markus Friedl
2000-04-12comment typoTheo de Raadt
2000-04-10Thinko in dobuiltin. Reported by turan@Marc Espie
2000-04-10repair x11-fwdMarkus Friedl
2000-04-10Remove extra backslash, noted by marc@snafu.orgTodd C. Miller
2000-04-07interop w/ latest ssh.com windows client.Markus Friedl
2000-04-06umask 077Markus Friedl
2000-04-06no adjust after closeMarkus Friedl
2000-04-06ssh2 server side, see README.openssh2; enable with 'sshd -2'Markus Friedl
2000-04-05Keep configure from complaining about missing *.man.inTodd C. Miller
2000-04-04remove unused argument, split cipher_mask()Markus Friedl
2000-04-04re-order: group ssh1 vs. ssh2Markus Friedl
2000-04-04missing free.Markus Friedl
2000-04-04ssh2 client implementation, interops w/ ssh.com and lsh servers.Markus Friedl
2000-04-04close efd on eofMarkus Friedl
2000-04-03ssh2 packet formatMarkus Friedl
2000-04-03DSA, keyexchange, algorithm agreement for ssh2Markus Friedl
2000-04-03channel layer support for ssh2Markus Friedl
2000-04-03Junk CDPATH from the environment.Marc Espie
2000-04-01Previously, whatis would treat a word as [A-z0-9_] and terminateTodd C. Miller
parsing an entry at the end of a word. This kept things like 'whatis B::Bytecode' from working. Now we match both on a word basis as well matching until we hit a space, ',', or '(' character. This allows one to say 'whatis B' and see the whatis line for B(3p) as well as its methods (B::*).
2000-03-29typoTheo de Raadt
2000-03-29reorder Xr to avoid cuttingTheo de Raadt
2000-03-28no kpasswddTheo de Raadt
2000-03-28Remove duplicate word occurrences.Aaron Campbell
2000-03-28remove bad XrTheo de Raadt
2000-03-28split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removalMarkus Friedl
2000-03-28function tables for different message typesMarkus Friedl
2000-03-28typoMarkus Friedl
2000-03-28sync w/ channels.cMarkus Friedl
2000-03-28missing closeMarkus Friedl
2000-03-28replace big switch() with function tables (prepare for ssh2)Markus Friedl
2000-03-28KNFMarkus Friedl
2000-03-28do not log() if debuggin to stderrMarkus Friedl
2000-03-28cleanup, less codeMarkus Friedl
2000-03-28support ssh2 ciphersMarkus Friedl
2000-03-28support ssh2 bignumsMarkus Friedl
2000-03-28close(fdin) if fdin != fdout, shutdown otherwise, ok theo@Markus Friedl
2000-03-27allow bigger packetsMarkus Friedl
2000-03-27ssh2 message type codesMarkus Friedl
2000-03-27Add HPGL2 printer entyr (Pavel Lisy)Ian Darwin
2000-03-27Add Photoshop sub-type to JPEG.Ian Darwin
2000-03-27sudo 1.6.3; see http://www.courtesan.com/sudo/current.html for a listTodd C. Miller
of changes.
2000-03-26Update to ncurses-5.0-20000325Todd C. Miller
2000-03-26Remove idiotic, braindead casts T* -> void*Marc Espie
They serve no purpose, except hiding potential bugs. In particular, remove (ClientData) cast from macro, showing potentially troublesome use of Hashes to store time_t.
2000-03-26Passing an (int) instead of an (int*) won't work.Marc Espie
Those casts are evil...
2000-03-26Remove refCount for suffixes.Marc Espie
- suffixes can't be removed from suffList except when an explicit reset is seen, e.g., .SUFFIXES: This actually occurs seldom enough that the very small memory gain does not justify the extra code and added complexity. (Removing suffixes at other times, as the old code used to do, is a bug)
2000-03-24Correct the HISTORY section to note that this command appeared in Version 5Aaron Campbell
of AT&T UNIX, not Version 6. Verified by strings(1)'ing a .dsk file (PDP-11 executable) containing the v5 sources, obtainable at gatekeeper.dec.com in the directory /pub/DEC/sim/software. Idea from NetBSD PR/4790.
2000-03-24Typo.Ian Darwin