summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2004-09-09printing the raw ip protocol name breaks the protocol loop, so justOtto Moerbeek
print the number. ok henning@ markus@ deraadt@
2004-09-07cleanup multiplex control socket on SIGHUP too, spotted by sturm@Damien Miller
ok markus@ deraadt@
2004-09-07Do not incorrectly sign-extend a mode_t value.Miod Vallat
ok deraadt@
2004-09-06set the xflags; form netbsd; millert@ deraadt@ otto@ okMichael Shalayeff
2004-08-31use the correct Entries path to store in cef_path;Joris Vink
ok jfb
2004-08-31Do not crash when there is no user specified in the CVSROOT. SimplifiedJean-Francois Brousseau
version of a diff by Joris Vink.
2004-08-31check return value of strdup(3);Joris Vink
ok jfb
2004-08-30For username foo.bar, don't treat "bar" as a kerberos instance,Todd C. Miller
that was a kerb4'ism. OK deraadt@
2004-08-30.Xsession -> .xsession;Jason McIntyre
originally from a pr from f at obiit dot org, but missed by myself; ok markus@ matthieu@
2004-08-30s/keygen/keyscan/Markus Friedl
2004-08-28don't erroneously close stdin for !reexec case, from Dave Johnson; ok markus@Damien Miller
2004-08-27Add CF_NOSYMS to the flags so we skip symbolic linksJean-Francois Brousseau
2004-08-27Instead of keeping an open pointer to the Entries file when opening withJean-Francois Brousseau
write access, close it and reopen it only on demand, since large trees can contain enough Entries files to generate a 'Too many open files'. Problem spotted by Todd Fries.
2004-08-27Unbreak when running into files with an inode of 0Jean-Francois Brousseau
2004-08-27cleanup and reset the valid requests array when allocating a new rootJean-Francois Brousseau
structure. Also enable the use of at least Valid-responses and valid-requests
2004-08-27When the remote version string points to NULL, print "(unknown)" likeJean-Francois Brousseau
GNU CVS does
2004-08-27Skip directory entries which have a file number of 0Jean-Francois Brousseau
2004-08-27Do not attempt to free directory information on error cases inJean-Francois Brousseau
cvs_file_getdir(). That information will get freed anyways by cvs_file_free(). Fixes a double free found by Todd Fries.
2004-08-27Fix two descriptor leaksJean-Francois Brousseau
2004-08-26get rid of references to rhosts authentication; with jmc@Markus Friedl
2004-08-25typos from -f (PR #3908);Jason McIntyre
2004-08-25typos from -f (PR #3907);Jason McIntyre
2004-08-23anotherHenning Brauer
2004-08-23Make behavior if the utility was not found or could not be executedTodd C. Miller
match the documentation. The old code was making assumptions about how vfork() is implemented which are not valid on OpenBSD. From Jason Ish.
2004-08-23Do %s replacement for LESSOPEN and LESSCLOSE ourselves insteadTodd C. Miller
of using snprintf(). Based on a patch from Brent Graveland. Ok tdeval@ and otto@
2004-08-23Remove duplicate getuid(), suggested by & ok markus@Darren Tucker
2004-08-23Use permanently_set_uid() in ssh and ssh-keysign for consistency, matchesDarren Tucker
change in Portable; ok markus@
2004-08-23typo, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markusDamien Miller
2004-08-23fix error path, spotted by Martin.Kraemer AT Fujitsu-Siemens.com; ok markusDamien Miller
2004-08-20grok STT_SECTION and beautify STT_OBJECTMichael Shalayeff
2004-08-19STT_FUNC can be an absolute tooMichael Shalayeff
2004-08-19bruce leeMichael Shalayeff
2004-08-18- .Xr utmp 5Jason McIntyre
- sort options and sync usage()
2004-08-18- Xr w 1Jason McIntyre
- sort options and sync usage()
2004-08-16Make the README file a little more informative and explain how to installJean-Francois Brousseau
the software on OpenBSD systems.
2004-08-163.9Markus Friedl
2004-08-13Cleanup the code, will need reworkJean-Francois Brousseau
2004-08-13More unused variablesJean-Francois Brousseau
2004-08-13Remove unused variablesJean-Francois Brousseau
2004-08-13* add an entry for directories when we create themJean-Francois Brousseau
* when writing a directory entry, skip the revision and timestamp
2004-08-13Sample server config fileJean-Francois Brousseau
2004-08-13Make add work in client modeJean-Francois Brousseau
2004-08-13When the mtime is (time_t)-1, print the dummy timestamp string insteadJean-Francois Brousseau
of a bogus date
2004-08-13Handle RFC822 and ctime(3) style timestampsJean-Francois Brousseau
2004-08-13Ditch the 'ce_timestamp' field in favor of 'ce_mtime', which keepsJean-Francois Brousseau
the timestamp in time_t instead of a string
2004-08-13Assume the parent's Entries file is always opened when receiving a newJean-Francois Brousseau
entry to add, and move to using the `ce_mtime' field of the entry so we don't end up adding data from a local variable that was discarded
2004-08-13When comparing a file's timestamp against the one found in the EntriesJean-Francois Brousseau
file, do a straight compare between the time_t's instead of generating asctime()-style strings and doing strcmp(), and make sure that we have a repository string if we create the directory, so the file gets created when calling cvs_mkadmin()
2004-08-13Fix line numbers off-by-one in error messages, from tortay at cc.in2p3.frDarren Tucker
ok markus@, djm@
2004-08-13Leave stderr alone for the momentJean-Francois Brousseau
2004-08-13Add a macro for dummy timestamp stringsJean-Francois Brousseau