search for: omask

Displaying 10 results from an estimated 10 matches for "omask".

Did you mean: mask
2011 May 29
2
nearly-tickless-tinc
Hi, tinc has a fixed timeout of 1 second for select() in the main loop. I think this could be improved. Do you think the following patch goes into the right direction ? I don't know whether pselect() is standard enough (works under "current" linux, however I don't know about the other arches). Maybe a config option is necessary. It's probably possible
2015 Aug 17
2
[PATCH] Expand tilde for UNIX domain socket forwards.
..._listener_streamlocal(int type, struct Forward *fwd, debug3("%s: type %d path %s", __func__, type, fwd->listen_path); + /* Expand home directory if necessary */ + char *expanded_path = tilde_expand_filename(fwd->listen_path, getuid()); + /* Start a Unix domain listener. */ omask = umask(fwd_opts->streamlocal_bind_mask); - sock = unix_listener(fwd->listen_path, SSH_LISTEN_BACKLOG, + sock = unix_listener(expanded_path, SSH_LISTEN_BACKLOG, fwd_opts->streamlocal_bind_unlink); + free(expanded_path); umask(omask); if (sock < 0) return 0; -- 1.9.1
2002 Nov 20
2
RE - servers keeps disapearing
>Hi, > >> Is there a known problem with samba servers that keeps disappearing >> from network neighborhood? Had this problem with 2.2.3, have to >> restart nmbd to get them back on, but nmbd never stops. > >Yes - there _was_ a known problem with nmbd not reregistering names. >Has disappeared since 2.2.5. > I have upgraded to 2.2.6, still have the problem, but
2002 Jun 07
2
SIGCHLD may be inherited blocked
...Index: 3_0_2p1_w_gssk5_ubsw_prod.2/openbsd-compat/sigact.c --- 3_0_2p1_w_gssk5_ubsw_prod.2/openbsd-compat/sigact.c Wed, 21 Nov 2001 10:38:46 -0500 +++ 3_0_2p1_w_gssk5_ubsw_prod.2(w)/openbsd-compat/sigact.c Fri, 07 Jun 2002 15:42:50 -0400 @@ -61,6 +61,7 @@ sigset_t current = sigsetmask(0); if (omask) *omask = current; + if (!mask) return 0; if (mode==SIG_BLOCK) current |= *mask; Index: 3_0_2p1_w_gssk5_ubsw_prod.2/sshd.c --- 3_0_2p1_w_gssk5_ubsw_prod.2/sshd.c Thu, 17 Jan 2002 17:53:49 -0500 +++ 3_0_2p1_w_gssk5_ubsw_prod.2(w)/sshd.c Fri, 07 Jun 2002 15:53:22 -0400 @@ -556,6 +556,11 @@ i...
2017 Jun 16
2
[PATCH] allow relative path in streamlocal forwarding
...#39;; + cp = cp2 + 1; + } + return ret; +} + static int channel_setup_fwd_listener_streamlocal(int type, struct Forward *fwd, struct ForwardOptions *fwd_opts) @@ -3005,6 +3058,7 @@ channel_setup_fwd_listener_streamlocal(int type, struct Forward *fwd, Channel *c; int port, sock; mode_t omask; + char *listen_path; switch (type) { case SSH_CHANNEL_UNIX_LISTENER: @@ -3042,22 +3096,39 @@ channel_setup_fwd_listener_streamlocal(int type, struct Forward *fwd, error("No forward path name."); return 0; } - if (strlen(fwd->listen_path) > sizeof(sunaddr.sun_path)) {...
2016 Dec 16
0
Wine release 2.0-rc2
...Add test for 2D array texture UAVs. wined3d: Use depth/stencil formats for typeless resources only when WINED3DUSAGE_DEPTHSTENCIL is set. d3d11/tests: Add test for depth/stencil shader resource views. wined3d: Recognize SM5 vCoverage input registers. wined3d: Recognize SM4.1 oMask output register. wined3d: Recognize SM5 atomic_imax opcode. wined3d: Recognize SM5 atomic_imin opcode. d3d10core/tests: Port test_primitive_restart() from d3d11. d3d9/tests: Add test showing WM_SIZE is not sent during fullscreen mode change. wined3d: Filter messages fo...
2013 Jan 09
1
[syslinux:firmware] vesa: Correct screencpy() prototype
On 01/07/2013 12:51 PM, syslinux-bot for Matt Fleming wrote: > Commit-ID: 15a67011987c341814533ac4d8e23c9a72dc7605 > Gitweb: http://www.syslinux.org/commit/15a67011987c341814533ac4d8e23c9a72dc7605 > Author: Matt Fleming <matt.fleming at intel.com> > AuthorDate: Mon, 7 Jan 2013 14:42:16 +0000 > Committer: Matt Fleming <matt.fleming at intel.com> > CommitDate:
2018 May 25
0
Wine release 3.9
...oorhuhn Kart 3: Mouse pointer accelerating too fast 43491 Ri-li 2.0.1: No sound 44465 Micrografx Designer 7.1 crashes at exit 44563 Chessbase 11 has annoying multiple popups GetClassInfo: 14007 44845 Bankperfect plugin installater Echéancier hangs during install 44964 Anno 2205 needs oMask shader register implementation 44974 Cresteaju ("standard" version): Hang before title screen 45080 Frostpunk crashes (requires IDXGIDevice2) 45088 Native Instruments Traktor 2.11 crashes on unimplemented function msvcp140.dll.?GetCurrentThreadId at platform@details at Concurrenc...
2004 Feb 19
2
traffic normalizer for ipfw?
Hi there, Is there some way to configure ipfw to do traffic normalizing ("scrubbing", as in ipf for OpenBSD)? Is there any tool to do it for FreeBSD firewalling? I've heard that ipf was ported on current, anything else? TIA, /Dorin. __________________________________ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools
2020 Mar 03
6
Upgrade 4.9 -> 4.11 oups
Hello ! I decided to upgrade my fileservers from stretch/samba 4.9 to buster/samba 4.11 I just realized that smbd is not working anymore :-/ If someone has an idea It would be amazing... as an idiot, I upgraded my 20 servers.... without snapshot.... Thank you so much Here's some logs : root at ef113:~# tail /var/log/samba/log.smbd #1