Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-26 | Print select collisions in the vmstat -s output. | Artur Grabowski | |
(XXX - I couldn't find a better place to put it.). | |||
2000-11-26 | Update for pw_mkdb(3) interface change. All but vipw and userdel can | Todd C. Miller | |
specify a username (and thus avoid rebuilding the while database). | |||
2000-11-25 | print keytype when generating a key. | Markus Friedl | |
reasonable defaults for RSA1/RSA/DSA keys. | |||
2000-11-25 | reorder check for illegal ciphers, bugreport from espie@ | Markus Friedl | |
2000-11-24 | Include err.h and util.h | Todd C. Miller | |
2000-11-24 | Include strings.h for strlen() prototype | Todd C. Miller | |
Include errno.h, not sys/errno.h since this is userland | |||
2000-11-24 | As it stands now, arch.c does not work. | Marc Espie | |
Its main failing is that ar headers are NOT null terminated. This code is atrocious. This change starts cleaning that up. Replace the list of cached archives with a hash, streamline the logic of ArchMTimeMember, by taking out the actual function that does the reading (read_archive). More fixes to come. | |||
2000-11-24 | Change the time stamp interface to use an abstract datatype. | Marc Espie | |
Define two possible interfaces: the classic one, and the new one (used where available) that depends on timespec. Better granularity, make is now able to distinguish between files that were built during the same second. | |||
2000-11-24 | Take advantage of VarModifiers_Apply, which can parse a variable spec | Marc Espie | |
and expand it directly, without needing a variable context. Use it in Var_SubstVar, so that .for loops values don't need to be entered into any context nor looked up. This speeds up .for loops some, and avoids nasty variable capture side-effects. Ok'd millert@, miod@, naddy@ (naddy spotted a problem with the first version of that change). | |||
2000-11-24 | Clean-ups: | Marc Espie | |
* Buf_Destroy can be a macro * X_ instead of _X for struct names, to avoid infringing on the system's namespace. * better wildcard detection heuristics * fix #ifdef CLEANUP code * a few comments | |||
2000-11-23 | complain about invalid ciphers for ssh1/ssh2, fall back to reasonable defaults | Markus Friedl | |
2000-11-22 | Don't use light-weight Lst_ForEach when the list is going away from under | Marc Espie | |
us. Need to cache the `next' pointer instead. Do this manually, as adding a new function for one place in make where it's needed is a bit icky, especially since suff.c's code might get cleaned up at some point. Bug reported by Niels. | |||
2000-11-22 | talk about /etc/primes, okay markus@ | Niels Provos | |
2000-11-22 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | When doing tail -f from stdin don't reopen a local file named stdin. | Artur Grabowski | |
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | Document -h option and correctly describe half-reverse and half-reverse | Aaron Campbell | |
line feeds; mpech@prosoft.org.lv | |||
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | Oops. sum(1) has a different SYNOPSIS. | Aaron Campbell | |
2000-11-21 | A few updates from the sudo developement tree: | Todd C. Miller | |
- Add bsd authentication support (currently disabled) - Always check setenv() return value - Fix umask disabling | |||
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | Sync usage() output and man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | Oops... alphabetize. | Aaron Campbell | |
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-21 | Use __progname in usage() since this may be invoked as "sum" as | Aaron Campbell | |
well; mpech@prosoft.org.lv | |||
2000-11-21 | errno saving inside really crummy signal handlers | Theo de Raadt | |
2000-11-20 | repair; mpech@prosoft.org.lv | Theo de Raadt | |
2000-11-20 | fixes; mpech@prosoft.org.lv | Theo de Raadt | |
2000-11-20 | repairs; mpech@prosoft.org.lv | Theo de Raadt | |
2000-11-17 | sync program usage to manual page; mpech@prosoft.org.lv | Theo de Raadt | |
2000-11-17 | OpenBSD already has queue.h and this one gets in the way since OpenBSD | Todd C. Miller | |
includes expect macros in sys/queue.h that the vi queue.h didn't have. | |||
2000-11-17 | Userland programs should not include sys/select.h | Todd C. Miller | |
2000-11-16 | do not use perror() in sshd, after the child is forked() | Markus Friedl | |
2000-11-16 | When building default seed from the hostname, only use alphanumeric | Todd C. Miller | |
characters and make things lower case. Also sanity check the existing seed in skeykeys since we can't be sure it is completely sane. Problem noted by wozz@wookie.net | |||
2000-11-15 | case insensitive key options; from stevesk@sweden.hp.com | Markus Friedl | |
2000-11-15 | Add missing \n at the end of an error message. | Todd C. Miller | |
2000-11-15 | add entry for HostKey /etc/ssh_host_dsa_key, and comment for ssh-2 rsa keys | Markus Friedl | |
2000-11-15 | typo, use .It | Markus Friedl | |
2000-11-15 | just ignore non existing user keys | Markus Friedl | |
2000-11-15 | reorder SYNOPSIS | Markus Friedl | |
2000-11-14 | do not reorder keys if a key is removed | Markus Friedl | |
2000-11-14 | check no_agent_forwarding_flag for ssh-2, too | Markus Friedl | |
2000-11-14 | parse options only if key matches; fixes some confusing messages seen by the ↵ | Markus Friedl | |
client | |||
2000-11-14 | Sync the list of "not supported" options with the source code; fixes PR/1506 | Aaron Campbell | |
from mpech@prosoft.org.lv. | |||
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl | |
there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. IdentityFile2, HostDsaKey and DSAAuthentication are obsolete. you can use multiple IdentityFile and HostKey for all types of keys. the option DSAAuthentication is replaced by PubkeyAuthetication. | |||
2000-11-12 | off-by-one when removing a key from the agent | Markus Friedl | |
2000-11-11 | allow prompt to be specified anywhere on the command line, make it work | Niels Provos | |
with md5. prohibit makekey mode and prompt. | |||
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |