Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

setreg(1) [opendarwin man page]

Mono(setreg)															      Mono(setreg)

NAME
setreg - Change settings for public key cryptography SYNOPSIS
setreg [options] [feature] [true|false] DESCRIPTION
Allow to configure some optional settings for public key cryptography parameters used in Mono. OPTIONS
-q Quiet mode. Limited display on console. -help , -h , -? , /? Display help about this tool. FEATURES
1 Trust the test root certificates (both Microsoft and Mono). Depending on the value this will add (TRUE) or remove (FALSE) the two self-signed certificates from the current user Trust store. AUTHOR
Written by Sebastien Pouliot COPYRIGHT
Copyright (C) 2004 Novell. MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/mono-list for details. WEB SITE
Visit http://www.mono-project.com for details SEE ALSO
chktrust(1),certmgr(1),makecert(1) Mono(setreg)

Check Out this Related Man Page

Mono(chktrust)															    Mono(chktrust)

NAME
chktrust - Check the trust of a PE executable. SYNOPSIS
chktrust [options] filename DESCRIPTION
Verify if an PE executable (CLR assembly, Win32 EXE or DLL) has a valid Authenticode(r) signature that can be traced back to a trusted cer- tificate authority (CA). This means that (a) the signature is valid (i.e. file integrity) and, (b) the code-signing certificate can be chained back to one of the certificates in the Trust store. OPTIONS
-q , -quiet Quiet mode. Limited display on console. -v , -verbose Verbose mode. More details displayed on the console. -help , -h , -? , /? Display help about this tool. KNOWN RESTRICTIONS
chktrust cannot validate Authenticode signatures on CAB files. AUTHOR
Written by Sebastien Pouliot COPYRIGHT
Copyright (C) 2003 Motus Technologies. Copyright (C) 2004 Novell. Released under BSD license. MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/mono-list for details. WEB SITE
Visit http://www.mono-project.com for details SEE ALSO
signcode(1),makecert(1),certmgr(1),setreg(1) Mono(chktrust)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Login script

Hi, I wrote a script for backing up a application database. When I run the script from command line, it works great.. But when I add that script to login profile of some user , it does not work ... ******************************************* backup script:- (databasebk) #!/bin/ksh # set... (3 Replies)
Discussion started by: newtoxinu
3 Replies

2. Programming

ptrace-GETREGS

hello everybody!! I want to post a question!I am confused about the explanation of ptrace command. long ins; ins=ptrace(PTRACE_GETREGS,pid,NULL,&regs); with this command i am able to read, for instance, regs.eip context or get regs.eip address? And if i write the commad... (2 Replies)
Discussion started by: nicos
2 Replies

3. Programming

regarding ptrace equivalent in solairs

hi,'m using the 5.11 kernel version on amd64 architecture, 32-bit. i need help on the following issues 1)a proper structure to represent the register structure in the architecture 2)a function which would change the register values of the child when the control is with the parent.. ptrace_setregs... (0 Replies)
Discussion started by: sayaproj
0 Replies

4. Solaris

changing registers of the child process

hi,'m using the 5.11 kernel version on amd64 architecture, 32-bit. i need help on the following issues 1)a proper structure to represent the register structure in the architecture 2)a function which would change the register values of the child when the control is with the parent.. ptrace_setregs... (0 Replies)
Discussion started by: sayaproj
0 Replies

5. Shell Programming and Scripting

Help needed in extracting text present between two headers in .txt file

Hi All, Please help me out in fllowing problem. I have text file which contains the data in following format. Contents of file.txt are setregid02 Test that setregid() fails and sets the proper errno values when a non-root user attemps to change the real or effective... (2 Replies)
Discussion started by: varshit
2 Replies

6. UNIX for Dummies Questions & Answers

$PATH error (possibly)

Upon opening Terminal I get the following message: -bash: /usr/bin/manpath: No such file or directory -bash: /usr/bin/perl: No such file or directory -bash: grep: command not found -bash: grep: command not found -bash: grep: command not found -bash: grep: command not found I searched... (9 Replies)
Discussion started by: SartreSmartre
9 Replies

7. UNIX for Dummies Questions & Answers

Combine Both Output from the awk Script

Hi, Is there anyway to combine output from the awk scripting. file01.txt: AUE_CHMOD AUE_CHOWN AUE_CHROOT AUE_CONNECT AUE_ACCEPT AUE_FCHOWN AUE_FCHMOD AUE_SETREUID AUE_SETREGID AUE_FCHROOT AUE_PFEXEC AUE_SETUID AUE_NICE AUE_SETGID (9 Replies)
Discussion started by: alvinoo
9 Replies

8. Shell Programming and Scripting

How to get the shell script to read the .txt file as an input/data?

i have written my shell script in notepad however i am struggling to pass the data file to be read to the script the data file is of .txt format. My target is to run the shell script from the terminal and pass 3 arguments e.g. polg@DESKTOP-BVPDC5C:~/CS1420/coursework$ bash valsplit.sh input.txt... (11 Replies)
Discussion started by: Gurdza32
11 Replies