Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-13 | Install the manuals of the web interface below the same directory | Ingo Schwarze | |
as manpath.conf, such that we do not need to mix our own documentation into the documentation we are serving, which may not even be possible if the latter is updated automatically. Based on an idea by beck@. | |||
2014-07-13 | update after recent code changes | Ingo Schwarze | |
2014-07-12 | Polish the search form using feedback from beck@ and others, | Ingo Schwarze | |
in particular introduce a section dropdown and an architecture dropdown. | |||
2014-07-12 | No need for run-time configuration, add minimal compile-time | Ingo Schwarze | |
configuration facilities, just two paths and two HTML strings. Show the title on all pages, not just the index page. | |||
2014-07-12 | Simplify: Delete 74 lines of code including one enum type, one | Ingo Schwarze | |
global lookup table, two functions, two function arguments, one struct member, one local variable, and the "search/" and "show/" part of the URIs, all without losing functionality. | |||
2014-07-12 | Start fixing issues that beck@ helped find: | Ingo Schwarze | |
Distinguish between man(1) and apropos(1) mode by adding back the classical QUERY_STRING variable "apropos=". Change the default back to "apropos=0". Control it by adding a HTML <SELECT> element for it. Rename the "expr=" QUERY_STRING variable back to its classical name "query=", i don't see how the new name is better than the classical one. While here, drop the concept of a "legacy mode". Simply continue to support the features, and use what we consider best. | |||
2014-07-12 | Fix whatis(1) to correctly match words instead of any substrings. | Ingo Schwarze | |
While here, also provide an internal mode (MANSEARCH_MAN) to match complete names, to be used by man.cgi(8). | |||
2014-07-12 | The statdb code has never been complete here | Philip Guenther | |
2014-07-12 | Kill never enabled #ifdefs | Philip Guenther | |
2014-07-12 | config-def.h is now unnecessary; merge config-data.h into defs.h | Philip Guenther | |
2014-07-12 | Kill os-openbsd.h: we have <paths.h>, _PATH_RSH, and utimes() | Philip Guenther | |
2014-07-12 | SETARGS and NEED_HASMNTOPT paths are dead; rshrcmd() and libz stuff are | Philip Guenther | |
no longer (were never?) used | |||
2014-07-12 | Deleted unused local prototypes for systems stuff | Philip Guenther | |
2014-07-12 | No really, assume POSIX: errno is declared for us and sys/stat.h has | Philip Guenther | |
S_IX{USR,GRP,OTH} | |||
2014-07-12 | Rename 'link' parameter to eliminate shadow warnings | Philip Guenther | |
2014-07-12 | Delete unused global | Philip Guenther | |
2014-07-12 | Eliminate some annoying variable shadowing | Philip Guenther | |
2014-07-12 | Yes, we have setproctitle(). Delete that and several unused HAVE_* #defines | Philip Guenther | |
2014-07-12 | Unused variable from oldrdist cleanup | Philip Guenther | |
2014-07-12 | fix the two links on the start page | Ingo Schwarze | |
2014-07-11 | make http decode linear time. also remove a redundant null check. | Ted Unangst | |
ok schwarze | |||
2014-07-11 | http headers must end lines with CRLF. ok schwarze | Ted Unangst | |
2014-07-11 | remove (commented) bluetooth reference | Ted Unangst | |
2014-07-11 | better error handling in mkstemp/unlink/fdopen logic. | Marc Espie | |
from Doug Hogan <doug@acyclic.org> okay miod@ | |||
2014-07-11 | simplify and slightly tweak user agent handling | Alexander Hall | |
ok lteo@ | |||
2014-07-11 | Bring in man.cgi(8) to maintain it in our tree together with mandoc. | Ingo Schwarze | |
It will not be enabled in the build nor installed by default. A comment in the Makefile lists the three simple steps needed to build, install, and run it on the two machines worldwide that are going to run it. deraadt@ agrees with having the code in the tree. | |||
2014-07-11 | by popular demand, add back hamc-sha1 to server proposal for better compat | Ted Unangst | |
with many clients still in use. ok deraadt | |||
2014-07-11 | using COPTS is probably better than CFLAGS | Theo de Raadt | |
2014-07-11 | Grok the new /dev/klog LIOCSFD ioctl associated with sendsyslog(2) | Theo de Raadt | |
ok matthew guenther miod tedu | |||
2014-07-11 | delete all traces of oldrdist -Server command. ok beck guenther | Ted Unangst | |
2014-07-11 | Permit use of SYS_sendsyslog from inside the sandbox. Clock is ticking, | Theo de Raadt | |
update your kernels and sshd soon.. libc will start using sendsyslog() in about 4 days. | |||
2014-07-11 | Marion, don't look at it. Shut your eyes, Marion. | Ted Unangst | |
Don't look at it, no matter what happens! | |||
2014-07-11 | ain't nobody got time for fortran. | Ted Unangst | |
remove fsplit. ok beck. | |||
2014-07-11 | Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using a | Lawrence Teo | |
-U command-line option. feedback from deraadt@, halex@, and Adam Thompson ok deraadt@ sthen@, man page changes ok jmc@ | |||
2014-07-10 | Missed a chunk of the previous | Philip Guenther | |
2014-07-10 | add missing include file to bring in protos | Theo de Raadt | |
2014-07-10 | repair prototypes | Theo de Raadt | |
2014-07-10 | fleanse out oldrdist support | Ted Unangst | |
2014-07-10 | Assume POSIX: write() takes size_t and returns ssize_t | Philip Guenther | |
2014-07-10 | Snakes. Why'd it have to be snakes? | Ted Unangst | |
2014-07-10 | expected user.h fallout; _KERNEL case needs manual pull of ucred.h | Theo de Raadt | |
2014-07-10 | oldrdist is old. pre-ok guenther | Ted Unangst | |
2014-07-10 | annotate regexp error messages with source string. | Marc Espie | |
okay miod@ | |||
2014-07-10 | tweak previous; ok tedu | Jason McIntyre | |
2014-07-10 | #define _KERNEL hack requires ucred.h now as well | Theo de Raadt | |
2014-07-10 | add a note that fields are returned in input order. ok deraadt sthen | Ted Unangst | |
2014-07-10 | fix version comparison for openssl-like versions (1.0.1g etc) | Jasper Lievisse Adriaanse | |
found, tested and OK sthen@ | |||
2014-07-09 | floppy disks are obsolete. recommend keeping the keyfile on a flash disk | Ted Unangst | |
instead. ok mlarkin | |||
2014-07-09 | small alignment tweak | Jasper Lievisse Adriaanse | |
2014-07-09 | Do you know what horrors lie beyond that wall? | Ted Unangst | |
No. Then you go first. |