search for: knodel

Displaying 15 results from an estimated 15 matches for "knodel".

2020 Jun 19
21
Inclusive language in LLVM: can we rename `master` branch?
Hi, When we moved to GitHub a few months ago, we used without more consideration the "master" convention to name our development branch. On SVN it used to be just "trunk". This naming is unfortunate <https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1> as it can hurt some contributors <https://dev.to/afrodevgirl/replacing-master-with-main-in-github-2fjf>, and there is really no technical advantage that I know of to favor this convention over another. I am perfectly aware that `master` has other signi...
2009 Aug 25
5
PermitUserEnvironment in sshd match block?
Hello, Our campus environment would find it very useful to pass user- environment variables for certain login ssh connections, but of course want to avoid the security problems with LD_PRELOAD and PermitUserEnvironment as described in sshd_config manpages. Would the best answer be a patch that adds PermitUserEnvironment support inside match blocks? Are there technical or other reasons
2020 Jun 19
2
Inclusive language in LLVM: can we rename `master` branch?
.../20 2:48 AM, Mehdi AMINI via llvm-dev wrote: Hi, When we moved to GitHub a few months ago, we used without more consideration the "master" convention to name our development branch. On SVN it used to be just "trunk". This naming is unfortunate<https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1> as it can hurt some contributors<https://dev.to/afrodevgirl/replacing-master-with-main-in-github-2fjf>, and there is really no technical advantage that I know of to favor this convention over another. I am perfectly aware that `master` has other signif...
2020 Jun 19
2
Inclusive language in LLVM: can we rename `master` branch?
...Hi, > > > > When we moved to GitHub a few months ago, we used without more > consideration the "master" convention to name our development branch. On > SVN it used to be just "trunk". > > This naming is unfortunate > <https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1> as > it can hurt some contributors > <https://dev.to/afrodevgirl/replacing-master-with-main-in-github-2fjf>, > and there is really no technical advantage that I know of to favor this > convention over another. > > > > I am perfec...
2020 Jun 19
2
Inclusive language in LLVM: can we rename `master` branch?
...Hi, > > > > When we moved to GitHub a few months ago, we used without more > consideration the "master" convention to name our development branch. On > SVN it used to be just "trunk". > > This naming is unfortunate > <https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1> as > it can hurt some contributors > <https://dev.to/afrodevgirl/replacing-master-with-main-in-github-2fjf>, > and there is really no technical advantage that I know of to favor this > convention over another. > > > > I am perfec...
2002 Sep 26
0
Portable openssh integration with PAM on HP-UX 11.X Trusted System
...PAM-related function that can do this (that can be invoked by sshd), or is it a HP-UX trusted-system related step that would have to be handled directly (eg. via the getprpwnam function, and doing a little calculation)? Any information you've got will be greatly appreciated... Cheers, David Knodel __________________________________________________ CSC Ph: 08 9429 6424 Email: dknodel at csc.com.au ----------------------------------------------------------------------------------------
2002 Oct 22
0
Limiting an authorized key to scp access
...iate the information). I'll also soon be trying to set up a key restricted to rsync over ssh, but I may run into a command-line parameter issue in the command=... prefix (I'm not sure if the rsync server process gets invoked with any arguments or not). Thanks for any information... David Knodel
2003 Feb 11
1
Option to limiting sshd "banner" to interactive/password-auth/tty (or something along those lines) sessions
...or sessions with a tty, or only for sessions where a remote command hasn't been specified by the client, or only for sessions where public-key authentication fails, eg. password prompt will be issued). I would be very greatful if such an enhancement made its way into the code. Cheers, David Knodel dknodel at csc.com.au
2020 Jun 20
3
Inclusive language in LLVM: can we rename `master` branch?
...in what context) that are offensive, and > then we can easily avoid them in future. It is hard to have an exhaustive list, but I'm sure we can come up with a list of resources to link to from our docs (coding standards for example), I pointed to IETF doc <https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1> in the original post, Google also has a doc on Writing inclusive documentation <https://developers.google.com/style/inclusive-documentation>, > I am sure, like me, that none > of us wish or have ever wished to use offensive words. > I get th...
2020 Jun 19
3
Inclusive language in LLVM: can we rename `master` branch?
...Hi, > > > > When we moved to GitHub a few months ago, we used without more > consideration the "master" convention to name our development branch. On > SVN it used to be just "trunk". > > This naming is unfortunate > <https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1> as > it can hurt some contributors > <https://dev.to/afrodevgirl/replacing-master-with-main-in-github-2fjf>, > and there is really no technical advantage that I know of to favor this > convention over another. > > > > I am perfec...
2020 Jun 19
6
Inclusive language in LLVM: can we rename `master` branch?
.../20 2:48 AM, Mehdi AMINI via llvm-dev wrote: Hi, When we moved to GitHub a few months ago, we used without more consideration the "master" convention to name our development branch. On SVN it used to be just "trunk". This naming is unfortunate<https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1> as it can hurt some contributors<https://dev.to/afrodevgirl/replacing-master-with-main-in-github-2fjf>, and there is really no technical advantage that I know of to favor this convention over another. I am perfectly aware that `master` has other signif...
2020 Jun 19
3
Inclusive language in LLVM: can we rename `master` branch?
...Hi, > > > > When we moved to GitHub a few months ago, we used without more > consideration the "master" convention to name our development branch. On > SVN it used to be just "trunk". > > This naming is unfortunate > <https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1> as > it can hurt some contributors > <https://dev.to/afrodevgirl/replacing-master-with-main-in-github-2fjf>, > and there is really no technical advantage that I know of to favor this > convention over another. > > > > I am perfec...
2002 Nov 05
2
[PATCH] fix sftp to preserve permissions and uid/gid
Sftp fails to correctly preserve permissions when fetching a file. It adds write permission for the owner (presumably so it can write the file). Sftp also fails to preserve the uid/gid. Added code so that if is running as root, uid and gid are preserved. patch is based on Openssh 3.4p1. *** sftp-client.c@@\main\1 Tue Oct 1 17:26:20 2002 --- sftp-client.c Tue Nov 5 10:22:52 2002
2020 Jun 19
5
Inclusive language in LLVM: can we rename `master` branch?
...Hi, > > > > When we moved to GitHub a few months ago, we used without more > consideration the "master" convention to name our development branch. On > SVN it used to be just "trunk". > > This naming is unfortunate > <https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1> as > it can hurt some contributors > <https://dev.to/afrodevgirl/replacing-master-with-main-in-github-2fjf>, > and there is really no technical advantage that I know of to favor this > convention over another. > > > > I am perfec...
2020 Jun 19
4
Inclusive language in LLVM: can we rename `master` branch?
...Hi, > > > > When we moved to GitHub a few months ago, we used without more > consideration the "master" convention to name our development branch. On > SVN it used to be just "trunk". > > This naming is unfortunate > <https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1> as > it can hurt some contributors > <https://dev.to/afrodevgirl/replacing-master-with-main-in-github-2fjf>, > and there is really no technical advantage that I know of to favor this > convention over another. > > > > I am perfec...