Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
server interops with commercial client; ok jakob@ djm@ | |||
2003-05-14 | Get rid of libtelnet, it is compiled into the tree programs | Hans Insulander | |
(telnetd, telnet and tn3270) that use them instead. This gets rid of a really hairy dependency between telnet and libtelnet. ok millert@ | |||
2003-05-14 | o Sync w/ freerdist 0.92 minus the compress option | Todd C. Miller | |
o KNF and ANSIfy the function headers Sparse file support is currently a no-op since it didn't work. Proper sparse file support will be added later. | |||
2003-05-14 | emphasise the batchmode functionality and make reference to pubkey auth, | Damien Miller | |
both of which are FAQs; ok markus@ | |||
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 | |
dp->d_namlen == 0. Shouldn't be possible but the check prevents any possibilty of using an array index of -1. | |||
2003-05-13 | repair damage after layer fs changes | Ted Unangst | |
2003-05-12 | merge in NetBSD diffs: | Paul Janzen | |
- understand // comments - ignore 'int (*f)();' - accept the GNU __attribute__ keyword. deraadt@ ok | |||
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 | |
1. agent keys that are found in the config file 2. other agent keys 3. keys that are only listed in the config file this helps when an agent has many keys, where the server might close the connection before the correct key is used. report & ok pb@ | |||
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 | |
ok deraadt@ mho@ | |||
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 | |
kerberosV stuff. Suggested by deraadt@ | |||
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 | |
be shortened. problem found by wcobb and naddy. ok millert@ | |||
2003-05-11 | change key_load_public to try to read a public from: | Markus Friedl | |
rsa1 private or rsa1 public and ssh2 keys. this makes ssh-keygen -e fail for ssh1 keys more gracefully for example; report from itojun (netbsd pr 20550). | |||
2003-05-11 | More. | Dale Rahn | |
2003-05-10 | Do not let userland access the swapon system call anymore (nothing uses it | Miod Vallat | |
anyway). ok deraadt@ weingart@ | |||
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 | |
typo in comment from Patrick Latifi (patrick.l@hermes.usherb.ca) | |||
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 | |
anil's gcc bounds checker mod | |||
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 | |
-P path elements that have spaces. | |||
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 | |
ok millert, fgsch | |||
2003-05-06 | sevenbit() before skeylookup(). | Mike Pechkin | |
millert@ | |||
2003-05-05 | document the new -f <mode> command line option. | Vincent Labrecque | |
ok jmc | |||
2003-05-05 | dont write too much data when disconnecting in biz22, also use sizeof | Anil Madhavapeddy | |
in biz31 for consistency. millert@ ok | |||
2003-05-05 | add a mail-mode, to do automatic line-wrapping. | Vincent Labrecque | |
(at the same time, change the command line parsing to support a -f <mode> that is slightly different from the one in gnu emacs, we apply it to all buffers created from command line arguments, so you can use "mg -f mail-mode" as your editor. manpage change coming soon) ok henning | |||
2003-05-04 | the buffer to getcwd(3) should be PATH_MAX in size, not MAX_FNAME | Anil Madhavapeddy | |
to avoid unnecessary truncation millert@ ok | |||
2003-05-03 | these files all had >9 arguments to .Nd, causing the name description to be | Jason McIntyre | |
truncated. i wrapped them in double quotes to preserve the line. grep inspired by an -mdoc lesson from millert@ | |||
2003-05-02 | Update to conform to Posix 1003.1-2001. | Nils Nordman | |
* what now accepts a -s parameter which causes it to quit searching after finding the first match. * stdin is no longer valid for input, one or more filenames have to be provided. * Backslash is recoqnized as a pattern delimiter. * The exit status reflects the number of mathes found (0 if any matches were found, 1 otherwise). Also replace strncpy -> strlcpy. Mostly a sync with netbsd. Input pjanzen@, vincent@. ok millert@. | |||
2003-05-02 | o Don't close stdout in interactive mode; mpech@ | Todd C. Miller | |
Extra paranoia: o Close keyfile by hand each time in -a mode so we don't leak an fd to sendmail o If any of std{out,in,err} are not open, open /dev/null in their stead. o If stdout is not open and -i was specified, just exit since there is nowhere to print the info. Thanks for mpech@ for his testing and bug finding ;-) | |||
2003-05-01 | i386 is elf now; pt out by ldcosta@arnet.com.ar | Michael Shalayeff | |
2003-05-01 | 3.3 has left the building... | Michael Shalayeff | |
2003-04-30 | strvis -> strnvis | Vincent Labrecque | |
ok millert | |||
2003-04-30 | strvis -> strnvis, and add a place for the NUL byte that was missing | Vincent Labrecque | |
ok millert | |||
2003-04-30 | strvis -> strnvis | Vincent Labrecque | |
ok millert | |||
2003-04-30 | fix invalid .Pf macro usage introduced in previous commit | David Krause | |
ok jmc@ mouring@ | |||
2003-04-30 | Add missing period. | Todd C. Miller | |