search for: astrand

Displaying 20 results from an estimated 29 matches for "astrand".

Did you mean: strand
2004 Jun 22
8
[Bug 321] configure does not work when cross compiling
http://bugzilla.mindrot.org/show_bug.cgi?id=321 ------- Additional Comments From astrand at lysator.liu.se 2004-06-22 20:45 ------- Created an attachment (id=655) --> (http://bugzilla.mindrot.org/attachment.cgi?id=655&action=view) Patch to configure.ac (3.7p1) This new patch is for 3.7p1. It only modifies configure.ac; no C source. Can someone *please* apply? ------- Yo...
2002 Apr 22
9
Password from open filedescriptor
...ot;%.30s@%.128s's password: ", authctxt->server_user, authctxt->host); password = read_passphrase(prompt, 0); + } + packet_start(SSH2_MSG_USERAUTH_REQUEST); packet_put_cstring(authctxt->server_user); packet_put_cstring(authctxt->service); -- /Peter ?strand <astrand at lysator.liu.se>
2003 Mar 26
4
[Bug 69] Generalize SSH_ASKPASS
http://bugzilla.mindrot.org/show_bug.cgi?id=69 astrand at lysator.liu.se changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |astrand at lysator.liu.se ------- Additional Comments From astrand at lysator.liu.se 2...
2006 Jan 23
3
HABTM: Records with no parents
I have a habtm relationship between two models. What I want to do is find items that aren''t related. So like if you had authors <-> posts, how would you find authors who don''t have any posts? Or posts that don''t have an author ? Thanks, Alex Strand [astrand@razorcom.com] Razorcom www.razorcom.com ------------------------------------------------------------ Our company, Razorcom, is developing a product called LiquiPages. LiquiPages is a way for content owners to maintain their websites and publish changes from a centralized location. If you ar...
2003 Apr 07
1
W2003 terminal server profile path error
...y at the console, but not via terminal services. The login screen says: "You do not have access to logon to this session." The Event viewer says: "Failed to load Terminal Server Profile path. Note that the profile path must be less than 256 characters in length. User Name: astrand Domain: FOODOM." Any ideas? This problem has been observed at two different pairs of machines. I'm using mostly default values in smb.conf, but have also tried "profile acls = yes" and different "logon path" settings. Has anyone been able to run Windows 2003 wi...
2010 Jan 07
1
Trying to get Xen going with svn_130...
...etrieving file initrd.im 100% |=========================| 17 MB 03:02 Creating domain... 0 B 00:17 TigerVNC Viewer for X version 1.0.0 Copyright (C) 2002-2005 RealVNC Ltd. Copyright (C) 2000-2006 TightVNC Group Copyright (C) 2004-2009 Peter Astrand for Cendio AB See http://www.tigervnc.org for information on TigerVNC. Thu Jan 7 22:17:47 2010 CConn: connected to host localhost port 5900 And that''s the end of it. If I call up virt-manager, it thinks the dom is running and taking 100%CPU, but a top shows a pretty quiet machin...
2009 Mar 27
7
[Bug 1579] New: long usernames get truncated and fail to log in
https://bugzilla.mindrot.org/show_bug.cgi?id=1579 Summary: long usernames get truncated and fail to log in Product: Portable OpenSSH Version: 5.2p1 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy:
2014 Dec 01
0
Multilingual Win 2008 R2 problems with Samba 3.6/CentOS 6
...by tweaking smb.conf to: [global] logon path = \\%N\%U\.profile store dos attributes = yes csc policy = disable ... [homes] comment = Home Directories browseable = no writable = yes valid users = %S create mask = 0664 Removed "profile acls = yes". Br, --- Peter Astrand ThinLinc Chief Developer Cendio AB https://cendio.com Teknikringen 8 https://twitter.com/ThinLinc 583 30 Linkoping https://facebook.com/ThinLinc Phone: +46-13-214600 https://google.com/+CendioThinLinc
2006 Jun 12
1
Re: [Bug 5409] ie6setup fails with "The download location information is damaged"
On Mon, 12 Jun 2006, Wine Bugs wrote: > http://bugs.winehq.org/show_bug.cgi?id=5409 > ------- Additional Comments From truiken@gmail.com 2006-12-06 11:12 ------- > You don't need to use any dlloverrides anymore. > > $ rm -rf ~/.wine > $ wineprefixcreate > $ cp inseng.dll ~/.wine/drive_c/windows/system32/ > $ wine ie6setup.exe Very interesting. Where do I find
2006 Mar 29
1
IE and Windows Media Player?
Does IE and Windows Media Player (any version) work with Wine 0.9.10 or the latest CVS version? If so, how to install? I've tried but failed: * With the latest CVS and sidenet-1.9.1, using option "IE6 with WMP6 installation", the IE setup fails with "The download location information is damaged". * With Wine 0.9.10, using the FC4 RPM: The same as above. * If I try
2018 Feb 14
0
[Announce] Samba 4.6.13 Available for Download
...ouncements --------------------- This is the latest stable release of the Samba 4.6 release series. Changes since 4.6.12: --------------------- o Jeremy Allison <jra at samba.org> * BUG 13193: s3: smbd: Use identical logic to test for kernel oplocks on a share. o Love Hornquist Astrand <lha at h5l.org> * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue. o Ralph Boehme <slow at samba.org> * BUG 13181: vfs_fruit: Fail to copy file with empty FinderInfo from Windows client to Samba share with fruit. o David Disse...
2018 Feb 14
0
[Announce] Samba 4.6.13 Available for Download
...ouncements --------------------- This is the latest stable release of the Samba 4.6 release series. Changes since 4.6.12: --------------------- o Jeremy Allison <jra at samba.org> * BUG 13193: s3: smbd: Use identical logic to test for kernel oplocks on a share. o Love Hornquist Astrand <lha at h5l.org> * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue. o Ralph Boehme <slow at samba.org> * BUG 13181: vfs_fruit: Fail to copy file with empty FinderInfo from Windows client to Samba share with fruit. o David Disse...
2000 Oct 11
1
Expired passwords & PAM
Currently, OpenSSH prints the message: "Warning: You password has expired, please change it now" if the password has expired. It would be nice if the user could/had to change password before continuing, like with Linux console login. I've tried to make an patch, but it doesn't work. Ideas? --- auth-pam.c.org Wed Oct 11 18:03:43 2000 +++ auth-pam.c Wed Oct 11 18:03:44
2005 Oct 12
1
Re-2: Winbind is DISCONNECTED after restart
...9;t mention --set-user. What is going on here, does "wbinfo -A" mean something different nowadays?) Regards, >>> -------- Original Message -------- >>> Subject: [Samba] Winbind is DISCONNECTED after restart (12-Okt-2005 10:08) >>> From: Peter ?strand <astrand@cendio.se> >>> To: samba@lists.samba.org >>> >>>> >>>> >>>> I'm experiencing a strange problem on one RHEL4 system with Samba 3.0. >> 20a. >>>> After restarting the Samba and Winbind services, the domain connection...
2018 Feb 07
0
[Announce] Samba 4.7.5 Available for Download
...Deschner <gd at samba.org> * BUG 10976: build: Deal with recent glibc sunrpc header removal. * BUG 13238: Make Samba work with tirpc and libnsl2. o David Disseldorp <ddiss at samba.org> * BUG 13208: vfs_ceph: Add fs_capabilities hook to avoid local statvfs. o Love Hornquist Astrand <lha at h5l.org> * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue. o Amitay Isaacs <amitay at gmail.com> * BUG 13188: ctdb-recovery-helper: Deregister message handler in error paths. o Volker Lendecke <vl at samba.org>...
2018 Feb 07
0
[Announce] Samba 4.7.5 Available for Download
...Deschner <gd at samba.org> * BUG 10976: build: Deal with recent glibc sunrpc header removal. * BUG 13238: Make Samba work with tirpc and libnsl2. o David Disseldorp <ddiss at samba.org> * BUG 13208: vfs_ceph: Add fs_capabilities hook to avoid local statvfs. o Love Hornquist Astrand <lha at h5l.org> * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in clientPublicValue. o Amitay Isaacs <amitay at gmail.com> * BUG 13188: ctdb-recovery-helper: Deregister message handler in error paths. o Volker Lendecke <vl at samba.org>...
2015 Feb 19
4
[Bug 2352] New: also look for host-prefixed ar, to avoid using ie /usr/bin/ar when cross compiling
...Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Build system Assignee: unassigned-bugs at mindrot.org Reporter: astrand at lysator.liu.se It seems like this patch: http://lists.mindrot.org/pipermail/openssh-unix-dev/2013-September/031646.html ...was never accepted. If there are no good reasons to object it, please apply. -- You are receiving this mail because: You are watching the assignee of the bug.
2004 May 05
0
FreeBSD Security Advisory FreeBSD-SA-04:09.kadmind
...Security Advisory The FreeBSD Project Topic: heimdal kadmind remote heap buffer overflow Category: contrib Module: crypto_heimdal Announced: 2004-05-05 Credits: Evgeny Demidov, VulnDisco, Love Hornquist-Astrand Affects: FreeBSD 4 systems built with both Kerberos 4 and Kerberos 5. FreeBSD 5 systems prior to 5.1 built with both Kerberos 4 and Kerberos 5. Corrected: 2004-05-05 20:19:48 UTC (RELENG_4, 4.10-PRERELEASE) 2004-05-05 20:48:57 UTC (RELENG_...
2004 May 05
0
FreeBSD Security Advisory FreeBSD-SA-04:09.kadmind
...Security Advisory The FreeBSD Project Topic: heimdal kadmind remote heap buffer overflow Category: contrib Module: crypto_heimdal Announced: 2004-05-05 Credits: Evgeny Demidov, VulnDisco, Love Hornquist-Astrand Affects: FreeBSD 4 systems built with both Kerberos 4 and Kerberos 5. FreeBSD 5 systems prior to 5.1 built with both Kerberos 4 and Kerberos 5. Corrected: 2004-05-05 20:19:48 UTC (RELENG_4, 4.10-PRERELEASE) 2004-05-05 20:48:57 UTC (RELENG_...
2001 Feb 28
3
how can I reduce binary size of sshd?
Hi Guys I need to implement ssh server daemon on OLD installations of real time OS, which uses flash memory and every program gets loaded in flash mem, once the device is booted. I have very limited space in flash memory of this device. SO what we are trying to do is reducing the size of sshd by taking out least common used things. Can someone give me input what features, version and crypto