search for: ximbiot

Displaying 6 results from an estimated 6 matches for "ximbiot".

Did you mean: wimboot
2005 Sep 06
0
ssh launched from xterm still running after xterm killed on Cygwin
...sh-agent -a "$SSH_AUTH_SOCK" ssh-add fi But I suppose there will be some way to get that behavior back via nohup or whatever if this gets fixed.) Please CC me with any response since I am not a member of these lists. Regards, Derek -- Derek R. Price CVS Solutions Architect Ximbiot <http://ximbiot.com> v: +1 717.579.6168 f: +1 717.234.3125 <mailto:derek at ximbiot.com> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: cygcheck.out Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20050906/817...
2006 Nov 28
1
Heimdal & gssapi.h
...n gssapi/gssapi.h. krb5-config correctly sets -I/usr/include/heimdal in the CFLAGS. Looking back, there was a similar issue a few months ago:- http://www.dovecot.org/list/dovecot/2006-July/014945.html I'm a complete newbie to autotools but here's my attempt at a patch inspired by http://ximbiot.com/cvs/cvshome/dev/patches/gss - which I Googled for ;) I was hampered by the version of aclocal (and possibly the rest of autotools) being out-of-date on SuSE Enterprise 9 ... Chris -- --+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+- Christopher Wakelin,...
2004 Apr 15
0
FreeBSD Security Advisory FreeBSD-SA-04:07.cvs
...The FreeBSD Project Topic: CVS path validation errors Category: contrib Module: contrib_cvs Announced: 2004-04-15 Credits: Sebastian Krahmer <krahmer@suse.de> Derek Robert Price <derek@ximbiot.com> Affects: All FreeBSD versions prior to 4.10-RELEASE Corrected: 2004-04-15 15:35:26 UTC (RELENG_4, 4.10-BETA) 2004-04-15 15:42:50 UTC (RELENG_5_2, 5.2.1-RELEASE-p5) 2004-04-15 15:59:05 UTC (RELENG_4_9, 4.9-RELEASE-p18) 2004-04-15 15...
2004 Apr 15
0
FreeBSD Security Advisory FreeBSD-SA-04:07.cvs
...The FreeBSD Project Topic: CVS path validation errors Category: contrib Module: contrib_cvs Announced: 2004-04-15 Credits: Sebastian Krahmer <krahmer@suse.de> Derek Robert Price <derek@ximbiot.com> Affects: All FreeBSD versions prior to 4.10-RELEASE Corrected: 2004-04-15 15:35:26 UTC (RELENG_4, 4.10-BETA) 2004-04-15 15:42:50 UTC (RELENG_5_2, 5.2.1-RELEASE-p5) 2004-04-15 15:59:05 UTC (RELENG_4_9, 4.9-RELEASE-p18) 2004-04-15 15...
2006 Oct 09
3
DO NOT REPLY [Bug 4157] New: Add RCS keyword $Header$ to all files to support development
...capes: # $Header$ , /* $Header$ */ , etc Cvs commit, enjoy the benefits. # After Now it's easier to bring random files/patches in line with cvs. $Header: /.../foo,v 1.1 2006/10/09 20:50:41 user Exp $ $Id: foo,v 1.1 2006/10/09 20:50:41 user Exp $ Full documentation for this is at: http://ximbiot.com/cvs/manual/cvs-1.11.22/cvs_12.html This could probably be scripted as a one time commit. find -E . -type f \! -regex '^.*/CVS/.*$' -print0 | xargs -0 ed ... Thanks! -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because:...
2006 Aug 01
18
GenericDirCtrl
A little patch to add Wx::GenericDirCtrl. A non-native control (on OS X at least) but maybe useful to someone. I have tested it but think it should just be added to controls.rb sample - will do later when i have fixed some other probs with that. Also, I''ve started putting class-specifc style constants in the relevant .i file, as discussed previosuly - will submit a patch doing this