Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/unix
AgeCommit message (Expand)Author
2005-03-10Consistently use a single notation to refer to SSH protocol versions, asJacob Nevins
2005-03-10Protect against multiple Change Settings dialogues. We should probably alsoOwen Dunn
2005-03-05Make sure we do notify_remote_exit(ssh->frontend) _before_Simon Tatham
2005-03-05Fixes for NO_IPV6 compilation under Unix.Simon Tatham
2005-03-03Explicitly set MIN and TIME when in raw mode to request single charactersBen Harris
2005-03-01Make it clearer that `-m' is only usable with SSH.Jacob Nevins
2005-02-23Fallout from my change in the semantics of cfg.remote_cmd_ptr.Simon Tatham
2005-02-23Remove the two logevent calls passing NULL as the first argument.Simon Tatham
2005-02-22Rearrange verify_ssh_host_key() for robustness in the face of strangeness, inJacob Nevins
2005-02-18Add asynchronous callback capability to the askappend() alert box.Simon Tatham
2005-02-17Revamp interface to verify_ssh_host_key() and askalg(). Each of themSimon Tatham
2005-02-16Simon suggests a better solution to valgrind's complaining aboutJacob Nevins
2005-02-15The terminal window can now indicate that PuTTY is busy in various ways, byJacob Nevins
2005-02-14Initialise (struct Socket_tag).connected in sk_register().Jacob Nevins
2005-02-14Initialise (struct Socket_tag).connected in sk_newlistener() since ValgrindJacob Nevins
2005-02-14Oh, and (there's always one) remove the unnecessary extra parameterSimon Tatham
2005-02-14Saw uxcfg.c in half down the middle, to separate out config changesSimon Tatham
2005-02-06Reinstate the broken -e option in pterm. Also I've just worked out aSimon Tatham
2005-02-06Encapsulated most of the pty backend's variables into a proper dataSimon Tatham
2005-02-06The pty backend won't _always_ be running under X, so it should beSimon Tatham
2005-02-05When allocating BSD-style ptys, we should not be satisfied with aSimon Tatham
2005-01-28Use AF_UNIX, not AF_LOCAL, since the former is in POSIX and the latter is not.Ben Harris
2005-01-28Overhaul of client-side XDM-AUTHORIZATION-1:Ben Harris
2005-01-27Buffer overruns are embarassing (even if caused by user error), so assertBen Harris
2005-01-26Move sockaddr_is_loopback() to before sk_address_is_local(), and define theBen Harris
2005-01-23When checking if a connection comes from localhost, don't assume it's an IPv4Ben Harris
2005-01-22When calling getaddrinfo() for a listening socket, pass in a suggested typeBen Harris
2005-01-22Stupid typo, spotted by GCC.Ben Harris
2005-01-22If getaddrinfo() fails, it's not safe to dereference the struct addrinfo* itBen Harris
2005-01-21Dispose of a variable whose only use was being set to zero.Ben Harris
2005-01-16Support for falling back through the list of addresses returned fromSimon Tatham
2005-01-16Rewrite of Unix sk_newlistener() which should fix any possibleSimon Tatham
2005-01-15Turn of ICRNL in the client tty when we're not in editing mode. ThisBen Harris
2005-01-14INADDR_NONE is nonstandard. Use (in_addr_t)(-1) instead.Ben Harris
2005-01-09sk_namelookup() on Unix was failing to translate from our platform-Simon Tatham
2005-01-09New function ltime() returns a struct tm of the current local time.Owen Dunn
2005-01-09Having laboriously constructed a hints parameter for getaddrinfo, itSimon Tatham
2005-01-04Don't forget to initialise ret->ai to NULL in sk_nonamelookup. WasSimon Tatham
2005-01-04If we're going to use select(), we need <sys/select.h>.Ben Harris
2005-01-02It's a new year!Simon Tatham
2004-12-31Rename some of the more stupidly named files in the Unix back end.Simon Tatham
2004-12-30If we're going to define _XOPEN_SOURCE, we should at least define it to aBen Harris
2004-12-30Integrate unfix.org's IPv6 patches up to level 10, with rather a lotSimon Tatham
2004-12-29Loose end from r5031: the Kex panel should only be displayed inSimon Tatham
2004-12-23Add a preference list for SSH-2 key exchange algorithms, on a new "Kex" panelJacob Nevins
2004-12-20Fix line cursor colours (fallout from `256-colours'), on both Windows and Unix.Jacob Nevins
2004-12-17Jacob has pointed out why SIGCHLD was blocked, so I've updated theSimon Tatham
2004-12-17Apparently SIGCHLD is blocked by default in processes run in aSimon Tatham
2004-12-16General mechanism for ensuring a dodgy SFTP server can't returnSimon Tatham
2004-12-16Jacob points out that I introduced a bug in PSFTP when I did theSimon Tatham