Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep calling getdirentries() until we no longer fill up our buffer. | 2004-10-02 | 1 | -14/+22 | |
| | |||||
* | ftello and fseek ok and such, ok otto | 2004-10-02 | 1 | -147/+139 | |
| | |||||
* | No deletions unless initially agreed upon or with a very good reason; | 2004-10-01 | 1 | -1/+10 | |
| | | | | by popular demand; henning loses 7.5 karma points. | ||||
* | optimism in man kind does not belong here | 2004-10-01 | 1 | -11/+3 | |
| | | | | (and kill a few boring ones) | ||||
* | add the time for that thing... | 2004-10-01 | 1 | -2/+2 | |
| | |||||
* | always compile in INET6 support | 2004-09-29 | 3 | -43/+8 | |
| | |||||
* | <deraadt> A burp means less gas later. | 2004-09-29 | 1 | -2/+3 | |
| | |||||
* | Add the `user' and `group' keyword examples | 2004-09-29 | 1 | -4/+2 | |
| | |||||
* | when stdin is searched, -L and -l print `(standard input)', not `-'; | 2004-09-28 | 1 | -5/+5 | |
| | | | | from alexander taler (pr #3937); | ||||
* | various fixes to make this page a bit clearer and hopefully a bit | 2004-09-28 | 2 | -131/+214 | |
| | | | | | | more helpful; this includes some ideas/fixes from otto and jared; | ||||
* | Update to sudo 1.6.8p1 | 2004-09-28 | 86 | -3984/+21726 | |
| | |||||
* | cvsd_recvmsg() is supposed to return 1 when a message has been read. | 2004-09-27 | 1 | -2/+2 | |
| | |||||
* | Plug all of the remaining memory leaks using my new Plug-O-Matic 2000(C) | 2004-09-27 | 1 | -5/+27 | |
| | |||||
* | Plug two of the huge leaks that Joris Vink has reported. rcs_freedelta() | 2004-09-27 | 1 | -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 exporting | 2004-09-27 | 2 | -16/+15 | |
| | | | | variables that aren't needed | ||||
* | use the real lenght to zero out the buffer in | 2004-09-27 | 1 | -2/+2 | |
| | | | | | | cvs_buf_alloc(); ok jfb@ | ||||
* | Add the `user' and `group' keywords in the configuration file format, so | 2004-09-27 | 3 | -24/+55 | |
| | | | | we can specify alternate users under which the children should run | ||||
* | Simplify signal handling by having only one handler that sets the proper | 2004-09-27 | 2 | -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 was | 2004-09-25 | 1 | -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 whenever | 2004-09-25 | 2 | -24/+119 | |
| | | | | | one dies. Also fix cvsd_set() by making a copy of the string passed as argument. | ||||
* | - check return values for rcsnum_alloc() | 2004-09-25 | 1 | -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@ | 2004-09-25 | 2 | -8/+8 | |
| | |||||
* | these printf args are no longer double; ok deraadt@ markus@ | 2004-09-25 | 1 | -2/+2 | |
| | |||||
* | save a copy of the pointer before strsep; fixes an abort on free. | 2004-09-24 | 1 | -3/+5 | |
| | | | | ok by millert, otto & pedro. | ||||
* | Before attempting to unlink() the local socket, set the effective | 2004-09-24 | 1 | -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 ID | 2004-09-24 | 2 | -3/+14 | |
| | |||||
* | Add a `-h' option to print the usage and exit with status 0 and fix | 2004-09-24 | 1 | -6/+12 | |
| | | | | usage() indentation | ||||
* | do not shrink the field width... | 2004-09-23 | 1 | -10/+10 | |
| | |||||
* | adapt to KERN_INTRCNT_CNT returning a quad, from danh (imported now to | 2004-09-23 | 1 | -13/+39 | |
| | | | | avoid tree breakage) | ||||
* | adapt to KERN_INTRCNT_CNT becoming a quad; ok tedu, and pulling in some | 2004-09-23 | 1 | -19/+25 | |
| | | | | changes written by danh | ||||
* | Add missing free on error; Alison Winters | 2004-09-23 | 1 | -10/+13 | |
| | | | | Also KNF the return statements and make usage() __dead while I am here. | ||||
* | Lower the level of an error message | 2004-09-23 | 1 | -2/+2 | |
| | |||||
* | print error messages when we receive the `error' response | 2004-09-23 | 1 | -1/+2 | |
| | |||||
* | correctly honour -n in multiplex client mode; spotted by sturm@ ok markus@ | 2004-09-23 | 1 | -2/+11 | |
| | |||||
* | missing word | 2004-09-21 | 1 | -2/+2 | |
| | |||||
* | Make "gunzip foo.bar" work when there is a foo.bar.gz file. | 2004-09-20 | 1 | -3/+4 | |
| | | | | OK otto@ | ||||
* | Install the yacc(1) PSD. ok mickey@ jmc@ | 2004-09-18 | 2 | -3/+8 | |
| | |||||
* | ARGSUSED signal handler | 2004-09-18 | 1 | -2/+3 | |
| | |||||
* | knf | 2004-09-18 | 1 | -1/+1 | |
| | |||||
* | check value of strdup(3) calls; | 2004-09-16 | 1 | -2/+34 | |
| | | | | ok jfb | ||||
* | type corrections and other delinting | 2004-09-16 | 8 | -90/+92 | |
| | |||||
* | unused variables; otto ok | 2004-09-16 | 1 | -4/+3 | |
| | |||||
* | cast offset value correctly for gzseek | 2004-09-15 | 1 | -2/+2 | |
| | |||||
* | avoid aliasing against libc symbols | 2004-09-15 | 5 | -19/+19 | |
| | |||||
* | unused variable | 2004-09-15 | 1 | -6/+4 | |
| | |||||
* | remove unused code | 2004-09-15 | 2 | -18/+3 | |
| | |||||
* | signed and unsigned char wiggles | 2004-09-15 | 2 | -15/+15 | |
| | |||||
* | scratch that do { } while (0) wrapper in this case | 2004-09-15 | 1 | -2/+2 | |
| | |||||
* | remove return error variables.. set but never used | 2004-09-15 | 1 | -15/+11 | |
| | |||||
* | remove unused variable | 2004-09-15 | 2 | -5/+4 | |
| |