Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-19 | fix race between SIGCHLD and select with an additional pipe. writing | Markus Friedl | |
to the pipe on SIGCHLD wakes up select(). using pselect() is not portable and siglongjmp() ugly. W. R. Stevens suggests similar solution. initial idea by pmenage@ensim.com; ok deraadt@, djm@ | |||
2001-12-19 | handle utsname.nodename case for FamilyLocal X authorization; ok markus@ | Kevin Steves | |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt | |
2001-12-18 | fix an #include path, from Peter Valchev <pvalchev@sightly.net> | Michael Shalayeff | |
2001-12-18 | We need to adjust where "dot" points when we realloc(message). | Todd C. Miller | |
Problem found by Mike Heffner of the FreeBSD project. | |||
2001-12-18 | log fingerprint on successful public key authentication, simplify usage of ↵ | Jakob Schlyter | |
key structs; ok markus@ | |||
2001-12-18 | log fingerprint on successful public key authentication; ok markus@ | Jakob Schlyter | |
2001-12-18 | remove auth_rsa_read_key, make hostfile_ready_key non static; ok markus@ | Jakob Schlyter | |
2001-12-10 | check that server supports v1 for -t rsa1, report from wirth@dfki.de | Markus Friedl | |
2001-12-10 | possible fd leak on error; ok markus@ | Kevin Steves | |
2001-12-10 | bogus __dead | Theo de Raadt | |
2001-12-09 | add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions, | Markus Friedl | |
fixes memleak. | |||
2001-12-08 | use only one path to X11 UNIX domain socket vs. an array of paths | Kevin Steves | |
to try. report from djast@cs.toronto.edu. ok markus@ | |||
2001-12-07 | move back. pvalchev -- the bug was quite obscure | Theo de Raadt | |
2001-12-07 | back out latest changes which cause problems on alpha/sparc64 until | Peter Valchev | |
they are fixed | |||
2001-12-07 | Catch SIGINT and SIGQUIT via the kbintr() signal handler in ypgetnewpasswd() | Todd C. Miller | |
too. Restore old signal handler at the end of ypgetnewpasswd() and getnewpasswd(). | |||
2001-12-07 | Catch SIGINT and SIGQUIT via the kbintr() signal handler. | Todd C. Miller | |
Now that getpass() is interuptible we need to catch these so that the "Password unchanged." message is printed. | |||
2001-12-06 | disable nagle for X11 fake server and client TCPs. from netbsd. | Kevin Steves | |
ok markus@ | |||
2001-12-06 | strncpy->strlcpy. remaining strncpy's are necessary. ok markus@ | Kevin Steves | |
2001-12-06 | shutdown(sock, SHUT_RDWR) not needed here; ok markus@ | Kevin Steves | |
2001-12-06 | add -o to sshd, too. ok deraadt@ | Markus Friedl | |
2001-12-06 | rcsid and hostory section | Michael Shalayeff | |
2001-12-06 | long leftovers | Michael Shalayeff | |
2001-12-05 | update from Nsk dudes | Michael Shalayeff | |
2001-12-05 | make theo and djm happy: bye bye regexp | Markus Friedl | |
2001-12-05 | post 3.0.2 | Markus Friedl | |
2001-12-05 | minor KNF | Theo de Raadt | |
2001-12-05 | KNF, and remove part of the TLI garbage | Theo de Raadt | |
2001-12-05 | make it compile with more strict prototype checking | Jun-ichiro itojun Hagino | |
2001-12-05 | deal with LP64 printf issue with sig_atomic_t. from thorpej | Jun-ichiro itojun Hagino | |
2001-12-05 | Get maxslp with sysctl. Not the constant. | Artur Grabowski | |
2001-12-04 | duplicate prohibition entry; from Dan Weeks <danimal@danimal.org> | Michael Shalayeff | |
2001-12-04 | some grammer in previous; fromBrian Poole <raj@cerias.purdue.edu> | Michael Shalayeff | |
2001-12-02 | zap }; | Theo de Raadt | |
2001-12-02 | remove some }; | Theo de Raadt | |
2001-12-02 | Clarify man page and usage string to say 'pathname' and not 'string' | Todd C. Miller | |
or 'dir'. Closes PR 2216; s AT msmith.net | |||
2001-12-02 | Put back the interrupt fixed code, since it's not the issue. | Marc Espie | |
2001-12-01 | don't pass user defined variables to /usr/bin/login | Markus Friedl | |
2001-12-01 | KNF | Theo de Raadt | |
2001-11-30 | sscanf() length dependencies are clearer now; can also shrink proto | Kevin Steves | |
and data if desired, but i have not done that. ok markus@ | |||
2001-11-30 | harrison dies, zappa died, jcs debuted | Michael Shalayeff | |
2001-11-29 | fix protocol error: send 'failed' message instead of a 2nd challenge | Markus Friedl | |
(happens if the same key is in authorized_keys twice). reported Ralf_Meister@genua.de; ok djm@ | |||
2001-11-29 | sshd X11 fake server will now listen on localhost by default: | Kevin Steves | |
$ echo $DISPLAY localhost:12.0 $ netstat -an|grep 6012 tcp 0 0 127.0.0.1.6012 *.* LISTEN tcp6 0 0 ::1.6012 *.* LISTEN sshd_config gatewayports=yes can be used to revert back to the old behavior. will control this with another option later. ok markus@ | |||
2001-11-29 | remove dead function prototype; ok markus@ | Kevin Steves | |
2001-11-29 | make sure that va_start() has matching va_end() | Mike Pechkin | |
millert@ help&ok | |||
2001-11-29 | typo | Michael Shalayeff | |
2001-11-29 | Restore historic behavior: | Todd C. Miller | |
o don't fmt lines that start with '.' to avoid hosing *roff o add -n flag to disable above behavior (undocumented feature in old fmt) Patch from Ruslan Ermilov (FreeBSD) | |||
2001-11-28 | Some minor format beautification from FreeBSD and add the AUTHORS | Todd C. Miller | |
section back in. | |||
2001-11-28 | from FreeBSD: | Todd C. Miller | |
Some KNF Call setlocale() Remove some silliness for non-BSD systems | |||
2001-11-28 | remove unused var | Eric Jackson | |