Re: [Samba] Re: Looping auth problem

2004-06-26 Thread Tomás Polák
Just points to think about:

 - do you are sure, that Samba win the fight to be a domain master browser?
I am using OS level = 255 to be sure. You can take a look into
/var/log/samba/log.nmbd to see the fight results.
From your answer I assume, that you have more Samba servers in
different roles on your network, so PDC must have highest OS level set
from all to win.

- you have commented out every passdb backed directives, this is confusing
for me, but I am using smbpasswd, not LDAP as you.

- I am using socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

- Do you are sure, that this is not LDAP-related problem?

- If  you know, which station if causing these repeating authorisations
attempts, do you can set log level to max
and make separate log files per station, to see exactly whats wrong for this
one.

Rest of your smb.conf seems same as my.
TP


-- 
Tato sprava bola prehladana na vyskyt virusov a nebezpecneho obsahu antivirovym 
systemom na serveri spolocnosti Jaga Group s.r.o. a zda sa byt cista. Info: [EMAIL 
PROTECTED]

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


Re: [Samba] Print Server Degradation

2004-06-26 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[EMAIL PROTECTED] wrote:
|
|
|
| Our Samba print server seems to slowly degrade, and
| get more and more errors over time, until it starts
| recieving tdb fetch failed messages, fatal errors,
| and getting INTERNAL PANIC's and dumping core etc
...
| I'm working on upgrading to 3.0.4, so hopefully that
| will help as well.
...
|#5 /usr/local/samba/sbin/smbd(print_queue_status+0x144)
^
See bug ##1147.  This is fixed in Samba versions =3.0.3
Nothing to do with the data in the tdbs really.  Was just
a bad pointer.


cheers, jerry
- --
Hewlett-Packard- http://www.hp.com
SAMBA Team -- http://www.samba.org
GnuPG Key   http://www.plainjoe.org/gpg_public.asc
...a hundred billion castaways looking for a home. --- Sting
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFA3WFhIR7qMdg1EfYRAtmNAKCMZkWOchEw7eBvFoSaoTODmOW+ZQCg2YRt
LUKNI1GWkQGTftD7tdrHeMg=
=COri
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Migration from 2.2.x to 3 : Any known problems ?

2004-06-26 Thread Mario Bittencourt
Hi,

I have a samba 2.2.7 server that I plan to move to a new one with the 3.0.X.

I was wondering if there are any changes in the conf file or other
necessary files (such as smbusers/passwd) that I should be aware to
avoid problems.

No facny setup, standard 2.2.7 configuration with a couple of shares. 
No printer no BDC etc.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] string overflow in safe_strcpy

2004-06-26 Thread Corey Spalding
Not sure if this will be of any help to anyone else, but I have seem to 
fixed my own problem. It turns out that the line mangling method = 
hash was causing my log files to fill with the string overflow error 
(on a side note, it also slowed the smb shares to a crawl on one of the 
servers). Anyways removing the line seems to have fixed the problem. 
Hope this helps someone else.

Corey Spalding wrote:
I recently upgraded both of my samba servers (mirrors of each other) 
to 3.0.4, my log files now fill with the following messages (hundred 
lines per day):

Jun 24 13:55:33 Clyde smbd[8597]: [2004/06/24 13:55:33, 0] 
lib/util_str.c:safe_strcpy_fn(602)
Jun 24 13:55:33 Clyde smbd[8597]:   ERROR: string overflow by 1 (9 - 
8) in safe_strcpy [LIBRA~V$.DOC]
Jun 24 14:20:34 Clyde smbd[8597]: [2004/06/24 14:20:34, 0] 
lib/util_str.c:safe_strcpy_fn(602)
Jun 24 14:20:34 Clyde smbd[8597]:   ERROR: string overflow by 1 (11 - 
10) in safe_strcpy [Config.pol.bak]

The messages appear when I'm browsing any share setup on either server.
Heres the smb.conf from the backup server.
# Global parameters
[global]
   unix charset = UTF8
   workgroup = SPRINGFIELD
   server string = Clyde
   security = SHARE
   map to guest = Bad User
   passwd program = /usr/bin/passwd%u
   passwd chat = *password* %n\n *password* %n\n *successful*
   log level = 1
   name resolve order = lmhosts host wins bcast
   mangling method = hash
   add user script = /usr/sbin/adduser -n -g machines -c Machine 
