summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2009-03-27-S (safe mode) would copy the file over, rename it to the target, thenPeter Hessler
2009-03-27make sure that when we try to send a Set-sticky to the client,Joris Vink
2009-03-26fix the way Attic is handled in our recursion code, so weJoris Vink
2009-03-26"Logging dirname" needs to be properly shown when running log/rlog.Joris Vink
2009-03-26fix a few typographical errors found by spell(1).Igor Sobrado
2009-03-25switch our file and directory lists to RB trees (see tree(3)),Joris Vink
2009-03-25prevent a very difficult to reach, but possible use after free.Joris Vink
2009-03-25remove unused functions, definitions and outdated commentsJoris Vink
2009-03-25-q hasnt been the default verbosity mode in ages.Joris Vink
2009-03-24have CVS_OP_TAG and CVS_OP_RTAG use RCS_WRITE flagJoris Vink
2009-03-24shuffle code a bit so FILE_REMOVE_ENTRY also callsJoris Vink
2009-03-24use size_t for size, since atomicio() both accepts and returns itJoris Vink
2009-03-23My previous commit didn't fix the problem at all, so stick at my firstTobias Stoeckmann
2009-03-23kill SIZE_LEFT() macro, no longer usedJoris Vink
2009-03-23simplifyJoris Vink
2009-03-23remove debug, blehJoris Vink
2009-03-23add rlog -d support, ported from openrcs byJoris Vink
2009-03-23Fixed a possible out-of-bounds memory access if the environment variableTobias Stoeckmann
2009-03-23LP_NOTICE should be LP_ERR when showing directory messages.Joris Vink
2009-03-23any directory messages are, believe it or not, suppose to go to LP_ERRJoris Vink
2009-03-22styleTobias Stoeckmann
2009-03-22Avoid the usage of uninitialized value, which even might result in a memoryTobias Stoeckmann
2009-03-22Properly free allocated memory in error case.Tobias Stoeckmann
2009-03-21a paragraph break (.Pp macro) is not required before or after section headers.Igor Sobrado
2009-03-21use file_rcsrev when printing out Repository revision soJoris Vink
2009-03-21kill useless return;Joris Vink
2009-03-21be smarter when checking if a directory is empty by looking atJoris Vink
2009-03-19for "Ciphers", just point the reader to the keyword in ssh_config(5), justJason McIntyre
2009-03-19do not diff files server-side that are uptodate but require a patch,Joris Vink
2009-03-19kill unused varsJoris Vink
2009-03-19only pass the real $var to expand_vars() instead of the entireJoris Vink
2009-03-19properly register Questionable files using CVS/Entries server-sideJoris Vink
2009-03-18be carefull when trying to access cf->file_rcs in cvs_checkout_file()Joris Vink
2009-03-17pass correct argv[0] to openlog(); ok djm@Markus Friedl
2009-03-17- rename the arg to -b "nframes" and sync usage()Jason McIntyre
2009-03-17DESCRIPTION should also note aucat's ability to act as a serverAlexandre Ratchov
2009-03-16improve spacing in synopsis.Igor Sobrado
2009-03-15fix a couple comment typosJacob Meuser
2009-03-12in full-duplex, don't send AMSG_MOVE messages twice; instead,Alexandre Ratchov
2009-03-09correct .Dt; from Tim van der MolenJason McIntyre
2009-03-05Call endusershell() at the end of ok_shell(), making a copy of theTodd C. Miller
2009-03-05document what these functions do so I don't ever have to recuse intoDamien Miller
2009-03-05refactor the (disabled) Schnorr proof code to make it a little moreDamien Miller
2009-03-01Don't rely on non-standard setenv() behavior.Todd C. Miller
2009-02-27say that aucat can act as audio server in the NAME sectionAlexandre Ratchov
2009-02-25Checking if a file is ASCII should only be done when diffing, becauseRay Lai
2009-02-23unused varJoris Vink
2009-02-23we no longer push out Set-sticky to the client when writingJoris Vink
2009-02-23Properly convert between gmt and localtime for unchanged files as client.Tobias Stoeckmann
2009-02-23matthew haub pointed out that pid may be used uninitialized in some contextsTed Unangst