search for: engelschall

Displaying 9 results from an estimated 9 matches for "engelschall".

2000 Jul 16
0
Announce: portable OpenSSH 2.1.1p4
I have just uploaded portable OpenSSH 2.1.1p4, it should be making its way to the mirrors listed at http://www.openssh.com/portable.html soon. This release contains several bugfixes from the OpenBSD team, primarily the config file parsing problem reported by Ralf Engelschall <rse at engelschall.com> Regards, Damien Miller --------------- Changelog: 20000716 - Release 2.1.1p4 20000715 - (djm) OpenBSD CVS updates - provos at cvs.openbsd.org 2000/07/13 16:53:22 [aux.c readconf.c servconf.c ssh.h] allow multiple whitespace but only one '='...
2000 Jul 13
2
[PATCH] OpenSSH 2.1.1pl3 (portable), readconf.c and strsep(3)
...pposed to begin with a keyword). */ keyword = strsep(&s, WHITESPACE); + s += strspn(s, WHITESPACE); opcode = parse_token(keyword, filename, linenum); switch (opcode) { This made all of our ~/.ssh/config files working again. Yours, Ralf S. Engelschall rse at engelschall.com www.engelschall.com
2000 Jul 16
0
Announce: portable OpenSSH 2.1.1p4
I have just uploaded portable OpenSSH 2.1.1p4, it should be making its way to the mirrors listed at http://www.openssh.com/portable.html soon. This release contains several bugfixes from the OpenBSD team, primarily the config file parsing problem reported by Ralf Engelschall <rse at engelschall.com> Regards, Damien Miller --------------- Changelog: 20000716 - Release 2.1.1p4 20000715 - (djm) OpenBSD CVS updates - provos at cvs.openbsd.org 2000/07/13 16:53:22 [aux.c readconf.c servconf.c ssh.h] allow multiple whitespace but only one '='...
2005 Jan 13
4
[Bug 2240] Add last-match/short-circuit processing of include/exclude
https://bugzilla.samba.org/show_bug.cgi?id=2240 ------- Additional Comments From rse@engelschall.com 2005-01-13 07:48 ------- Created an attachment (id=887) --> (https://bugzilla.samba.org/attachment.cgi?id=887&action=view) rsync.patch.lastmatch -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the...
2008 Oct 24
2
replace
i need your feedback about this command, it should find a string in multiple html files in a directory and replace it with a different string... find /dir -name "*.html" -exec sed -i 's/"old"/"new"/g' {} \; Thx.
2005 Jan 13
0
[Bug 2240] New: Add last-match/short-circuit processing of include/exclude
...URL: http://cvs.openpkg.org/getfile/openpkg- src/rsync/rsync.patch.lastmatch OS/Version: FreeBSD Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: rse@engelschall.com QAContact: rsync-qa@samba.org I've added a --last-match command line option to RSYNC 2.6.3 which switches the include/exclude pattern processing from "first-match" (the default) to "last-match" semantics plus the possibility to specify short-circuit patterns (...
2012 May 08
0
[Announce] nPth - The New GNU Portable Threads Library
...particular pthreads) are now in common use on all platforms, there is not must justification left for not using them: Without considering the GnuPG packages, Debian has only two packages requiring GNU Pth (zhcon and jabberd14 - the latter even seems not in wide use anymore). Many thanks to Ralf S. Engelschall for his excellent GNU PTH library, which served GnuPG very well for many years. Happy hacking, Marcus and Werner -- Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/...
2002 Apr 02
3
PrivSep and portability
Hi, I've seen a few patches related to the PrivSep works. As far as I can see, it seems to work by using a shared memory segment to communicate. I just want to point out that there are some unix systems that do not have mmap() (SCO, older SVR3 systems) or that might have problems with anonymous shared mmap() (don't have an examples, but e.g. the INN docs are full of warnings concerning
2010 Jan 09
4
what provices "replace" command?
I am used to using the replace command to quickly replace strings in file, but it's not available on some of my fresh CentOS 5.4 servers. "yum info replace", "yum whatprovides replace", and "yum search replace" doesn't show me which package(s) to install to get it. So, does anyone know which package to install to get the "replace" command? Google