summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/misc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* basic KNF done while i was looking for something elsederaadt2001-12-191-3/+3
|
* minor KNFderaadt2001-12-051-3/+3
|
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-4/+36
| | | | and out of sync
* copy pw_expire and pw_change, too.markus2001-06-161-2/+4
|
* typo; dunlap@apl.washington.edumarkus2001-06-161-3/+3
|
* sshd command-line arguments and configuration file options thatstevesk2001-05-191-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().markus2001-05-111-3/+26
|
* Use addargs() in sftp plus some clean up of addargs(). OK Markusmouring2001-05-081-2/+23
|
* Move colon() and cleanhost() to misc.c where I should I have put it inmouring2001-05-031-2/+35
| | | | the first place
* robust port validation; ok markus@ jakob@stevesk2001-04-121-2/+17
|
* for completeness, copy pw_gecos tooderaadt2001-02-281-2/+4
|
* pull in protosderaadt2001-02-281-2/+3
|
* use pwcopy in ssh.c, toomarkus2001-02-221-2/+17
|
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-0/+97
rename util.[ch] -> misc.[ch]