Age | Commit message (Expand) | Author |
2004-09-27 | use the real lenght to zero out the buffer in | Joris Vink |
2004-09-27 | Add the `user' and `group' keywords in the configuration file format, so | Jean-Francois Brousseau |
2004-09-27 | Simplify signal handling by having only one handler that sets the proper | Jean-Francois Brousseau |
2004-09-25 | Change the cvsd_recvmsg() API so that it returns 1 when a message was | Jean-Francois Brousseau |
2004-09-25 | Most of the code to handle SIGCHLD and spawn new children whenever | Jean-Francois Brousseau |
2004-09-25 | - check return values for rcsnum_alloc() | Joris Vink |
2004-09-25 | tidy buffer sizes, from Alexander Farber, PR 3924. ok tedu@ | Otto Moerbeek |
2004-09-25 | these printf args are no longer double; ok deraadt@ markus@ | Damien Miller |
2004-09-24 | save a copy of the pointer before strsep; fixes an abort on free. | Federico G. Schwindt |
2004-09-24 | Before attempting to unlink() the local socket, set the effective | Jean-Francois Brousseau |
2004-09-24 | When creating the local socket, set the group to the server's group ID | Jean-Francois Brousseau |
2004-09-24 | Add a `-h' option to print the usage and exit with status 0 and fix | Jean-Francois Brousseau |
2004-09-23 | do not shrink the field width... | Theo de Raadt |
2004-09-23 | adapt to KERN_INTRCNT_CNT returning a quad, from danh (imported now to | Theo de Raadt |
2004-09-23 | adapt to KERN_INTRCNT_CNT becoming a quad; ok tedu, and pulling in some | Theo de Raadt |
2004-09-23 | Add missing free on error; Alison Winters | Todd C. Miller |
2004-09-23 | Lower the level of an error message | Jean-Francois Brousseau |
2004-09-23 | print error messages when we receive the `error' response | Jean-Francois Brousseau |
2004-09-23 | correctly honour -n in multiplex client mode; spotted by sturm@ ok markus@ | Damien Miller |
2004-09-21 | missing word | Michael Shalayeff |
2004-09-20 | Make "gunzip foo.bar" work when there is a foo.bar.gz file. | Todd C. Miller |
2004-09-18 | Install the yacc(1) PSD. ok mickey@ jmc@ | Otto Moerbeek |
2004-09-18 | ARGSUSED signal handler | Theo de Raadt |
2004-09-18 | knf | Theo de Raadt |
2004-09-16 | check value of strdup(3) calls; | Joris Vink |
2004-09-16 | type corrections and other delinting | Theo de Raadt |
2004-09-16 | unused variables; otto ok | Theo de Raadt |
2004-09-15 | cast offset value correctly for gzseek | Theo de Raadt |
2004-09-15 | avoid aliasing against libc symbols | Theo de Raadt |
2004-09-15 | unused variable | Theo de Raadt |
2004-09-15 | remove unused code | Theo de Raadt |
2004-09-15 | signed and unsigned char wiggles | Theo de Raadt |
2004-09-15 | scratch that do { } while (0) wrapper in this case | Theo de Raadt |
2004-09-15 | remove return error variables.. set but never used | Theo de Raadt |
2004-09-15 | remove unused variable | Theo de Raadt |
2004-09-15 | no , allowed at end of enum list | Theo de Raadt |
2004-09-15 | use less doubles in daemons; markus@ ok | Michael Shalayeff |
2004-09-15 | mention PrintLastLog only prints last login time for interactive | Jared Yanovich |
2004-09-15 | Add some amusing ones. | Marco Peereboom |
2004-09-15 | /* fallthrough */ is something a programmer understands. But | Theo de Raadt |
2004-09-14 | remove unused variable | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | use sizeof(struct cand) instead of defining an unused cand object, and | Theo de Raadt |
2004-09-14 | arithmetic on void * not permitted | Theo de Raadt |
2004-09-14 | remove unused crap never deleted during development | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | delete unused function | Theo de Raadt |
2004-09-14 | match foo[] between files, instead of foo[] in one, and *foo in another | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |