Lines Matching refs:password
149 [+password \apassword\a?Remote authorization or license
150 acceptance password.]
578 password=
621 password)
623 1) echo $command: $1: authorization password argument expected >&2; exit 1 ;;
626 password=$1
735 bin/package authorize \"${bI}NAME${eI}\" password \"${bI}PASSWORD${eI}\" \\
744 bin/package authorize \"${bI}NAME${eI}\" password \"${bI}PASSWORD${eI}\" \\
894 bin/package authorize \"${bI}NAME${eI}\" password \"${bI}PASSWORD${eI}\" \\
903 bin/package authorize \"${bI}NAME${eI}\" password \"${bI}PASSWORD${eI}\" \\
975 password PASSWORD Remote authorization or license acceptance password.
1152 assignments for url, authorize and password. If URL is
1153 omitted then the definitions for url, authorize and password
1157 authorize and password values and read permission for the
3382 packages=`$0 $global authorize "$authorize" password "$password" update setup $types $url "$@" PACKAGEROOT=$PACKAGEROOT`
4061 .:?*) AUTHORIZE="${AUTHORIZE}Authorization: Basic `print -n -r -- $authorize:$password | uuencode -h -x base64`\\r\\n" ;;
4107 *) curl -s -L -o get.tmp -u "$authorize":"$password" http://$1/$2 2> get.err; code=$? ;;
4119 *) hurl -a "$authorize":"$password" http://$1/$2 > get.tmp 2> get.err; code=$? ;;
4125 *) lynx -source -auth "$authorize":"$password" http://$1/$2 > get.tmp 2> get.err; code=$? ;;
4129 wget) wget -nv -O get.tmp ${authorize:+--http-user="$authorize"} ${password:+--http-passwd="$password"} http://$1/$2 2> get.err
4140 echo $command: $action: authorization required -- see $url for license acceptance authorization name and password >&2
4180 *) curl -s -L -o get.tmp -u "$authorize":"$password" http://$1/$2/$3 2> get.err; code=$?
4191 *) ksh -x hurl -a "$authorize":"$password" http://$1/$2/$3 > get.tmp 2> get.err; code=$? ;;
4196 *) lynx -source -auth "$authorize":"$password" http://$1/$2/$3 > get.tmp 2> get.err; code=$? ;;
4199 wget) wget -nv -O get.tmp ${authorize:+--http-user="$authorize"} ${password:+--http-passwd="$password"} http://$1/$2/$3 2> get.err
4209 echo $command: $action: authorization required -- see $url for license acceptance authorization name and password >&2
6781 p=$password
6788 $authorize:$password)
6795 ?*) password=$p ;;
6893 ?*) echo "url='$url' authorize='$authorize' password='$password'" > $default_url