Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-29 | This case of version number update is a little special and was not well-known | Niklas Hallqvist | |
before. A new general rule has been formed: When you change a library to *use* a new API of another library (which may there only have given need to a minor number crank), you must crank the *major*. The specific scenario that was seen this time was: I libc 16 started without the SHA interface II libskey 0 did obviously not use it III installation of libc 16 and libskey 0 IV software installed that uses libskey V libc 16 got SHA added, minor number update VI libskey 0 was changed to use it VII libc was cranked to 17 for other reasons VIII installation of libc 17 and newer libskey 0 IX use of the software installed in IV fails! This is due to the fact that the libskey using software searches for the most current libskey 0, which uses the SHA interface, and the most current libc 16 which was the old one installed in III, which does not provide SHA, and thus gets two incompatible libraries linked with it. Crash! One could argue that people should install all library versions that is made available, but that is really not feasible. One have to recognize that people may build their systems at arbitrary points in time and then go on to install software they know work at their lib revision levels. A later build should not break this software, that may only be available in binary versions. | |||
1997-07-29 | convert to mdoc format | flipk | |
1997-07-28 | Install inet(3) page as inet_{ntop,pton}(3) pages too | Niklas Hallqvist | |
1997-07-28 | mandoc. tag. copyright. | flipk | |
1997-07-28 | merge in getcap change by grr, in rev 1.8 | Theo de Raadt | |
1997-07-28 | Removed confusing text which implies that gamma() computes the gamma | Theo de Raadt | |
instead of log gamma function. This was true with 4.4BSD's libm, but they are equivalent on all other systems (XPG4.2 requires this); jtc. cato@ulysses.df.lth.se found it. | |||
1997-07-28 | convert to mandoc, add tag | flipk | |
1997-07-28 | dollar OpenBSD dollar tag | flipk | |
1997-07-28 | convert to mandoc. pretty | flipk | |
1997-07-27 | Remove debugging info, whoops. | Todd C. Miller | |
1997-07-27 | bump minor | Todd C. Miller | |
1997-07-27 | - Do coarse locking on /etc/skeykeys. Fixes a race that could allow | Todd C. Miller | |
a replay attempt to succeed. - OpenBSD tags | |||
1997-07-27 | Fix search and replace error introduced in version 1.16. | Todd C. Miller | |
1997-07-27 | Use .Sq. | Jason Downs | |
1997-07-27 | Use -bullet | Jason Downs | |
1997-07-27 | crank major, due to the arc libc messup | Theo de Raadt | |
1997-07-27 | revert until the change gets evaluated by more people | Theo de Raadt | |
1997-07-27 | Make correct distinction between "entry not found" and "no capability files", | grr | |
and allow looking through multiple databases, even if one is the *.db case. | |||
1997-07-26 | Convert upper -> lower case in seed for fake s/key propt. | Todd C. Miller | |
1997-07-26 | - int -> long fixes | Todd C. Miller | |
- restore priority correctly after setpriority (assumed start pri was 0) - rfc-compliant challenge when faking it for those w/o a keyfile entry on machines with short hostnames or non-alphanum hostnames. | |||
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-25 | document EINVAL per kern_descr.c:sys_flock() change | Michael Shalayeff | |
1997-07-25 | add man page from netbsd | Michael Shalayeff | |
1997-07-25 | update to reality from netbsd | Michael Shalayeff | |
1997-07-24 | Fix one instance of bad strncpy() usage and some KNF. | Todd C. Miller | |
1997-07-24 | use -fno-omit-frame-pointer; the reason is almost crazy; pr#287 | Theo de Raadt | |
1997-07-24 | does not use read(2) | Theo de Raadt | |
1997-07-24 | copy d_type; giles@nemeton.com.au | Theo de Raadt | |
1997-07-23 | tabify + trailing blanks | kstailey | |
1997-07-23 | tabify + trailing blanks | kstailey | |
1997-07-23 | tabify + trailing blanks | kstailey | |
1997-07-23 | tabify + trailing blanks | kstailey | |
1997-07-23 | trailing blanks | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | Don't do a gethostbyname() on "localhost" since we need it to | Todd C. Miller | |
be unmolested when we test whether or not to use a local shell instead of rsh. | |||
1997-07-23 | Fix skeygetnext() | Todd C. Miller | |
1997-07-23 | _PATH_SKEYKEYS now lives in <paths.h> | Todd C. Miller | |
Add skeygetnext() for iterating over the key file. | |||
1997-07-23 | Mode 0600 /etc/skeykeys | Todd C. Miller | |
1997-07-23 | Increase max hashname length for rmd160. | Todd C. Miller | |
1997-07-22 | setpgid 2 | Theo de Raadt | |
1997-07-22 | permit numbers at start of hostname; leres@ee.lbl.gov | Theo de Raadt | |
1997-07-21 | long stuff; netbsd | Theo de Raadt | |
1997-07-21 | include file with proto | Theo de Raadt | |
1997-07-18 | Converting u_char[] -> u_int[] is easy on little endian machines :-) | Todd C. Miller | |
1997-07-17 | .Xr fix | Theo de Raadt | |