Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 events occurring around 13ceb46e49d28ab9.

2011-03-30
15:40
Added a 'cert' subcommand to manage certificate groups, and added a certificate table to the global db. Minor code formatting change. check-in: 1156ad25db user: jan tags: jan-clientcert
10:53
Minor code formatting changes in http_ssl.c. check-in: 662c83513f user: drh tags: jan-clientcert
2011-03-29
19:28
Merge from trunk. check-in: 2ac7b3e140 user: jan tags: jan-clientcert
15:06
Cosmetic: Removed some tabbed indentation. check-in: b261c4a33b user: jan tags: jan-clientcert
14:15 Edit [b28995ccbdbb54b0]: Edit check-in comment. artifact: 2ed7a28b5a user: jan
14:12
Add support for feeding OpenSSL a CA certificate file/path for proper chain verification. This is one of several possible solutions to ticket [727af73f46]. Also cache the CA certificate file/path, client certificate/key file/path references in the global config (similar to how the server certificates are cached), and attempt to use them if the cor... check-in: b28995ccbd user: jan tags: jan-clientcert
13:54
Add more colors to the background color palette. check-in: 51759d5248 user: drh tags: trunk
12:47 Ticket [727af73f46] ssl: on "pull -R repo", gets ssl certificate again, asks to accept a/y/N status still Open with 1 other change artifact: 475dfeb1d8 user: jan
01:24 New ticket [0f70666f76] finfo page has incorrect diff links. artifact: 5c3a901460 user: joerg
2011-03-28
22:57 Closed ticket [33b4171926]: plus 1 other change artifact: b1c98d6aba user: drh
22:57 Delete attachment "access2007-prompt.jpg" from ticket [40d9dbd3ad] artifact: 2a487d817b user: drh
22:52 Delete attachment "TWIMG.BMP" from ticket [33b4171926] artifact: abe3575f22 user: drh
22:52 Delete attachment "access2007-prompt.jpg" from ticket [33b4171926] artifact: 8f93819ecc user: drh
22:47
Merge the sub-repo capability into trunk. check-in: ab4882588e user: drh tags: trunk
22:29
A new approach to sub-repos in which a specific user for the subrepo is specified in the CONFIG table entry. Closed-Leaf check-in: e8b15ad642 user: drh tags: sub-repos
21:55 Edit [97d0118794cdb35c]: Change branch background color to "#c0ffc0". Move to branch sub-repos. Edit check-in comment. artifact: 5a1db866fc user: drh
21:46
Fixes to the capability reduction on subrepositories. check-in: 4b545a8a02 user: drh tags: sub-repos
21:27
Update the sub-repository capability so that it is able to restrict permissions on the sub-repository to a subset of the login permissions. check-in: c477b2470f user: drh tags: sub-repos
20:39 Add attachment "TWIMG.BMP" to ticket [33b4171926] artifact: a4557c2d38 user: anonymous
20:39 Add attachment "access2007-prompt.jpg" to ticket [33b4171926] artifact: ab2e7becc2 user: anonymous
20:39 Add attachment "access2007-prompt.jpg" to ticket [33b4171926] artifact: bfc68fa0de user: anonymous
20:39 New ticket [33b4171926] . artifact: ec04d0ad8e user: anonymous
20:38 Add attachment "access2007-prompt.jpg" to ticket [40d9dbd3ad] artifact: f02949ddbc user: anonymous
19:29 Open ticket [40d9dbd3ad]: ssh scheme incompatible with tcsh plus 2 other changes artifact: 514070952a user: anonymous
18:08
Allow for the creation of "sub-repositories" that can be accessed through the web interface using the same login credentials as the parent repository. check-in: 97d0118794 user: drh tags: sub-repos
07:40
Use "password" instead of "passwd" because it's complete and proper, and plays nicely w/ Emacs "send-invisible" capabilities that keep typed text from echoing on screen. check-in: 13ceb46e49 user: bharder tags: trunk
2011-03-27
21:55
Changes to makeheaders so that it does not move static inline procedures into header files. Changed suggested by Yoran Heling. This has zero impact on Fossil which does not use "inline" anywhere. check-in: 99532f33af user: drh tags: trunk
21:53
Fix typos in the FAQ. check-in: 4fe9a37e90 user: drh tags: trunk
2011-03-26
12:53 Fixed ticket [e24ec32b1d]: privateness not preserved plus 1 other change artifact: f0a559f1d2 user: drh
12:53
Add the --private option to the "fossil branch new" command. Give a default orange color to private branches created by "fossil branch new". If the new branch created by "fossil branch new" is off of a private branch, make the new branch private too. Ticket [e24ec32b1da5f8f5e4abe] check-in: 2b33781694 user: drh tags: trunk
2011-03-25
23:45 New ticket [66ce1088b6] It is possible for the empty string to be a user id. artifact: 4e13c8c58f user: anonymous
23:39 New ticket [76c3765215] There is no way to cleanly remove a user. artifact: f996c0c267 user: anonymous
18:20
Added very basic client certificate support for https. check-in: 513ea81005 user: jan tags: jan-clientcert
05:42 New ticket [8b7d7d80f3] Can't open files by relative paths on Windows. artifact: ec19f67a5c user: anonymous
02:55
Move vfile_check_signature into "finfo --status" branch. The other options don't use it and it involves a lot of IO. check-in: ae84e6c7d1 user: joerg tags: trunk
02:53
Use the somewhat simpler join in place of a subselect check-in: 7563c241ce user: joerg tags: trunk
01:46 Fixed ticket [4a9072bcc0]: fossil server /directory plus 2 other changes artifact: bfc934c37f user: joerg
01:44 Closed ticket [40d9dbd3ad]: ssh scheme incompatible with tcsh plus 2 other changes artifact: 0ab84b2ae4 user: joerg
01:42 New ticket [a82652e221] `fossil annotate' is unusably slow. artifact: c90b4c28e2 user: anonymous
01:06 Fixed ticket [46f90ea2c1]: Field not found error : don't forget to rebuild repos after upgrade! plus 2 other changes artifact: ee1775072a user: joerg
01:01 Fixed ticket [303b8b1182]: Very slow checkin on large repository plus 2 other changes artifact: 14e49e0647 user: joerg
2011-03-24
18:34
fix typo in error msg check-in: dc87a9075b user: bharder tags: trunk
17:14
If the child manifest is a baseline and the parent a delta manifest, files that are marked as removed in the parent have to be skipped. This fixes "Added XXX version []" entries in the UI. check-in: 91472616bf user: joerg tags: trunk
13:36
Fix a bug in the compression logic of the tarball generator. check-in: 518ec9dd9f user: drh tags: trunk
10:47 Closed ticket [305143bd87]: Timeline view is always logged-out. plus 2 other changes artifact: 009f81dffc user: ttmrichter
03:22
Make the error message on schema version mismatch less confusing. check-in: 4a2019ddd0 user: joerg tags: trunk
02:08
Remove redundancy from the "fossil rm" command, as pointed out by Carles Pagès. check-in: 7fca007538 user: drh tags: trunk
01:51
Update the built-in SQLite to the latest version from the SQLite trunk. check-in: 3d2e8b2ddf user: drh tags: trunk
2011-03-23
20:15 Ticket [e24ec32b1d] privateness not preserved status still Open with 2 other changes artifact: a828bbf2ba user: anonymous
20:08 Add attachment "private_propagation.patch" to ticket [e24ec32b1d] artifact: 970efec06b user: anonymous