Age | Commit message (Expand) | Author |
2008-06-28 | document the protocol used by ssh-agent; "looks ok" markus@ | Damien Miller |
2008-06-28 | reset global compat flag after processing a protocol 2 signature | Damien Miller |
2008-06-28 | revert accidental commit (nearly 2 months ago!) that | Damien Miller |
2008-06-28 | refuse to add a key that has unknown constraints specified; | Damien Miller |
2008-06-28 | if the user supplied -A only checkout files again if a sticky tag | Joris Vink |
2008-06-28 | spelling fixes | Damien Miller |
2008-06-27 | Simply the version string and nuke unecessary variables used to build it. | Xavier Santolaria |
2008-06-27 | Bump version; we're not going to stay with 1.0 forever. | Xavier Santolaria |
2008-06-27 | sort flags; align usage output. | Igor Sobrado |
2008-06-26 | plug a memleak in rcs_rev_getlines() - initially noticed & diff by | Joris Vink |
2008-06-26 | add VisualHostKey to the list of options listed in -o; | Jason McIntyre |
2008-06-26 | Move SSH Fingerprint Visualization away from sharing the config option | Alexander von Gernler |
2008-06-26 | when loading moduli from /etc/moduli in sshd(8), check that they | Damien Miller |
2008-06-26 | some minor improvements from Pierre Riteau; ok djm | Jason McIntyre |
2008-06-26 | allow the sftp chmod(2)-equivalent operation to set set[ug]id/sticky | Damien Miller |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | in resume mode, pass -c to mget when {dir,file}hasglob, so that i'm | Martynas Venckus |
2008-06-25 | - fix -Wall (no behavior change, a || b && c = a || (b && c) anyway) | Martynas Venckus |
2008-06-25 | split test for __sparc__ into __sparc__ and __sparc64__ | Theo de Raadt |
2008-06-25 | add key length to visual fingerprint; zap magical constants; | Otto Moerbeek |
2008-06-24 | implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of the | Theo de Raadt |
2008-06-24 | clarify tao's -a option; ok av fgsch | Jason McIntyre |
2008-06-23 | Some conformance fixes: | Anders Magnusson |
2008-06-23 | new sentence, new line; | Jason McIntyre |
2008-06-22 | Automatically distinguish between CD-DA track and WAVE audio file writing them | av |
2008-06-21 | add a hash table mechanism based upon hcreate(3) but one that allows | Joris Vink |
2008-06-21 | use optopt to get invalid flag, instead of return value of getopt, | Martynas Venckus |
2008-06-20 | Don't parse CVS/Root during import. | Tobias Stoeckmann |
2008-06-20 | admin is only allowed on files which have an entry in CVS/Entries. | Tobias Stoeckmann |
2008-06-20 | Properly send -D arguments to server when run as a client. Issue spotted | Tobias Stoeckmann |
2008-06-20 | If -N has been specified along -D for diff, treat invalid dates as non-existe... | Tobias Stoeckmann |
2008-06-19 | knf; Mark Lumsden | Theo de Raadt |
2008-06-19 | Moved the unset of TZ environment variable out of atot into main, removing | Tobias Stoeckmann |
2008-06-19 | If checkout/update -p is requested with a specific tag for a file which | Tobias Stoeckmann |
2008-06-19 | Add entries to history file only if it already exists. | Tobias Stoeckmann |
2008-06-19 | do not print spurious whitespace when reading from stdin; | Otto Moerbeek |
2008-06-19 | printf(1) does not take any options but still needs to ignore the "--" | Todd C. Miller |
2008-06-18 | Don't free the buffer name until after you call adjustname. | Kjell Wooding |
2008-06-17 | Plug memory and file descriptor leaks, diff by Jonathan Armani. | Tobias Stoeckmann |
2008-06-17 | Regular expressions to match repository are allowed to have % in front. | Tobias Stoeckmann |
2008-06-17 | unused vars | Joris Vink |
2008-06-17 | unbreak diff for newly added files, tsk. | Joris Vink |
2008-06-16 | - add 'q', which does the same as eof | Martynas Venckus |
2008-06-16 | could not resist. OK ok buddy henning | Claudio Jeker |
2008-06-16 | Rename the isatty argument to is_tty so we don't shadow isatty(3). | Darren Tucker |
2008-06-16 | fix transfer interrupting when confirmrest mode is used. change | Martynas Venckus |
2008-06-15 | first pass: it would be nice if mg users read over this page and sent us | Jason McIntyre |
2008-06-15 | don't call isatty() on a pty master, instead pass a flag down to | Damien Miller |
2008-06-15 | Allow MaxAuthTries within a Match block. ok djm@ | Darren Tucker |
2008-06-15 | MaxSessions is allowed in a Match block too | Darren Tucker |