Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | basic KNF done while i was looking for something else | 2001-12-19 | 1 | -3/+3 | ||
| | ||||||
* | minor KNF | 2001-12-05 | 1 | -3/+3 | ||
| | ||||||
* | remove comments from .h, since they are cut&paste from the .c files | 2001-06-26 | 1 | -4/+36 | ||
| | | | | and out of sync | |||||
* | copy pw_expire and pw_change, too. | 2001-06-16 | 1 | -2/+4 | ||
| | ||||||
* | typo; dunlap@apl.washington.edu | 2001-06-16 | 1 | -3/+3 | ||
| | ||||||
* | sshd command-line arguments and configuration file options that | 2001-05-19 | 1 | -2/+62 | ||
| | | | | | | | | | | | | 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@ | |||||
* | add unset_nonblock for stdout/err flushing in client_loop(). | 2001-05-11 | 1 | -3/+26 | ||
| | ||||||
* | Use addargs() in sftp plus some clean up of addargs(). OK Markus | 2001-05-08 | 1 | -2/+23 | ||
| | ||||||
* | Move colon() and cleanhost() to misc.c where I should I have put it in | 2001-05-03 | 1 | -2/+35 | ||
| | | | | the first place | |||||
* | robust port validation; ok markus@ jakob@ | 2001-04-12 | 1 | -2/+17 | ||
| | ||||||
* | for completeness, copy pw_gecos too | 2001-02-28 | 1 | -2/+4 | ||
| | ||||||
* | pull in protos | 2001-02-28 | 1 | -2/+3 | ||
| | ||||||
* | use pwcopy in ssh.c, too | 2001-02-22 | 1 | -2/+17 | ||
| | ||||||
* | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | 2001-01-21 | 1 | -0/+97 | ||
rename util.[ch] -> misc.[ch] |