Re: [Samba] Samba PDC

2011-01-16 Thread TAKAHASHI Motonobu
2011/1/14 Daniel Müller muel...@tropenklinik.de:
 For some reasons and tried it many times. I did not have any problems
 joining windows 7 with samba 3.2.15 and up with:

Once I examined,  joining Windows 7 with Samba 3.2 series failed. So I believe
Windows 7 cannot join to Samba 3.2 series domain.

Looking at your post, I examined again. And as you said, Samba 3.2.15
looks good
with Windows 7.

As I examined yesterday,
Windows 7 cannot join to Samba 3.2.11, can join to Samba 3.2.12 and
Samba 3.2.15.

In the registry, modified these 2 entiries only:
DomainCompatibilityMode=dword:0001
DNSNameResolutionRequired=dword:

smb.conf is:

-
[global]
  workgroup = SAMBADOM
  domain logons = yes
  add machine script = useradd %u

[homes]
 writeable = yes
 browseable = no
-

---
TAKAHASHI Motonobu mo...@samba.gr.jp
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] SAMBA / CUPS Printserver

2011-01-16 Thread David Disseldorp
Hi Jack,

On Fri, 14 Jan 2011 19:00:20 -0700
Jack Downes j...@nwmt.us wrote:

 Turns out I had a permission issue with where I was storing the drivers. 
 I had that owned by printserver:printserver, and the user I was 
 attempting to write with was KRH\jdown.
 

Currently looking into a similar issue...

  [print$]
  comment = Printer Drivers
  path = /usr/home/KRH_drivers
  write list = root, printserver,KRH\jdown
  force user = printserver
  force group = printserver

Configuring force user / group settings on the [print$] share may have
unexpected results during printer driver upload. See:

https://bugzilla.samba.org/show_bug.cgi?id=7921

Cheers, David
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Some direction of Samba4 Sid to Uid/Gid ?

2011-01-16 Thread Andrew Bartlett
On Sat, 2011-01-15 at 14:22 +1300, Wei-Tsun Sun wrote:
 On 15/01/2011 1:50 p.m., Taylor, Jonn wrote:
 
  On 01/14/2011 02:04 PM, Wei-Tsun Sun wrote:
  Did a git-pull and built samba4, up and running with winbind.
 
  I have a file server, which will be access by windows. Say I have a
  user named abcde (uid = 1000), under group abcde) (gid = 1000).
 
  When I created a user with samba-too (samba-tool newuser abcde x),
  it creates an account abcde with mapped uid 300018 under group user
  users.
 
  I am really wondering if there is anyway to make the abcde created
  under samba to link with the abcde in my local linux.
 
  I have :
   idmap config SAMDOM: default = yes
   idmap config SAMDOM: backend = tdb
   idmap config SAMDOM: range = 1000-2
 
  in my smb.conf
 
  But it seems the uid goes anywhere not near 1000.
 
  Cheers.
  Have a look at http://wiki.samba.org/index.php/Samba4/Winbind
 
  Jonn
 
 I did, that is why I am bringing this up. In the Testing section:
 
 #id Administrator
 uid=0(root) gid=100(users) groupes=0(root),100(users),304(Group 
 Policy Creator Owners),308(Domain Admins)
 
 ID Administrator is not duplicated with the user name in the system.
 However, abcde, which is already in my system with uid 1000, and the 
 one created by the samba-tool is with uid 300018.
 When I
 $id abcde
 , I get abcde from the system but not from the samba4. Furthermore, 
 files created via samba by the uid 300018 is not deletable by user uid 1000.

Correct.  Samba4 uses it's own uid and gid space, and manages all
aspects of the user.  You could edit the idmap.ldb I suppose. 

Eventually we will get this back into the directory to make this easier
to administer. 

Andrew Bartlett

-- 
Andrew Bartletthttp://samba.org/~abartlet/
Authentication Developer, Samba Team   http://samba.org
Samba Developer, Cisco Inc.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] PDC broke after upgrade

