summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* last commit broke the tree because of missing parentheses.moritz2007-09-031-3/+3
| | | | ok henning@
* Make use of the carp preempt counter to signal number of transitions ofjoel2007-09-031-2/+3
| | | | | | | any carp group to master status. ok dhartmei@
* sizeof char is 1; ok djmderaadt2007-09-031-16/+16
|
* more malloc(n * m) -> calloc(n, m); from Igor Zinovikderaadt2007-09-022-11/+11
|
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-0238-118/+129
|
* OpenCVS server init-support with OpenCVS and GNU cvs clients.tobias2007-09-022-5/+11
| | | | OK joris@
* Stick at GNU cvs behaviour with Root directive handling: it does not needtobias2007-09-024-19/+32
| | | | | | | to be sent first, can occure multiple times (although this is ignored) but should be supplied before Directory. OK joris@
* Handle quotation marks in .cvsrc correctly.tobias2007-09-021-1/+4
| | | | OK joris@
* Stick at GNU cvs behaviour by writing "Initial revision" in revision 1.1tobias2007-09-021-2/+3
| | | | | | instead of custom log message (which gets written into 1.1.1.1). OK joris@
* Log all commands sent with cvs_remote_output(), not justtobias2007-09-022-31/+11
| | | | | | cvs_client_send_request(). Simplified logging code while at it. OK joris@
* malloc(n * m) -> calloc(n, m); from zinovikderaadt2007-09-012-6/+6
|
* Use an int, not a size_t, to store the return value of snprintf().kili2007-09-011-4/+3
| | | | | | | This gives the later tests against -1 a chance to actually do something. Initially from Igor Zinovik <zinovik@cs.karelia.ru>. ok ray@
* s/free/xfreejoris2007-09-011-2/+2
|
* Copy editit() from sendbug, synchronizing editor calling code.ray2007-08-311-5/+74
| | | | OK otto, millert, beck, mbalmer, deraadt.
* Remove old CVSROOT caching mechanisms.joris2007-08-302-68/+6
| | | | from Tobias Stoeckmann
* properly send our log message to the server using Argumentx, so wejoris2007-08-306-11/+32
| | | | | | no longer break when the log message has multiple lines. from Tobias Stoeckmann, thanks for doing my work!
* correct error string in cvs_buf_load_fd() to match the function.joris2007-08-291-2/+2
| | | | from Igor Zinovik
* add lacnic and afrinic to the list in the -a descrhenning2007-08-291-3/+5
|
* more typo shizzle from Igor Zinovik.joris2007-08-291-2/+2
|
* missing xfree();joris2007-08-291-1/+2
| | | | from Igor Zinovik, thanks.
* add afrinic to the list of known whois servers so that referrals arehenning2007-08-291-2/+4
| | | | | | | followed, part of PR 5566 From: Frank Habicht <geier@tih.co.tz> I am not convinced we really want to add new shortcuts on teh commandline for all whois hosts. the number is increasing, do we really want to add on option for each? shouldn't we rely on the referrals (working just fine)?
* more typos in error messages; from Igor Zinovik.xsa2007-08-281-3/+3
|
* another quotejasper2007-08-281-1/+2
|
* typo in error msg; from Igor Zinovik.xsa2007-08-272-4/+4
|
* add a description for -ztzsobrado2007-08-261-2/+10
| | | | ok xsa@
* support ArgumentX - unbreaks more gnu cvs client things.joris2007-08-231-1/+13
|
* missing 'u' option for update caused gnu cvs client to not functionjoris2007-08-231-2/+4
| | | | | with our server mode. Unfortunatly we dont really support rcs diffs for update just yet.
* Execute ProxyCommands with $SHELL rather than /bin/sh unconditionallydjm2007-08-231-3/+6
|
* Support "Banner=none" to disable displaying of the pre-login banner;djm2007-08-233-8/+12
| | | | ok dtucker@ deraadt@
* login_cap.h doesn't belong heredjm2007-08-231-4/+1
|
* missed include bits from last commitdjm2007-08-233-4/+6
|
* unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@djm2007-08-234-55/+5
|
* sort usage();jmc2007-08-221-3/+3
|
* Fix up the -s description, with help from tom@millert2007-08-211-2/+4
|
* Add a -s option to make the radix sort be a stable sort. Based onmillert2007-08-216-22/+35
| | | | a diff from Eric Gouyer. Closes PR 5553. OK deraadt@
* Update to sudo 1.6.9p4. Basically IPv6 support and improved man pages.millert2007-08-1518-118/+355
|
* tun device forwarding now honours ExitOnForwardFailure; ok markus@stevesk2007-08-151-3/+3
|
* openssh 4.7markus2007-08-151-2/+2
|
* do NOT fall back to the trused x11 cookie if generation of an untrustedmarkus2007-08-151-14/+24
| | | | cookie fails; from security-alert at sun.com; ok dtucker
* Prevent sneaking in unencrypted packets into WEP traffic.bluhm2007-08-141-2/+3
| | | | ok damien@, put it ok deraadt@
* the ellipsis is not an optional argument; document the "-a" flag in whereis(1)sobrado2007-08-143-9/+16
| | | | | | help and feedback by jmc@ and otto@ ok deraadt@, jmc@ and otto@
* error out, instead of producing a warning and displaying that the YPaanriot2007-08-141-9/+12
| | | | | | password has changed, when the rpc.yppasswdd daemon is unreachable. ok deraadt@
* spelling fixes; from Matthew Clarkejmc2007-08-091-4/+4
|
* - more missing variables for proper ports workajacoutot2007-08-091-2/+2
| | | | ok millert@
* Use '\0', not NULL, for NUL characters.ray2007-08-091-2/+2
| | | | | | Pointed out by Anonymous Coward on slashdot. OK niallo.
* Correct function name in fatal(). From Igor Zinovik.ray2007-08-091-2/+2
|
* Let realloc handle NULL. Check for integer overflow and reallocray2007-08-092-14/+22
| | | | | | | | | failure. Avoid passing negative integers to realloc by changing variables to size_t. Initial diff from Charles Longeau. OK millert.
* bz#1232: ensure that any specified LocalCommand is executed after thedjm2007-08-073-26/+56
| | | | | | tunnel device is opened. Also, make failures to open a tunnel device fatal when ExitOnForwardFailure is active. Reported by h.goebel AT goebel-consult.de; ok dtucker markus reyk deraadt
* the ellipsis is not an optional argument; while here, sync the usagesobrado2007-08-0641-139/+136
| | | | | | | | and synopsis of commands lots of good ideas by jmc@ ok jmc@
* this file has been too long without an edit, someone has obviouslydjm2007-08-061-2/+3
| | | | been slacking