-d /dev/null -s /bin/false %m$
   add machine script = /usr/sbin/useradd -d /dev/null -g 503  -s 
/bin/false -M %u
   logon path = \\%L\Profiles\%U
   os level = 60
   preferred master = No
   local master = No
   domain master = No
   wins support = Yes
   ldap ssl = no
   idmap uid = 1-2
   idmap gid = 1-2
   winbind enum users = No
   winbind enum groups = No
   path = /var/spool/samba
   admin users = root, cspalding
   read only = No
   guest ok = Yes

[homes]
   comment = Home Directories
   path = /home/%U
   create mask = 0700
   directory mask = 0700
   guest ok = No
   nt acl support = No
   locking = No
[netlogon]
   comment = Network Logon Service
   path = /home/NETLOGON
   nt acl support = No
   locking = No
[Profiles]
   comment = Nt Roaming Profiles
   path = /home/profiles
   create mask = 0777
   guest ok = No
[public]
   comment = Public on Clyde
   path = /usr2/public
   create mask = 0777
   force create mode = 0777
   directory mask = 0777
   force directory mode = 0777
[printers]
   comment = All Printers
   printable = Yes
   browseable = No
[apache]
   comment = webserver share
   path = /var/www/html
   username = billy,@billy, nobody, cspalding
   valid users = cspalding, mcaley, lynn, billy
   admin users = cspalding, mcaley, corey
   write list = billy, @billy
[office]
   path = /usr2/office

Any ideas how to get rid of this error? Its more of a nuisance that 
anything else at the moment.


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


Re: [Samba] Samba config

2004-06-26 Thread Peter Ulrich Kruppa
On Thu, 24 Jun 2004, chris wrote:
Hi I’m having difficulty configuring Samba running on FreeBSD. Samba
version is 2.2.8a. The scenario is that we have an NT4 domain and I am
looking to migrate the printers onto Samba. All of the printers are
connected via print servers, mainly HP JetDirect. As far as security is
concerned I am happy for guest/anonymous logon as the server will only
be used for printing but I have set security to domain and added samba
to the domain.
Here is a smb.conf file for a standalone printer server with cups 
on FreeBSD:
	.
# Global parameters
[global]
	netbios name = SMALL
	security = SHARE
	passdb backend = guest
	ldap ssl = no
	hosts allow = 192.168.10.

[hpdj]
path = /var/spool/samba
guest ok = Yes
printable = Yes
use client driver = Yes

/var/spool/samba is set to
drwxrwxrwt  2 root   wheel512 19 Jun 11:47 samba
(You do this with
# mkdir samba
# chmod 1777 samba
)
And: enable
application/octet-streamin /usr/local/etc/cups/mime.types
and
application/octet-streamapplication/vnd.cups-raw   0   -
in /usr/local/etc/cups/mime.convs
Hope this helps,
Uli.
+-+
|   Peter Ulrich Kruppa   |
|  - Wuppertal -  |
| Germany |
+-+-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Re: [Samba] samba 3.0.4 : cannot join domain with w2k clients.

2004-06-26 Thread Peter Ulrich Kruppa
On Fri, 25 Jun 2004, HM wrote:
Hello all.
I'm trying since a few jours to get my w2k clients join my domain, managed by 
my samba 3.0.4 PDC, without success. I can browse the server, share files 
with it with my station, but i can't join the domain. When i try to, i get 
the following message (sorry for the poor translation) :

  The following error occurred while trying to join domain 'SLS' :
  Failed to open a session : username unknown or invalid password.
And another useful (?) hint:
1) Completely delete the samba machine account:
   # smbpasswd -x machine$
2) Do check ../private/smbpasswd  if it is really gone and
   nothing like machine without $ is still in there.
3) Setup the account anew
   # smbpasswd -a -m machine$
Good Luck,
Uli.
+-+
|   Peter Ulrich Kruppa   |
|  - Wuppertal -  |
| Germany |
+-+
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Bizarre LDAP behaviour

2004-06-26 Thread Marcel de Riedmaten
Le mar 22/06/2004 à 20:00, Scott Wunsch a écrit :

Hi

 ldap filter = ((uid=%u)(objectclass=sambaSamAccount))

I have seen posts on this list by Samba Team member who said that using
ldap filter will most likely brake things. So try without filter.

Cheers 

-- 
Marcel de Riedmatten


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


Re: [Samba] Inconsistant winbind and getent results

2004-06-26 Thread Marcel de Riedmaten
Le mer 23/06/2004 à 00:53, Norman Zhang a écrit :

Hi

 
 # getent passwd nzhang
 
 The last command displays nothing. Why?
 

Last time i got that i had 2 users with the same numeric uid  (this is
counting local users) or, i am not quite sure, 2 users or group with the
same SID. To much playing !  So i would double check stuff like that. 

Cheers

-- 
Marcel de Riedmatten




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


[Samba] accessing files on XP box from Linux Box

2004-06-26 Thread John Almberg
Like many, I'm trying to make the move from Windows to Linux.
Unfortunately, I'm not the only one who works at my company. The primary
file server is a Windows XP Pro machine. There is a share on this
machine that I must connnect to.

As a first step, I'm trying to connect to this shared directory from my
new Linux workstation. 

After many hours of combing through documentation and web pages, I
believe I need to use smbmount, however, I can't seem to get this to
work.

What I think should work is:

smbmount //company-name/e /mnt/win

where 'company-name' is the full name of the server, and the share is
mapped to drive 'E:'

however, this results in the following error message:

4842: Connection to company-name failed
SMB connection failed

I've also tried variations on this theme, adding username, etc., but I
always get the same error, so I suspect I'm not even connecting to the
server...

I'm sure that this is a common problem for people trying to make the
transition, so any help, much appreciated.

-- John



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


Re: [Samba] accessing files on XP box from Linux Box

2004-06-26 Thread Craig White
On Sat, 2004-06-26 at 12:57, John Almberg wrote:
 Like many, I'm trying to make the move from Windows to Linux.
 Unfortunately, I'm not the only one who works at my company. The primary
 file server is a Windows XP Pro machine. There is a share on this
 machine that I must connnect to.
 
 As a first step, I'm trying to connect to this shared directory from my
 new Linux workstation. 
 
 After many hours of combing through documentation and web pages, I
 believe I need to use smbmount, however, I can't seem to get this to
 work.
 
 What I think should work is:
 
 smbmount //company-name/e /mnt/win
 
 where 'company-name' is the full name of the server, and the share is
 mapped to drive 'E:'
 
 however, this results in the following error message:
 
 4842: Connection to company-name failed
 SMB connection failed
 
 I've also tried variations on this theme, adding username, etc., but I
 always get the same error, so I suspect I'm not even connecting to the
 server...
 
 I'm sure that this is a common problem for people trying to make the
 transition, so any help, much appreciated.

mount -t smbfs //server_name/share_name -o \
username=Windows_user,password=Windows_user_password /mnt/windows

I think...doing this from memory

Craig

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


[Samba] Guest Account in v3.0.4

2004-06-26 Thread M Maki
I had a guest account that was working fine in 2.2.8. Now in 3.0.4 it does
not. Does it make sense with the following smb.conf that if the user does
not have a unix account on the server they should get guest account (read
only) access to the share? Now when the user tries to map the share they are
prompted for a password. Users with unix accounts have no problem.

[global]
workgroup = PWR
server string = Samba File Server for GIS
security = DOMAIN
password server = pwroakdc1
guest account = sambaguest
preferred master = No
local master = No
domain master = No
dns proxy = No
wins server = 192.168.78.6
hosts allow = 192.168., 127.0.0.1

[gis]
comment = GIS directory
path = /home/gis
admin users = mmaki
read only = No
inherit permissions = Yes
guest ok = Yes

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


[Samba] smbmount and windows 2003

2004-06-26 Thread Jacob A. Alifrangis
Here's my setup:

 

MARVIN: Linux / Redhat ES 3

ZAPHOD: Windows 2003 STD Edition; Active Directory Server.

 

 

 

[EMAIL PROTECTED] jalifrangis]# smbmount //zaphod/public /public

cli_negprot: SMB signing is mandatory and we have disabled it.

18980: protocol negotiation failed

SMB connection failed

[EMAIL PROTECTED] jalifrangis]#

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


[Samba] Roaming profiles brings error with prf*.tmp files

2004-06-26 Thread Robert Schilling
We have an Apple OSX 10.3.4 Opendirectory (LDAP) Server with an SAMBA
(3.0.2) PDC Server with roaming profiles for Windows XP (SP1 Prof) Clients
on the Server. The Share for the PCs is only shared with SMB.
When a PC log off, the profile will be copied to the server and brings the
error message that the files prf*.tmp can´t be copied to the server.
This error message occours not every time and only on large windows profiles
(bigger ca. 50 MB). The transfer to the server is very slow when the files
will be copied.
The problem occours on different Windows XP SP1 machines.
Is this a trouble on the server or on the windows clients?
I hope you can help me.


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


[Samba] Can't create files using Mac OSX Client against Samba server on Debian Linux

2004-06-26 Thread Thomas Chadwick
So I have my Debian Linux (latest stable release) box setup as a Samba 
server for my home LAN.  What I'm trying to do is share a single directory 
(not a home directory) to any/all computers on the LAN.  I have several 
Windwos client (a mix of Win9x, Win2000, and WinXP) as well as an iBook G3 
running OSX 10.2.6.

This share works great from all of the Windows clients.
From the iBook, I can read files without any issues.  Where I run into 
problems is when I try to drag-and-drop a file from the iBook to the Samba 
share via the Finder GUI, I get the error message:

The operation cannot be completed because you do not have sufficient 
privileges for filename.

I also am unable to create files on the share using File-Save from any 
GUI-based apps (e.g. TextEdit).

Strangely enough, if I open a Terminal window on the OSX client, and cd to 
the share (in /Volumes), I can copy/create/delete files to my heart's 
content.

I'm sure it must have something to do with those pesky resource files.  In 
my smb.conf file I have hide dot files = no, and hide files and veto 
files are undefined.  For kicks, I also tried enabling map system, map 
hidden, and map archive to no avail.

Any more suggestions?
-Tom
_
Is your PC infected? Get a FREE online computer virus scan from McAfee® 
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


[Samba] domain logins fail - nmbd doa

2004-06-26 Thread Res
This is still  a apain, nmbd just dies off and therefore fails domain 
logins..

log shows:
 *
[2004/06/26 19:43:15, 0] nmbd/nmbd.c:reload_interfaces(263)
  reload_interfaces: No subnets to listen to. Shutting down...
then next day when ppl boot up their horrid XP boxes and try login  we 
need to restart samba for them, this is a very big pain being daily event.

# nmbd -V
Version 3.0.4
..with the curent 2.4.26 kernel, and no changes have been made to our 
smb.conf file. This is running on a fedora c1 machine, using the fedora 
c1 rpm's from thw samba site, not RH's.

I had heard of a similar (same???) bug that I thought was fixed in 3.0.4
or must we downgrade to hte ld version we had that ran for months adn 
months untill a fix is located?

TIA,
R
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] domain logins fail - nmbd doa

2004-06-26 Thread Jeremy Allison
On Sun, Jun 27, 2004 at 10:29:02AM +1000, Res wrote:
 This is still  a apain, nmbd just dies off and therefore fails domain 
 logins..
 
 log shows:
  *
 [2004/06/26 19:43:15, 0] nmbd/nmbd.c:reload_interfaces(263)
   reload_interfaces: No subnets to listen to. Shutting down...
 
 then next day when ppl boot up their horrid XP boxes and try login  we 
 need to restart samba for them, this is a very big pain being daily event.
 
 # nmbd -V
 Version 3.0.4
 ..with the curent 2.4.26 kernel, and no changes have been made to our 
 smb.conf file. This is running on a fedora c1 machine, using the fedora 
 c1 rpm's from thw samba site, not RH's.
 
 I had heard of a similar (same???) bug that I thought was fixed in 3.0.4
 or must we downgrade to hte ld version we had that ran for months adn 
 months untill a fix is located?

Can you try this patch ? It just got applied to the SVN code.

Thanks,

Jeremy.
--- source/lib/interface.c~destroys-config  2004-04-15 18:00:44.0 +0200
+++ source/lib/interface.c  2004-04-15 18:01:15.0 +0200
@@ -130,10 +130,12 @@
}
 
/* parse it into an IP address/netmasklength pair */
-   *p++ = 0;
+   *p = 0;
 
ip = *interpret_addr2(token);
 
+   *p++ = '/';
+
if (strlen(p)  2) {
nmask = *interpret_addr2(p);
} else {


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

[Samba] problem connecting to Samba share

2004-06-26 Thread Wesley Hobbie
OS: Mandrake 10.0 Official PowerPack
Samba version: 3.0.2a
OpenLDAP: 2.1.25

smb.conf:
# Global parameters
[global]
workgroup = WSLYHBB
netbios aliases = wslyhbb
server string = Wes' Computer
map to guest = Bad User
smb passwd file =
passdb backend = ldapsam:ldap://wslyhbb.personal-pc.com
passwd program = /etc/passwd
unix password sync = Yes
client plaintext auth = No
log file = /var/log/samba/log.%m
max log size = 50
server signing = auto
socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
hostname lookups = Yes
load printers = No
printcap name = cups
add user script = /usr/share/samba/scripts/smbldap-useradd -m %u
delete user script = /usr/share/samba/scripts/smbldap-userdel %u
add group script = /usr/share/samba/scripts/smbldap-groupadd -p %g
delete group script = /usr/share/samba/scripts/smbldap-groupdel %g
add user to group script = /usr/share/samba/scripts/smbldap-groupmod -m
%u %g
delete user from group script =
/usr/share/samba/scripts/smbldap-groupmod -x %u %g
set primary group script = /usr/share/samba/scripts/smbldap-groupadd -p
%g
add machine script = /usr/share/samba/scripts/smbldap-useradd -w %u
preferred master = No
domain master = No
ldap suffix = dc=personal-pc,dc=com
ldap machine suffix = ou=Computers
ldap user suffix = ou=People
ldap group suffix = ou=Group
ldap admin dn = cn=Manager,dc=personal-pc,dc=com
ldap ssl = no
ldap passwd sync = Yes
idmap uid = 500-2
idmap gid = 500-2
printer admin = @adm
guest ok = Yes
printing = cups

[homes]
comment = Home Directories
read only = No
browseable = No

[DOCUMENTS]
path = /home/whobbie
guest ok = No

LDAP entry:
# whobbie, People, personal-pc.com
dn: uid=whobbie,ou=People,dc=personal-pc,dc=com
uid: whobbie
cn: Wesley Hobbie
objectClass: account
objectClass: posixAccount
objectClass: top
objectClass: shadowAccount
objectClass: sambaSamAccount
shadowLastChange: 12469
shadowMin: -1
shadowMax: 9
shadowWarning: -1
loginShell: /bin/bash
uidNumber: 500
gidNumber: 0
gecos: Wesley Hobbie
sambaSID: S-1-5-21-2641578063-170596405-1533976680-2000
homeDirectory: /home/whobbie
sambaPwdMustChange: 2147483647
sambaAcctFlags: [U  ]
sambaPwdCanChange: 1088262622
sambaLMPassword: 
sambaNTPassword: 
sambaPwdLastSet: 1088262622
userPassword:: 

Problem:
I try to connect to my Documents share from a Windows XP machine, it
displays the login box, I type WSLYHBB\whobbie and password and it says I
may not have permission.  I know Samba is connecting to LDAP correctly
because I can change the password successfully, also the log file for the
connecting computer (log.dhobbie) says:

[2004/06/26 10:05:10, 1] smbd/service.c:make_connection_snum(705)
  dhobbie (192.168.0.1) connect to service DOCUMENTS initially as user
whobbie (uid=500, gid=0) (pid 3957)
[2004/06/26 10:05:10, 1] smbd/service.c:close_cnum(887)
  dhobbie (192.168.0.1) closed connection to service DOCUMENTS

Apparently it figures out what the UID of my user, so why is it closing the
connection right away instead of letting me access the folder?  Why am I
unable to connect to my share?
It may be that winbind is not mapping the gid to sid correctly:
log.winbindd says:

[2004/06/26 10:05:10, 1] nsswitch/winbindd_sid.c:winbindd_gid_to_sid(437)
  Could not convert gid 501 to sid
[2004/06/26 10:05:10, 1] nsswitch/winbindd_sid.c:winbindd_gid_to_sid(437)
  Could not convert gid 502 to sid

However, I do not know why it is not and I do not know how to fix it.

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


svn commit: samba r1264 - branches/SAMBA_4_0/source/librpc/ndr

2004-06-26 Thread tpot
Author: tpot
Date: 2004-06-26 11:34:42 + (Sat, 26 Jun 2004)
New Revision: 1264

Modified:
   branches/SAMBA_4_0/source/librpc/ndr/ndr.c
Log:
Make sure to initialize ofs_list when creating new ndr_{push,pull}
structures.


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1264nolog=1


svn commit: samba r1265 - in branches/tmp/SAMBA_3_2_MERGE: packaging/RedHat source source/auth source/client source/include source/lib source/libads source/libsmb source/locking source/nmbd source/nsswitch source/param source/passdb source/printing source/rpc_client source/rpc_parse source/rpc_server source/rpcclient source/script source/smbd source/torture source/utils

2004-06-26 Thread jelmer
Author: jelmer
Date: 2004-06-26 11:36:37 + (Sat, 26 Jun 2004)
New Revision: 1265

Added:
   branches/tmp/SAMBA_3_2_MERGE/source/libads/kerberos_keytab.c
Removed:
   branches/tmp/SAMBA_3_2_MERGE/source/libsmb/smb_signing.c
Modified:
   branches/tmp/SAMBA_3_2_MERGE/packaging/RedHat/samba.spec.tmpl
   branches/tmp/SAMBA_3_2_MERGE/source/Makefile.in
   branches/tmp/SAMBA_3_2_MERGE/source/auth/auth_util.c
   branches/tmp/SAMBA_3_2_MERGE/source/client/client.c
   branches/tmp/SAMBA_3_2_MERGE/source/client/smbspool.c
   branches/tmp/SAMBA_3_2_MERGE/source/configure.in
   branches/tmp/SAMBA_3_2_MERGE/source/include/enums.h
   branches/tmp/SAMBA_3_2_MERGE/source/include/includes.h
   branches/tmp/SAMBA_3_2_MERGE/source/include/local.h
   branches/tmp/SAMBA_3_2_MERGE/source/include/rpc_dce.h
   branches/tmp/SAMBA_3_2_MERGE/source/include/rpc_netlogon.h
   branches/tmp/SAMBA_3_2_MERGE/source/include/rpc_samr.h
   branches/tmp/SAMBA_3_2_MERGE/source/include/safe_string.h
   branches/tmp/SAMBA_3_2_MERGE/source/include/smb.h
   branches/tmp/SAMBA_3_2_MERGE/source/lib/afs_settoken.c
   branches/tmp/SAMBA_3_2_MERGE/source/lib/iconv.c
   branches/tmp/SAMBA_3_2_MERGE/source/lib/interface.c
   branches/tmp/SAMBA_3_2_MERGE/source/lib/snprintf.c
   branches/tmp/SAMBA_3_2_MERGE/source/lib/time.c
   branches/tmp/SAMBA_3_2_MERGE/source/lib/username.c
   branches/tmp/SAMBA_3_2_MERGE/source/lib/util.c
   branches/tmp/SAMBA_3_2_MERGE/source/lib/util_sock.c
   branches/tmp/SAMBA_3_2_MERGE/source/lib/util_str.c
   branches/tmp/SAMBA_3_2_MERGE/source/libads/kerberos.c
   branches/tmp/SAMBA_3_2_MERGE/source/libads/kerberos_verify.c
   branches/tmp/SAMBA_3_2_MERGE/source/libads/krb5_setpw.c
   branches/tmp/SAMBA_3_2_MERGE/source/libads/ldap.c
   branches/tmp/SAMBA_3_2_MERGE/source/libsmb/asn1.c
   branches/tmp/SAMBA_3_2_MERGE/source/libsmb/clientgen.c
   branches/tmp/SAMBA_3_2_MERGE/source/libsmb/clikrb5.c
   branches/tmp/SAMBA_3_2_MERGE/source/libsmb/clispnego.c
   branches/tmp/SAMBA_3_2_MERGE/source/locking/brlock.c
   branches/tmp/SAMBA_3_2_MERGE/source/locking/locking.c
   branches/tmp/SAMBA_3_2_MERGE/source/nmbd/nmbd_browsesync.c
   branches/tmp/SAMBA_3_2_MERGE/source/nsswitch/winbindd_cache.c
   branches/tmp/SAMBA_3_2_MERGE/source/nsswitch/winbindd_cm.c
   branches/tmp/SAMBA_3_2_MERGE/source/nsswitch/winbindd_group.c
   branches/tmp/SAMBA_3_2_MERGE/source/nsswitch/winbindd_util.c
   branches/tmp/SAMBA_3_2_MERGE/source/param/loadparm.c
   branches/tmp/SAMBA_3_2_MERGE/source/passdb/login_cache.c
   branches/tmp/SAMBA_3_2_MERGE/source/passdb/lookup_sid.c
   branches/tmp/SAMBA_3_2_MERGE/source/passdb/passdb.c
   branches/tmp/SAMBA_3_2_MERGE/source/passdb/pdb_ldap.c
   branches/tmp/SAMBA_3_2_MERGE/source/printing/nt_printing.c
   branches/tmp/SAMBA_3_2_MERGE/source/printing/print_cups.c
   branches/tmp/SAMBA_3_2_MERGE/source/printing/printing.c
   branches/tmp/SAMBA_3_2_MERGE/source/printing/printing_db.c
   branches/tmp/SAMBA_3_2_MERGE/source/rpc_client/cli_netlogon.c
   branches/tmp/SAMBA_3_2_MERGE/source/rpc_client/cli_pipe.c
   branches/tmp/SAMBA_3_2_MERGE/source/rpc_parse/parse_net.c
   branches/tmp/SAMBA_3_2_MERGE/source/rpc_parse/parse_prs.c
   branches/tmp/SAMBA_3_2_MERGE/source/rpc_parse/parse_samr.c
   branches/tmp/SAMBA_3_2_MERGE/source/rpc_server/srv_netlog.c
   branches/tmp/SAMBA_3_2_MERGE/source/rpc_server/srv_netlog_nt.c
   branches/tmp/SAMBA_3_2_MERGE/source/rpc_server/srv_samr_util.c
   branches/tmp/SAMBA_3_2_MERGE/source/rpc_server/srv_spoolss_nt.c
   branches/tmp/SAMBA_3_2_MERGE/source/rpc_server/srv_srvsvc_nt.c
   branches/tmp/SAMBA_3_2_MERGE/source/rpcclient/cmd_spoolss.c
   branches/tmp/SAMBA_3_2_MERGE/source/script/mkproto.awk
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/blocking.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/close.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/conn.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/connection.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/dir.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/dosmode.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/error.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/filename.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/lanman.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/msdfs.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/negprot.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/notify_hash.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/nttrans.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/open.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/oplock.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/process.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/reply.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/server.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/service.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/session.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/sesssetup.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/trans2.c
   branches/tmp/SAMBA_3_2_MERGE/source/smbd/vfs.c
   branches/tmp/SAMBA_3_2_MERGE/source/torture/vfstest.c
   

svn commit: samba r1266 - branches/SAMBA_4_0/source/rpc_server/spoolss

2004-06-26 Thread tpot
Author: tpot
Date: 2004-06-26 13:28:30 + (Sat, 26 Jun 2004)
New Revision: 1266

Modified:
   branches/SAMBA_4_0/source/rpc_server/spoolss/dcesrv_spoolss.c
Log:
Start to split out EnumPrinters into a separate fn for each info level.


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1266nolog=1


svn commit: samba-docs r156 - in trunk: . smbdotconf/domain xslt

2004-06-26 Thread jelmer
Author: jelmer
Date: 2004-06-26 15:43:54 + (Sat, 26 Jun 2004)
New Revision: 156

Modified:
   trunk/Makefile.in
   trunk/smbdotconf/domain/machinepasswordtimeout.xml
   trunk/xslt/yodl.xsl
Log:
Fix Makefile (docs should build succesfully again now)


WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba-docspath=/trunkrev=156nolog=1


svn commit: samba-docs r157 - in branches/SAMBA_4: . Samba-HOWTO xslt

2004-06-26 Thread jelmer
Author: jelmer
Date: 2004-06-26 15:44:25 + (Sat, 26 Jun 2004)
New Revision: 157

Added:
   branches/SAMBA_4/xslt/yodl.xsl
Modified:
   branches/SAMBA_4/Makefile.in
   branches/SAMBA_4/Samba-HOWTO/protocol.xml
Log:
Fix doc build


WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba-docspath=/branches/SAMBA_4rev=157nolog=1


svn commit: samba-docs r159 - in branches/SAMBA_4: entities manpages

2004-06-26 Thread vance
Author: vance
Date: 2004-06-26 17:33:43 + (Sat, 26 Jun 2004)
New Revision: 159

Modified:
   branches/SAMBA_4/entities/global.entities
   branches/SAMBA_4/manpages/gregedit.1.xml
   branches/SAMBA_4/manpages/pidl.1.xml
   branches/SAMBA_4/manpages/regdiff.1.xml
   branches/SAMBA_4/manpages/regpatch.1.xml
   branches/SAMBA_4/manpages/regshell.1.xml
   branches/SAMBA_4/manpages/regtree.1.xml
Log:
s/seperate/separate/g

Vance



WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba-docspath=/branches/SAMBA_4rev=159nolog=1


svn commit: samba-web r109 - in branches/tmp.samba.org: . images

2004-06-26 Thread deryck
Author: deryck
Date: 2004-06-26 19:25:16 + (Sat, 26 Jun 2004)
New Revision: 109

Added:
   branches/tmp.samba.org/images/contact.gif
   branches/tmp.samba.org/images/favicon.ico
   branches/tmp.samba.org/images/get.gif
   branches/tmp.samba.org/images/hack.gif
   branches/tmp.samba.org/images/learn.gif
   branches/tmp.samba.org/images/logo_main.gif
   branches/tmp.samba.org/images/talk.gif
   branches/tmp.samba.org/images/think.gif
Removed:
   branches/tmp.samba.org/favicon.ico
   branches/tmp.samba.org/images/logo.gif
   branches/tmp.samba.org/local_footer.html
Modified:
   branches/tmp.samba.org/footer.html
   branches/tmp.samba.org/header.html
   branches/tmp.samba.org/samba-style.css
   branches/tmp.samba.org/samba.html
Log:
Another tweak on the design.  Really filled out the navigation menu, and I believe I 
have a nice balance on the yellows and blues finally.  The rest is just housekeeping 
-- cleaning up the logo colors, putting favicon in with other images, and so on.

I'm fairly happy with the basic design, so I'll move on to site functionality next.

And, of course, comments are welcome.

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba-webpath=/branches/tmp.samba.orgrev=109nolog=1


svn commit: samba r1267 - trunk/source/nsswitch

2004-06-26 Thread vlendec
Author: vlendec
Date: 2004-06-26 19:50:57 + (Sat, 26 Jun 2004)
New Revision: 1267

Modified:
   trunk/source/nsswitch/wbinfo.c
   trunk/source/nsswitch/winbindd.c
   trunk/source/nsswitch/winbindd_dual.c
   trunk/source/nsswitch/winbindd_misc.c
   trunk/source/nsswitch/winbindd_nss.h
Log:
Fork more than one dual daemon. wbinfo -u/g/n/s now work in parallel.

wbinfo -i prints the maximum number children that had been busy.

Volker

P.S: Tridge might have been right with his design approach for winbind... ;-)


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=sambapath=/rev=1267nolog=1


svn commit: samba-web r110 - branches/tmp.samba.org

2004-06-26 Thread deryck
Author: deryck
Date: 2004-06-26 20:14:30 + (Sat, 26 Jun 2004)
New Revision: 110

Modified:
   branches/tmp.samba.org/samba-style.css
Log:
Change nav menu 'height' rule to fit different screen sizes better.

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba-webpath=/rev=110nolog=1


svn commit: samba-web r111 - branches/tmp.samba.org

2004-06-26 Thread deryck
Author: deryck
Date: 2004-06-26 20:25:31 + (Sat, 26 Jun 2004)
New Revision: 111

Modified:
   branches/tmp.samba.org/header.html
Log:
Add build farm to 'hack' section of menu.

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba-webpath=/rev=111nolog=1