2011-01-16 Thread Mat Enders
I upgraded from Debian Lenny (Samba 3.2.5) to Squeeze (Samba 3.5.6) and now
my PDC does not work.

In the past when upgrading from one release to another all of the machine
trust accounts no longer worked but I was able to just rejoin then to the
domain.  Now however the join fails with unknown user and bad password.  I
have always used root and roots password what am I missing?  What changed
between these 2 releases?

-- 
Mathew E. Enders
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Some direction of Samba4 Sid to Uid/Gid ?

2011-01-16 Thread Wei-Tsun Sun

On 17/01/2011 12:31 p.m., Andrew Bartlett wrote:

On Sat, 2011-01-15 at 14:22 +1300, Wei-Tsun Sun wrote:

On 15/01/2011 1:50 p.m., Taylor, Jonn wrote:

On 01/14/2011 02:04 PM, Wei-Tsun Sun wrote:

Did a git-pull and built samba4, up and running with winbind.

I have a file server, which will be access by windows. Say I have a
user named abcde (uid = 1000), under group abcde) (gid = 1000).

When I created a user with samba-too (samba-tool newuser abcde x),
it creates an account abcde with mapped uid 300018 under group user
users.

I am really wondering if there is anyway to make the abcde created
under samba to link with the abcde in my local linux.

I have :
  idmap config SAMDOM: default = yes
  idmap config SAMDOM: backend = tdb
  idmap config SAMDOM: range = 1000-2

in my smb.conf

But it seems the uid goes anywhere not near 1000.

Cheers.

Have a look at http://wiki.samba.org/index.php/Samba4/Winbind

Jonn

I did, that is why I am bringing this up. In the Testing section:

#id Administrator
uid=0(root) gid=100(users) groupes=0(root),100(users),304(Group
Policy Creator Owners),308(Domain Admins)

ID Administrator is not duplicated with the user name in the system.
However, abcde, which is already in my system with uid 1000, and the
one created by the samba-tool is with uid 300018.
When I
$id abcde
, I get abcde from the system but not from the samba4. Furthermore,
files created via samba by the uid 300018 is not deletable by user uid 1000.

Correct.  Samba4 uses it's own uid and gid space, and manages all
aspects of the user.  You could edit the idmap.ldb I suppose.

Eventually we will get this back into the directory to make this easier
to administer.

Andrew Bartlett



Thank you very much Andrew, this really gives me an idea how to do it:

From Samba4 HowTo, the last part of Step 1: Adding user into Samba 4 
Active Directory :

http://wiki.samba.org/index.php/Samba4/HOWTO#Step_1:_Adding_user_into_Samba_4_Active_Directory

Since uid/gid spaces are different from the local system and samba, 
therefore one can change the
samba user's uid/gid to the local system's ones, without conflicting 
(that I suppose).


uid and gid are stored in idmap.ldb (thanks Andrew!) and can be edited 
by using ldbedit.


So the steps are as follows, based on user name abcde with gid = 1000 
and uid = 1000 on the local system:

1. If the user does not exist in samba4, create it :
samba-tool newuser abcde

2. SID of abcde can be found from
wbinfo -n abcde

(say it turns S-1-5-21-3374259721-1964127243-1665914219-1106 SID_USER (1) )

3. Edit the UID with the SID we just got
ldbedit -e emacs -H path_to_/idmap.ldb 
objectsid=S-1-5-21-3374259721-1964127243-1665914219-1106


Change the xidNumber to 1000

4. Each normal users belongs at least two groups, one is user itself 
and another one is user, to find the user group, one can:

wbinfo --user-sids=S-1-5-21-3374259721-1964127243-1665914219-1106

It will gets
S-1-5-21-3374259721-1964127243-1665914219-1106
S-1-5-21-3374259721-1964127243-1665914219-513

And the S-1-5-21-3374259721-1964127243-1665914219-513 is the identifier 
of the user group.


5. Use ldbedit to do the trick again
ldbedit -e emacs -H path_to_/idmap.ldb 
objectsid=S-1-5-21-3374259721-1964127243-1665914219-513


