Re: [Samba] USRMGR.EXE doesn't work anymore.

2005-09-03 Thread Umberto Zanatta
Samba is compiled by sernet, I will try to recompile without libaio. thanks. Il giorno sab, 03/09/2005 alle 01.24 +0200, Thomas Bork ha scritto: Umberto Zanatta wrote: | Sep 1 20:44:41 provtvlp smbd[7699]: Failed to setup RT_SIGNAL_LEASE | handler I have this message, if 3.0.20 was

[Samba] winbind/ windows ad issues

2005-09-03 Thread Daniel Khan
Hello, I want to do a single signon setup with samba/winbind and a windows2003 SBS. I have nearly everything up and running. wbinfo gives what I expected. When I try to sign on (su) with a windows account the follwoing happens: # su dkhan su: Authentication service cannot retrieve

[Samba] Return AD User Info?

2005-09-03 Thread Tony Kubinski
I have a SLES9 server with which I'm using Samba/winbind to authenticate users from a Win2K AD server. The wbinfo -u and -g commands return all the Users and Groups that Samba can see in the domain. How can I retreive specific group information for a given AD user? For example, if there's a

Re: [Samba] Return AD User Info?

2005-09-03 Thread Robert Vangel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony Kubinski wrote: I have a SLES9 server with which I'm using Samba/winbind to authenticate users from a Win2K AD server. The wbinfo -u and -g commands return all the Users and Groups that Samba can see in the domain. How can I retreive

svn commit: samba r9985 - in branches/SAMBA_3_0/source/smbd: .

2005-09-03 Thread jpeach
Author: jpeach Date: 2005-09-03 07:19:28 + (Sat, 03 Sep 2005) New Revision: 9985 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9985 Log: Move the all the strict sync logic into file_sync(). Modified: branches/SAMBA_3_0/source/smbd/aio.c

svn commit: samba r9986 - in trunk/source/smbd: .

2005-09-03 Thread jpeach
Author: jpeach Date: 2005-09-03 07:23:15 + (Sat, 03 Sep 2005) New Revision: 9986 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9986 Log: Merge 9984:9985 from samba/branches/SAMBA_3_0. Modified: trunk/source/smbd/aio.c trunk/source/smbd/fileio.c

svn commit: samba r9987 - in branches/tmp/vl-cluster/source: . include lib locking python registry rpc_server smbd utils web

2005-09-03 Thread vlendec
Author: vlendec Date: 2005-09-03 08:23:45 + (Sat, 03 Sep 2005) New Revision: 9987 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9987 Log: Merge trunk up to r9986 Modified: branches/tmp/vl-cluster/source/Makefile.in

svn commit: samba r9988 - in branches/SOC/SAMBA_4_0: . source source/auth/gensec source/build/m4 source/build/smb_build source/dsdb/samdb source/heimdal/lib/krb5 source/kdc source/lib source/lib/ldb/c

2005-09-03 Thread metze
Author: metze Date: 2005-09-03 08:24:25 + (Sat, 03 Sep 2005) New Revision: 9988 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9988 Log: [EMAIL PROTECTED] (orig r9918): jelmer | 2005-09-01 23:32:43 +0200 Fix two copy-n-paste bugs that were preventing the

svn commit: samba r9989 - branches/tmp/vl-cluster/source/locking branches/tmp/vl-cluster/source/smbd trunk/source/locking trunk/source/smbd

2005-09-03 Thread vlendec
Author: vlendec Date: 2005-09-03 09:28:55 + (Sat, 03 Sep 2005) New Revision: 9989 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9989 Log: Nobody looks at the share mode returned from del_share_mode, so delete that argument. Volker Modified:

svn commit: samba r9990 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-09-03 Thread tpot
Author: tpot Date: 2005-09-03 11:50:33 + (Sat, 03 Sep 2005) New Revision: 9990 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9990 Log: Fix some 64-bit size_t warnings. Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcalls_data.c Changeset: Modified:

svn commit: samba r9992 - in branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules: .

2005-09-03 Thread tpot
Author: tpot Date: 2005-09-03 12:35:50 + (Sat, 03 Sep 2005) New Revision: 9992 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9992 Log: More fixes from the 64-bit warning police. Modified: branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/samba3sam.c

svn commit: samba r9993 - in branches/SAMBA_4_0/source/lib/cmdline: .

2005-09-03 Thread tpot
Author: tpot Date: 2005-09-03 12:37:44 + (Sat, 03 Sep 2005) New Revision: 9993 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9993 Log: Gcc is fussy about the lack of parentheses around assignment statements. Modified:

