Age | Commit message (Expand) | Author |
2004-07-26 | - document -v (verbose); from NetBSD (-r 1.16) | Jason McIntyre |
2004-07-25 | * add an entry for the `Mod-time' response | Jean-Francois Brousseau |
2004-07-25 | cvs_file is defined somewhere else | Jean-Francois Brousseau |
2004-07-25 | * when calling cvsd_sock_open(), close the socket if it is already | Jean-Francois Brousseau |
2004-07-25 | * rework on the child API, still needs more functionality | Jean-Francois Brousseau |
2004-07-25 | Man page overhaul: cvsacl.5 goes away, ACLs will now be part of the | Jean-Francois Brousseau |
2004-07-25 | Add some code from tcpdump for file descriptor passing | Jean-Francois Brousseau |
2004-07-25 | * cleanup the file API with regards to flag handling and | Jean-Francois Brousseau |
2004-07-24 | Print a newline before the message in kbintr. Otherwise the message | Todd C. Miller |
2004-07-23 | fix use after free due to freeing incorrect item. | Marco S Hyman |
2004-07-23 | Revamp the file interface to make life easier | Jean-Francois Brousseau |
2004-07-22 | Spell reserved correctly; ok from copyright holders when in licence blocks. | Miod Vallat |
2004-07-22 | stage 1 of the infinite minibuffer work - add support for on the fly | Vincent Labrecque |
2004-07-21 | Use fseeko, not fseek when offset is an off_t; Fabio Olive Leite | Todd C. Miller |
2004-07-21 | typo in comment; Fabio Olive Leite | Todd C. Miller |
2004-07-21 | bz#902: cache remote port so we don't fatal() in auth_log when remote | Damien Miller |
2004-07-21 | fix function declaration | Damien Miller |
2004-07-21 | bz#899: Don't display invalid usernames in setproctitle | Damien Miller |
2004-07-21 | s/Illegal user/Invalid user/; many requests; ok djm, millert, niklas, miod, ... | Markus Friedl |
2004-07-20 | Add ELFDEBUG to mirror the a.out debug that already exists. | Marco S Hyman |
2004-07-20 | Fix formats in debug printfs to work correctly on 64-bit archs. | Artur Grabowski |
2004-07-20 | make lowpc and highpc into long, fixing gprof on 64-bit archs with text | Artur Grabowski |
2004-07-20 | ansi; khalek@linuxgamers.net | Theo de Raadt |
2004-07-19 | Remove obsolete note about V7 Bourne Shell; espie@ OK | Todd C. Miller |
2004-07-19 | correct error checking for strtonum, from mjc@bitz.ca | Vincent Labrecque |
2004-07-19 | Start working at providing a tutorial for our make, not PMake, which | Marc Espie |
2004-07-19 | use strtonum with proper bounds instead of abusing strtoul; ok millert | Peter Valchev |
2004-07-19 | mention weak symbols | Michael Coulter |
2004-07-19 | fix signal race in job.c: the signal handler only sets a flag, and | Marc Espie |
2004-07-17 | Move "Last logged in at.." message generation to the monitor, right | Darren Tucker |
2004-07-16 | Avoid generating an unused variable. From NetBSD. ok deraadt@ | Matthieu Herrb |
2004-07-16 | * add prototypes for cvs_getargv() and cvs_freeargv() | Jean-Francois Brousseau |
2004-07-16 | Fix cvsd_privdrop() so we don't just drop effective IDs but all of them, | Jean-Francois Brousseau |
2004-07-15 | Minor simplification. Pass values in to login_getcapstr for "default" and | Todd C. Miller |
2004-07-15 | Don't print a warning if kill(2) returns ESRCH since the process may have | Todd C. Miller |
2004-07-15 | add -D for sodebug; ok deraadt, jmc | Markus Friedl |
2004-07-15 | Skip SYSTEM and ourown proccess on every loop. | Mike Pechkin |
2004-07-15 | * remove the RCS escaping line, it is now fixed | Jean-Francois Brousseau |
2004-07-14 | * when writing to an RCS file, escape the funny characters | Jean-Francois Brousseau |
2004-07-14 | fix rcs_findrev()'s searching algorithm | Vincent Labrecque |
2004-07-14 | add a usage string for cvs diff options | Jean-Francois Brousseau |
2004-07-14 | split rcs_patch in rcs_patch/rcs_patchlines | Vincent Labrecque |
2004-07-14 | prototype for cvs_ent_addln() | Jean-Francois Brousseau |
2004-07-14 | Unbreak the Entries loading code and move to a tail queue so we can remove | Jean-Francois Brousseau |
2004-07-14 | buffers should be freed using cvs_buf_free(), not free() | Vincent Labrecque |
2004-07-14 | make adding entries to the Entries file work | Jean-Francois Brousseau |
2004-07-14 | allocate datenum dynamically (XXX - dont do it for each date) | Vincent Labrecque |
2004-07-14 | fix memleak on rcsnum reuse | Vincent Labrecque |
2004-07-14 | prepare the entries interface so we can add entries | Jean-Francois Brousseau |
2004-07-14 | get rid of the newline when copying the root string | Jean-Francois Brousseau |