summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Keep calling getdirentries() until we no longer fill up our buffer.millert2004-10-021-14/+22
|
* ftello and fseek ok and such, ok ottoderaadt2004-10-021-147/+139
|
* No deletions unless initially agreed upon or with a very good reason;miod2004-10-011-1/+10
| | | | by popular demand; henning loses 7.5 karma points.
* optimism in man kind does not belong herehenning2004-10-011-11/+3
| | | | (and kill a few boring ones)
* add the time for that thing...mickey2004-10-011-2/+2
|
* always compile in INET6 supportderaadt2004-09-293-43/+8
|
* <deraadt> A burp means less gas later.henning2004-09-291-2/+3
|
* Add the `user' and `group' keyword examplesjfb2004-09-291-4/+2
|
* when stdin is searched, -L and -l print `(standard input)', not `-';jmc2004-09-281-5/+5
| | | | from alexander taler (pr #3937);
* various fixes to make this page a bit clearer and hopefully a bitjmc2004-09-282-131/+214
| | | | | | more helpful; this includes some ideas/fixes from otto and jared;
* Update to sudo 1.6.8p1millert2004-09-2886-3984/+21726
|
* cvsd_recvmsg() is supposed to return 1 when a message has been read.jfb2004-09-271-2/+2
|
* Plug all of the remaining memory leaks using my new Plug-O-Matic 2000(C)jfb2004-09-271-5/+27
|
* Plug two of the huge leaks that Joris Vink has reported. rcs_freedelta()jfb2004-09-271-1/+13
| | | | didn't free the RCSNUMs associated with the delta version and next one
* Rename some variables to match the general format, and avoid exportingjfb2004-09-272-16/+15
| | | | variables that aren't needed
* use the real lenght to zero out the buffer injoris2004-09-271-2/+2
| | | | | | cvs_buf_alloc(); ok jfb@
* Add the `user' and `group' keywords in the configuration file format, sojfb2004-09-273-24/+55
| | | | we can specify alternate users under which the children should run
* Simplify signal handling by having only one handler that sets the properjfb2004-09-272-60/+110
| | | | | variables, and add support for reporting via SIGINFO. Also add a way to change the user and group for privilege separation of the children.
* Change the cvsd_recvmsg() API so that it returns 1 when a message wasjfb2004-09-251-3/+6
| | | | read, 0 if the other end closed the message socket, and -1 on failure.
* Most of the code to handle SIGCHLD and spawn new children wheneverjfb2004-09-252-24/+119
| | | | | one dies. Also fix cvsd_set() by making a copy of the string passed as argument.
* - check return values for rcsnum_alloc()joris2004-09-251-3/+46
| | | | | - fix crash when parsing an RCS file and the "branch" keyword was found - allow '-' and '_' characters in rcs_gettok() (used in symbollists for ex.)
* tidy buffer sizes, from Alexander Farber, PR 3924. ok tedu@otto2004-09-252-8/+8
|
* these printf args are no longer double; ok deraadt@ markus@djm2004-09-251-2/+2
|
* save a copy of the pointer before strsep; fixes an abort on free.fgsch2004-09-241-3/+5
| | | | ok by millert, otto & pedro.
* Before attempting to unlink() the local socket, set the effectivejfb2004-09-241-2/+4
| | | | | UID to 0 so we have the appropriate permissions to perform the operation
* When creating the local socket, set the group to the server's group IDjfb2004-09-242-3/+14
|
* Add a `-h' option to print the usage and exit with status 0 and fixjfb2004-09-241-6/+12
| | | | usage() indentation
* do not shrink the field width...deraadt2004-09-231-10/+10
|
* adapt to KERN_INTRCNT_CNT returning a quad, from danh (imported now toderaadt2004-09-231-13/+39
| | | | avoid tree breakage)
* adapt to KERN_INTRCNT_CNT becoming a quad; ok tedu, and pulling in somederaadt2004-09-231-19/+25
| | | | changes written by danh
* Add missing free on error; Alison Wintersmillert2004-09-231-10/+13
| | | | Also KNF the return statements and make usage() __dead while I am here.
* Lower the level of an error messagejfb2004-09-231-2/+2
|
* print error messages when we receive the `error' responsejfb2004-09-231-1/+2
|
* correctly honour -n in multiplex client mode; spotted by sturm@ ok markus@djm2004-09-231-2/+11
|
* missing wordmickey2004-09-211-2/+2
|
* Make "gunzip foo.bar" work when there is a foo.bar.gz file.millert2004-09-201-3/+4
| | | | OK otto@
* Install the yacc(1) PSD. ok mickey@ jmc@otto2004-09-182-3/+8
|
* ARGSUSED signal handlerderaadt2004-09-181-2/+3
|
* knfderaadt2004-09-181-1/+1
|
* check value of strdup(3) calls;joris2004-09-161-2/+34
| | | | ok jfb
* type corrections and other delintingderaadt2004-09-168-90/+92
|
* unused variables; otto okderaadt2004-09-161-4/+3
|
* cast offset value correctly for gzseekderaadt2004-09-151-2/+2
|
* avoid aliasing against libc symbolsderaadt2004-09-155-19/+19
|
* unused variablederaadt2004-09-151-6/+4
|
* remove unused codederaadt2004-09-152-18/+3
|
* signed and unsigned char wigglesderaadt2004-09-152-15/+15
|
* scratch that do { } while (0) wrapper in this casederaadt2004-09-151-2/+2
|
* remove return error variables.. set but never usedderaadt2004-09-151-15/+11
|
* remove unused variablederaadt2004-09-152-5/+4
|