svn commit: samba r9994 - in branches/SAMBA_4_0/source/libnet: .

2005-09-03 Thread tpot
Author: tpot Date: 2005-09-03 12:45:37 + (Sat, 03 Sep 2005) New Revision: 9994 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9994 Log: Unused variable. Modified: branches/SAMBA_4_0/source/libnet/userman.c Changeset: Modified:

svn commit: samba r9995 - in branches/SAMBA_4_0/source/lib/registry: .

2005-09-03 Thread jelmer
Author: jelmer Date: 2005-09-03 14:58:00 + (Sat, 03 Sep 2005) New Revision: 9995 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9995 Log: Add file describing the REGF file format in IDL. (used in reg_backend_nt4.c rewrite) Added:

svn commit: samba r9996 - in branches/tmp/vl-cluster/source: include locking smbd

2005-09-03 Thread vlendec
Author: vlendec Date: 2005-09-03 15:22:55 + (Sat, 03 Sep 2005) New Revision: 9996 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9996 Log: Except when deleting the deferred open entry for a mid we do one or two get_share_modes for a lock, so do it when acquiring

svn commit: samba r9997 - in trunk/source: include locking smbd

2005-09-03 Thread vlendec
Author: vlendec Date: 2005-09-03 16:08:56 + (Sat, 03 Sep 2005) New Revision: 9997 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=9997 Log: merge from tmp/vl-cluster: Except when deleting the deferred open entry for a mid we do one or two get_share_modes for a

svn commit: samba r9999 - in trunk/source: include lib

2005-09-03 Thread jerry
Author: jerry Date: 2005-09-03 16:39:46 + (Sat, 03 Sep 2005) New Revision: WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev= Log: merge adt changes to trunk (accidentally committed to SAMBA_3_0 as part of the MAINTAINERS update) Modified:

svn commit: samba r10002 - in branches/tmp/RPCREWRITE/source: include locking smbd

2005-09-03 Thread jra
Author: jra Date: 2005-09-03 16:55:33 + (Sat, 03 Sep 2005) New Revision: 10002 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10002 Log: Merge with head (I must have missed a commit or two somewhere). Jeremy. Modified:

svn commit: samba r10003 - in branches/SAMBA_3_0: examples examples/libmsrpc examples/libmsrpc/cacusermgr examples/libmsrpc/test examples/libmsrpc/test/lsa examples/libmsrpc/test/reg examples/libmsrpc

2005-09-03 Thread jerry
Author: jerry Date: 2005-09-03 16:55:45 + (Sat, 03 Sep 2005) New Revision: 10003 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10003 Log: in the rush for 10k, I forgot to run add the rest of Chris' libmsrpc files Added: branches/SAMBA_3_0/examples/libmsrpc/

svn commit: samba r10004 - in branches/tmp/RPCREWRITE/source: include lib

2005-09-03 Thread jra
Author: jra Date: 2005-09-03 16:57:07 + (Sat, 03 Sep 2005) New Revision: 10004 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10004 Log: Missed Jerry's change. Jeremy. Modified: branches/tmp/RPCREWRITE/source/include/adt_tree.h

svn commit: samba r10005 - in branches/SAMBA_3_0/source/libmsrpc: .

2005-09-03 Thread jerry
Author: jerry Date: 2005-09-03 16:58:44 + (Sat, 03 Sep 2005) New Revision: 10005 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10005 Log: forgot to remove one object file Removed: branches/SAMBA_3_0/source/libmsrpc/libmsrpc.po Changeset: Deleted:

svn commit: samba r10006 - in branches/SAMBA_4_0/source/pidl: . lib/Parse/Pidl/Samba

2005-09-03 Thread jelmer
Author: jelmer Date: 2005-09-03 17:16:18 + (Sat, 03 Sep 2005) New Revision: 10006 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10006 Log: Insert correct header file. Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/TDR.pm

svn commit: samba r10007 - in branches/SAMBA_4_0/source: gtk/tools include lib/registry lib/registry/common lib/registry/tools rpc_server/winreg

2005-09-03 Thread jelmer
Author: jelmer Date: 2005-09-03 17:17:30 + (Sat, 03 Sep 2005) New Revision: 10007 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10007 Log: Merge data_blk and data_len member of registry_value into a DATA_BLOB. Fix handling of REG_DWORD in the LDB backend. Fix a

svn commit: samba r10009 - in branches/SAMBA_4_0/source/lib/tdr: .

2005-09-03 Thread jelmer
Author: jelmer Date: 2005-09-03 19:43:35 + (Sat, 03 Sep 2005) New Revision: 10009 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10009 Log: Fix bug in uint8 parsing functions Modified: branches/SAMBA_4_0/source/lib/tdr/tdr.c Changeset: Modified:

