summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-12-04espie reminds me that EOF can happen for errors as well, so check for thatTed Unangst
2015-12-04clean up agent_fd handling; properly initialise it to -1 andDamien Miller
2015-12-03pledges ssh client:Sebastien Marie
2015-12-03Print the interface index, we no longer have a pointer to the interface.Martin Pieuchot
2015-12-03UTF-8 support: In a UTF-8 locale, properly align columns in theIngo Schwarze
2015-12-03Change /usr/share/misc/terminfo.db to /usr/share/terminfo.Nicholas Marriott
2015-12-03After inserting a backslash, don't treat ^H ^? or ^U as special cases.Anthony J. Bentley
2015-12-03use the more direct auth interfaces so we can provide a custom passwordTed Unangst
2015-12-02Mark new active pane changed after pane lost in window, and afterNicholas Marriott
2015-12-02Add "cpath" to the ssh-agent pledge so the cleanup handler can unlink().Doug Hogan
2015-12-02ssh-agent pledge needs proc for askpass; spotted by todd@Damien Miller
2015-12-02UTF-8 support: Implement -c and -nIngo Schwarze
2015-12-01basic pledge() for ssh-agent, more refinement neededDamien Miller
2015-12-01s_server also needs DNS; reported by tb@Jeremie Courreges-Anglas
2015-12-01Undo previous, pledge("dns") was already present. The problem was in s_server.Jeremie Courreges-Anglas
2015-12-01Do not deref wp if window_get_active_at returns NULL which can happen onNicholas Marriott
2015-12-01update currency exchange rates;Jason McIntyre
2015-12-01pledge dns so openssl can use dns.. noticed and fix by todd@Bob Beck
2015-12-01We no longer need pledge "wpath" since "tty" allows read-write onTodd C. Miller
2015-11-30change Xrs from now-defunct db(3) to dbopen(3); this wasn;t aJason McIntyre
2015-11-29pledge, better fatal() messages; feedback deraadt@Damien Miller
2015-11-29wrap long lineTheo de Raadt
2015-11-29Delete a duplicated linePhilip Guenther
2015-11-29Drop pledge proc exec getpw after authenticating.Todd C. Miller
2015-11-29Remove useless getpwnam() call after getpwuid(). Noticed by deraadt@Todd C. Miller
2015-11-29telnet: check if fd is a tty before calling tcsetattr(fd, TCSADRAIN)Sebastien Marie
2015-11-29fix duplicate targets in target list for good: split previous groupling fixMarc Espie
2015-11-29skeyinit needs pledge proc and exec to use BSD auth.Todd C. Miller
2015-11-29Allow the -n flag to work in -s mode.Todd C. Miller
2015-11-29Add missing rip() before the call to strtonum(). Otherwise, strtonumTodd C. Miller
2015-11-28do not leak temp file if there is no known_hosts fileTheo de Raadt
2015-11-28don't include port number in tcpip-forward replies for requestsDamien Miller
2015-11-28fix exit status on pledge(2) error, where it should be >1Gleydson Soares
2015-11-27after reading a too long line, restart at the beginning of the buffer soTed Unangst
2015-11-27Do not set a limit on the length of commands when printing them.Nicholas Marriott
2015-11-27pledge "stdio rpath wpath cpath fattr tty proc exec" except for theTheo de Raadt
2015-11-26Delete YP password related code. As a result, these can also beTheo de Raadt
2015-11-26Cleanup in the opposite order as initialization, inline privdrop()Alexandre Ratchov
2015-11-26No point in trying to go on when elementary database operationsIngo Schwarze
2015-11-25fix latest: don't set d->path as we just allocated itAlexandre Ratchov
2015-11-25Allocate device names in the heap, so they can be generated.Alexandre Ratchov
2015-11-25spacingAlexandre Ratchov
2015-11-25Don't print error if none to print.Nicholas Marriott
2015-11-24Make environ_set va_args and use it to tidy up some calls. Also add aNicholas Marriott
2015-11-24Shell command from -c doesn't have to be global, pass it as an argument.Nicholas Marriott
2015-11-24Do lock failures slightly better, return a special value so we don'tNicholas Marriott
2015-11-24Actually show something (even if it not that helpful) if the serverNicholas Marriott
2015-11-24Document socket_path format.Nicholas Marriott
2015-11-24Tidy the code that works out the socket path, and just use the full pathNicholas Marriott
2015-11-24Remove malloc_options DEBUG bit.Nicholas Marriott