Displaying 5 results from an estimated 5 matches for "login_set_current_tim".
Did you mean:
login_set_current_time
2001 Jun 06
1
One more UseLogin tweak
...39;t setting the timestamp in the logininfo structure. The
following patch takes care of this:
--- old/loginrec.c Wed Jun 6 11:12:14 2001
+++ loginrec.c Wed Jun 6 11:13:42 2001
@@ -448,6 +448,8 @@
login_utmp_only(struct logininfo *li)
{
li->type = LTYPE_LOGIN;
+ /* set the timestamp */
+ login_set_current_time(li);
# ifdef USE_UTMP
utmp_write_entry(li);
# endif
..wayne..
2001 Aug 21
0
Resend: loginrec.c patch
...-----8<------8<------8<---cut here--->8------>8------>8------>8---
Index: loginrec.c
--- loginrec.c 2001/08/06 23:29:17 1.34
+++ loginrec.c 2001/08/21 17:53:43
@@ -448,6 +448,8 @@
login_utmp_only(struct logininfo *li)
{
li->type = LTYPE_LOGIN;
+ /* set the timestamp */
+ login_set_current_time(li);
# ifdef USE_UTMP
utmp_write_entry(li);
# endif
@@ -456,9 +458,10 @@
# endif
# ifdef USE_UTMPX
utmpx_write_entry(li);
-# endif
-# ifdef USE_WTMPX
+# else
+# ifdef USE_WTMPX
wtmpx_write_entry(li);
+# endif
# endif
return 0;
}
---8<------8<------8<------8<---cut here-...
2001 Feb 01
0
warnings on aix325
...arg (arg 3)
log-server.c: In function `do_log':
log-server.c:174: warning: implicit declaration of function `openlog'
log-server.c:175: warning: implicit declaration of function `syslog'
log-server.c:176: warning: implicit declaration of function `closelog'
loginrec.c: In function `login_set_current_time':
loginrec.c:376: warning: implicit declaration of function `gettimeofday'
loginrec.c:721: warning: implicit declaration of function `setutent'
loginrec.c:722: warning: implicit declaration of function `pututline'
servconf.c: In function `parse_token':
servconf.c:272: warning:...
2001 Oct 23
8
Another round of testing calls.
Outside the known 'Hang-on-exit' bug and the Solaris 'PAM_TTY_KLUDGE'
required. *WHAT* other issues *MUST* be address before 3.0 which is
approaching fast?
Those running NeXTStep I need conformation that it works under NeXT. My
current Slab is packed in a storage unit due to a fire in my apartment
complex (happened above me so I'm wrapping up dealing with that crap =).
-
2001 Sep 14
8
Call for testers.
http://bass.directhit.com/openssh_snap/
Starting tonight I plan on tracking changes very closely with the OpenBSD
tree. I need people to test the latest snapshot (9/14 at of right now)
and report success or failure on compiling.
I am starting this now because we are looking at a code freeze soon and I
really want to ensure it compiles and runs on all existing platforms. So
we (the portable