summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1999-10-10mdoc'd pages <kwesterback@home.com>Eric Jackson
1999-10-09Band Aid fixes, polyglot of espies and mine:Bob Beck
- ensure package files end in .tgz if not suffixed, but allow for .tar.gz and uncompressed .tar as well. - make pkg_add take as many args as you can feed it. - "pkg_add *.tgz" works now. - fix bug where realpath could fail and leave NULL in arg list. - fix bug where nonexistent package could fail and leave NULL in arg list.
1999-10-08adduser_proc(8) go bye-bye; deraadt@ okAaron Campbell
1999-10-07- Xr acct(2) from accton(8) and vice-versa.Aaron Campbell
- Add a FILES section to accton(8) indicating the default accounting file. - From pjanzen@
1999-10-07Use -v option in the example; deraadt@Aaron Campbell
1999-10-07We are OpenBSD; pjanzen@Aaron Campbell
1999-10-07Much improved. Could use some more work though, I'm sure.Aaron Campbell
1999-10-07Fix missing includes - Thanks <Peter.Galbavy@knowledge.com>Bob Beck
1999-10-07Mention machdep.allow_aparture and machdep.kbdreset -- OK aaron@Wim Vandeputte
1999-10-07Remove scaffolding for tracking pipe fds.Marc Espie
FD_CLOEXEC is much more appropriate here.
1999-10-07correct .XrEric Jackson
1999-10-07get rid of references to non-existant manpages. Still needs to be -mandoc'dEric Jackson
1999-10-07adduser.messages -> adduser.messageEric Jackson
1999-10-06added new spiffy htdocs/openbsd_pb.gif to distribution install target.Bob Beck
1999-10-06Reworked entire apache defaul index page.philen
1999-10-06"Powered by OpenBSD" button, done by nemickol@monkey.orgphilen
1999-10-06big endian fixes; ryker, jd@noc7.uchsc.eduTheo de Raadt
1999-10-05too soonMarc Espie
1999-10-05Typo.Marc Espie
1999-10-05Actually build pkg_sign.Marc Espie
1999-10-05The .Bl -tag flag expects a -width argument.Aaron Campbell
1999-10-05compileTheo de Raadt
1999-10-05New mdoc'd dhclient(8) man page; form@Aaron Campbell
1999-10-04Synch with current development:Marc Espie
* signatures no longer deal with zcat. Instead, we sign the gzip file itself (stripped of the signature part of the header, of course). Thanks Angelos. Niels seems to think passing the header itself to sign is not a problem, even though no-one cares about checking it ? * gzip header handling revamped: can write to memory. Will eliminate some pipes later on. Can stack signatures. * taken out specific signature schemes (e.g., pgp and sha1). Code is now signature scheme independent, mostly, and writes with client data from memory, e.g., check.c can invoke several checks in parallel without needing to fork. * need the full set of popen-like functionalities (keep track of opened file descriptors to avoid passing them down to children) * remove simple_check.c, functionality absorbed elsewhere. To do: * re-check message output and what to do with unsigned/unchecked/verified packages, * check pkg_add implementation and remove extra-pipe in asynchronous checking, * control over what to do when several signatures are stacked... Simple way would be to disable that for now (possibility for release) * get the code through a linter again.
1999-10-04config -e support; ukc from maja@Theo de Raadt
1999-10-03No longer used.Bob Beck
1999-10-02extraloc[] support; majaTheo de Raadt
1999-10-02pick up apxs and suexec makefiles, add BUGS section toBob Beck
suexec mentioning that we do not install it setuid root and that this must be done for it to work.
1999-10-01Sync with mod_ssl v2.4.5. ok beck@.Brad Smith
1999-10-01Man pages would be nice.Bob Beck
1999-10-01change default values in here to sane ones for OpenBSD. suexec.h stuffBob Beck
gets set in config, but DEFAULT_PATH in httpd.h was an interesting polyglot of hoary old stuff from the RiscOS days...
1999-10-01Fix version upgrade missing in previous mod_ssl commit.Jakob Schlyter
1999-10-01build all the extra modules, for arch's that support DSOBob Beck
(not enabled by default). enable suexec with reasonable OpenBSD paramters, but install 555 - user must change to be setuid before use. Change configuration to use /dev/arandom
1999-10-01Bug fix: skip over signature if not wanted, return correct category ofMarc Espie
file.
1999-09-30get xml and os include filesBob Beck
1999-09-30Sync with mod_ssl v2.4.4. ok beck@.Jakob Schlyter
1999-09-30Improve tcpdump's IKE/ISAKMP knowledge. (jakob@, hugh@ ok)Hakan Olsson
1999-09-29Remove, autogenerated, and fix makefile not to munge our yacc skeleton headerBob Beck
1999-09-29Shouldn't be here. AutogeneratedBob Beck
1999-09-29add makefile.bsd-wrapperBob Beck
1999-09-29import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
1999-09-29Apache 1.3.9 + Mod_ssl 2.4.2 - now builds with apaci nastiness.Bob Beck
1999-09-29import apache 1.3.27 and mod_ssl 2.8.11Bob Beck
1999-09-29openssl 0.9.4 "openssl" commandBob Beck
1999-09-29build openssl instead of ssleayBob Beck
1999-09-28Debug code is one thing, commenting out pclose is another...Marc Espie
1999-09-28Proper error output.Hakan Olsson
1999-09-27Stand-alone package signer.Marc Espie
Requires pgp for now, though the general scheme is generic.
1999-09-23Typo fixes.Alex Feldman
1999-09-22do not know how to fix, doc it at leastTheo de Raadt