search for: _public_

Displaying 20 results from an estimated 20 matches for "_public_".

Did you mean: _public
2013 Jan 09
14
how to setup different quota for multiple namespaces
Hello all, I am using dovecot for some time now but always had very basic configurations. I recently have configured a new, additional namespace in order to move archived mails (Thunderbird Archives) to another storage system. namespace { type = private separator = . prefix = Archives. location = maildir:/var/vmail/archive/%Ln/Maildir subscriptions = yes list = children inbox = no
2023 Nov 21
0
is it safe to encode/decode uid_t/gid_t in 4 bytes?
Hi, Samba internally uses 8 bytes to encode/decode uid_t/gid_t, e.g., _PUBLIC_ enum ndr_err_code ndr_push_uid_t(struct ndr_push *ndr, int ndr_flags, uid_t u) { NDR_PUSH_CHECK_FLAGS(ndr, ndr_flags); return ndr_push_hyper(ndr, NDR_SCALARS, (uint64_t)u); } I want to know if it is safe to use 4 bytes to reduce the size in storing security_info in tdb. I am not aw...
2005 Jul 29
0
asterisk knows best? softphones
...n and out until the call is established. Then -- no sound. Looking at packet traces, what seems to be happening is that the softphones are dealing with the sip invites over private ips of the vpn, but when they send the sip 200 to accept the call, they are directing the voice traffic to their _public_ ip. Needless to say, this doesn't work. The packets look like (with ips replaced to protect the innocent little machines): ------------------- SIP/2.0 200 Ok Via: SIP/2.0/UDP public.asterisk.ip.addr:5060;branch=z9hG4bK26157414;rport;received=priv.asterisk.ip.addr From: "Tech" <...
2005 Dec 30
2
scgi apache routes help needed
I''m trying to get an application running in a sub directory of a site using apache and scgi. The application runs fine with webrick. I have a site. Let''s call it "mysite.org". There is a variety of content on that site. I would like to add a rails application to that site. Let''s call the application "myapp". So we will have urls of the form
2019 Feb 04
3
Signing KRLs?
Hi! While reading through PROTOCOL.krl I came across "5. KRL signature sections". If my understanding is correct - and that's basically what I would like to get knocked down for if appropriate ;) - this is a way for SSHDs to ensure they only accept KRLs signed by a trusted CA. However, I cannot seem to find a way to actually _sign_ a KRL with ssh-keygen? The aforementioned
2008 Jun 18
2
SSH connection hang after upgrade
I recently had to upgrade my version of OpenSSH from 4.7 to 5.0p1 on my MacBook (Darwin). I installed the latest 'portable' tarball and removed the system version: $ ssh -V OpenSSH_5.0p1, OpenSSL 0.9.7l 28 Sep 2006 $ which ssh /usr/bin/ssh sshd is the same version, installed in /usr/sbin/sshd. Now, things are a bit broken: I am able to ssh from another machine into my MacBook, so the
2000 Feb 01
3
logging RSA key IDs
Hi. To compartmentalize things a bit (e.g., to help limit the damage should one of my machines be hacked and my private RSA keys stolen) I use different RSA key pairs on my different client machines. So it occurs to me that it would be nice if ssh could log which key was used when logging in to a particular account that has more than one entry in .ssh/authorized_keys. Right now it simply says
2023 Mar 23
1
[libnbd PATCH v3 19/19] socket activation: set LISTEN_FDNAMES
On Thu, Mar 23, 2023 at 01:10:16PM +0100, Laszlo Ersek wrote: > When the user calls nbd_set_socket_activation_name before calling > nbd_connect_system_socket_activation, pass the name down to the server > through LISTEN_FDNAMES. This has no effect unless the new API has > been called to set the socket name to a non-empty string. > >
2017 Jan 12
2
Problems with bind9_dlz when rndc is reloaded
...nter 12-Jan-2017 11:34:35.317 general: managed-keys-zone: next key refresh: 12-Jan-2017 12:12:03.317 12-Jan-2017 11:34:35.317 general: zone_settimer: managed-keys-zone : enter 12-Jan-2017 11:34:35.317 general: automatic empty zone: 10.IN-ADDR.ARPA This is the destroy function used by bind9_dlz: _PUBLIC_ void dlz_destroy(void *dbdata) { struct dlz_bind9_data *state = talloc_get_type_abort(dbdata, struct dlz_bind9_data); state->log(ISC_LOG_INFO, "samba_dlz: shutting down"); dlz_bind9_state_ref_count--; if (dlz_bind9_state_ref_count == 0) {...
2017 Mar 02
0
cifs-utils release 6.7 ready for download
...laces where it's currently being used. Just use     free() instead.          Signed-off-by: Jeff Layton <jlayton at samba.org> commit 891d7806ac153e7d99b324ed9a33ff92699a92c6 Author: Jeff Layton <jlayton at samba.org> Date:   Thu Feb 23 19:14:07 2017 -0500     data_blob: Eliminate _PUBLIC_          It's defined to nothing anyway.          Signed-off-by: Jeff Layton <jlayton at samba.org> commit 2dcecd21262513a0866c321643fc33d3d0135915 Author: Jeff Layton <jlayton at samba.org> Date:   Thu Feb 23 18:28:24 2017 -0500     cifs.upcall: unset $KRB5CCNAME when creating ne...
2023 Mar 24
4
[libnbd PATCH v3 19/19] socket activation: set LISTEN_FDNAMES
...eceived no name for the specific file > descriptor from the service manager. > [...] I've also checked the implementation of sd_listen_fds_with_names(): https://github.com/systemd/systemd/blob/main/src/libsystemd/sd-daemon/sd-daemon.c Let me quote the function: > _public_ int sd_listen_fds_with_names(int unset_environment, char ***names) { > _cleanup_strv_free_ char **l = NULL; > bool have_names; > int n_names = 0, n_fds; > const char *e; > int r; > > if (!names) > return sd_list...
2022 Mar 21
2
[Announce] Samba 4.16.0 Available for Download
Release Announcements --------------------- This is the first stable release of the Samba 4.16 release series. Please read the release notes carefully before upgrading. NEW FEATURES/CHANGES ==================== New samba-dcerpcd binary to provide DCERPC in the member server setup --------------------------------------------------------------------- In order to make it much easier to break out
2022 Mar 21
2
[Announce] Samba 4.16.0 Available for Download
Release Announcements --------------------- This is the first stable release of the Samba 4.16 release series. Please read the release notes carefully before upgrading. NEW FEATURES/CHANGES ==================== New samba-dcerpcd binary to provide DCERPC in the member server setup --------------------------------------------------------------------- In order to make it much easier to break out
2017 Jan 12
0
Problems with bind9_dlz when rndc is reloaded
...l: managed-keys-zone: next key refresh: > 12-Jan-2017 12:12:03.317 > 12-Jan-2017 11:34:35.317 general: zone_settimer: managed-keys-zone : enter > 12-Jan-2017 11:34:35.317 general: automatic empty zone: 10.IN-ADDR.ARPA > > This is the destroy function used by bind9_dlz: > > > _PUBLIC_ void dlz_destroy(void *dbdata) > { > struct dlz_bind9_data *state = talloc_get_type_abort(dbdata, > struct dlz_bind9_data); > state->log(ISC_LOG_INFO, "samba_dlz: shutting down"); > > dlz_bind9_state_ref_count--; > if (dlz_bind9_stat...
2017 Jan 27
2
Problems with bind9_dlz when rndc is reloaded
...efresh: >> 12-Jan-2017 12:12:03.317 >> 12-Jan-2017 11:34:35.317 general: zone_settimer: managed-keys-zone : enter >> 12-Jan-2017 11:34:35.317 general: automatic empty zone: 10.IN-ADDR.ARPA >> >> This is the destroy function used by bind9_dlz: >> >> >> _PUBLIC_ void dlz_destroy(void *dbdata) >> { >> struct dlz_bind9_data *state = talloc_get_type_abort(dbdata, >> struct dlz_bind9_data); >> state->log(ISC_LOG_INFO, "samba_dlz: shutting down"); >> >> dlz_bind9_state_ref_count--; >...
2005 Nov 02
6
firewall dilemma
Hi everyone, I have this problem that I'm not sure what's the best solution for it. I need your input & help... I have an internal network behind a hardware firewall. All traffics go thru. the firewall. One of the firewall's rules is that it doesn't allow internal network accesses internal resources that travels outside then come back. In the other words, it drops all
1998 Sep 01
1
R-beta: R0.62.3 problems
A non-text attachment was scrubbed... Name: not available Type: text Size: 2378 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980901/d2289901/attachment.pl
1998 Sep 01
1
R-beta: R0.62.3 problems
A non-text attachment was scrubbed... Name: not available Type: text Size: 2378 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-help/attachments/19980901/d2289901/attachment.pl
2017 Jan 12
2
Problems with bind9_dlz when rndc is reloaded
Mathias, Thanks for your reply. Please, try to start your bind with some debug level and run commando "rndc reload" and see the end of the log. I saw samba source code and found the destroy dns function in dlz_bind9.c and called by turture blz_bind9.c. When dlz_bind9.c is shutting down, I get this error when I try to update dns. update failed: NOTAUTH Failed nsupdate: 2
2013 Feb 25
7
"Samba 4" - "smbd"; "can't parse the PAC: NT_STATUS_BUFFER_TOO_SMALL" error but only for a single domain user ("Server 2008 R2" domain, "Server 2008" functional level forest).
Hello, We're having a problem with "Samba 4" joined to a "Server 2008 R2" domain (at "Server 2008" functional level across the forest). The interesting thing is that this only affects a single user - all other accounts work without problems. When accessing our main server using that account, "smbd" always reports "can't parse the PAC: