Age | Commit message (Collapse) | 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 | |
request with the legacy DSA encoding flag set; ok markus | |||
2008-06-28 | revert accidental commit (nearly 2 months ago!) that | Damien Miller | |
unconditionally enabled -Werror and -g | |||
2008-06-28 | refuse to add a key that has unknown constraints specified; | Damien Miller | |
ok markus | |||
2008-06-28 | if the user supplied -A only checkout files again if a sticky tag | Joris Vink | |
was in fact set, instead of ALWAYS checking them out no matter what. spotted & diff tested by naddy@ | |||
2008-06-28 | spelling fixes | Damien Miller | |
2008-06-27 | Simply the version string and nuke unecessary variables used to build it. | Xavier Santolaria | |
ok joris | |||
2008-06-27 | Bump version; we're not going to stay with 1.0 forever. | Xavier Santolaria | |
ok joris | |||
2008-06-27 | sort flags; align usage output. | Igor Sobrado | |
ok jmc@ | |||
2008-06-26 | plug a memleak in rcs_rev_getlines() - initially noticed & diff by | Joris Vink | |
Igor Zinovik - but fixed in a better way by myself. ok tobias@ | |||
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 | |
CheckHostIP to an own config option named VisualHostKey. While there, fix the behaviour that ssh would draw a random art picture on every newly seen host even when the option was not enabled. prodded by deraadt@, discussions, help and ok markus@ djm@ dtucker@ | |||
2008-06-26 | when loading moduli from /etc/moduli in sshd(8), check that they | Damien Miller | |
are of the expected "safe prime" structure and have had appropriate primality tests performed; feedback and ok dtucker@ | |||
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 | |
bits. Note that this only affects explicit setting of modes (e.g. via sftp(1)'s chmod command) and not file transfers. (bz#1310) ok deraadt@ at c2k8 | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-25 | in resume mode, pass -c to mget when {dir,file}hasglob, so that i'm | Martynas Venckus | |
able to continue multiple transfers with -C; ok millert@ while here fix some comments (!SMALL vs. SMALL stuff), and add missing | |||
2008-06-25 | - fix -Wall (no behavior change, a || b && c = a || (b && c) anyway) | Martynas Venckus | |
- use argv[0] for "Confirm with", as other confirm()s do - fix confirm cases, pass force=1 for mdelete and mabort too, fixes a bug when you end up deleting all files when you ^C, instead of getting a confirmation - add reput command, that will allow to continue transfer uploads - add -c for mget and mput, that will allow to continue multiple transfers - fix a bug when you use restart command together with put. the progressmeter would start from zero, and eta would show fictional time. this actually allows reput/put -c to have correct progressmeter too - document everything discussed with, suggestions, reminded to ifdef SMALL the code so we're able to fit in floppies, and ok millert@, and jmc@ | |||
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 | |
ok grunk@ djm@ | |||
2008-06-24 | implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of the | Theo de Raadt | |
entire file. much help from kurt, and tested by many | |||
2008-06-24 | clarify tao's -a option; ok av fgsch | Jason McIntyre | |
2008-06-23 | Some conformance fixes: | Anders Magnusson | |
- Empty brackets forbidden in C99. - ? : and skipping middle argument is both disallowed and considered bad programming habit. OK ray@, xsa@. | |||
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 | |
in TAO mode. For WAVE files we should skip header. ok and comments by fgsch | |||
2008-06-21 | add a hash table mechanism based upon hcreate(3) but one that allows | Joris Vink | |
us to maintain multiple hash tables concurrently. immediatly start using it to keep track of what directories we have already created and what CVS dirs we already created so we do not recreate them when we do not need to. we will be switching more internals to use this soon. rejoice for cheaper lookups. ok tobias@ | |||
2008-06-21 | use optopt to get invalid flag, instead of return value of getopt, | Martynas Venckus | |
which is always '?'; ok djm@ | |||
2008-06-20 | Don't parse CVS/Root during import. | Tobias Stoeckmann | |
ok joris | |||
2008-06-20 | admin is only allowed on files which have an entry in CVS/Entries. | Tobias Stoeckmann | |
ok joris | |||
2008-06-20 | Properly send -D arguments to server when run as a client. Issue spotted | Tobias Stoeckmann | |
by sthen. ok joris | |||
2008-06-20 | If -N has been specified along -D for diff, treat invalid dates as ↵ | Tobias Stoeckmann | |
non-existent file. Spotted by sthen. ok joris | |||
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 | |
an unused static var and test out of atot. With input by jsing and millert, ok millert | |||
2008-06-19 | If checkout/update -p is requested with a specific tag for a file which | Tobias Stoeckmann | |
doesn't contain this tag, don't print head. ok joris | |||
2008-06-19 | Add entries to history file only if it already exists. | Tobias Stoeckmann | |
ok joris | |||
2008-06-19 | do not print spurious whitespace when reading from stdin; | Otto Moerbeek | |
from Bernd Ahlers with a twist from me; ok millert@ | |||
2008-06-19 | printf(1) does not take any options but still needs to ignore the "--" | Todd C. Miller | |
(end of options) flag. OK deraadt@ espie@ | |||
2008-06-18 | Don't free the buffer name until after you call adjustname. | Kjell Wooding | |
Fixes a segfault that occurs when you write a file to an alternate name. Introduced by yours truly in 20060406. how did it last this long? | |||
2008-06-17 | Plug memory and file descriptor leaks, diff by Jonathan Armani. | Tobias Stoeckmann | |
ok joris | |||
2008-06-17 | Regular expressions to match repository are allowed to have % in front. | Tobias Stoeckmann | |
Diff by Jonathan Armani. | |||
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 | |
- add '?', which will help - make use of mflag, instead of special-case interactive - change mflag++ to mflag = 1, because theoretically it can go out of range "i like it" millert@. man page help and ok jmc@ | |||
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 | |
ok markus@ | |||
2008-06-16 | fix transfer interrupting when confirmrest mode is used. change | Martynas Venckus | |
confirm() to have a 'force' argument, so that ointer/oconf dance is not needed, and to prevent further bugs like this; ok millert@ | |||
2008-06-15 | first pass: it would be nice if mg users read over this page and sent us | Jason McIntyre | |
any fixes; | |||
2008-06-15 | don't call isatty() on a pty master, instead pass a flag down to | Damien Miller | |
channel_set_fds() indicating that te fds refer to a tty. Fixes a hang on exit on Solaris (bz#1463) in portable but is actually a generic bug; ok dtucker deraadt markus | |||
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 | |