Age | Commit message (Expand) | Author |
2008-10-10 | use 'Privileged ports can be forwarded only when logging in as root on | Kevin Steves |
2008-10-10 | typo in error message; ok djm@ | Kevin Steves |
2008-10-10 | spelling in comment; ok djm@ | Kevin Steves |
2008-10-09 | cvs(1) uses a config file to know about the $OpenBSD$ expansion keyword, | Theo de Raadt |
2008-10-09 | Now that len is set later in compile_subst() we need to move the | Todd C. Miller |
2008-10-09 | remove unused variable | Charles Longeau |
2008-10-09 | In compile_subst(), adjust for the fact that the initial buffer | Todd C. Miller |
2008-10-09 | Don't strip newline when reading lines; matches the original behavior. | Todd C. Miller |
2008-10-09 | add -y to usage(); | Jason McIntyre |
2008-10-09 | - add -d to usage | Jason McIntyre |
2008-10-09 | support setting PermitEmptyPasswords in a Match block | Damien Miller |
2008-10-08 | Add -y option to force logging via syslog rather than stderr. | Damien Miller |
2008-10-08 | document -d. ok millert@ | Martynas Venckus |
2008-10-08 | use (unsigned) in rate calculation for > 2 billion interrupts. This will | Theo de Raadt |
2008-10-08 | Allow sed to handle arbitrarily long lines. Also plug a memory | Todd C. Miller |
2008-10-08 | For "gunzip -N", the name stored in the gzip header has no directory, | Todd C. Miller |
2008-10-08 | Fix the order of traversal when printing the queues. Properly places | Can Erkin Acar |
2008-10-07 | The 'l' command should not encode newlines. Also document that | Todd C. Miller |
2008-10-07 | There is no /usr/old/bin/sed so compare test results against /usr/bin/sed | Todd C. Miller |
2008-10-07 | Do not display file offsets and a few other pieces of information, except | Theo de Raadt |
2008-10-06 | Update awk to version 20071023; OK deraadt@ | Todd C. Miller |
2008-10-06 | give working examples (s/timespec/time/ for variables exported) | Todd T. Fries |
2008-10-06 | parse all arguments before going and doing the job requested by -P | Theo de Raadt |
2008-10-03 | Repair strnvis() buffersize of 4*n+1, with termination gauranteed by the | Theo de Raadt |
2008-10-03 | do not give an example of how to chmod files: we can presume the user | Jason McIntyre |
2008-10-02 | get rid of some unneeded $Id stuff | Theo de Raadt |
2008-10-02 | Convert an unchecked strdup to xstrdup. OK deraadt@ | Todd C. Miller |
2008-10-01 | -s not specified by posix; from Daniel Dickman | Jason McIntyre |
2008-10-01 | in getrusage(), use RUSAGE_SELF for the current process rather than 0 | Kevin Lo |
2008-09-30 | Properly display files with embedded colons being xferred via ftd. | Todd C. Miller |
2008-09-29 | Add a missing `|' to the description of -perm. | Matthias Kilian |
2008-09-26 | support proxies with password. | Marc Espie |
2008-09-25 | do not hardcode the editor name in the message displayed by "-r" | Igor Sobrado |
2008-09-24 | remove unused function | Charles Longeau |
2008-09-19 | documentation tweaks; synchronize synopsis and usage. | Igor Sobrado |
2008-09-18 | unbreak for gcc2 archs; declaration before code! | Todd T. Fries |
2008-09-18 | remove unused variable | Charles Longeau |
2008-09-17 | try getlogin() to get the real username when comitting files as root. | Reyk Floeter |
2008-09-16 | netstat statistics for pflow(4) via pseudo family | Joerg Goltermann |
2008-09-15 | Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to show | Claudio Jeker |
2008-09-15 | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave | Martynas Venckus |
2008-09-15 | Expose the undo commands as proper mg functions. | Kjell Wooding |
2008-09-15 | Enable dirty buffer detection in mg. | Kjell Wooding |
2008-09-14 | describe %a/%A. from freebsd | Martynas Venckus |
2008-09-12 | Move the revision selection in front of output, so errors won't mix up | Tobias Stoeckmann |
2008-09-12 | Plugged two memory leaks which could be encountered while using -r argument | Tobias Stoeckmann |
2008-09-12 | Be also very conservative about the supplied revision for state changes, | Tobias Stoeckmann |
2008-09-12 | Be very conservative about state changes with "admin -s". With GNU CVS | Tobias Stoeckmann |
2008-09-11 | only send eow and no-more-sessions requests to openssh 5 and newer; | Markus Friedl |
2008-09-08 | - add descriptions for %F, and infinity/not-a-number from printf(3) | Martynas Venckus |