Change xidNumber to 1000 as well

6. Then restart the samba4 service. Done!

Cheers,

Wei-Tsun Sun




--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Upgrading samba 3.3.x to 3.5.x old smbpasswd file and domainaccounts

2011-01-16 Thread Daniel Müller
Hm,
I think the old way having a machine join the domain was at first a entry
even in the passwd file called ex.: notetosh$:x:620:100:Workstation Account
NT:/dev/null:/bin/false
So there need to be a shadow account:
notetosh$:!:13909:1:9:14:::
This entry are all kept like users. If you make a pdbedit -L -w this entries
are shown as users.
So this entries should be exported as well.
But after all Samba/openldap is the better choice. You only have to export
your ldap database and import it to the next
Samba/openldap and almost ready to run.

Good Luck
Daniel



---
EDV Daniel Müller

Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 Tübingen

Tel.: 07071/206-463, Fax: 07071/206-499
eMail: muel...@tropenklinik.de
Internet: www.tropenklinik.de
---
-Ursprüngliche Nachricht-
Von: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] Im
Auftrag von Gaiseric Vandal
Gesendet: Freitag, 14. Januar 2011 17:21
An: samba@lists.samba.org
Betreff: Re: [Samba] Upgrading samba 3.3.x to 3.5.x old smbpasswd file and
domainaccounts

I would have thought you needed to have unix machine accounts in the 
passwd/shadow file.  Or are they using some sore of idmap allocation?

On 01/14/2011 04:34 AM, Götz Reinicke - IT-Koordinator wrote:
 Hi,

 I plan to update our main RedHat EL 5.6 samba server from samba 3.3.x to
 3.5.x .

 What I noticed as our main challenge so far, is migrating the user and
 machine accounts from our old smbpasswd file to a tdbsam-.tdm fileformat.

 pdbedit -i smbpasswd:/etc/samba/smbpasswd -e tdbsam:/etc/samba/passwd.tdb

 throws a lot of errors regarding useraccounts which did not exist on the
 posix passwd/shadow side.

 If I remove the deleted accounts from the sambapasswd file as well, the
 convertion goes on.

 But what about the machine accounts which are in the smbpasswdfile and
 not in the passwd/shadow file?

 Thanks for any suggestion and comment.

   Regards . Götz


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] PDC broke after upgrade

2011-01-16 Thread Helmut Hullen
Hallo, Mat,

Du meintest am 16.01.11:

 I upgraded from Debian Lenny (Samba 3.2.5) to Squeeze (Samba 3.5.6)
 and now my PDC does not work.

 In the past when upgrading from one release to another all of the
 machine trust accounts no longer worked but I was able to just rejoin
 then to the domain.  Now however the join fails with unknown user and
 bad password.  I have always used root and roots password what am I
 missing?  What changed between these 2 releases?

What tells

testparm -s 2/dev/null | grep passdb
testparm -sv 2/dev/null | grep passdb

The first line tells what is defined in the smb.conf, the second tells  
all pre-defined options too.

Samba 3.5.6 uses tdbsam, earlier versions have used smbpasswd; you  
should look which file (smbpasswd or passdb.tdb) your old version  
has used.
For converting you can use pdbedit.

Viele Gruesse!
Helmut
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Winbind failed

2011-01-16 Thread blizza...@libero.it
Hello all.
I'm trying to investigate a problem that occur every days and force me to 
restart samba.
I'm using samba 3.5.6 (last stable) è winbind joining windows ads.
Every day, at unpredictable time, the logs show me:

Jan 17 08:24:53 xxx winbindd[13585]:   Kinit failed: Preauthentication failed 
Jan 17 08:24:53 xxx winbindd[13584]: [2011/01/17 08:24:53.550079,  0] 
libsmb/cliconnect.c:1052(cli_session_setup_spnego) 
Jan 17 08:24:53 xxx winbindd[13584]:   Kinit failed: Preauthentication failed 

So i need to restart samba in order to let authentication restart normally.
I have upgraded for 3.0.36 (this version had no problem at all).

Someone can help me to solve that?

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

[SCM] Samba Shared Repository - branch master updated

2011-01-16 Thread Jelmer Vernooij
The branch, master has been updated
   via  e665fce web_server: Display trivial placeholder page if SWAT could 
not be found.
   via  7982f68 web_server: Fix initialization.
   via  04abf2c web_server: Avoid references to swat. Load samba.web_server 
instead.
   via  2f7d4a4 param: Load web service by default.
  from  93d9641 s4:dsdb_find_nc_root - fix it up to let the provisioning 
work correctly

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit e665fce31c29f502dc6a21559c4766ab627fb35a
Author: Jelmer Vernooij jel...@samba.org
Date:   Mon Jan 17 00:43:04 2011 +0100

web_server: Display trivial placeholder page if SWAT could not be found.

Autobuild-User: Jelmer Vernooij jel...@samba.org
Autobuild-Date: Mon Jan 17 01:27:10 CET 2011 on sn-devel-104

commit 7982f683ee4ae3bb693745c895b1b11586bf32d0
Author: Jelmer Vernooij jel...@samba.org
Date:   Mon Jan 17 00:30:49 2011 +0100

web_server: Fix initialization.

commit 04abf2cc8dfda2a969cd2c1257d5d5a41979a0d2
Author: Jelmer Vernooij jel...@samba.org
Date:   Mon Jan 17 00:25:42 2011 +0100

web_server: Avoid references to swat. Load samba.web_server instead.

commit 2f7d4a41904d0bcc54da3462f20a3a2f18f6fc40
Author: Jelmer Vernooij jel...@samba.org
Date:   Mon Jan 17 00:25:29 2011 +0100

param: Load web service by default.

---

Summary of changes:
 source4/param/loadparm.c   |2 +-
 .../python/samba/web_server}/__init__.py   |   31 ++--
 source4/web_server/web_server.c|9 --
 source4/web_server/wsgi.c  |   13 +---
 4 files changed, 37 insertions(+), 18 deletions(-)
 rename source4/{web_server/swat = 
scripting/python/samba/web_server}/__init__.py (66%)


Changeset truncated at 500 lines:

diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c
index 531789e..8e487fc 100644
--- a/source4/param/loadparm.c
+++ b/source4/param/loadparm.c
@@ -2395,7 +2395,7 @@ struct loadparm_context *loadparm_init(TALLOC_CTX 
*mem_ctx)
lpcfg_do_global_parameter(lp_ctx, max connections, -1);
 
lpcfg_do_global_parameter(lp_ctx, dcerpc endpoint servers, epmapper 
srvsvc wkssvc rpcecho samr netlogon lsarpc spoolss drsuapi winreg dssetup 
unixinfo browser eventlog6);
-   lpcfg_do_global_parameter(lp_ctx, server services, smb rpc nbt wrepl 
ldap cldap kdc drepl winbind ntp_signd kcc dnsupdate);
+   lpcfg_do_global_parameter(lp_ctx, server services, smb rpc nbt wrepl 
ldap cldap kdc drepl winbind ntp_signd kcc dnsupdate web);
lpcfg_do_global_parameter(lp_ctx, ntptr providor, simple_ldb);
/* the winbind method for domain controllers is for both RODC
   auth forwarding and for trusted domains */
diff --git a/source4/web_server/swat/__init__.py 
b/source4/scripting/python/samba/web_server/__init__.py
similarity index 66%
rename from source4/web_server/swat/__init__.py
rename to source4/scripting/python/samba/web_server/__init__.py
index ea28e94..da528f4 100644
--- a/source4/web_server/swat/__init__.py
+++ b/source4/scripting/python/samba/web_server/__init__.py
@@ -5,32 +5,45 @@
 # Copyright © Jelmer Vernooij jel...@samba.org 2008
 #
 # Implementation of SWAT that uses WSGI
-#   
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
-#   
+#
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
-#   
+#
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see http://www.gnu.org/licenses/.
 #
 
-def __call__(environ, start_response):
+
+
+def render_placeholder(environ, start_response):
 status = '200 OK'
 response_headers = [('Content-type','text/html')]
 start_response(status, response_headers)
-yield 'table\n'
 
-for key, value in environ.items():
-if isinstance(value, str):
-yield '\ttrtdb%s/b/tdtd%s/td/tr\n' % (key, value)
+yield !doctype html\n
+yield html\n
+yield   titleThe Samba web service/title\n
+yield /html\n
+
+yield body\n
+yield pWelcome to this Samba web server./p\n
+yield pThis page is a simple placeholder. You probably want to install 
+yield SWAT. More information can be found 
+yield a href='http://wiki.samba.org/index.php/SWAT'on the wiki/a./p
+yield /p\n
+yield /body\n
+yield /html\n
+
+
+__call__ = render_placeholder
 
-yield '/table\n'
 
 if __name__ == '__main__':
 from wsgiref 

[SCM] Samba Shared Repository - branch master updated

2011-01-16 Thread Andrew Tridgell
The branch, master has been updated
   via  7320f19 ldb: new ABI sigs file
   via  8794e6d s4-dsdb: replaced the calls to ldb_search() in dsdb modules 
with dsdb_module_search()
   via  87f3151 s4-dsdb: pass parent request to dsdb_module_*() functions
   via  633c3e8 ldb: added ldb_req_mark_trusted()
   via  f334cd2 ldb: inherit parent flags on child requests in modules
  from  e665fce web_server: Display trivial placeholder page if SWAT could 
not be found.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit 7320f1988cd937ed27b6612dec742798d8c41501
Author: Andrew Tridgell tri...@samba.org
Date:   Mon Jan 17 15:24:52 2011 +1100

ldb: new ABI sigs file

Autobuild-User: Andrew Tridgell tri...@samba.org
Autobuild-Date: Mon Jan 17 06:09:23 CET 2011 on sn-devel-104

commit 8794e6dad906b9cc1eefbe03665a0035b91ac199
Author: Andrew Tridgell tri...@samba.org
Date:   Mon Jan 17 13:39:46 2011 +1100

s4-dsdb: replaced the calls to ldb_search() in dsdb modules with 
dsdb_module_search()

this ensures we follow the module stack, and set the parent on child
requests

commit 87f31510475c6debd56ff874130f4f5d48bef9a5
Author: Andrew Tridgell tri...@samba.org
Date:   Mon Jan 17 13:12:15 2011 +1100

s4-dsdb: pass parent request to dsdb_module_*() functions

this preserves the request hierarchy for dsdb_module_*() calls inside
dsdb ldb modules

Pair-Programmed-With: Andrew Bartlett abart...@samba.org

commit 633c3e8da5a3a5ee1b61f9045c7dedb39bbb668a
Author: Andrew Tridgell tri...@samba.org
Date:   Mon Jan 17 13:11:08 2011 +1100

ldb: added ldb_req_mark_trusted()

this is used to mark a ldb child request trusted, if the caller has
validated all inputs. This will be used when creating new child
requests with trusted inputs.

Pair-Programmed-With: Andrew Bartlett abart...@samba.org

commit f334cd22101b7ce32b3382fc4d048eadd7385f2e
Author: Matthias Dieter Wallnöfer m...@samba.org
Date:   Mon Jan 17 11:42:35 2011 +1100

ldb: inherit parent flags on child requests in modules

---

Summary of changes:
 source4/dsdb/samdb/ldb_modules/acl.c   |   25 ++--
 source4/dsdb/samdb/ldb_modules/acl_read.c  |6 +-
 source4/dsdb/samdb/ldb_modules/acl_util.c  |   10 +-
 source4/dsdb/samdb/ldb_modules/descriptor.c|4 +-
 source4/dsdb/samdb/ldb_modules/linked_attributes.c |   13 +-
 source4/dsdb/samdb/ldb_modules/naming_fsmo.c   |2 +-
 source4/dsdb/samdb/ldb_modules/objectclass.c   |8 +-
 source4/dsdb/samdb/ldb_modules/operational.c   |   50 +---
 source4/dsdb/samdb/ldb_modules/partition.c |6 +-
 source4/dsdb/samdb/ldb_modules/partition_init.c|   17 ++-
 source4/dsdb/samdb/ldb_modules/password_hash.c |4 +-
 source4/dsdb/samdb/ldb_modules/pdc_fsmo.c  |2 +-
 source4/dsdb/samdb/ldb_modules/repl_meta_data.c|  101 +
 source4/dsdb/samdb/ldb_modules/ridalloc.c  |   65 ++-
 source4/dsdb/samdb/ldb_modules/rootdse.c   |   48 
 source4/dsdb/samdb/ldb_modules/samba3sid.c |8 +-
 source4/dsdb/samdb/ldb_modules/samba_dsdb.c|8 +-
 source4/dsdb/samdb/ldb_modules/samldb.c|   63 ++
 source4/dsdb/samdb/ldb_modules/schema.c|3 +-
 source4/dsdb/samdb/ldb_modules/schema_load.c   |8 +-
 source4/dsdb/samdb/ldb_modules/schema_util.c   |   27 +++--
 source4/dsdb/samdb/ldb_modules/subtree_delete.c|3 +-
 source4/dsdb/samdb/ldb_modules/update_keytab.c |   13 ++-
 source4/dsdb/samdb/ldb_modules/util.c  |  122 +--
 source4/dsdb/samdb/ldb_modules/util.h  |2 +-
 source4/dsdb/samdb/ldb_modules/wscript_build   |2 +-
 .../ldb/ABI/{ldb-0.9.23.sigs = ldb-0.9.24.sigs}   |1 +
 source4/lib/ldb/common/ldb.c   |   19 +++
 source4/lib/ldb/include/ldb_module.h   |5 +
 source4/lib/ldb/wscript|2 +-
 source4/torture/drs/unit/schemainfo_tests.c|8 +-
 31 files changed, 393 insertions(+), 262 deletions(-)
 copy source4/lib/ldb/ABI/{ldb-0.9.23.sigs = ldb-0.9.24.sigs} (99%)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/acl.c 
b/source4/dsdb/samdb/ldb_modules/acl.c
index 00dc565..2db4de5 100644
--- a/source4/dsdb/samdb/ldb_modules/acl.c
+++ b/source4/dsdb/samdb/ldb_modules/acl.c
@@ -107,7 +107,7 @@ static int acl_module_init(struct ldb_module *module)
ret = dsdb_module_search_dn(module, mem_ctx, res,
ldb_dn_new(mem_ctx, ldb, @KLUDGEACL),
attrs,
-   DSDB_FLAG_NEXT_MODULE);
+   DSDB_FLAG_NEXT_MODULE, 

[SCM] Samba Shared Repository - branch master updated

2011-01-16 Thread Volker Lendecke
The branch, master has been updated
   via  d3abc90 s3: Avoid a few calls to cli_errstr
   via  c7a5933 s3: Remove some unused code
   via  6f3e110 s3: Convert cli_lock64 to cli_smb
   via  dd2f234 s3: Convert cli_lock to use cli_locktype
   via  0e2854f s3: Convert cli_locktype to cli_smb
   via  7b054ec s3: Make passing up result_parent from cli_smb optional
   via  b33f114 s3: Remove unused cli_send_keepalive
   via  6e684c8 s3: Remove unused cli_send/receive_trans
   via  cba5a26 s3: Convert try_trans2 to cli_trans
   via  8ac68fc s3: Convert cli_api to cli_trans
   via  cb412d2 s3: Make cli_setpathinfo_basic use cli_setpathinfo
   via  21d5485 s3: Add cli_setpathinfo
   via  2068b96 s3: Rename cli_setpathinfo-cli_setpathinfo_basic
   via  2d44a05 s3: Remove unused cli_send/receive_nt_trans
   via  d5decfb s3: Convert try_nttrans to cli_trans
   via  5dee39b s3: Move dump_ntquota* to smbcquotas.c
   via  a1f5417 s3: Convert cli_set_fs_quota_info to cli_trans
   via  797c027 s3: Convert cli_get_fs_quota_info to cli_trans
   via  483e044 s3: Convert cli_list_user_quota to cli_trans
   via  eb7db50 s3: Convert cli_set_user_quota to cli_trans
   via  e2a9671 s3: Convert cli_get_user_quota to cli_trans
   via  bc5554b s3: Fix some nonempty blank lines
   via  d920462 s3: Fix a C++ warning
   via  674dcd6 s3: Remove cli_send_trans from cli_qpathinfo_alt_name
   via  fc8bfee s3: Remove cli_send_trans from cli_oem_change_password
  from  7320f19 ldb: new ABI sigs file

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -
commit d3abc90401c65e66de26cdfb2432ef023732dce7
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 21:13:29 2011 +0100

s3: Avoid a few calls to cli_errstr

Autobuild-User: Volker Lendecke vlen...@samba.org
Autobuild-Date: Mon Jan 17 08:47:25 CET 2011 on sn-devel-104

commit c7a5933e4b907d0dc50c01b299a5822392c86049
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 20:16:25 2011 +0100

s3: Remove some unused code

commit 6f3e11088c2783ccc5c7e785d3a67afb82e20db0
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 20:09:17 2011 +0100

s3: Convert cli_lock64 to cli_smb

commit dd2f234412a004ca8c259b60302f1aac42c3a882
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 20:04:17 2011 +0100

s3: Convert cli_lock to use cli_locktype

commit 0e2854f7433680b9b76002b0ff3d3b039661bd43
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 19:50:46 2011 +0100

s3: Convert cli_locktype to cli_smb

commit 7b054ecaed589ed4228fe5cd5680540f8fef201d
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 19:20:43 2011 +0100

s3: Make passing up result_parent from cli_smb optional

commit b33f1147a6074b547a908b6c07fe2d4679c36383
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 19:11:45 2011 +0100

s3: Remove unused cli_send_keepalive

commit 6e684c8460ed5be9347aec36bb51bd8c823a0565
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 13:13:20 2011 +0100

s3: Remove unused cli_send/receive_trans

commit cba5a26734686deeed4785eabd87d7608b3d90f4
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 13:12:16 2011 +0100

s3: Convert try_trans2 to cli_trans

commit 8ac68fc3cbff6acb9b780f01a61c2457555fd579
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 13:07:35 2011 +0100

s3: Convert cli_api to cli_trans

commit cb412d22eba8cdb81878628aa4bce3ca4591770f
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 12:56:09 2011 +0100

s3: Make cli_setpathinfo_basic use cli_setpathinfo

commit 21d5485e062e37f112ce82ab3ae4e73c53ce081d
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 12:49:59 2011 +0100

s3: Add cli_setpathinfo

commit 2068b96dce77735a9b93bee49b5750c574e79652
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 12:45:22 2011 +0100

s3: Rename cli_setpathinfo-cli_setpathinfo_basic

commit 2d44a0583b6e32849741d97ccac8bd0468d0e7e8
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 12:34:43 2011 +0100

s3: Remove unused cli_send/receive_nt_trans

commit d5decfbb260a6770e5023abada56dbe5d9e02e7b
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 12:33:24 2011 +0100

s3: Convert try_nttrans to cli_trans

commit 5dee39b5bf65faaf8695b72dfc6247ef4789ef49
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 12:26:45 2011 +0100

s3: Move dump_ntquota* to smbcquotas.c

commit a1f541723d40f95e7fff13e8c06a037306deccce
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 12:14:26 2011 +0100

s3: Convert cli_set_fs_quota_info to cli_trans

commit 797c027cc898a88ec7873a3d34908b09eb2e68ce
Author: Volker Lendecke v...@samba.org
Date:   Sun Jan 16 12:03:07 2011 +0100

s3: Convert cli_get_fs_quota_info to cli_trans

commit 483e0447f5afaf6ef6d636447f7759117039ac06
Author: