Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl | |
and out of sync | |||
2001-06-16 | copy pw_expire and pw_change, too. | Markus Friedl | |
2001-06-16 | typo; dunlap@apl.washington.edu | Markus Friedl | |
2001-05-19 | sshd command-line arguments and configuration file options that | Kevin Steves | |
specify time may be expressed using a sequence of the form: time[qualifier], where time is a positive integer value and qualifier is one of the following: <none>,s,m,h,d,w Examples: 600 600 seconds (10 minutes) 10m 10 minutes 1h30m 1 hour 30 minutes (90 minutes) ok markus@ | |||
2001-05-11 | add unset_nonblock for stdout/err flushing in client_loop(). | Markus Friedl | |
2001-05-08 | Use addargs() in sftp plus some clean up of addargs(). OK Markus | mouring | |
2001-05-03 | Move colon() and cleanhost() to misc.c where I should I have put it in | mouring | |
the first place | |||
2001-04-12 | robust port validation; ok markus@ jakob@ | Kevin Steves | |
2001-02-28 | for completeness, copy pw_gecos too | Theo de Raadt | |
2001-02-28 | pull in protos | Theo de Raadt | |
2001-02-22 | use pwcopy in ssh.c, too | Markus Friedl | |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl | |
rename util.[ch] -> misc.[ch] |