martin 99/12/09 04:10:12
Modified:src/os/bs2000 bs2login.c ebcdic.c
Log:
First cut at using the CRLF macro changes of Gil's patch.
Next step is replacement of all xxx_strictly stuff by xxx
(and renaming the os_toascii_strictly[] table to os_toascii[])
Revision ChangesP
martin 99/07/26 00:46:56
Modified:src/os/bs2000 bs2login.c
Log:
Another oops - of course clean_parent_exit is only available in http_main.c
Revision ChangesPath
1.12 +1 -1 apache-1.3/src/os/bs2000/bs2login.c
Index: bs2login.c
martin 99/07/26 00:23:52
Modified:src/os/bs2000 bs2login.c
Log:
Oops - an oversight.
Revision ChangesPath
1.11 +1 -1 apache-1.3/src/os/bs2000/bs2login.c
Index: bs2login.c
===
RCS file: /ex
martin 99/07/26 00:21:37
Modified:src/os/bs2000 bs2login.c
Log:
When BS2000 ufork() fails because of EPERM, there's no use in retrying.
Bail out.
Revision ChangesPath
1.10 +12 -0 apache-1.3/src/os/bs2000/bs2login.c
Index: bs2login.c
martin 99/01/28 10:27:21
Modified:src CHANGES
src/main http_main.c
src/os/bs2000 bs2login.c
Log:
BS2000 only: Adapt to the new ufork() system call interface which will
make subtasking easier on the OSD/POSIX mainframe environment.
Revision
martin 98/12/23 03:17:21
Modified:src/os/bs2000 bs2login.c
Log:
Use regular fork() when calling user is not root.
Revision ChangesPath
1.7 +10 -1 apache-1.3/src/os/bs2000/bs2login.c
Index: bs2login.c
==
martin 98/09/30 01:36:21
Modified:src/os/bs2000 bs2login.c
Log:
Fix: because of duplicate config reading, the test
for multiple use of BS2000Account directive was wrong
Revision ChangesPath
1.5 +0 -3 apache-1.3/src/os/bs2000/bs2login.c
Index: bs2login.c
martin 98/05/04 15:18:24
Modified:src/os/bs2000 bs2login.c
Log:
Use new error-propagating APEXIT_CHILDFATAL exit code
Revision ChangesPath
1.2 +6 -6 apache-1.3/src/os/bs2000/bs2login.c
Index: bs2login.c
==
martin 98/05/04 09:22:12
Added: src/os/bs2000 bs2login.c
Log:
BS2000 needs an extra authentication phase (beside setuid()) for changing the
permissions to the un-privileged user account
Revision ChangesPath
1.1 apache-1.3/src/os/bs2000/bs2login.c