Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-23 | sync | Theo de Raadt | |
2000-08-23 | NetBSD RCS id | Brad Smith | |
2000-08-23 | svr4_error -> native_to_svr4_errno | Brad Smith | |
2000-08-23 | svr4_error -> native_to_svr4_errno | Brad Smith | |
2000-08-23 | rename to svr4_error.c to svr4_errno.c | Brad Smith | |
2000-08-23 | fix options; im done now | Eric Jackson | |
2000-08-23 | little cleaner | Eric Jackson | |
2000-08-23 | mdoc'ify | Eric Jackson | |
2000-08-22 | Wall | Theo de Raadt | |
2000-08-22 | unused variable | Theo de Raadt | |
2000-08-22 | proto svc_getreqset2 | Theo de Raadt | |
2000-08-22 | sync | Theo de Raadt | |
2000-08-22 | Add MLINKS for timelocal() and timegm(); pointed out by Theo. | Todd C. Miller | |
2000-08-22 | If a user is specified in inetd.conf, set the LOGIN_SETGROUP flag too | Todd C. Miller | |
since setting user implies setting default groups for that user. Porblem noted by sigh@kuzirabekon.econ.nagasaki-u.ac.jp. | |||
2000-08-22 | Quickly describe timelocal() and timegm() and note that they are | Todd C. Miller | |
deprecated interfaces. | |||
2000-08-22 | Prototype timelocal(), timegm(), and timeoff() in the non-ANSI, non-POSIX | Todd C. Miller | |
section. | |||
2000-08-21 | 2.8-beta (so that X11 can distinguish login.conf) | Theo de Raadt | |
2000-08-21 | snprintf sprinkles; solar@false.com & I | Theo de Raadt | |
2000-08-21 | correct tmp file path; solar@false.com | Theo de Raadt | |
2000-08-21 | swap_uids_back; solar@false.com | Theo de Raadt | |
2000-08-21 | closelog, and check for various child setup failures; solar@false.com | Theo de Raadt | |
2000-08-21 | prototype repair | Theo de Raadt | |
2000-08-21 | strncpy not safe on overlapping strings | Theo de Raadt | |
2000-08-21 | sync | Theo de Raadt | |
2000-08-21 | Fix incorrect PATH setting; noted by Markus. | Todd C. Miller | |
2000-08-21 | Var_Append needs to set v for DEBUG(VAR) to work. | Marc Espie | |
Obvious fix. Problem reported by Gregory Steuck, thanks a lot ! | |||
2000-08-21 | fix indentation from 1.41 addition | Jason Wright | |
2000-08-21 | save errno in handler | Theo de Raadt | |
2000-08-20 | mlink | Theo de Raadt | |
2000-08-20 | Use mkstemp(), ryker@ryker.org | Todd C. Miller | |
2000-08-20 | correct Bloom County quote | Paul Janzen | |
2000-08-20 | The login class field is now implemented. | Todd C. Miller | |
2000-08-20 | Fix typo introduced in last commit. | Todd C. Miller | |
2000-08-20 | Remove reference non-existent harduserlimit variable. | Todd C. Miller | |
2000-08-20 | Fix history section. | Todd C. Miller | |
2000-08-20 | Crank minor to correspond to login.conf changes in libc | Todd C. Miller | |
2000-08-20 | #define HASSETUSERCONTEXT now that we have login.conf support. | Todd C. Miller | |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller | |
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class. | |||
2000-08-20 | login.conf code from BSDi. This does not include the bsd auth code | Todd C. Miller | |
which will come later. At this stage it is primarily used for setting resource limits. | |||
2000-08-20 | Only check /etc/nologin if "UseLogin no" since login(1) may have its | Todd C. Miller | |
own policy on determining who is allowed to login when /etc/nologin is present. Also use the _PATH_NOLOGIN define. | |||
2000-08-20 | We have to stash the result of get_remote_name_or_ip() before we | Todd C. Miller | |
close our socket or getpeername() will get EBADF and the process will exit. Only a problem for "UseLogin yes". | |||
2000-08-19 | cleanup | Bob Beck | |
2000-08-19 | Bypass key generation if no SSL is not enabled in any (virtual) servers. | Bob Beck | |
made fun and entertaining by the way apache initializes modules and DSO's | |||
2000-08-19 | oops | Markus Friedl | |
2000-08-19 | more ~ support for ssh2 | Markus Friedl | |
2000-08-19 | sync | Theo de Raadt | |
2000-08-19 | add SSH2/DSA support to the agent and some other DSA related cleanups. | Markus Friedl | |
(note that we cannot talk to ssh.com's ssh2 agents) | |||
2000-08-19 | proper prototype | Theo de Raadt | |
2000-08-19 | Late in the release of OpenBSD/pmax 2.7 a conflict between the pmax | Mats O Jansson | |
dc driver and the generic if_dc driver was found. The fix was to change the pmax drivers name to dz instead. But this was only done in a miminal way. This commit will remove the old dc driver. -moj | |||
2000-08-19 | support for ~. in ssh2 | Markus Friedl | |