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

2017-11-06 Thread Mantas Mikulėnas
SECRET_SEARCH_LOAD_SECRETS | > SECRET_SEARCH_UNLOCK, >NULL, >&error); > g_hash_table_unref(attributes); > -- > 2.15.0-rc2-464-gb5de734 > Looks okay. (It seems that's what all other programs do, too...) -- Mantas Mikulėnas

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

2017-04-04 Thread Mantas Mikulėnas
easier than creating a separate instance just for batch tasks... [1]: https://www.eyrie.org/~eagle/software/kstart/ -- Mantas Mikulėnas

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

2017-02-23 Thread Mantas Mikulėnas
encrypted with 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

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

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

2016-10-11 Thread Mantas Mikulėnas
ldn't possibly return any results with a different username anyway. -- Mantas Mikulėnas

[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

Re: Segfault in `git describe`

2013-07-15 Thread Mantas Mikulėnas
On Mon, Jul 15, 2013 at 4:03 PM, Michael Haggerty 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 reposito

Segfault in `git describe`

2013-07-13 Thread Mantas Mikulėnas
e branch's history. Running `git --no-replace-objects describe` avoids the crash. The crash happens only if there are any tags under .git/refs/tags/ that do not exist in .git/packed-refs, or if I remove all "peeled" lines from .git/packed-refs (including the '#' line; /^[#

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

2013-02-25 Thread Mantas Mikulėnas
the date in the tag object. Personally, I've found it quite confusing that commits (incl. 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

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

2013-02-22 Thread Mantas Mikulėnas
ine at all: git.git has "v0.99" and linux.git has many such tags 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

Crashes while trying to show tag objects with bad timestamps

2013-02-22 Thread Mantas Mikulėnas
ut = {alloc = 0, len = 0, buf = 0x7a8188 ""} > #3 show_tag_object (rev=0x7fff3c30f1f0, > sha1=0xc2be44 > "\230\211\275\331\365Q\306z\017\071d\331\035\062\247a\347~M8P", sequence \303>) at builtin/log.c:427 > new_offset = 151 > type = OBJ_TA