similar to: coding volunteers needed for msrpc server-side API conversion

Displaying 20 results from an estimated 400 matches similar to: "coding volunteers needed for msrpc server-side API conversion"

2000 Apr 10
0
samba-tng-alpha-2.2.tar.gz
update: - fixed smbd for win95-style profile-locating (it now works, thank you to everyone who sent in log files to get this fixed) - various modes tested and confirmed as working: * ROLE_STANDALONE security = user encrypt passwords = yes domain master = no domain logons = no * ROLE_DOMAIN_PDC security = user encrypt passwords = yes domain master = yes
2000 Apr 09
0
samba-tng-alpha-2.1.tar.gz
ftp://samba.org/pub/samba/alpha and all mirror sites. plenty of alpha releases have got to be good for the soul. - fixed security = domain. i had some nice recursion problems, i love filling up my process table with samrd and lsarpcd calling each other (...only kidding). - fixed up netlogond so that pam_ntdom can contact it on a domain loopback _even_ for domain logons, and netlogond will
2005 Sep 13
1
Problem adding printer using MSRPC
Hi, When I try to add a printer using APW, the printer gets added successfully. However, when I try to add a printer using the MS_RPC addprinter command, the script fails with access denied. Please let me know if I am doing anything wrong. Thanks, Guru. The addprinter vbscript dim oMaster, oPrinter set oMaster = CreateObject("PrintMaster.PrintMaster.1") set oPrinter =
2000 Mar 31
0
TNG-1.0.5 Problems
Hi... I have exactly the same problem with lsarpcd giving the error "ERROR: setgroups call failed!". Anyone know of a fix?? MWP > Hello > > I was just installing the new TNG 1.0.5 and after i installed and cleaned the > logs i started the dameons and was unable to access the shares on win98. The > computer showed up in Network Neighborhood but i would get a \\comp03
2000 Mar 27
2
Problem starting SMB services
This is the error I receive when attempting to start the service. This is from /var/log/messages. Mar 27 11:41:17 portero smb: smbd startup succeeded Mar 27 11:41:17 portero smb: nmbd startup failed Mar 27 11:41:18 portero srvsvcd: execvp: No such file or directory Mar 27 11:41:18 portero smb: srvsvcd startup failed Mar 27 11:41:18 portero wkssvcd: execvp: No such file or directory Mar 27
2019 Sep 23
0
Re: [PATCH nbdkit v2] server: public: Add nbdkit_parse_* functions for safely parsing integers.
On 9/23/19 3:06 PM, Richard W.M. Jones wrote: > On Mon, Sep 23, 2019 at 01:23:28PM -0500, Eric Blake wrote: >>> Hopefully it will warn us if uid_t stops being int. (Also >>> we're assuming pid_t == int). >> >> 64-bit mingw has had a long-standing bug that pid_t was declared as >> 64-bit, even though getpid() returns a 32-bit 'int'; I wish
2019 Sep 23
0
Re: [PATCH nbdkit] server: public: Add nbdkit_parse_* functions for safely parsing integers.
On 9/23/19 12:52 PM, Richard W.M. Jones wrote: > On Mon, Sep 23, 2019 at 12:05:11PM -0500, Eric Blake wrote: >>> + int nbdkit_parse_long (const char *what, const char *str, long *r); >>> + int nbdkit_parse_unsigned_long (const char *what, >>> + const char *str, unsigned long *r); >> >> Do we really want to encourage the use
2005 Feb 17
0
libsmbclient and closing connections
Hi, Is there a way to close a connection that was created using smbc_init/smbc_open? I have written an apache module that authenticates the user against the samba permissions of the dir/file being accessed. Everything works great, except that the samba connections to dot get closed when the http connection dies. This becomes a major problem after a while as all kinds of zombie
2020 Oct 12
0
Lookup sid with libsmbclient (invoked from c# on mono)
This wrapper, I know how to make it in c# (Rewriting stdin and stdout is not possible because I?m discovering one sid after having examined another one) What I?m missing is the api calls (in order) that I need to do to create this connection. Many exports that rpcclient is using are not included in libsmbdlient. I can find the final rpc function, but not the functions to establish the right
2017 Apr 18
1
Centos 7 Samba3 to Samba4 Migration "Trust Relation Failed"
Hi. I'm testing my migration from my PDC running Centos 5.x Samba3+OpenLDAP. to Centos7 Samba4 OpenLDAP 2.4.40 I had move all my settings and the server has all my users, in console I see all my info. Now, I connect a test machine that was on the same domain but I'm getting the bad message went I try to login with a domain user: 'The trust relation between this workstation and the
2000 Apr 11
0
samba-tng-alpha-2.3.tar.bz2
yes, there's a .gz, too. there's also always patch files (diff.gz) for those people with really slow links [in russia, hi there, thanks for wanting to keep up with this stuff!] this release may be a bit dodgy, it contains three separate sets of changes: - andrew's simplified the file-opening. however, it doesn't deal with the shared NFS / SMB case, so jeremy is investigating
2019 Sep 23
2
[PATCH nbdkit v2] server: public: Add nbdkit_parse_* functions for safely parsing integers.
On Mon, Sep 23, 2019 at 01:23:28PM -0500, Eric Blake wrote: > > Hopefully it will warn us if uid_t stops being int. (Also > > we're assuming pid_t == int). > > 64-bit mingw has had a long-standing bug that pid_t was declared as > 64-bit, even though getpid() returns a 32-bit 'int'; I wish they'd fix > their headers, but it violates the assumption of pid_t
2002 Aug 27
1
Pb downloading driver
Hi, I've got a problem downloading the printer drivers from a samba server. I uploaded them fine with a W2K workstation as root, but when i try to get them from a W9X client it fails except if i log as root. And this is the message displayed in the samba logs of the computer on which i did it : [2002/08/27 15:02:34, 0] smbd/service.c:make_connection(587) user-name (195.221.112.112)
2000 Mar 31
1
Cryptic error message
Does anyone have any hints on this error message (lsarpcd starting, and doesn't start due to this): socket connect to /tmp/.msrpc/.lsarpc/agent failed: Connection refused socket connect to /usr/local/samba/var/locks/.msrpc/lsarpc failed: Connection refused ncalrpc_l_establish_connection: failed lsarpc) ncalrpc_l_use_add: connection failed lsa query info failed This causes smbd not to start
2013 Apr 12
1
Problem with handling of attributes in xmlToList in XML package
Hello all, I have a problem with the way attributes are dealt with in the function xmlToList(), and I haven't been able to figure it out for days now. Say I have a document (produced by nmap) like this: > mydoc <- '<host starttime="1365204834" endtime="1365205860"><status state="up" reason="echo-reply"
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Typical example: Here is some search & export for libsmbclient: adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep cli_rpc_pipe_open_noauth_transport <nothing> adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep cli_rpc_pipe_open U cli_rpc_pipe_open_noauth adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0
2004 May 30
0
Debian / SE/Linux (resend due to html bounce)
Content-Description: Undelivered Message From: Luke Kenneth Casson Leighton <lkcl at lkcl.net> To: Damien Miller <djm at mindrot.org> Cc: openssh-unix-dev at mindrot.org, pam-list at redhat.com, SE-Linux <selinux at tycho.nsa.gov>, hartmans at debian.org Subject: Re: Debian / SE/Linux - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=193664 Mail-Followup-To: Damien Miller
2006 Sep 05
0
volunteers to prove out experiment
All, I''ve created a branch with the modules and directories restructured to reflect three distinct modules: Spec::Expectations Spec::Mocks Spec::Runner Will the brave among you (with a little time on your hands - just a little) please check out the branch, build and install the gem and let me know if you run into any problems? svn co
2007 Feb 01
0
Call for FOSDEM volunteers
Hi all, 3 weeks before lift-off we are looking for people who were planning to attend FOSDEM and are interested to join the CentOS team's presence. At FOSDEM we will have a booth and a developer's room. We are looking for people that: + can populate the booth for a few hours, socialize with people and answer questions + want to actively participate in the devroom discussions
2005 Jun 08
0
Looking for Volunteers to Moderate the User''s List
The user''s list has controls on the size of posts that it will accept without moderation. This is done so that the entire list isn''t spammed with 800kb trace files or hi-rez diagrams of someone''s network. When a post exceeds the limit (currently 120kb), the moderator receives a message. It is then necessary to log onto the list server and to either approve or reject