svn commit: samba r10010 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba: .

2005-09-03 Thread jelmer
Author: jelmer Date: 2005-09-03 20:09:19 + (Sat, 03 Sep 2005) New Revision: 10010 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10010 Log: Support base_type() attribute Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/TDR.pm Changeset:

svn commit: samba r10011 - in branches/tmp/vl-cluster/source: include locking smbd

2005-09-03 Thread vlendec
Author: vlendec Date: 2005-09-03 21:23:02 + (Sat, 03 Sep 2005) New Revision: 10011 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10011 Log: This is a larger Saturday-night checkin. It compiles, but I did not run it once, this will follow tomorrow. So expect a

svn commit: samba r10012 - in branches/SAMBA_3_0/source/registry: .

2005-09-03 Thread jerry
Author: jerry Date: 2005-09-03 21:53:20 + (Sat, 03 Sep 2005) New Revision: 10012 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10012 Log: fix build breakage caused by forgotten commit in local tree Modified: branches/SAMBA_3_0/source/registry/reg_cachehook.c

svn commit: samba r10013 - in branches/SAMBA_4_0/source/lib/tdr: .

2005-09-03 Thread jelmer
Author: jelmer Date: 2005-09-03 22:56:02 + (Sat, 03 Sep 2005) New Revision: 10013 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10013 Log: Support zero-sized strings. Modified: branches/SAMBA_4_0/source/lib/tdr/tdr.c Changeset: Modified:

svn commit: samba r10014 - in branches/SAMBA_4_0/source/pidl: .

2005-09-03 Thread jelmer
Author: jelmer Date: 2005-09-03 22:57:30 + (Sat, 03 Sep 2005) New Revision: 10014 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10014 Log: Support ?, : and = in attribute arguments. Modified: branches/SAMBA_4_0/source/pidl/idl.yp Changeset: Modified:

svn commit: samba r10015 - in branches/SAMBA_4_0/source: include lib/registry pidl/lib/Parse/Pidl

2005-09-03 Thread jelmer
Author: jelmer Date: 2005-09-03 22:58:04 + (Sat, 03 Sep 2005) New Revision: 10015 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10015 Log: Change the NT4 registry backend to use the IDL-generate parse functions. Modified:

svn commit: samba r10016 - in branches/SAMBA_4_0/source/lib/registry: . common tools

2005-09-03 Thread jelmer
Author: jelmer Date: 2005-09-03 23:23:14 + (Sat, 03 Sep 2005) New Revision: 10016 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10016 Log: Support reading security descriptors on keys. Modified: branches/SAMBA_4_0/source/lib/registry/common/reg_interface.c

svn commit: samba r10017 - in branches/tmp/RPCREWRITE/source: auth registry rpc_client

2005-09-03 Thread jra
Author: jra Date: 2005-09-03 23:49:14 + (Sat, 03 Sep 2005) New Revision: 10017 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10017 Log: smbd now builds. Still unsure about some of the changes in auth/auth_domain.c. Will check these *carefully* against 3.0.x.

svn commit: samba r10018 - in trunk/source/registry: .

2005-09-03 Thread jra
Author: jra Date: 2005-09-03 23:50:52 + (Sat, 03 Sep 2005) New Revision: 10018 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10018 Log: Fix the build (Jerry please check). Jeremy. Modified: trunk/source/registry/reg_cachehook.c Changeset: Modified:

Build status as of Sun Sep 4 00:00:01 2005

2005-09-03 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2005-09-03 00:00:09.0 + +++ /home/build/master/cache/broken_results.txt 2005-09-04 00:00:33.0 + @@ -1,17 +1,17 @@ -Build status as of Sat Sep 3 00:00:01 2005 +Build status as of Sun Sep

svn commit: samba r10019 - in branches/SAMBA_4_0/source/lib/tdr: .

2005-09-03 Thread jelmer
Author: jelmer Date: 2005-09-04 02:01:42 + (Sun, 04 Sep 2005) New Revision: 10019 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10019 Log: Only return NT_STATUS_NO_MEMORY if the alloc failed.. Modified: branches/SAMBA_4_0/source/lib/tdr/tdr.c Changeset:

svn commit: samba r10020 - in branches/SAMBA_4_0/source/lib/registry: . common

2005-09-03 Thread jelmer
Author: jelmer Date: 2005-09-04 02:09:32 + (Sun, 04 Sep 2005) New Revision: 10020 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=10020 Log: Support for malloc / realloc / free in HBIN blocks Initial support for adding keys (still broken though) Modified: