Age | Commit message (Expand) | Author |
2003-05-15 | always parse kerberos options. ok djm@ markus@ | Jakob Schlyter |
2003-05-15 | Add a -q flag to suppress all output when setting a variable, and | Jean-Francois Brousseau |
2003-05-15 | cleanup unregister of per-method packet handlers; ok djm@ | Markus Friedl |
2003-05-15 | Get rid of read_from_pid() and write_to_pid(), they were | Jean-Francois Brousseau |
2003-05-14 | use __KAME__ to determine kame-based kernel. | Jun-ichiro itojun Hagino |
2003-05-14 | sshfp contains fingerprints, not keys | Jakob Schlyter |
2003-05-14 | rename enum | Jakob Schlyter |
2003-05-14 | update license, remove 3rd clause. ok author (me) | Jakob Schlyter |
2003-05-14 | allow to send a BREAK to the remote system; ok various | Markus Friedl |
2003-05-14 | add experimental support for verifying hos keys using DNS as described | Jakob Schlyter |
2003-05-14 | setup -> set up; | Jason McIntyre |
2003-05-14 | http://bugzilla.mindrot.org/show_bug.cgi?id=560 | Markus Friedl |
2003-05-14 | - better formatting in SYNOPSIS | Jason McIntyre |
2003-05-14 | Remove krb4 support. | Magnus Holmberg |
2003-05-14 | Remove krb4 support. | Magnus Holmberg |
2003-05-14 | Removed krb4 support. | Magnus Holmberg |
2003-05-14 | Better wording, partly related to recent vis(3) change. | Paul Janzen |
2003-05-14 | implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@ | Markus Friedl |
2003-05-14 | Get rid of libtelnet, it is compiled into the tree programs | Hans Insulander |
2003-05-14 | o Sync w/ freerdist 0.92 minus the compress option | Todd C. Miller |
2003-05-14 | emphasise the batchmode functionality and make reference to pubkey auth, | Damien Miller |
2003-05-14 | ranges for per auth method messages | Markus Friedl |
2003-05-13 | Use dp->d_namlen instead of strlen(dp->d_name) and check for | Todd C. Miller |
2003-05-13 | repair damage after layer fs changes | Ted Unangst |
2003-05-12 | merge in NetBSD diffs: | Paul Janzen |
2003-05-12 | typo: DSA keys are of type ssh-dss; Brian Poole | Markus Friedl |
2003-05-12 | for pubkey authentication try the user keys in the following order: | Markus Friedl |
2003-05-12 | Recognize Ogg Vorbis audio files, thanks tedu@ | Ian Darwin |
2003-05-12 | Move asn1_compile to usr.bin/asn1_compile. | Hans Insulander |
2003-05-11 | -I$(.CURDIR) to make it work with obj links | Hans Insulander |
2003-05-11 | asn1_compile, made independant from libroken and the rest of the | Hans Insulander |
2003-05-11 | make channel_new() strdup the 'remote_name' (not the caller); ok theo | Markus Friedl |
2003-05-11 | when doing sparse writes, we must write the last byte or the file will | Ted Unangst |
2003-05-11 | change key_load_public to try to read a public from: | Markus Friedl |
2003-05-11 | More. | Dale Rahn |
2003-05-10 | Do not let userland access the swapon system call anymore (nothing uses it | Miod Vallat |
2003-05-08 | Update to 1.6.7p5 | Todd C. Miller |
2003-05-08 | use NULL to indicate failure in functions that return pointers, not FALSE. | Vincent Labrecque |
2003-05-08 | AUTHOR -> AUTHORS in .Sh, as per mdoc template. | Jason McIntyre |
2003-05-07 | fix an err() that should be errx() | Todd C. Miller |
2003-05-07 | bounds were sizeof(pointer) rather than size of the object; found with | Theo de Raadt |
2003-05-06 | not compiled, nuke it | Todd C. Miller |
2003-05-06 | Whoops, forgot a return statement in last commit | Todd C. Miller |
2003-05-06 | use POSIX regex | Todd C. Miller |
2003-05-06 | Now that rcmdsh(3) can deal with an rsh command w/ args, deal with | Todd C. Miller |
2003-05-06 | Don't call setusercontext() to change uid unless uid == 0; found by mpech@ | Todd C. Miller |
2003-05-06 | While I'm here sync usage() w/ manual. | Mike Pechkin |
2003-05-06 | fix a small memleak on errors. noticed by pat latifi. | Vincent Labrecque |
2003-05-06 | sevenbit() before skeylookup(). | Mike Pechkin |
2003-05-05 | document the new -f <mode> command line option. | Vincent Labrecque |