summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-25Get rid of window_choose_list type.Nicholas Marriott
2015-04-25Fix some char* -> char *.Nicholas Marriott
2015-04-25Use a char **,u_int pair for cfg_causes.Nicholas Marriott
2015-04-25Fail if a \ appears at EOL rather than continuing off the end of theNicholas Marriott
2015-04-25Make message log a TAILQ.Nicholas Marriott
2015-04-25Move the functions to convert ids from strings into session.c and window.c.Nicholas Marriott
2014-11-17Import perl-5.20.1Andrew Fresh
2015-04-25double word fix; from david vasekJason McIntyre
2015-04-25Switch to using the POSIX endian macros, i.e: be64toh vs. betoh64.Bryan Steele
2015-04-25Don't ignore the reference count in X509_STORE_free.Doug Hogan
2015-04-25Explicitly cancel mouse "button" mode, this happens implicitly with someNicholas Marriott
2015-04-25add check for overflow while doubling (very unlikely in practice, but stillMarc Espie
2015-04-25Check for invalid leading zeros in CBS_get_asn1_uint64.Doug Hogan
2015-04-25allow us to write rules that match directly on the peer ASPeter Hessler
2015-04-25Prepend files or directories containing ":" with "./" in directoryFlorian Obser
2015-04-25handle an IRR record of "export ... action X" the same way we handlePeter Hessler
2015-04-25Add quirk for Cirrus Logic CS4208 which is needed for MacBookAir6,1.James Turner
2015-04-24Convert clients list into a TAILQ.Nicholas Marriott
2015-04-24Set working directory for run-shell and if-shell.Nicholas Marriott
2015-04-24struct timespec/clock_gettime(3) conversion for vi(1).Bryan Steele
2015-04-24Allow choice options (multiple states) to be toggled between states 0Nicholas Marriott
2015-04-24Write (uid_t)-1 as -1 instead of UID_MAX in the v7 passwd file.Todd C. Miller
2015-04-24Use strtonum() instead of strtoul() when parsing uid/gid so we getTodd C. Miller
2015-04-24no more tip(1); ok nicmJason McIntyre
2015-04-24Set up signal handler earlier so that we don't get zombies, reported byNicholas Marriott
2015-04-24Document -h, and bring some consistency to the option descriptions. ok jmcNicholas Marriott
2015-04-24tweaks; ok nicmJason McIntyre
2015-04-24Enable PAE mode for those CPUs that support it. This allows us to use theMike Larkin
2015-04-24Make sure we keep the whole recursive mapping of the PDP instead of just theMark Kettenis
2015-04-24syncTheo de Raadt
2015-04-24Trim down remote(5) to reflect what is supported by cu(1).Nicholas Marriott
2015-04-24remove the old tip SCCS noteTheo de Raadt
2015-04-24Remove tip(1), superseded by cu(1).Nicholas Marriott
2015-04-24Do not attempt to use ~/.magic if running as root (or issetugid()).Nicholas Marriott
2015-04-24move an ugly spaceTheo de Raadt
2015-04-24We need to loop over the files once to work out the width of the labelsNicholas Marriott
2015-04-24Trying to drop privileges means we can't handle ARG_MAX arguments, soNicholas Marriott
2015-04-24Add a couple of missing spaces (style nits).Nicholas Marriott
2015-04-24Use symbolic constants for st_mode flags, no binary change.Nicholas Marriott
2015-04-24If ~/.magic exists but can't be used, fail rather than silently fallingNicholas Marriott
2015-04-24Fix a couple of errors in the magic source files.Nicholas Marriott
2015-04-24New implementation of the file(1) utility. This is a simplified,Nicholas Marriott
2015-04-24Revert back to using GCC builtins. This code triggers an off by one inMartin Pieuchot
2015-04-24another thinkpad event to ignore; from mp39590@gmailTheo de Raadt
2015-04-24vio: If enqueue fails, drop packet.Stefan Fritsch
2015-04-24Enable the NX bit and use it in the PAE pmap code. PAE is still disabledMark Kettenis
2015-04-24improve wording.Igor Sobrado
2015-04-24read_defaults has the thing for strtonum to chew on in cp, notDavid Gwynne
2015-04-24combine -Dd onto one line and update usage();Jason McIntyre
2015-04-24add ssh-agent -D to leave ssh-agent in foreground without enablingDamien Miller