search for: patchdir

Displaying 4 results from an estimated 4 matches for "patchdir".

Did you mean: patch_id
2003 Apr 03
4
Signal 11 on X server startup (Was: HEADSUP: XFree86 4.3.0 update
...roblem, too. Same nv server. I'm happy to provide > details. One that might help is that this is an Athelon XP 1800. > > Let me know what you need to debug with. Could you try adding the following file to x11-servers/XFree86-4-Server/files and adding the filename to the list after PATCHDIR in the Makefile, then recompiling? It was committed to XFree86 recently with a log message that sounds related. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org -------------- next part -------------- A non-text...
2006 Oct 05
0
[Bug 521] New: [patch] - some changes to runme script
...sort grep {!/^(\.\.?|CVS|\.svn)$/} readdir(DIR); + my @dents = sort grep {!/^(\.\.?|CVS|\.svn|#?.*~)$/} readdir(DIR); closedir(DIR); foreach my $dent (@dents) { my $fullpath = "$dir/$dent"; @@ -486,7 +486,7 @@ # get list of source files that we'd need to copy opendir(PDIR, $patchdir) or croak "unable to open patchdir $patchdir: $!"; - my @dents = sort readdir(PDIR); + my @dents = sort grep {!/^(\.\.?|CVS|\.svn|#?.*~)$/} readdir(PDIR); closedir(PDIR); foreach my $pf (@dents) { @@ -494,7 +494,6 @@ my $ver; my $oldpwd; - next if $pf =~ /^(\.|CVS...
2008 May 27
6
Openssh + AFS
...h-key authentication can be done. So a double authentication is enforced: the credentials must be sufficient for AFS and an ssh-key (from within protected AFS space) authentication has to be successful. Patches for a working example can be found in /afs/rrz.uni-koeln.de/admin/public/openssh-5.0p1-PatchDir/ It implements AFS-Token-passing and Krb5-ticket-passing for protocol-2 (adding X509-cred-passing should be easy). A flag 'AllowCredPassing' in the ssh config files might increase the acceptability for that. Best regards, Rainer Laatsch
2008 Feb 15
0
Protocol 2 AfsTokenPassing
...g. Rechenzentrum (ZAIK/RRZK) Fax : (0221) 478-5590 Robert-Koch-Str. 10 Tel : (0221) 478-5582 D-50931 Koeln == README.openssh-4.7p1+AFS == Patches to enhance openssh-4.7p1 for AFS token and KRB5 ticket passing in protocol 2 can be found in /afs/rrz.uni-koeln.de/admin/public/openssh-4.7p1-PatchDir/ These also allow AFS token passing in protocol 1 for backward compatibily.