summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok
2001-08-17Rewrite to do lookups depending on ID type. IPv4 and FQDN only for now.Hakan Olsson
2001-08-17Reverse smoke-induced error from me. thanks to miod@Janne Johansson
2001-08-17M4 indirection, to test other binaries more easily.Marc Espie
2001-08-17Probably nbsd1.2 rather than obsd2.2Janne Johansson
2001-08-17Openbsd1.2? Nah..Janne Johansson
2001-08-17man 4 intro pointed to itself in "See also".Janne Johansson
2001-08-17o) close .Bl;Mike Pechkin
o) NetBSD -> .Bx; o) we should sort options in .DESCRIPTION; some spotted from form@openbsd.ru; millert@ ok.
2001-08-17ro -> readonly for readability.Janne Johansson
2001-08-17correctly return ssize_t.Federico G. Schwindt
2001-08-17correctly return ssize_t.Federico G. Schwindt
2001-08-17Sony is Chip ID 2 (like in the Aibo)Todd C. Miller
2001-08-17Oops, maxseglen and maxlen were backwards in call to bus_dmamap_create().Jason Wright
2001-08-16TypoMiod Vallat
2001-08-16document case sensitivity for ssh, sshd and key fileKevin Steves
options and arguments; ok markus@
2001-08-16no options yetCamiel Dobbelaar
2001-08-16remove remaining PAM defines and commentsCamiel Dobbelaar
2001-08-16remove SHADOW hooksCamiel Dobbelaar
2001-08-16stand-alone by defaultCamiel Dobbelaar
2001-08-16build man page for popa3dEric Jackson
2001-08-16a start at a man page for popa3dEric Jackson
2001-08-16Fix a typo and document login class field correctly.Todd C. Miller
Based on a patch from andrew.hoerter@NeuStar.com
2001-08-16deprecate CheckMail. ok markus@Jakob Schlyter
----------------------------------------------------------------------
2001-08-16remove unneeded LWRESLIB definition. ok ho@Jakob Schlyter
2001-08-162nd arg to pw_mkdb()Todd C. Miller
2001-08-16consistently use #include "util.h" not <util.h> since util.h lives in this dir.Todd C. Miller
2001-08-16extra arg to pw_mkdbTodd C. Miller
2001-08-16Add new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -sTodd C. Miller
flag and crank the library major due to the interface change.
2001-08-16Add -s flag to only update secure .db file (/etc/spwd.db). Can beTodd C. Miller
used in conjunction with -u user when only the password has changed.
2001-08-16Use calloc() to allocate response data. Be more careful when freeingHakan Olsson
memory. jakob@ ok.
2001-08-16o) -mdoc syntax improvements;Mike Pechkin
o) typos; o) "start new line" issues; o) improve enclosure/quoting macros; millert@ help and ok
2001-08-16do not try to undefine CAC_DEBUGBrad Smith
2001-08-16openssl black magic.Hakan Olsson
2001-08-16At Theo's request only print 'Please wait' if don't get the lockTodd C. Miller
on the first try.
2001-08-16-e switch, show extra symbol information such as weak symbol status.Marc Espie
2001-08-16- remove libatalkBrad Smith
- remove mention of architecture names in the NOPIC variable description
2001-08-16Document new clean behavior.Marc Espie
2001-08-16Flesh it out.Marc Espie
Common additions to sudoers, commented out. To avoid gobbling aspirin while reading sudoers(5) ok millert@
2001-08-16Don't right-justify this debug message.Hakan Olsson
2001-08-16Off-by-one error in [u]fqdn cases, plus better debug messages whenHakan Olsson
looking for public key files.
2001-08-16ISAKMP ID type offset was wrong.Hakan Olsson
2001-08-16state that this skeleton file is in the public domain.Kenjiro Cho
2001-08-16sync with KAME.Kenjiro Cho
altq userland cleanup: - string operation audit - remove variable names from function prototypes - clean up error messages
2001-08-16track the line number per-token, so that we can report errors correctlyTheo de Raadt
2001-08-16Xr raise(3)Theo de Raadt
2001-08-16do not link with lwres. ok ho@Jakob Schlyter
2001-08-16Spelling.Peter Valchev
2001-08-16add support for getrrsetbyname(3) from libc. ok ho@.Jakob Schlyter
2001-08-15ops, _thread_kern_set_timeout() to const.Federico G. Schwindt
2001-08-15* kevent(2) support; from FreeBSD.Federico G. Schwindt
* change _thread_kern_set_timeout() parm to const.