Re: [fossil-users] Ignoring Apple Xcode user files

2012-12-16 Thread Dmitry Chestnykh
I use the following string for Admin Settings ignore-glob: */xcuserdata/*,build/*,*.mode1v3,*.pbxuser,*.orig -- Dmitry Chestnykh http://www.codingrobots.com On Sun, Dec 16, 2012 at 10:19 PM, K k...@lightpowered.org wrote: Hello, Now that I wish to keep my Xcode project configuration 'file

Re: [fossil-users] How to migrate up a directory.

2012-12-03 Thread Dmitry Chestnykh
into it. Do the usual `fossil mv`, `mv`, `fossil add`, `fossil commit` etc. to achieve this. After you organized your working directory as required, arrange its place on the hard drive as needed. -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users

Re: [fossil-users] Fossil version 1.25 scheduled.

2012-12-01 Thread Dmitry Chestnykh
sensitive information along with their repositories. When they upgrade to the new version, suddenly their files become exposed to the world. -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] server SSL support

2012-11-13 Thread Dmitry Chestnykh
, in a separate unprivileged chrooted process. *) chances to get out are greatly improved if combined with insanity of OpenSSL API. See also http://www.daemonology.net/blog/2009-09-28-securing-https.html -- Dmitry Chestnykh http://www.codingrobots.com

[fossil-users] nowrap for file browser

2012-11-06 Thread Dmitry Chestnykh
showing before and after: http://imgur.com/a/Ei8DO (I can commit this change if there are no objections.) Thanks! -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org

[fossil-users] Bug report: broken links to anchors on the same page

2012-09-18 Thread Dmitry Chestnykh
#HighlightDiff The problem is that Fossil sets base href=... without parameters: base href=http://www.fossil-scm.org/index.html/wiki; / This should be base href=http://www.fossil-scm.org/index.html/wiki?name=Cookbook; / to work properly. -- Dmitry Chestnykh http://www.codingrobots.com

Re: [fossil-users] Hmm

2012-04-03 Thread Dmitry Chestnykh
On 04/02/2012 09:08 PM, Konstantin Khomoutov wrote: Please do some minimal google research next time. But then we won't know how many users have the problem ;-) -- Dmitry Chestnykh http://www.codingrobots.org ___ fossil-users mailing list fossil

Re: [fossil-users] Fwd: Problem with symlinks

2012-03-29 Thread Dmitry Chestnykh
-symlinks option is off -- it's not read from the repository or global settings. I'm working on the fix. -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi

Re: [fossil-users] Fwd: Problem with symlinks

2012-03-29 Thread Dmitry Chestnykh
, zLocalSchema, (char*)0); db_delete_on_failure(./_FOSSIL_); db_open_local(); -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo

[fossil-users] Fossil reference in DuckDuckGo

2012-03-29 Thread Dmitry Chestnykh
Just found out that DuckDuckGo search engine have zero-click references for Fossil commands: https://duckduckgo.com/?q=fossil+commit -- Dmitry Chestnykh http://www.codingrobots.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] Names in imported git repositories

2012-03-16 Thread Dmitry Chestnykh
On 03/15/2012 02:38 PM, org.fossil-scm.fossil-us...@io7m.com wrote: Is it possible to tell fossil that commits should be assigned to specific user names in the resulting fossil repository? When I converted my repos, I just did a global search/replace in the file exported from git. -- Dmitry

Re: [fossil-users] Make a CGI request WITHOUT a script file

2012-03-03 Thread Dmitry Chestnykh
to its standard input: repository: /path/to/repo.fossil ? -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Make a CGI request WITHOUT a script file

2012-03-03 Thread Dmitry Chestnykh
On 03/03/2012 03:34 PM, Stephan Beal wrote: On Sat, Mar 3, 2012 at 3:30 PM, Dmitry Chestnykh dmi...@codingrobots.com mailto:dmi...@codingrobots.com wrote: I assume your Go program launches Fossil. When you open a CGI process, can't you just write to its standard input: repository

Re: [fossil-users] fossil rm followed by unix rm followed by update and files come back, is this desirable?

2012-02-04 Thread Dmitry Chestnykh
for other developers. At the same time staying up to date with incoming changes is often a requirement. Ah, I see what you mean. I thought you forgot to commit before updating. Sorry for misunderstanding. -- Dmitry Chestnykh http://www.codingrobots.com

Re: [fossil-users] fossil rm followed by unix rm followed by update and files come back, is this desirable?

2012-02-03 Thread Dmitry Chestnykh
On Fri, 3 Feb 2012 09:18:32 -0700 Matt Welland wrote: If I do: fossil rm some/file.txt rm some/file.txt fossil commit -- Dmitry Chestnykh http://www.codingrobots.org ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] Should distributed binary require libnss to connect over http?

2012-01-30 Thread Dmitry Chestnykh
On Mon, 30 Jan 2012 09:11:03 +0100 Lluís Batlle i Rossell wrote: On Mon, Jan 30, 2012 at 04:27:07AM +0100, Dmitry Chestnykh wrote: On Sun, 29 Jan 2012 20:49:00 +0100 Remigiusz Modrzejewski wrote: I've hit a surprising obstacle. I've tried to use Fossil, the binary from the website

Re: [fossil-users] Should distributed binary require libnss to connect over http?

2012-01-29 Thread Dmitry Chestnykh
the problem to be lack of libnss_dns.so.2. Yeah, static linking is not actually that static nowadays. When linking, GCC warns about this. If fossil runs in chroot/stripped system and needs to resolve hosts, you need to put the related dynamic libraries into chroot/stripped system. -- Dmitry Chestnykh

Re: [fossil-users] compile error

2011-12-22 Thread Dmitry Chestnykh
this? #if (SSLEAY_VERSION_NUMBER = 0x00908070) !defined(OPENSSL_NO_TLSEXT) SSL_set_tlsext_host_name(handle,hostname); #else #warning OpenSSL version too old, compiling without SNI support. #endif Does this work with every compiler? -- Dmitry Chestnykh http://www.codingrobots.com

Re: [fossil-users] fossil not tracking directories / dir artifacts after switching branches

2011-12-22 Thread Dmitry Chestnykh
option to kill extra files. For this, we have `fossil clean` command. -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Behavior of rm, mv, and changes/extra

2011-12-21 Thread Dmitry Chestnykh
. Or we can have a flag for destructive behavior for compatibility (but habits aside, it's better to have a flag for non-destructive behavior). -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] Behavior of rm, mv, and changes/extra

2011-12-21 Thread Dmitry Chestnykh
On Wed, 21 Dec 2011 18:51:33 - Eric wrote: On Wed, December 21, 2011 5:41 pm, Dmitry Chestnykh wrote: If we're having a vote, +1. I'd like it if rm and mv actually deleted and renamed files. It is not the job of the SCM system to keep in step with my working directory, it is its job

Re: [fossil-users] Behavior of rm, mv, and changes/extra

2011-12-21 Thread Dmitry Chestnykh
~/hg $ hg add file.txt extra.txt ~/hg $ hg rm extra.txt not removing extra.txt: file has been marked for add (use -f to force removal) -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] SSL SNI support

2011-12-15 Thread Dmitry Chestnykh
: In function `socket_open': /home/dchest/src/fossil/./bld/http_socket_.c:151: warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking Richard, can we go back to the dynamically linked one? -- Dmitry

Re: [fossil-users] SSL SNI support

2011-12-15 Thread Dmitry Chestnykh
(); -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] SSL SNI support

2011-12-15 Thread Dmitry Chestnykh
is overstated. OK then. I thought this was the reason for the reported error. -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Fossil version 1.21

2011-12-13 Thread Dmitry Chestnykh
the Change Log for additional details leads to the previous version of changes.wiki. The correct one is: http://www.fossil-scm.org/fossil/doc/489c67ae46/www/changes.wiki -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users

Re: [fossil-users] Slight difficulty with symlinks

2011-11-26 Thread Dmitry Chestnykh
implementing it before there were versionable settings. -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Using althttpd.c

2011-11-10 Thread Dmitry Chestnykh
else and is statically linked? Try with statically linked fossil: ./configure --static make -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

Re: [fossil-users] How to list commits made so far?

2011-11-07 Thread Dmitry Chestnykh
complete timeline entries. Also, the lines containing only a date are not counted against N. Here's a bug report from last November, with a patch: http://www.fossil-scm.org/index.html/tktview?name=3e58b8ceaf -- Dmitry Chestnykh http://www.codingrobots.com

Re: [fossil-users] Fossil and virtual filesystems

2011-11-01 Thread Dmitry Chestnykh
for your repository and Fossil will not follow symlinks, instead adding them into the repository as-is. -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

Re: [fossil-users] Fossil Repository Does Not Exist Error

2011-10-28 Thread Dmitry Chestnykh
the repository does not exist or is in an unreadable directory, followed by the old directory name. How do I fix this? Make sure you don't have uncommited changes. fossil close fossil open new/path/to/your/repository -- Dmitry Chestnykh http://www.codingrobots.com

Re: [fossil-users] Fossil Repository Does Not Exist Error

2011-10-28 Thread Dmitry Chestnykh
On Fri, 28 Oct 2011 13:31:47 +0200 Stephan Beal sgb...@googlemail.com wrote: Or if you DO have uncommitted changes you can also try: rm _FOSSIL_ Dangerous if you have stashed changes ;-) -- Dmitry Chestnykh http://www.codingrobots.com

Re: [fossil-users] Running a command in any sub-dir?

2011-10-27 Thread Dmitry Chestnykh
? No. No more levels, error. Fossil expects your current directory to be inside the root of the working copy, i.e. the working copy directory itself or any other directory under it in the hierarchy. -- Dmitry Chestnykh http://www.codingrobots.com

Re: [fossil-users] Running a command in any sub-dir?

2011-10-27 Thread Dmitry Chestnykh
these 10 files. I couldn't do this if I had to specify: fossil diff dir/subdir/*.txt when I'm inside 'dir/subdir', because shell works with relative paths, and will not expand this glob to the proper files. -- Dmitry Chestnykh http://www.codingrobots.com

Re: [fossil-users] Fossil is Awesome

2011-10-26 Thread Dmitry Chestnykh
and LZMA for our use. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Fossil is Awesome

2011-10-26 Thread Dmitry Chestnykh
request. The first time you run it, it may be faster (due to smaller disk reads compared to uncompressed version), but for each subsequent request, once Fossil is in RAM, it would be slower and require more CPU. -- Dmitry Chestnykh ___ fossil-users mailing

Re: [fossil-users] Fossil is Awesome

2011-10-26 Thread Dmitry Chestnykh
/exec. Also, Windows doesn't have fork. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Fossil is Awesome

2011-10-26 Thread Dmitry Chestnykh
On Wed, 26 Oct 2011 16:15:11 -0700 Caleb Gray ca...@calebgray.com wrote: @Dmitry Chestnykh: I just wrote a script for testing the speed and size difference between the different compressions available, find the results here: http://uploads.calebgray.com/contributions/compression/index.html

Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-24 Thread Dmitry Chestnykh
session. I remember there was a bug in handling yes answer -- that is, Fossil would ask this question a few times during sync. Was this two question thing intended to fix this? Thanks! -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users

Re: [fossil-users] feature list?

2011-10-21 Thread Dmitry Chestnykh
available through the fossil wiki? Here it is: http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg05846.html -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] Veracity (was: Fwd: suggestion on fossil)

2011-10-19 Thread Dmitry Chestnykh
for fun: a lock sitting in FVWM CVS repository since 2008: http://www.mail-archive.com/fvwm-workers@lists.math.uh.edu/msg15603.html -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] Veracity

2011-10-19 Thread Dmitry Chestnykh
On Wed, 19 Oct 2011 14:56:47 +0200 Stephan Beal sgb...@googlemail.com wrote: So the master plan is to create an SCM for the sole purpose of selling books about the SCM (whose sole purpose is to sell a book about...)? Actually, Eric gave away this book ;-) -- Dmitry Chestnykh http

Re: [fossil-users] more on side-by-side diffs

2011-10-16 Thread Dmitry Chestnykh
vs Verbose? i like side-by-side, but i don't have a suggestion for 1-pane diffs. Maybe tall and wide diffs? Side-by-side diffs and Unified diffs? -- Dmitry Chestnykh http://www.codingrobots.com ___ fossil-users mailing list fossil-users

Re: [fossil-users] Login seems to be broken. (Showstopping)

2011-10-12 Thread Dmitry Chestnykh
. Maybe try 'make clean' before rebuilding the code? If this won't work, try the version before this merge: [3fac77d7b0] and let us know the results. Thanks! -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] ui side-by-side diffs

2011-10-10 Thread Dmitry Chestnykh
/main.cold=2 Also, Google's Code Review tool collapses lots of unchanged lines: http://codereview.appspot.com/5218041/diff/26002/src/pkg/html/parse_test.go -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http

Re: [fossil-users] Gdiff after commited files?

2011-10-10 Thread Dmitry Chestnykh
On Oct 10, 2011, at 17:38 , Gilles wrote: Is there a simple way to tell Fossil to call the gdiff application with the last and before-last revisions of the file by default? fossil gdiff --from previous myfile.txt -- Dmitry Chestnykh ___ fossil

Re: [fossil-users] fossil: out of memory

2011-10-06 Thread Dmitry Chestnykh
On Oct 6, 2011, at 10:36 , Stephan Beal wrote: mmap() is only used by the sqlite3 code, not fossil. OS X uses mmap underneath when you do malloc for the large region. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil

Re: [fossil-users] SSL: cannot connect to host www.fossil-scm.org:443

2011-10-06 Thread Dmitry Chestnykh
certificates, so it requires dumping certificates and setting 'ssl-ca-location' to the correct path in order to silence questions.) -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

Re: [fossil-users] Linking to fossil.exe [Re: GUI client for Windows?]

2011-10-06 Thread Dmitry Chestnykh
calls exit() when a function needs to fail, and it leaves it up to the OS to clean up allocated memory. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil

Re: [fossil-users] fossil should know to open up perms on a file prior to update if no write access.

2011-10-06 Thread Dmitry Chestnykh
this error a few weeks before. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] fossil should know to open up perms on a file prior to update if no write access.

2011-10-06 Thread Dmitry Chestnykh
symlinks, though, there are a few more fixes for them, so you may want to recompile from trunk. If not, I think this version is fine. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

Re: [fossil-users] fossil should know to open up perms on a file prior to update if no write access.

2011-10-05 Thread Dmitry Chestnykh
that the file is executable. All files are always readable and writable. This can be expressed by w permission if desired but is optional. http://www.fossil-scm.org/index.html/doc/trunk/www/fileformat.wiki -- Dmitry Chestnykh ___ fossil-users mailing

Re: [fossil-users] [vb.net] Which files/folders can be safely ignored?

2011-10-04 Thread Dmitry Chestnykh
On Oct 4, 2011, at 13:03 , Gilles wrote: So, nobody knows why fossil includes files in a folder even though I use the --ignore option? Does it ignore files if you set ignore-glob by launching 'fossil ui' and then going to Admin Settings? -- Dmitry Chestnykh

Re: [fossil-users] [vb.net] Which files/folders can be safely ignored?

2011-10-04 Thread Dmitry Chestnykh
On Oct 4, 2011, at 13:53 , Gilles wrote: ignore-glob=*.o,*.obj,*.exe,bin/*,obj/*,My Project/* What about */bin/*,*/obj/* ? -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

Re: [fossil-users] [vb.net] Which files/folders can be safely ignored?

2011-10-04 Thread Dmitry Chestnykh
On Oct 4, 2011, at 14:20 , Gilles wrote: On Tue, 4 Oct 2011 14:08:49 +0200, Dmitry Chestnykh dmi...@codingrobots.com wrote: What about */bin/*,*/obj/* ? That did it :-) Great! From your logs I noticed that bin was a subdirectory of another directory inside the project root, so just bin

Re: [fossil-users] Listing artifact IDs for shunning?

2011-10-04 Thread Dmitry Chestnykh
with not deleting stuff), I'm talking about about the tone of the message (nor do you understand the principles of software engineering). -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

Re: [fossil-users] Forms are cleared in firefox, switch pages

2011-10-03 Thread Dmitry Chestnykh
when you click any link on the page or manually enter a new address. Chrome preserves the form correctly. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil

Re: [fossil-users] Forms are cleared in firefox, switch pages

2011-10-03 Thread Dmitry Chestnykh
-- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] [vb.net] Which files/folders can be safely ignored?

2011-10-03 Thread Dmitry Chestnykh
On Oct 4, 2011, at 2:08 , Ross Berteig wrote: I wonder if we should start a collection of pages at the fossil-scm.org wiki that document the collective wisdom of this group for IDEs we've encountered. Here's a useful resource: https://github.com/github/gitignore -- Dmitry Chestnykh

Re: [fossil-users] Protection against timing attacks

2011-10-01 Thread Dmitry Chestnykh
On Oct 1, 2011, at 9:24 , Ron Wilson wrote: On Fri, Sep 30, 2011 at 2:27 PM, Dmitry Chestnykh dmi...@codingrobots.com wrote: The attacker cannot supply hash, he supplies password. To do timing attack, the attacker have to find a such string, for which the hash has a few bytes changed

Re: [fossil-users] Protection against timing attacks

2011-09-30 Thread Dmitry Chestnykh
cookies, which are just a 25-byte random blob + project-code + login, and Fossil searches for that blob in database. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman

Re: [fossil-users] same user, multiple logins: the problem and a potential solution

2011-09-30 Thread Dmitry Chestnykh
with a new randomly generated one, thus invalidating all cookies). Note: it's better to use double-HMAC as implemented in my authcookie package for Go language: https://github.com/dchest/authcookie [according to this paper: http://www.cse.msu.edu/~alexliu/publications/Cookie/cookie.pdf] -- Dmitry

Re: [fossil-users] same user, multiple logins: the problem and a potential solution

2011-09-30 Thread Dmitry Chestnykh
On Sep 30, 2011, at 16:15 , Stephan Beal wrote: On Fri, Sep 30, 2011 at 4:02 PM, Dmitry Chestnykh dmi...@codingrobots.com wrote: I have attached a patch to sha.c with HMAC implementation, and double-signing. :-D Basically, if zKey is a random secret string stored in the database

Re: [fossil-users] Protection against timing attacks

2011-09-30 Thread Dmitry Chestnykh
will be for cookie handling. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] same user, multiple logins: the problem and a potential solution

2011-09-30 Thread Dmitry Chestnykh
the cookie for validation. I'm thinking about reusing the current cookie column for the per-user secret key. But this will require careful handling of migrations to avoid introducing security bugs. Not sure what's better. -- Dmitry Chestnykh ___ fossil

Re: [fossil-users] Protection against timing attacks

2011-09-30 Thread Dmitry Chestnykh
, for which the hash starts with 9… And this is where it's practically impossible to continue. (Actually, one hash byte is the two hex numbers, but anyway). This is for logins. But cookies currently compare hashes, not hash and a string hashed on the server, so they are timeable. -- Dmitry

Re: [fossil-users] is a rebuild in http mode possible?

2011-09-29 Thread Dmitry Chestnykh
be any output of rebuild progress in CGI mode. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Square brackets in filenames

2011-09-29 Thread Dmitry Chestnykh
: \*[]? Brackets are not mentioned here: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx and here http://en.wikipedia.org/wiki/Comparison_of_file_systems however NTFS doesn't allow: : | ? * / \ -- Dmitry Chestnykh ___ fossil-users

Re: [fossil-users] Scalability, a single file commit and lots of disk reads

2011-09-29 Thread Dmitry Chestnykh
and the transaction rolls back. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] Protection against timing attacks

2011-09-29 Thread Dmitry Chestnykh
and (yet) unusual attack ;-) -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Protection against timing attacks

2011-09-29 Thread Dmitry Chestnykh
, then you are vulnerable to LAN timing attacks. *) http://www.cs.rice.edu/~dwallach/pub/crosby-timing2009.pdf -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil

Re: [fossil-users] Protection against timing attacks

2011-09-29 Thread Dmitry Chestnykh
password, and anonymous gets a random password). Point 2 on that linked article :-) Random numbers have some distribution, most commonly, uniform. Given enough measurements, you can get rid of randomness. -- Dmitry Chestnykh ___ fossil-users mailing list

Re: [fossil-users] Hashes from fossil

2011-09-28 Thread Dmitry Chestnykh
; -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Hashes from fossil

2011-09-28 Thread Dmitry Chestnykh
time that I needed (it is), so decided to go lazy and read gzip spec instead :-) Anyway, your change is better in case the are ungzip implementations that do not handle 0 time correctly, plus we get a nice proper timestamp when gunzipping. -- Dmitry Chestnykh

Re: [fossil-users] Wildcards not working on windows

2011-09-26 Thread Dmitry Chestnykh
On Sep 26, 2011, at 12:34 PM, Emil Totev wrote: fossil add * D:\utils\programs\fossil.exe: file not found D:/TEMP/proj/* Windows cmd doesn't expand * to the list of files. If you want to add all files in the directory, try this: fossil add . -- Dmitry Chestnykh

Re: [fossil-users] Wildcards not working on windows

2011-09-26 Thread Dmitry Chestnykh
, and cmd.exe definitely doesn't expand it: echo * * So what am I seeing here? :-) -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Wildcards not working on windows

2011-09-26 Thread Dmitry Chestnykh
On Sep 26, 2011, at 1:13 PM, Dmitry Chestnykh wrote: So what am I seeing here? :-) Aha, it seems like main() for binaries build with MinGW actually receive expanded arguments in argv. Are Windows binaries available from the download page build with Visual Studio? -- Dmitry Chestnykh

Re: [fossil-users] Wildcards not working on windows

2011-09-26 Thread Dmitry Chestnykh
What should matter here is that it DOES work with the previous fossil version (1.18) and does NOT work with 1.19 - so obviously _something_ changed in fossil itself. Here's a binary of the same version built with MinGW: http://www.dchest.org/temp/fossil.exe Does it work for you? -- Dmitry

Re: [fossil-users] Wildcards not working on windows

2011-09-26 Thread Dmitry Chestnykh
wildcard expansion code for Windows when porting Unix code. Visual Studio compiler doesn't do such thing, so wildcards are not expanded for binaries built on VS. Richard seem to have released 1.19 binary for Windows compiled with Visual Studio, while 1.18 has been compiled with MinGW. -- Dmitry

Re: [fossil-users] Wildcards not working on windows

2011-09-26 Thread Dmitry Chestnykh
Should I make a point of always building future Fossil releases using MinGW instead of MSVC? If there are no issues with MinGW binaries, then I think, yes. Any Windows users want to chime in? -- Dmitry Chestnykh ___ fossil-users mailing list

Re: [fossil-users] Wildcards not working on windows

2011-09-26 Thread Dmitry Chestnykh
way to expand wildcards with VS compilers without writing more code! Other versions drop down (on en-us page) shows that it's available on VS 2003, 2005, 2008, and 2010. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil

Re: [fossil-users] Feature request: edit files via web interface

2011-09-19 Thread Dmitry Chestnykh
or other group users. For those Fossil can have per-file editing without staging area. Also, not sure how to handle merges. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

Re: [fossil-users] a fix wish for the configure guru(s)...

2011-09-16 Thread Dmitry Chestnykh
test macros are defined by default: _BSD_SOURCE, _SVID_SOURCE, _POSIX_SOURCE, and _POSIX_C_SOURCE=200809L (200112L in glibc versions before 2.10; 199506L in glibc versions before 2.4; 199309L in glibc versions before 2.1). -- Dmitry Chestnykh

Re: [fossil-users] new fossil docs: is the wiki or embedded docs preferred?

2011-09-16 Thread Dmitry Chestnykh
. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Has any fossil user ever experienced a SHA1 collision?

2011-09-15 Thread Dmitry Chestnykh
), but it's a specific attack (which means that you're specifically trying to craft two messages that give the same hash), and if I'm not mistaken, the probability of collisions from a good source (not specifically crafted) is still the same as before the attack. -- Dmitry Chestnykh

Re: [fossil-users] Has any fossil user ever experienced a SHA1 collision?

2011-09-15 Thread Dmitry Chestnykh
), but it's a specific attack (which means that you're specifically trying to craft two messages that give the same hash), and if I'm not mistaken, the probability of collisions from a good source (not specifically crafted) is still the same as before the attack. -- Dmitry Chestnykh

Re: [fossil-users] fossil: numerous open trunk leaves

2011-09-15 Thread Dmitry Chestnykh
How'd that happen? Can/Should the open leaves 2-6 be closed? Speaking of cleanup, what about removing the following files from trunk? kktodo.wiki rse-notes.txt ci_cvs.txt ci_fossil.txt cvs2fossil.txt -- Dmitry Chestnykh ___ fossil-users mailing list

Re: [fossil-users] Issues with 1.19 ...

2011-09-07 Thread Dmitry Chestnykh
) ? 1 : 2); } #else While this doesn't affect the issue in question, thanks for finding this! Usages of file_isdir() outside of working directory shouldn't be affected by g.allowSymlinks setting. I'll fix this tomorrow. -- Dmitry Chestnykh

Re: [fossil-users] coding style guidelines: c89

2011-09-06 Thread Dmitry Chestnykh
%cl, %eax popq%rbp ret Leh_func_end1: .. $ gcc --version i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) (This is GCC with LLVM backend (default on OS X Lion)). -- Dmitry Chestnykh

Re: [fossil-users] fossil performance testing and is it possible to increase the sqlite3 timeout?

2011-09-03 Thread Dmitry Chestnykh
additional files. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Silencing warnings about deprecated OpenSSL on OS X

2011-09-02 Thread Dmitry Chestnykh
making OS X users compile their own OpenSSL once Apple removes it, do we? The probability that there be something else deprecated (zlib? functions from libc?) is tiny. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] Problem after 'make clean'

2011-09-02 Thread Dmitry Chestnykh
After doing 'make clean', './configure' complains that 'Makefile.in' doesn't exist (and indeed it doesn't) Seem to be deleted by merge here: http://www.fossil-scm.org/index.html/info/e4f1c1fe95 -- Dmitry Chestnykh ___ fossil-users mailing list

Re: [fossil-users] Silencing warnings about deprecated OpenSSL on OS X

2011-09-02 Thread Dmitry Chestnykh
, or else the reviewers won't approve apps. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Problem after 'make clean'

2011-09-02 Thread Dmitry Chestnykh
On Sep 2, 2011, at 11:28 AM, Dmitry Chestnykh wrote: After doing 'make clean', './configure' complains that 'Makefile.in' doesn't exist (and indeed it doesn't) Seem to be deleted by merge here: http://www.fossil-scm.org/index.html/info/e4f1c1fe95 I'm wrong, earlier: http://www.fossil

Re: [fossil-users] Silencing warnings about deprecated OpenSSL on OS X

2011-09-02 Thread Dmitry Chestnykh
OK. So this should do then. Thank you! -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] MD5 and SHA1 from OpenSSL

2011-09-01 Thread Dmitry Chestnykh
to be measurable after all). Yes, let's leave it as it is. -- Dmitry Chestnykh ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] MD5 and SHA1 from OpenSSL

2011-09-01 Thread Dmitry Chestnykh
Given that one of fossil's selling points is ease of installation, including having no external dependencies. Let's not change that. I agree, but I proposed (and the retracted) that OpenSSL will be used only when compiled with SSL support ;-) -- Dmitry Chestnykh

Re: [fossil-users] MD5 and SHA1 from OpenSSL

2011-09-01 Thread Dmitry Chestnykh
user0m3.236s sys 0m0.317s $ openssl version OpenSSL 1.0.0d 8 Feb 2011 I have Core 2 Duo 2.26 GHz (white unibody MacBook), OS X 10.7.1 Maybe the command-line openssl does something else? -- Dmitry Chestnykh ___ fossil-users mailing list fossil

[fossil-users] Silencing warnings about deprecated OpenSSL on OS X

2011-09-01 Thread Dmitry Chestnykh
:1553) ... To silence these warnings I build with: CFLAGS=-Wdeprecated-declarations make I'm not familiar with the build system, could someone include this flag for darwin in autosetup? Thanks! -- Dmitry Chestnykh ___ fossil-users mailing list fossil

Re: [fossil-users] Testing 'symlinks' branch (was Testing for a release)

2011-08-27 Thread Dmitry Chestnykh
again to check if I made similar mistake somewhere else. I've changed the thread subject to keep bugs in symlinks branch separate from trunk testing. Keep 'em coming! (Don't forget to backup :) -- Dmitry Chestnykh ___ fossil-users mailing list fossil

  1   2   >