search for: ihead

Displaying 7 results from an estimated 7 matches for "ihead".

Did you mean: head
2003 May 15
2
FW: iHEADS UP: ipsec packet filtering change
> -----Original Message----- > From: Greg Panula [mailto:greg.panula@dolaninformation.com] > Sent: 12 May 2003 11:10 > To: Matthew Braithwaite > Cc: stable@freebsd.org > Subject: Re: iHEADS UP: ipsec packet filtering change > > You don't really need the gif tunnels for ipsec. Gif is more geared > towards ipv4 <=> ipv6 type tunnels. A few of ipsec how-to's mention > using gif tunnels and I've been tripped up by it, too. > > ipsec is much easier...
2003 May 11
1
iHEADS UP: ipsec packet filtering change
On Sun, 23 Feb 2003 09:47:05 -0800, "Sam Leffler" <sam@errno.com> said: > >> Add a new config option IPSEC_FILTERGIF to control whether or not >> packets coming out of a GIF tunnel are re-processed by ipfw, >> et. al. By default they are not reprocessed. With the option they >> are. > > This may affect your ipfw/ipf rules. If you are happy with
2014 Nov 22
3
Use z size specifier for printf-ing size_t variable
...s type ?long unsigned int? -- MartinS diff --git a/com32/lib/syslinux/initramfs_file.c b/com32/lib/syslinux/initramfs_file.c index 7eb55b5..9f9fa75 100644 --- a/com32/lib/syslinux/initramfs_file.c +++ b/com32/lib/syslinux/initramfs_file.c @@ -126,7 +126,7 @@ int initramfs_mknod(struct initramfs *ihead, const char *filename, if (do_mkdir) bp += initramfs_mkdirs(filename, bp, bytes); - bp += sprintf(bp, "070701%08x%08x%08x%08x%08x%08x%08x%08x%08x" + bp += sprintf(bp, "070701%08x%08x%08x%08x%08x%08x%08zx%08x%08x" "%08x%08x%08x%08x", next_ino++, mode...
2002 Apr 26
4
Memory "leak" in readChar (PR#1483)
...in the file ntries times. In real applications one would be reading ## ntries _different_ files and calculating some summary statistics for(itry in 1:ntries){ stream <- file("/tmp/gunge") open(stream,open="rb") if(itry %% 10== 0) print(itry) for(irec in 1:nrecs){ iheader <- readChar(stream,nchars) } close(stream) } -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "b...
2010 Apr 23
1
Path simple menu integrated progress indicator
...+} + +void console_cleanup(void) +{ + /* For the serial console, be nice and clean up */ + fputs("\033[0m", stdout); +} + +void +clear_screen(void) +{ + fputs("\033e\033%@\033)0\033(B\1#0\033[?25l\033[2J", stdout); +} + +int initramfs_load_archive_w_callback(struct initramfs *ihead, const char *filename, void (*callback)(const char* name, size_t cur, size_t total)) +{ + void *data; + size_t len; + + if (loadfile_w_callback(filename, &data, &len, callback)) + return -1; + + return initramfs_add_data(ihead, data, len, len, 4); +} + + void execute(const char *cmd...
2015 Jan 25
0
Use z size specifier for printf-ing size_t variable
...t; MartinS > > diff --git a/com32/lib/syslinux/initramfs_file.c b/com32/lib/syslinux/initramfs_file.c > index 7eb55b5..9f9fa75 100644 > --- a/com32/lib/syslinux/initramfs_file.c > +++ b/com32/lib/syslinux/initramfs_file.c > @@ -126,7 +126,7 @@ int initramfs_mknod(struct initramfs *ihead, const char *filename, > if (do_mkdir) > bp += initramfs_mkdirs(filename, bp, bytes); > > - bp += sprintf(bp, "070701%08x%08x%08x%08x%08x%08x%08x%08x%08x" > + bp += sprintf(bp, "070701%08x%08x%08x%08x%08x%08x%08zx%08x%08x" >...
2018 Jan 30
0
Dovecot 2.2.33.2 doveadm log reopen don't work
dovecot -n # 2.2.33.2 (d6601f4ec): /usr/local/etc/dovecot/dovecot.conf # Pigeonhole version 0.4.21 (92477967) # OS: FreeBSD 11.1-RELEASE-p1 amd64 zfs from logrotate.conf: /var/log/dovecot/dovecot.log { rotate 180 missingok nomail noolddir compress create 0600 nobody nobody postrotate # /usr/local/bin/doveadm log reopen