search for: bsd

Displaying 20 results from an estimated 6892 matches for "bsd".

2000 Nov 28
2
No subject
.../random in future versions of their OS. # make gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - DETC DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DE FAUL T=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c bsd-arc4random.c gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - DETC DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DE FAUL T=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c bsd-base64.c gcc -g -O2 -Wall -I....
2009 May 22
3
[LLVMdev] Arm port
...on with, and I'm getting ready right now to begin > reading the dragon book, but one question bothers me regarding the present setup > of llvm: the use of the present Makefile tools (dmake & gmake). I was rather > surprised to find that a project that is bent toward supporting the BSD Unixes > doesn't have a set of BSD Makefiles. I'm not saying you have to toss away your > dmake/gmake files, you could keep them for those who feel more at ease in using > them, but shouldn't you have a set of BSD makefiles also? It happens that I > have experience using...
2000 Nov 29
0
ssh problem
...their OS. > ># make >gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - >DETC >DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_D E >FAUL >T=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c bsd-arc4random.c >gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - >DETC >DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_D E >FAUL >T=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c bsd-base64.c...
2009 May 22
0
[LLVMdev] Arm port
...I'm getting ready right now to begin >> reading the dragon book, but one question bothers me regarding the present setup >> of llvm: the use of the present Makefile tools (dmake & gmake). I was rather >> surprised to find that a project that is bent toward supporting the BSD Unixes >> doesn't have a set of BSD Makefiles. I'm not saying you have to toss away your >> dmake/gmake files, you could keep them for those who feel more at ease in using >> them, but shouldn't you have a set of BSD makefiles also? It happens that I >> have e...
2009 May 22
2
[LLVMdev] Arm port
> OK, I checked the llvm-2.5 Makefiles. They have constructs in them which cannot > be used in any BSD Makefile (such as the form of conditionals: ifndef is a GNU > Makeism), and won't run on any BSD Make. I know BSD Make and GNU Make well > enough, but I doon't know much about Cmake, I can say that all of the makefiles > I saw in llvm would (1) refuse to run on BSD make and (2) m...
2002 Jun 13
1
[2.PATCH]: Eliminate typo in bsd-misc.*
Hi, the following patch eliminates a typo in bsd-misc.* which disallows building for Cygwin. Corinna Index: openbsd-compat/bsd-misc.c =================================================================== RCS file: /cvs/openssh_cvs/openbsd-compat/bsd-misc.c,v retrieving revision 1.7 diff -u -p -r1.7 bsd-misc.c --- openbsd-compat/bsd-misc.c 12 Jun...
2000 Dec 07
2
sunos 4.1.4 Makefile and regex.[ch] fix
....o canohost.o channels.o cipher.o cli.o compat.o compress.o crc32.o cygwin_util.o deattack.o dispatch.o dsa.o hmac.o hostfile.o key.o kex.o log.o match.o mpaux.o nchan.o packet.o radix.o rijndael.o entropy.o readpass.o rsa.o tildexpand.o ttymodes.o uidswap.o util.o uuencode.o xmalloc.o LIBOPENBSD_COMPAT_OBJS=bsd-arc4random.o bsd-base64.o bsd-bindresvport.o bsd-daemon.o bsd-getcwd.o bsd-inet_aton.o bsd-inet_ntoa.o bsd-misc.o bsd-mktemp.o bsd-realpath.o bsd-rresvport.o bsd-setenv.o bsd-sigaction.o bsd-snprintf.o bsd-strlcat.o bsd-strlcpy.o bsd-strsep.o bsd-strtok.o bsd-vis.o bsd-setproctitle....
2000 Jan 12
4
solaris 2.5.1 still no good
...und please? Thanks, <------- snipped from mail archive ----------------------------------> I just email'd, from my other account, the snprintf.c that we distribute in PostgreSQL...its been thoroughly tested on all the platforms that we support, with Solaris 2.5.1 being one of them...the bsd-snprintf.c that we included in OpenSSH, I believe, was the stock FreeBSD one, whereas this one is meant to be generic ... I *believe* that we pulled/borrowed this from sendmail originally... <------------------ end snip ----------------------------------------> bsd-snprintf.c: In function...
2000 Jul 17
0
patch for getting 2.1.1p4 to compile on SunOS 4
Hi. SunOS 4 is one system that relies on the strerror() in bsd-misc.[ch]. However, that replacement function does not have the right prototype. This is fixed in the patch below. There was also an error with sys_errlist not being explicitely declared. Also fixed. There was another weird link-time problem with bsd-misc.o being at the same time used by some *....
2009 May 22
0
[LLVMdev] Arm port
Samuel Crow wrote: >> OK, I checked the llvm-2.5 Makefiles. They have constructs in them which cannot >> be used in any BSD Makefile (such as the form of conditionals: ifndef is a GNU >> Makeism), and won't run on any BSD Make. I know BSD Make and GNU Make well >> enough, but I doon't know much about Cmake, I can say that all of the makefiles >> I saw in llvm would (1) refuse to run on BSD ma...
1999 Dec 09
1
solaris 2.5.1 still no good
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi folks, Here's what I get under solaris 2.5.1 (sparc) with gcc-2.95.2 and gnumake 3.78-something : bsd-snprintf.c: In function `msetup': bsd-snprintf.c:67: warning: implicit declaration of function `getpagesize' bsd-snprintf.c:72: `x' undeclared (first use in this function) bsd-snprintf.c:72: (Each undeclared identifier is reported only once bsd-snprintf.c:72: for each function it appear...
2015 Apr 27
4
Real sh? Or other efficient shell for non-interactive scripts
...ture set. > > > > That may be the USA interpretation but on the other, European, side of > > the Atlantic I believe > > > > "as a whole" means generally BUT allowing for exceptions. > > OK, great. That clears it up then. Maybe this helps: The BSD license does not permit to relicense the code, so you cannot put BSD code under the GPL. This was e.g. explained by Theo de Raath some years ago already. The result was that Linux people did remove the GPL header from all BSDd Linux source files that have not been 100% written by the same person...
2000 Nov 28
0
No subject
Hi I don't know if you can help me out, I try to install openssh 2.3.0p1, I did the ./configure it's ran ok, when I do make to complies, it keep spit out something like this make: rv: Command not found make: *** [libopenbsd-compat.a] Error 127 I am running Solaris 2.6 with perl 5.6 and openssl 0.9 gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\&q...
2010 Apr 13
0
BSD Magazine 04/2010 Hosting BSD
The newest issue of BSD Magazine is already available for free on our website BSDmag.org! http://bsdmag.org/magazine/1049-hosting-bsd a.. Modern FreeBSD Install All these years sysinstall(8) was helping us to install FreeBSD with most needed options. Slawomir Wojtczak (vermaden) a.. X11 without dbus/hald and with t...
2000 Feb 21
1
OpenSSH doesn't compile under Solaris 2.3 Sparc
....2.2 -->make This runs for awhile and looks like it is working till ... gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_ PROG RAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ss h-as kpass\" -DHAVE_CONFIG_H -c bsd-snprintf.c -o bsd-snprintf.o bsd-snprintf.c: In function `getpagesize': bsd-snprintf.c:70: `NBPC' undeclared (first use this function) bsd-snprintf.c:70: (Each undeclared identifier is reported only once bsd-snprintf.c:70: for each function it appears in.) bsd-snprintf.c:73: warning: contro...
2016 Nov 02
2
Dovecot 2 LDAP "unknown user"
...class=person)(uid=%u)) user_attrs = homeDirectory=/home/vmail/%u,uid=1002,gid=1002 When I tried to log in again using telnet 127.0.0.1 110, the error shows up in maillog. I first tried logging in with just the username, then I tried using username at domain.com. Using doveadm still works though. BSD-11 dovecot: auth: ldap(peter,127.0.0.1,<B9qF8FNAT3x/AAAB>): unknown user Nov 2 11:29:23 BSD-11 dovecot: auth: Error: ldap(user,127.0.0.1,<B9qF8FNAT3x/AAAB>): user not found from userdb Nov 2 11:29:23 BSD-11 dovecot: pop3: Error: Authenticated user not found from userdb, auth lookup id...
2001 Mar 25
2
Bug in bsd-waitpid.c and bsd-nextstep.c
Hi! The handling of the "status" information in bsd-waitpid.c and bsd-nextstep.c seems to be bit odd. Patch attached. Best regards, Lutz -- Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel....
2008 Feb 25
0
Fwd: Making rsync compile under Mac OS X 10.3.9 with extended attributes
Precisions: If I run my patched rsync on 10.4 instead of 10.3, it's my function that returns an error: rsync: rsync_xal_set: lsetxattr("Src/60-bsd-flags/dir-with- flags","com.apple.FinderInfo") failed: Unknown error: -5000 (-5000) And error -5000 means: afpAccessDenied -5000 User does not have the correct access to the file Directory cannot be shared Available in Mac OS X v10.0 and later. In another hand, if I run rsync with...
2004 Apr 20
3
which print tool: CUPS vs BSD?
Which printing mnechansim works best with Samba? CUPS or BSD? I suspect that BSD support in Samba is not the greatest. Regards, Joe -- #----------------------------------------------------------# # Penguinix Consulting # #----------------------------------------------------------# # Software development, QA a...
2002 Feb 15
1
IRIX cleanup.
...ompile. I'm trying to clean out do_child() in perparation of a larger patch to that part of the code. Also if someone could give me the hint for the right compiler magic to wrap the code in instead of what I'm doing now. I'd be thankful. Thanks - Ben diff -urN openssh-3.0.2p1/openbsd-compat/Makefile.in openssh-irix/openbsd-compat/Makefile.in --- openssh-3.0.2p1/openbsd-compat/Makefile.in Wed Sep 19 21:07:51 2001 +++ openssh-irix/openbsd-compat/Makefile.in Thu Feb 14 22:50:17 2002 @@ -18,7 +18,7 @@ OPENBSD=base64.o bindresvport.o daemon.o dirname.o getcwd.o getgrouplist.o geto...