Home
last modified time | relevance | path

Searched refs:PASSWORD (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A DTHIRDPARTYLICENSE.passwd.descrip1 PPPD PLUGIN TO INVOKE AN EXTERNAL PAP PASSWORD PROMPTER
/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c343 {"password", 2, PASSWORD},
780 case PASSWORD: in main()
H A Dcommon.h128 #define PASSWORD 112 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME623 "CTRL-REQ-<type>-<id>:<text>" prefix. <type> is IDENTITY, PASSWORD, or
631 whether the request was for PASSWORD or OTP. The main difference
641 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-2206 password --md5 PASSWORD
210 tells GRUB that `PASSWORD' is in MD5 format. If it is omitted, GRUB
211 assumes the `PASSWORD' is in clear text.
227 password PASSWORD /boot/grub/menu-admin.lst
251 entered incorrectly. Since the `password' takes its own PASSWORD
H A Dgrub.texi1691 password --md5 PASSWORD
1696 @option{--md5} tells GRUB that @samp{PASSWORD} is in MD5 format. If it
1697 is omitted, GRUB assumes the @samp{PASSWORD} is in clear text.
1717 password PASSWORD /boot/grub/menu-admin.lst
1749 takes its own @var{PASSWORD} argument this is useful if you want
H A Dgrub.info1511 password --md5 PASSWORD
1515 tells GRUB that `PASSWORD' is in MD5 format. If it is omitted, GRUB
1516 assumes the `PASSWORD' is in clear text.
1532 password PASSWORD /boot/grub/menu-admin.lst
1556 entered incorrectly. Since the `password' takes its own PASSWORD
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dpackage.mk638 package authorize "NAME" password "PASSWORD" setup flat source $("\\")
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.mk638 package authorize "NAME" password "PASSWORD" setup flat source $("\\")
H A DRELEASE76 10-04-22 package.sh: update "html binary|source" NAME/PASSWORD info
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3657 command-line interface instead. If AUTH is false and PASSWORD is
3659 password is identical to PASSWORD.
4806 Copy LEN bytes from ARG to PASSWORD, instead of LEN + 1 bytes.
4807 Clear the rest of the buffer PASSWORD.
4811 for a non-password configuration, even if PASSWORD is not NULL.
7893 * stage2/stage2.c (run_menu): Terminate the string PASSWORD
7894 before checking if ENTERED is identical to PASSWORD. Reported