Multi-parent relationships between logbook items, posted by Rich Persaud on Wed Nov 24 00:50:27 2004
|
Could there be a multi-value option for free text fields, e.g. comma-
separated? This would allow multi-parent relationships between log items.
E.g. specifying 12, 15 as a value would create unique Display links
for "12" and "15", based on the Display specification for that attribute.
This would be like "multiple fixed options", for the purpose of formatting. |
Non-wildcard or numeric search for numeric attribute, posted by Rich Persaud on Wed Nov 24 00:48:17 2004
|
Is there a way to disable wildcard matching in searches?
A search for "1" returns "1" and "10" and "11".
Is there a way to perform an explict match?
Could there be a numeric match if the attribute type is numeric? |
Display links for multiple-option attributes, posted by Rich Persaud on Wed Nov 24 00:45:43 2004
|
Can "Display" links work with multiple options?
"ABC | DEF" is currently one link.
Ideally, it would be two links, each formatted per the "Display" string. |
compiling elog on AMD64, posted by Heiko Scheit on Wed Nov 17 18:52:40 2004
|
When compiling elogd on AMD64 (in 64 bit mode) there are many
warnings like these:
src/regex.c:3769: warning: cast from pointer to integer of different size
src/regex.c:3769: warning: cast from pointer to integer of different size
src/regex.c:3775: warning: cast to pointer from integer of different size
The reason is the (int) cast, which (I think) is not necessary. |
Re: compiling elog on AMD64, posted by Stefan Ritt on Thu Nov 18 09:40:25 2004
|
> When compiling elogd on AMD64 (in 64 bit mode) there are many
> warnings like these:
>
> src/regex.c:3769: warning: cast from pointer to integer of different size
> src/regex.c:3769: warning: cast from pointer to integer of different size
> src/regex.c:3775: warning: cast to pointer from integer of different size
>
> The reason is the (int) cast, which (I think) is not necessary.
Unfortunately I don't have a 64-bit compiler to try. Can you please check if
elogd.c has similar warnings or only regex.c? The ones in elogd.c I can fix,
but regex.c is straight from the GNU C library, so we would have to wait intil
they fix it. Or can you get it from the 64-bit C library? The point is that I
need the source code, so that I can compile it under Windows as well. Can you
try to compile elogd without regex.c, like
gcc -g -O -W -Wall -o elogd src/elogd.c
If that works fine, we don't have to compile regex.c under linux. But I guess
it's still needed fot Solaris and other non-GNU Unix brands. |
Re: compiling elog on AMD64, posted by Heiko Scheit on Sun Nov 21 00:46:28 2004
|
> > When compiling elogd on AMD64 (in 64 bit mode) there are many
> > warnings like these:
> >
> > src/regex.c:3769: warning: cast from pointer to integer of different size
> > src/regex.c:3769: warning: cast from pointer to integer of different size
> > src/regex.c:3775: warning: cast to pointer from integer of different size
> >
> > The reason is the (int) cast, which (I think) is not necessary.
>
> Unfortunately I don't have a 64-bit compiler to try. Can you please check if
> elogd.c has similar warnings or only regex.c?
elogd.c shows the same warnings.
> The ones in elogd.c I can fix,
> but regex.c is straight from the GNU C library, so we would have to wait intil
> they fix it. Or can you get it from the 64-bit C library? The point is that I
> need the source code, so that I can compile it under Windows as well. Can you
> try to compile elogd without regex.c, like
>
> gcc -g -O -W -Wall -o elogd src/elogd.c
This works OK.
|
Partial Bulgarian translation, posted by Ognyan Kulev on Sat Nov 20 19:44:57 2004
|
Hi, we are using ELOG for keeping track of a server maintainance. I've
translated some of ELOG's strings. The file is attached. There will be
more translations, when I get inspired again ;-) |
elog password access without users, posted by damon nettles on Tue Nov 16 17:49:54 2004
|
is there a way to set up a logbook so that a password is required to get
into it, but no username? |
Re: elog password access without users, posted by Stefan Ritt on Tue Nov 16 18:07:31 2004
|
> i |
Re: elog password access without users, posted by damon nettles on Tue Nov 16 22:06:29 2004
|
> > is there a way to set up a logbook so that a password is required to get
> > into it, but no username?
>
> Have a look under "Access control" in the manual. What you need is "Read
> Password".
thanks. that seems to get me the functionality i needed. is there any way to
get rid of the username line when using the "Read Password" feature? as it is
now, you can either leave it blank or enter anything you want, so long as you
use the correct password it still works. however, to keep users from getting
confused, i think it would be better to only have a box asking you for the
password and not both the password and username. |
Re: elog password access without users, posted by Stefan Ritt on Tue Nov 16 22:45:24 2004
|
> thanks. that seems to get me the functionality i needed. is there any way to
> get rid of the username line when using the "Read Password" feature?
No, this is an HTTP standard. The dialog box is generated by your browser, and I
do not know any way to prevent it. |
elog password access without users, posted by damon nettles on Tue Nov 16 17:49:54 2004
|
is there a way to set up a logbook so that a password is required to get
into it, but no username? |
Re: elog password access without users, posted by Stefan Ritt on Tue Nov 16 18:07:31 2004
|
> i |
Re: elog password access without users, posted by damon nettles on Tue Nov 16 22:06:29 2004
|
> > is there a way to set up a logbook so that a password is required to get
> > into it, but no username?
>
> Have a look under "Access control" in the manual. What you need is "Read
> Password".
thanks. that seems to get me the functionality i needed. is there any way to
get rid of the username line when using the "Read Password" feature? as it is
now, you can either leave it blank or enter anything you want, so long as you
use the correct password it still works. however, to keep users from getting
confused, i think it would be better to only have a box asking you for the
password and not both the password and username. |
Re: elog password access without users, posted by Stefan Ritt on Tue Nov 16 22:45:24 2004
|
> thanks. that seems to get me the functionality i needed. is there any way to
> get rid of the username line when using the "Read Password" feature?
No, this is an HTTP standard. The dialog box is generated by your browser, and I
do not know any way to prevent it. |
stunnel problems with new version, posted by damon nettles on Mon Nov 15 20:50:01 2004
|
i am trying to implement ssl features on our logbooks. however, it seems
that stunnel has drastically changed their program and the usual startup
procedures listed on the elog page don't work.
so, what is the new method for getting elog set up with stunnel? |
Re: stunnel problems with new version, posted by Stefan Ritt on Mon Nov 15 21:25:34 2004
|
> i am trying to implement ssl features on our logbooks. however, it seems
> that stunnel has drastically changed their program and the usual startup
> procedures listed on the elog page don't work.
> so, what is the new method for getting elog set up with stunnel?
stunnel is kind of a deprecated feature. Better use the SSL proxy of Apache,
as written in the elog admin guide. If someone else figures out how to use the
more revent stunnel, I'm willing to update the documentation. |
Re: stunnel problems with new version, posted by damon nettles on Mon Nov 15 21:59:56 2004
|
> > i am trying to implement ssl features on our logbooks. however, it seems
> > that stunnel has drastically changed their program and the usual startup
> > procedures listed on the elog page don't work.
> > so, what is the new method for getting elog set up with stunnel?
>
> stunnel is kind of a deprecated feature. Better use the SSL proxy of Apache,
> as written in the elog admin guide. If someone else figures out how to use the
> more revent stunnel, I'm willing to update the documentation.
okay. that's good to know. i'll try using the apache method instead. but, there is
something wrong with the "secure" link to an example on the elog administrator's
guide. |