Displaying 4 results from an estimated 4 matches for "dsse".
Did you mean:
dss
2007 Dec 16
1
[LLVMdev] this file was developed by ...
...So another one commits the file. When you now
> use "svn blame file", you'll see the name of the committer, not
> the name of the author.
What about leaving an optional contributors line before/after the distribution text, e.g.:
// Code in this file is contributed by: mmhjm dsse, jhiuiui hjh, and lkjaa dfdf,
// and is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
- OR -
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
// Code in this file adheres to t...
2007 Dec 14
0
[LLVMdev] this file was developed by ...
> Does anyone have a problem with changing this to:
>
> // This file is distributed under the University of Illinois
> Open Source // License. See LICENSE.TXT for details.
>
> And leaving this whole business to our friendly version
> control system (e.g. svn annotate), which has the perfect
> answer all the time?
Certainly I don't have a problem, I just want to point
2010 Feb 18
5
LDAP as password database - some problems / suggestions
Hi all,
Using dovecot-1.2.6, I use dovecot with an LDAP backend for user
authentication. In general this works ok, but I have some issues
with this...
In LDAP, I have users like this:
dn:cn=user1,ou=users,dc=kapott,dc=org
dn:cn=user2,ou=users,dc=kapott,dc=org
etc.
When authenticating users, I explicitely want to use the
AUTH_BIND feature (and NOT lookup passwords).
My problem: not ALL
2007 Dec 14
7
[LLVMdev] this file was developed by ...
Per the developer policy, the LLVM file header is:
// This file was developed by RANDOM NAME HERE and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for
// details.
The continuing obvious problem is that this name is generally meaningless
as time goes on. People leave the project, code gets replaced, and
'ownership' changes. The current