Corinna Vinschen
34a1d63d80
* Makefile.in (DLL_OFILES): Add bsdlib.o.
* autoload.cc (RegisterServiceProcess): Add.
* bsdlib.cc: New file.
(daemon): New function.
(login_tty): Ditto.
(openpty): Ditto.
(forkpty): Ditto.
* cygwin.din: Export daemon, forkpty, login_tty, logwtmp, updwtmp,
openpty and revoke.
* syscalls.cc (updwtmp): New function, writing to wtmp exclusively.
(logwtmp): Ditto.
(login): Call updwtmp instead of writing to wtmp by itself.
(logout): Ditto.
* tty.cc (revoke): New funtion.
* include/paths.h: Define _PATH_DEVNULL.
* include/pty.h: New header.
* include/cygwin/version.h: Bump API minor number.
* include/sys/utmp.h: Declare logwtmp with const arguments.
Declare updwtmp.
* lib/iruserok.c: New file.
(ruserok): New function.
(iruserok): Ditto.
(__ivaliduser): Ditto.
(__icheckhost): Ditto.
2003-09-10 15:51:59 +00:00
..
2002-07-07 00:44:08 +00:00
2003-08-30 16:34:56 +00:00
2003-09-10 15:51:59 +00:00
2003-09-01 12:56:01 +00:00
2003-07-03 15:15:56 +00:00
2001-10-12 20:02:41 +00:00
2003-07-06 21:45:21 +00:00
2003-09-08 05:09:13 +00:00
2003-09-08 10:35:56 +00:00
2003-08-06 03:39:36 +00:00
2003-07-02 03:33:01 +00:00
2003-07-02 03:33:01 +00:00
2003-01-13 21:11:19 +00:00
2003-08-06 03:22:18 +00:00
2003-07-26 00:49:12 +00:00