summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
1997-07-29This case of version number update is a little special and was not well-knownNiklas 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-29convert to mdoc formatflipk
1997-07-28Install inet(3) page as inet_{ntop,pton}(3) pages tooNiklas Hallqvist
1997-07-28mandoc. tag. copyright.flipk
1997-07-28merge in getcap change by grr, in rev 1.8Theo de Raadt
1997-07-28Removed confusing text which implies that gamma() computes the gammaTheo 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-28convert to mandoc, add tagflipk
1997-07-28dollar OpenBSD dollar tagflipk
1997-07-28convert to mandoc. prettyflipk
1997-07-27Remove debugging info, whoops.Todd C. Miller
1997-07-27bump minorTodd C. Miller
1997-07-27- Do coarse locking on /etc/skeykeys. Fixes a race that could allowTodd C. Miller
a replay attempt to succeed. - OpenBSD tags
1997-07-27Fix search and replace error introduced in version 1.16.Todd C. Miller
1997-07-27Use .Sq.Jason Downs
1997-07-27Use -bulletJason Downs
1997-07-27crank major, due to the arc libc messupTheo de Raadt
1997-07-27revert until the change gets evaluated by more peopleTheo de Raadt
1997-07-27Make 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-26Convert upper -> lower case in seed for fake s/key propt.Todd C. Miller
1997-07-26 - int -> long fixesTodd 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-25document EINVAL per kern_descr.c:sys_flock() changeMichael Shalayeff
1997-07-25add man page from netbsdMichael Shalayeff
1997-07-25update to reality from netbsdMichael Shalayeff
1997-07-24Fix one instance of bad strncpy() usage and some KNF.Todd C. Miller
1997-07-24use -fno-omit-frame-pointer; the reason is almost crazy; pr#287Theo de Raadt
1997-07-24does not use read(2)Theo de Raadt
1997-07-24copy d_type; giles@nemeton.com.auTheo de Raadt
1997-07-23tabify + trailing blankskstailey
1997-07-23tabify + trailing blankskstailey
1997-07-23tabify + trailing blankskstailey
1997-07-23tabify + trailing blankskstailey
1997-07-23trailing blankskstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23tabifykstailey
1997-07-23Don't do a gethostbyname() on "localhost" since we need it toTodd C. Miller
be unmolested when we test whether or not to use a local shell instead of rsh.
1997-07-23Fix 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-23Mode 0600 /etc/skeykeysTodd C. Miller
1997-07-23Increase max hashname length for rmd160.Todd C. Miller
1997-07-22setpgid 2Theo de Raadt
1997-07-22permit numbers at start of hostname; leres@ee.lbl.govTheo de Raadt
1997-07-21long stuff; netbsdTheo de Raadt
1997-07-21include file with protoTheo de Raadt
1997-07-18Converting u_char[] -> u_int[] is easy on little endian machines :-)Todd C. Miller
1997-07-17.Xr fixTheo de Raadt