Re: [PATCH] credential-libsecret: unlock locked secrets

2017-11-06 Thread Mantas Mikulėnas
t; -- > 2.15.0-rc2-464-gb5de734 > Looks okay. (It seems that's what all other programs do, too...) -- Mantas Mikulėnas <graw...@gmail.com>

Re: How do you script linux GIT client to pass kerberos credential to apache enabled GIT server?

2017-04-04 Thread Mantas Mikulėnas
er than creating a separate instance just for batch tasks... [1]: https://www.eyrie.org/~eagle/software/kstart/ -- Mantas Mikulėnas <graw...@gmail.com>

Re: [PATCH] http(s): automatically try NTLM authentication first

2017-02-23 Thread Mantas Mikulėnas
ith a key known only to the KDC and the real server. So the whitelist is only for privacy and/or performance reasons, I guess? NTLM is challenge/response without any third party, and yes, it requires the application to implement its own whitelisting to avoid the security problems. -- Mantas Mikulėnas <graw...@gmail.com>

Re: [PATCH] contrib: add credential helper for libsecret

2016-10-11 Thread Mantas Mikulėnas
On 2016-10-11 22:48, Mantas Mikulėnas wrote: > On 2016-10-11 22:36, Junio C Hamano wrote: >> Thanks for a review. I'll wait until one of (1) a squashable patch >> to address the "we do not want unconditional overwrite" issue, (2) a >> reroll from Mantas to do the

Re: [PATCH] contrib: add credential helper for libsecret

2016-10-11 Thread Mantas Mikulėnas
possibly return any results with a different username anyway. -- Mantas Mikulėnas <graw...@gmail.com>

[PATCH] contrib: add credential helper for libsecret

2016-10-09 Thread Mantas Mikulėnas
This is based on the existing gnome-keyring helper, but instead of libgnome-keyring (which was specific to GNOME and is deprecated), it uses libsecret which can support other implementations of XDG Secret Service API. Passes t0303-credential-external.sh. Signed-off-by: Mantas Mikulėnas <g

Re: Segfault in `git describe`

2013-07-15 Thread Mantas Mikulėnas
On Mon, Jul 15, 2013 at 4:03 PM, Michael Haggerty mhag...@alum.mit.edu wrote: On 07/13/2013 03:27 PM, Mantas Mikulėnas wrote: I have a clone of linux.git with various stuff added to it (remotes for 'stable' and 'next', a bunch of local tags, and historical repositories imported using `git

Segfault in `git describe`

2013-07-13 Thread Mantas Mikulėnas
commit HEAD \ | sed 's/@/@test/' | git hash-object --stdin -t commit -w) ./git describe -- Mantas Mikulėnas graw...@gmail.com -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH 4/4] cat-file: print tags raw for cat-file -p

2013-02-25 Thread Mantas Mikulėnas
. merged tags) can be verified with `git show --show-signature`, but for tags I must use `git tag -v`... took me a while to find the latter. (`git show --verify` might be even better, but that's just me.) -- Mantas Mikulėnas graw...@gmail.com -- To unsubscribe from this list: send the line

Crashes while trying to show tag objects with bad timestamps

2013-02-22 Thread Mantas Mikulėnas
type = OBJ_TAG buf = 0xc26770 object ffa28d13e40e03bd367d0219c7eb516be0f180d2\ntype commit\ntag hyperion-1.0rc1\ntagger Jilles Tjoelker jil...@stack.nl Thu Jun 9 16:44:04 2005 +\n\nTag 1.0rc1.\n\n size = 165 offset = optimized out -- Mantas Mikulėnas graw

Re: Crashes while trying to show tag objects with bad timestamps

2013-02-22 Thread Mantas Mikulėnas
starting with v2.6.11 ending with v2.6.13-rc3. It seems that `git cat-file -p` doesn't like such tags too – if there is no tagger, it doesn't display *any* header lines. More bugs? -- Mantas Mikulėnas -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord