Displaying 20 results from an estimated 400 matches similar to: "new login library alpha release"
2000 Jan 19
1
New liblogin release
Hi,
I've just put a new version of liblogin[1] on my website. This version
is fully tested on Linux RH6, OpenBSD, HPUX10.20 and Solaris 2.6. It may
well work on other systems now, as it supports login(), [uw]tmp,
[uw]tmpx, and lastlog (filemode only.)
If you're feeling adventurous, please check out the web page and try it
out.
By 'tested', I mean that the library is known to
2000 Jan 31
0
New liblogin 0.3alpha
FYI a new version of liblogin, 0.3alpha, is up on my website at
http://dspace.dial.pipex.com/andre.lucas/liblogin.html
This version fixes a few bugs and has implementations for the full API,
including 'get last login time' support, even for systems without
lastlog.
New OpenSSH patches against 1.2.2 are also available, to enable the last
login time features. Again, the function (in
2010 Sep 19
1
linking problems of dovecot 2.0.3
Hello,
I'm currently packaging dovecot 2.0.3 under Mandriva Linux. It has
been using LDFLAGS="-Wl,--as-needed -Wl,--no-undefined" for shared
libraries for over two years[1]. And I've found there are lots of
linking problems with dovecot 2.0.3.
After some investigation, I've made small patch regarding dovecot
2.0.3, posted here:
2000 Jan 07
0
login code in a separate library?
Following on from an earlier discussion about login recording, I was
toying with the idea of breaking out the login code into a separate
library (in a subdirectory of the OpenSSH source tree) with its own
configure script.
I think this would serve three purposes: First, it would in the long run
remove a lot of things from OpenSSH's configure script that, save for
the login code, needn't
2000 Jan 23
0
login.c: #ifdef wrong?
In login.c, I think the #ifdef in line 67 should be an #ifndef.
Otherwise, the wrong lastlog mode is selected. Oops. I also changed the
char array name (for the dirmode filename) to lbuf, as buf shadows the
function parameter of the same name.
Patch follows.
Ta,
-Andre
--- openssh-1.2.1pre27/login.c Fri Jan 14 04:45:50 2000
+++ openssh-1.2.1pre27.ll/login.c Sun Jan 23 00:09:19 2000
@@ -58,20
2000 Jan 08
2
Man pages on HPUX (and others?)
HPUX doesn't seem to ship with a set of troff macros that can handle the
OpenSSH manpages. Maybe other OSs have this problem?
Rather than sodding about with the tmac/ directory, I think we should do
one of two things:
1. Ship a set of preformatted manpages, and either auto-install them in
$prefix/man/cat{1,1m} or just have instructions in INSTALL to do so
2. Recommend users install groff
2000 Jan 16
3
PAM config file installation
This might have been covered before and I've missed it. If so, sorry in
advance.
The file sshd.pam.generic didn't work for me on Linux RH6, I guess it's
a Solaris file. Instead I copied the file /etc/pam.d/rlogin to
/etc/pam.d/sshd . I wonder if this isn't a good way to go about things
anyway, have an install target that does just that?
Perhaps the rsh file is more appropriate
2011 Mar 31
1
POP3 connection issue & SASL not compiled in
After I've configured dovecot for SSL according to the info given
in the link below:
? ?https://access.redhat.com/kb/docs/DOC-6671
(tried both POP3 & secure POP3 & got the same result)
I tested POP3 access from my unblocked (no firewall rule for outgoing)
broadband PC's Outlook to connect to the postfix/dovecot server & got
the following :
Tasks ? ? ? ? ? ? ? ?
2009 Aug 26
3
saslauthd
Hello,
I'm having trouble to get saslauthd running on a centos-5.3. I can't
autheticate via testsaslauthd. Here's what I do using a fresh /etc/sasldb2:
1) start saslauthd in debug mode: saslauthd -d -a shadow -O
/usr/lib64/sasl2/smtpd.conf -r -l
2) saslpasswd2 -c -a mail -u mail testuser
3) testsaslauthd -u testomat -p <mypassword> -s smtp -r mail
shell output of
2011 Jun 20
1
Error
I tested POP3 access from my laptop's Outlook which is on the same
subnet as the dovecot/postfix server (so there's no firewall in between
them & was able to get the emails in Outlook with following statuses
shown when "Test Connection" is clicked:
> Tasks Status
> ===================== ========
1998 Nov 24
0
Dial in accounts (1883)
When the world was young, Ole Holm Nielsen carved some runes like
this:
> Date: Fri, 20 Nov 1998 12:03:59 +0100
> From: Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>
> Subject: Re: Dial in accounts
> Regarding remote network browsing:
> We have had mixed success browsing Network Neighborhood from
> PPP-connected Win95 PCs. Our servers are all SAMBA, no NT here :-)
2009 Oct 06
8
compiling issue 1.2.6 - Solaris
Heya,
I am expiriencing compiling issues on Solaris 8 and Solaris 10 boxes
with dovecot 1.2.6. On Solaris 8 the compiler is gcc 64bit 3.2.2, on
Solaris 10 gcc 3.4.3.
On both systems the compiling fails with:
/bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2
-Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2
2004 Jun 22
0
Update: Compile error
Offending lines in src/login-common/ssl-proxy-gnutls.c
519 ret = gnutls_certificate_set_dh_params(x509_cred, dh_params);
520 if (ret < 0)
521 i_fatal("Can't set DH parameters: %s", gnutls_strerror(ret));
522 ret = gnutls_certificate_set_rsa_params(x509_cred, rsa_params);
523 if (ret < 0)
524 i_fatal("Can't set RSA parameters: %s",
2010 Jul 27
2
Cant compile managesieve 0.11.11 on Solaris10
hi,
i can't compile managesieve-0.11.11 on Solaris 10 against Sieve 0.1.17
and Dovecot 1.2.13:
[...]
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -I/usr/sfw/include -o managesieve-login client.o
client-authenticate.o managesieve-capability.o managesieve-proxy.o
cmd-noop.o
2001 Apr 04
1
Solaris UseLogin problems
I'm using openssh 2.5.2p2 on Solaris-x86 2.6. I ran into a couple
problems when I set UseLogin to "yes":
The big one seems to have been reported before: login refuses to run
without a utmpx entry. This problem appears to have been caused by
the changes in revision 1.24 of session.c. Before this revision, the
record_login() function was always called, no matter how UseLogin was
2008 Jun 16
2
Installation Problem -
Hello,
I have installed dovecot Version 1.0.14 on Centos Linux 4.6.
When I do ./configure --with-pam, I get below mentioned error.
Please help
Best Regards
Kaushal
---------------- Error ----------
Making all in imap-login
make[3]: Entering directory `/tmp/dovecot-1.0.14/src/imap-login'
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -W
-Wmissing-prototypes
2001 Mar 22
0
Solaris UseLogin problem
I was having problems getting the UseLogin option to work
on Solaris.
I would recieve this error:
No utmpx entry. You must exec "login" from the lowest level "shell".
This led me to believe that Solaris login wants a utmpx entry in
order to function. I put together a patch that calls record_login
on Solaris when using the system login. I also noticed that writing
a wtmpx
1998 Aug 11
1
SAMBA digest 1775
When the world was young, Adam Snodgrass carved some runes like
this:
> Date: Mon, 10 Aug 1998 19:06:07 -0400
> Subject: Failure to execute programs from a mapped drive letter on a samba
> I have a strange situation. I have a Linux machine running samba
> 1.9.18p8, serving a mix of NT Workstation 4.0 and Windows 95 clients. In
> general, things have worked flawlessly, with one
2015 Apr 17
0
[Bug 378] sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
https://bugzilla.mindrot.org/show_bug.cgi?id=378
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |djm at mindrot.org,
|
2004 Jan 06
0
dfree and linux quota
Hello Group!
I solved my problem about free disk space for users homes' combined
with quotas on linux box with a small perl script and the %U extension
parsed to my script. But I also have shares on other harddrives and there
are no quota. Now my question:
How can I get the real path of a share parsed to my dfree-script?
Thanks in advance
Johannes Laemmermann
I've tried any other