Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-07-09 | "mkstr was intended for the limited architecture of the PDP 11 family." | Ted Unangst | |
Time moves on, memory gets cheaper. There's no need for mkstr or xstr. ok deraadt | |||
2014-07-09 | fix ssh-add crash while loading more than one key | Sebastian Benoit | |
ok markus@ | |||
2014-07-09 | mlarkin requested that i cleanup the example code | Ted Unangst | |
2014-07-09 | mark defos as const; nobody needs to change it, | Ingo Schwarze | |
and it is occasionally useful to be able to pass literal strings | |||
2014-07-09 | delete forgotten, obsolete rew_warn() prototype | Ingo Schwarze | |
2014-07-09 | instead of printf() use tbprintf() like elsewhere in systat. | Jasper Lievisse Adriaanse | |
ok deraadt@ mpi@ | |||
2014-07-09 | downgrade more error() to debug() to better match what old authfile.c | Damien Miller | |
did; suppresses spurious errors with hostbased authentication enabled | |||
2014-07-09 | more useful error message when GLOB_NOSPACE occurs; | Damien Miller | |
bz#2254, patch from Orion Poplawski | |||
2014-07-08 | Cannot find a reason for this to need machine/cpu.h | Theo de Raadt | |
2014-07-08 | mention X Window System announcement. | Kirill Bychkov | |
OK henning@ | |||
2014-07-08 | every succesful hackathon must begin with a sacrifice. | Ted Unangst | |
2014-07-08 | rm asa/fpr. ok beck deraadt halex matthew | Ted Unangst | |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt | |
don't need to be married. ok guenther miod beck jsing kettenis | |||
2014-07-08 | cut things that relied on mclgeti for rx ring accounting/restriction over | David Gwynne | |
to using if_rxr. cut the reporting systat did over to the rxr ioctl. tested as much as i can on alpha, amd64, and sparc64. mpi@ has run it on macppc. ok mpi@ | |||
2014-07-07 | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze | |
Hierarchical naming and mention macro names in messages. | |||
2014-07-07 | Simplify man_unscope(), removing 18 lines of code, that is, | Ingo Schwarze | |
removing one function argument, one function definition, three function invocations and two pointless assert()s. No functional change. | |||
2014-07-07 | The type of iov_len is size_t so the comparison with < 0 does not | Alexander Bluhm | |
work. Do the length check before the subtraction. Found by Christian Ehrhardt; OK markus@ | |||
2014-07-07 | no need to delete any content from .Rs blocks, | Ingo Schwarze | |
and downgrade the related message from ERROR to WARNING | |||
2014-07-07 | no need to skip content before first section header | Ingo Schwarze | |
2014-07-07 | implement .dei and .ami | Ingo Schwarze | |
2014-07-07 | mention that ProxyCommand is executed using shell "exec" to avoid | Damien Miller | |
a lingering process; bz#1977 | |||
2014-07-06 | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze | |
* Mention invalid escape sequences and string names, and fallbacks. * Hierarchical naming. | |||
2014-07-06 | After skipping an escape sequence with incomplete arguments, | Ingo Schwarze | |
do not throw away the rest of the string to be rendered. | |||
2014-07-06 | Fix expansion of escape sequences with incomplete arguments. | Ingo Schwarze | |
* For \* and \n, discard the incomplete arg, expand to empty string. * For \B, discard the incomplete arg, expand to the digit 0. * For \w, use the incomplete arg (behaviour unchanged). | |||
2014-07-06 | Fix handling of escape sequences taking numeric arguments. | Ingo Schwarze | |
* Repair detection of invalid delimiters. * Discard the invalid delimiter together with the invalid sequence. Note to self: In general, strchr("\0...", c) is a thoroughly bad idea. | |||
2014-07-05 | fix remote-forward cancel regression; ok markus@ | Damien Miller | |
2014-07-05 | Cleanup with respect to bad macro arguments. | Ingo Schwarze | |
* Fix .Sm with invalid arg: move arg out and toggle mode. * Promote "unknown standard" from WARNING to ERROR, it loses information. * Delete MANDOCERR_BADWIDTH, it would only indicate a mandoc(1) bug. * Do not report MANDOCERR_BL_LATETYPE when there is no type at all. * Mention macro names, arguments and fallbacks. | |||
2014-07-05 | Assume we have getfsstat(); simplify the interface to the *mountent() | Philip Guenther | |
wrappers | |||
2014-07-05 | Given an http or https URL with user and password, URL-decode the user | Philip Guenther | |
and password info before base64 encoding it for the Authorization header. Also: - eliminate the COOKIE_MAX_LEN constant (if they can fit it on the command line or in their environment, surely we can malloc the base64 version) - rename the variable with user:pass from "cookie" to "credentials" - empty password isn't an error - add a boolean ishttpurl so that we don't have to do strcmps on the schema that we just set - when looping across multiple ftp:// urls on the command line, don't leak the username/password memory problem noted by Se'bastien Marie (semarie-openbsd (at) latrappe.fr) | |||
2014-07-05 | Assume BSD44: statfs() | Philip Guenther | |
2014-07-05 | Our fork() never misses | Philip Guenther | |
2014-07-05 | Assume POSIX: S_IFSOCK and S_IFIFO | Philip Guenther | |
Kill some 'notyet' code that will never be enabled | |||
2014-07-05 | Assume POSIX: sigrocmask() | Philip Guenther | |
Properly use SIG_SIGMASK to restore previous mask | |||
2014-07-05 | Assume POSIX: lchown(), fchown(), fchmod(), fchmodat() | Philip Guenther | |
Assume we have rcmdsh() | |||
2014-07-05 | Assume POSIX: uid_t and gid_t | Philip Guenther | |
2014-07-05 | Assume POSIX: uid_t and gid_t | Philip Guenther | |
Add parens to quiet gcc on previous commit | |||
2014-07-05 | Assume POSIX: <dirent.h>, struct dirent | Philip Guenther | |
2014-07-05 | Oops, fix both locations using D_NAMLEN() | Philip Guenther | |
2014-07-05 | Stop using silly macro when checking for '.' and '..' directory entries | Philip Guenther | |
2014-07-05 | Assume POSIX: waitpid(), select(), and <sys/select.h> | Philip Guenther | |
2014-07-05 | A local array can't be NULL | Philip Guenther | |
2014-07-05 | Assume C89: stdargs, const, and setvbuf() | Philip Guenther | |
Assume POSIX: O_NONBLOCK and S_IS{DIR,REG,LNK} | |||
2014-07-05 | ELF uberalles! | Philip Guenther | |
2014-07-05 | Delete ancient unused demo cronjob | Philip Guenther | |
2014-07-05 | Use xcalloc() in waitup(): the calloc fails, simply returning ain't gonna | Philip Guenther | |
help |