Re: [HACKERS] TODO list updated

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] TODO list updated
Дата
Msg-id 200001131725.MAA02639@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] TODO list updated  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
> On Thu, 13 Jan 2000, Tom Lane wrote:
> 
> > Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > >> You can't securely do
> > >> echo $PASSWORD | backend
> > >> or
> > >> echo $PASSWORD > allegedly-secure-temp-file
> > 
> > > This is secure.  echo is a shell builtin, and does not invoke a separate
> > > process with arguments.
> > 
> > echo is a builtin in ksh and derivatives, but I don't think it's safe
> > to assume it is a builtin everywhere...
> 
> bash-2.03$ which echo
> /usr/slocal/bin/echo
> 

which is an external program looking for another external program.  From
bash:
#$ type echoecho is a shell builtin#$ which which/usr/bin/which

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] TODO list updated
Следующее
От: Karl DeBisschop
Дата:
Сообщение: Re: [HACKERS] TODO list updated