Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 switch over and use the new dz driver. -moj | |||
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 add a new dz driver to replace the current dc. -moj | |||
2000-08-19 | - introduce new function ubsec_mcopy() which copies the header and trailer | Jason Wright | |
of one mbuf into another since ubsec doesn't copy data through - get all of the offsets right for the !nicealign case - style fixes Authentication/Encryption on the same packet now appears to work reliably | |||
2000-08-19 | MALLOC/FREE -> malloc/free ok art@ | Nathan Binkert | |
2000-08-19 | MALLOC/FREE -> malloc/free ok art@ angelos@ | Nathan Binkert | |
2000-08-19 | - upgrade icmp6 node information query support to 06 draft. | Jun-ichiro itojun Hagino | |
- pedant: possible alignment issue in ALIGN > 8 arch (should be okay for now) (sync with kame) | |||
2000-08-19 | valid characters mismatch, PR#1362; Marty Combs | Jakob Schlyter | |
2000-08-19 | shorten | Theo de Raadt | |
2000-08-19 | knf | Theo de Raadt | |
2000-08-19 | -S prog support; tv@debian.org | Theo de Raadt | |
2000-08-19 | rename crc32() to ssh_crc32() to avoid zlib name clash. do not move to | Theo de Raadt | |
libz crc32 function yet, because it has ugly "long"'s in it; oneill@cs.sfu.ca | |||
2000-08-19 | accept remsh as a valid name as well; roman@buildpoint.com | Theo de Raadt | |
2000-08-18 | Fix a typo that broke the year portion of the date in the footer | Todd C. Miller | |
if an invalid date was specified in the .Dd header. | |||
2000-08-18 | ipsec-acl default changed to 1; confirmed by jason@ | Federico G. Schwindt | |
2000-08-18 | /etc/namedb/tmp -> /var/named/namedb | Brad Smith | |
2000-08-18 | spelling | Theo de Raadt | |
2000-08-18 | alot of fleshing out... more to come | Jason Wright | |
2000-08-18 | simple 'up' configuration is nice for interfaces used with pppoe as well. | Jason Wright | |
2000-08-18 | Stupid Linux redefined SBRK semantics | Niklas Hallqvist | |
2000-08-18 | Remove comment that refers to a NOTE that was removed yesterday | Marco S Hyman | |
2000-08-18 | Fix obviously bad Xref | Niklas Hallqvist | |
2000-08-18 | Add TCSBRK emulation. bug reported by sparud@crt.se | Niklas Hallqvist | |
2000-08-18 | correct postfix example; PR#1366; loict@bougon.net | Jakob Schlyter | |
2000-08-18 | check error result from getnameinfo. | Jun-ichiro itojun Hagino | |
2000-08-18 | add support to telnetd -debug -6 (listens to AF_INET6). | Jun-ichiro itojun Hagino | |
2000-08-18 | wb needs mii_phy for mii_phy_reset() | Michael Shalayeff | |
2000-08-18 | unused variable if no apm and no pcibios conditions; pt out by chris@ | Michael Shalayeff | |
2000-08-18 | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian | |
capabilities. | |||
2000-08-18 | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | brian | |
capabilities. |