Age | Commit message (Expand) | Author |
2009-03-19 | for "Ciphers", just point the reader to the keyword in ssh_config(5), just | Jason McIntyre |
2009-03-19 | do not diff files server-side that are uptodate but require a patch, | Joris Vink |
2009-03-19 | kill unused vars | Joris Vink |
2009-03-19 | only pass the real $var to expand_vars() instead of the entire | Joris Vink |
2009-03-19 | properly register Questionable files using CVS/Entries server-side | Joris Vink |
2009-03-18 | be carefull when trying to access cf->file_rcs in cvs_checkout_file() | Joris Vink |
2009-03-17 | pass correct argv[0] to openlog(); ok djm@ | Markus Friedl |
2009-03-17 | - rename the arg to -b "nframes" and sync usage() | Jason McIntyre |
2009-03-17 | DESCRIPTION should also note aucat's ability to act as a server | Alexandre Ratchov |
2009-03-16 | improve spacing in synopsis. | Igor Sobrado |
2009-03-15 | fix a couple comment typos | Jacob Meuser |
2009-03-12 | in full-duplex, don't send AMSG_MOVE messages twice; instead, | Alexandre Ratchov |
2009-03-09 | correct .Dt; from Tim van der Molen | Jason McIntyre |
2009-03-05 | Call endusershell() at the end of ok_shell(), making a copy of the | Todd C. Miller |
2009-03-05 | document what these functions do so I don't ever have to recuse into | Damien Miller |
2009-03-05 | refactor the (disabled) Schnorr proof code to make it a little more | Damien Miller |
2009-03-01 | Don't rely on non-standard setenv() behavior. | Todd C. Miller |
2009-02-27 | say that aucat can act as audio server in the NAME section | Alexandre Ratchov |
2009-02-25 | Checking if a file is ASCII should only be done when diffing, because | Ray Lai |
2009-02-23 | unused var | Joris Vink |
2009-02-23 | we no longer push out Set-sticky to the client when writing | Joris Vink |
2009-02-23 | Properly convert between gmt and localtime for unchanged files as client. | Tobias Stoeckmann |
2009-02-23 | matthew haub pointed out that pid may be used uninitialized in some contexts | Ted Unangst |
2009-02-23 | openssh-5.2 | Damien Miller |
2009-02-22 | missing period | Damien Miller |
2009-02-22 | don't advertise experimental options | Damien Miller |
2009-02-21 | we use kvm_openfiles() not kvm_open(); Amarendra Godbole | Theo de Raadt |
2009-02-21 | Properly convert dates between timezones before comparison. | Tobias Stoeckmann |
2009-02-21 | Added missing newlines in error messages. | Tobias Stoeckmann |
2009-02-21 | fix grammar | Joris Vink |
2009-02-21 | use FILE_ON_DISK flags when we need to verify if a file | Joris Vink |
2009-02-21 | bump to match release version | Joris Vink |
2009-02-21 | use file_flags for 2 more reasons: | Joris Vink |
2009-02-21 | in cvs_mkpath() always look for an existing CVS/Repository file | Joris Vink |
2009-02-21 | correct Set-sticky and Clear-sticky responses to | Joris Vink |
2009-02-21 | cleanup of CVSROOT, we have no need for cr_flags, | Joris Vink |
2009-02-21 | alter cvs_file_get() so it takes flags instead of one set | Joris Vink |
2009-02-18 | fix off by one character when constructing $Mdocdate$. | Joris Vink |
2009-02-18 | signature should hash over the entire group, not just the generator | Damien Miller |
2009-02-17 | sync with revised default ciphers; pointed out by dkrause@ | Damien Miller |
2009-02-15 | make rdist silently ignore special file types which cannot be moved | Theo de Raadt |
2009-02-15 | in a secure YP context, a chpass would whack the user's password to * | Theo de Raadt |
2009-02-15 | exmaple -> example; | Jason McIntyre |
2009-02-15 | add our temporary RCS file to our temp_files worklist in case | Joris Vink |
2009-02-15 | bump version to match next release | Joris Vink |
2009-02-15 | support rlog -d | Joris Vink |
2009-02-14 | mention that eow and no-more-sessions extensions are sent only to | Damien Miller |
2009-02-13 | be more sane in handling the given repository path | Joris Vink |
2009-02-13 | style and typos fixes from Thomas Pfaff | Alexandre Ratchov |
2009-02-13 | check for enc !=NULL in packet_start_discard | Markus Friedl |