summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-08-22Quickly describe timelocal() and timegm() and note that they areTodd C. Miller
deprecated interfaces.
2000-08-22Prototype timelocal(), timegm(), and timeoff() in the non-ANSI, non-POSIXTodd C. Miller
section.
2000-08-212.8-beta (so that X11 can distinguish login.conf)Theo de Raadt
2000-08-21snprintf sprinkles; solar@false.com & ITheo de Raadt
2000-08-21correct tmp file path; solar@false.comTheo de Raadt
2000-08-21swap_uids_back; solar@false.comTheo de Raadt
2000-08-21closelog, and check for various child setup failures; solar@false.comTheo de Raadt
2000-08-21prototype repairTheo de Raadt
2000-08-21strncpy not safe on overlapping stringsTheo de Raadt
2000-08-21syncTheo de Raadt
2000-08-21Fix incorrect PATH setting; noted by Markus.Todd C. Miller
2000-08-21Var_Append needs to set v for DEBUG(VAR) to work.Marc Espie
Obvious fix. Problem reported by Gregory Steuck, thanks a lot !
2000-08-21fix indentation from 1.41 additionJason Wright
2000-08-21save errno in handlerTheo de Raadt
2000-08-20mlinkTheo de Raadt
2000-08-20Use mkstemp(), ryker@ryker.orgTodd C. Miller
2000-08-20correct Bloom County quotePaul Janzen
2000-08-20The login class field is now implemented.Todd C. Miller
2000-08-20Fix typo introduced in last commit.Todd C. Miller
2000-08-20Remove reference non-existent harduserlimit variable.Todd C. Miller
2000-08-20Fix history section.Todd C. Miller
2000-08-20Crank minor to correspond to login.conf changes in libcTodd C. Miller
2000-08-20#define HASSETUSERCONTEXT now that we have login.conf support.Todd C. Miller
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd 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-20login.conf code from BSDi. This does not include the bsd auth codeTodd C. Miller
which will come later. At this stage it is primarily used for setting resource limits.
2000-08-20Only check /etc/nologin if "UseLogin no" since login(1) may have itsTodd C. Miller
own policy on determining who is allowed to login when /etc/nologin is present. Also use the _PATH_NOLOGIN define.
2000-08-20We have to stash the result of get_remote_name_or_ip() before weTodd C. Miller
close our socket or getpeername() will get EBADF and the process will exit. Only a problem for "UseLogin yes".
2000-08-19cleanupBob Beck
2000-08-19Bypass 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-19oopsMarkus Friedl
2000-08-19more ~ support for ssh2Markus Friedl
2000-08-19syncTheo de Raadt
2000-08-19add 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-19proper prototypeTheo de Raadt
2000-08-19Late in the release of OpenBSD/pmax 2.7 a conflict between the pmaxMats 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-19support for ~. in ssh2Markus Friedl
2000-08-19Late in the release of OpenBSD/pmax 2.7 a conflict between the pmaxMats 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-19Late in the release of OpenBSD/pmax 2.7 a conflict between the pmaxMats 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 trailerJason 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-19MALLOC/FREE -> malloc/free ok art@Nathan Binkert
2000-08-19MALLOC/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-19valid characters mismatch, PR#1362; Marty CombsJakob Schlyter
2000-08-19shortenTheo de Raadt
2000-08-19knfTheo de Raadt
2000-08-19-S prog support; tv@debian.orgTheo de Raadt
2000-08-19rename crc32() to ssh_crc32() to avoid zlib name clash. do not move toTheo de Raadt
libz crc32 function yet, because it has ugly "long"'s in it; oneill@cs.sfu.ca
2000-08-19accept remsh as a valid name as well; roman@buildpoint.comTheo de Raadt
2000-08-18Fix a typo that broke the year portion of the date in the footerTodd C. Miller
if an invalid date was specified in the .Dd header.
2000-08-18ipsec-acl default changed to 1; confirmed by jason@Federico G. Schwindt