]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
18 years agor4268: Merge fix for bugzilla #2150.
Tim Potter [Sun, 19 Dec 2004 00:31:31 +0000 (00:31 +0000)] 
r4268: Merge fix for bugzilla #2150.

18 years agor4260: Change the license for the winbindd external interface more liberal.
Tim Potter [Fri, 17 Dec 2004 22:16:30 +0000 (22:16 +0000)] 
r4260: Change the license for the winbindd external interface more liberal.

18 years agor4259: Fix cast in SMB_XMALLOC_ARRAY. Bugzilla #2168.
Tim Potter [Fri, 17 Dec 2004 21:59:47 +0000 (21:59 +0000)] 
r4259: Fix cast in SMB_XMALLOC_ARRAY.  Bugzilla #2168.

18 years agor4258: strlower username, not (non-existing) domain_username.
Günther Deschner [Fri, 17 Dec 2004 13:14:22 +0000 (13:14 +0000)] 
r4258: strlower username, not (non-existing) domain_username.

Guenther

18 years agor4256: Add a patch from kllin@it.su.se: New Parameter 'afs token lifetime' tells the
Volker Lendecke [Fri, 17 Dec 2004 11:42:10 +0000 (11:42 +0000)] 
r4256: Add a patch from kllin@it.su.se: New Parameter 'afs token lifetime' tells the
AFS client when to throw away a token.

Thanks,

Volker

18 years agor4254: Add an undocumented hack. I had to delete a wrong mapping (a user that had
Volker Lendecke [Fri, 17 Dec 2004 10:20:53 +0000 (10:20 +0000)] 
r4254: Add an undocumented hack. I had to delete a wrong mapping (a user that had
ended up as a gid in winbindd_idmap.tdb) from winbindd_idmap.tdb. Stopping
winbind was not an option on that machine....

net idmap delete <idmap-file> <SID>

Thanks,

Volker

18 years agor4252: Comment clarification from Love Hörnquist Åstrand <lha@stacken.kth.se>.
Volker Lendecke [Fri, 17 Dec 2004 09:35:54 +0000 (09:35 +0000)] 
r4252: Comment clarification from Love Hörnquist Åstrand <lha@stacken.kth.se>.

Thanks,

Volker

18 years agor4251: AFS does not cope with spaces in file names. Implement a stupid mapping that
Volker Lendecke [Fri, 17 Dec 2004 09:05:41 +0000 (09:05 +0000)] 
r4251: AFS does not cope with spaces in file names. Implement a stupid mapping that
maps the space to another character choosable by afsacl:space.

Volker

P.S: Who is "OH"? ;-)

18 years agor4248: Implement smbstatus -n, don't lookup users and groups. On heavily loaded
Volker Lendecke [Fri, 17 Dec 2004 08:51:23 +0000 (08:51 +0000)] 
r4248: Implement smbstatus -n, don't lookup users and groups. On heavily loaded
winbind systems, looking up hundreds of users can turn out to be a bit too
expensive if you just want to find out which smbd handles a particular IP
address.

Volker

P.S: Who is "OH"? ;-)

18 years agor4241: More *alloc fixes.
Jeremy Allison [Thu, 16 Dec 2004 21:16:48 +0000 (21:16 +0000)] 
r4241: More *alloc fixes.
Jeremy.

18 years agor4238: More *alloc fixes.
Jeremy Allison [Thu, 16 Dec 2004 21:14:08 +0000 (21:14 +0000)] 
r4238: More *alloc fixes.
Jeremy.

18 years agor4236: More *alloc fixes.
Jeremy Allison [Thu, 16 Dec 2004 21:12:29 +0000 (21:12 +0000)] 
r4236: More *alloc fixes.
Jeremy.

18 years agor4234: More malloc fixes to use the macros.
Jeremy Allison [Thu, 16 Dec 2004 21:06:33 +0000 (21:06 +0000)] 
r4234: More malloc fixes to use the macros.
Jeremy.

18 years agor4226: display infolevel 12 in query_dom_info.
Günther Deschner [Wed, 15 Dec 2004 19:37:35 +0000 (19:37 +0000)] 
r4226: display infolevel 12 in query_dom_info.

Guenther

18 years agor4224: Today is not my day ....
Volker Lendecke [Wed, 15 Dec 2004 15:39:23 +0000 (15:39 +0000)] 
r4224: Today is not my day ....

18 years agor4222: Always compile before commit...
Volker Lendecke [Wed, 15 Dec 2004 14:23:15 +0000 (14:23 +0000)] 
r4222: Always compile before commit...

18 years agor4221: when in the multi-mapping mode of idmap_rid:
Günther Deschner [Wed, 15 Dec 2004 14:16:12 +0000 (14:16 +0000)] 
r4221: when in the multi-mapping mode of idmap_rid:
allow BUILTIN domain-mapping.

Guenther

18 years agor4219: Fix samba3 samr "idl"... According to samba4 idl samr_DomInfo2 contains a
Volker Lendecke [Wed, 15 Dec 2004 13:13:15 +0000 (13:13 +0000)] 
r4219: Fix samba3 samr "idl"... According to samba4 idl samr_DomInfo2 contains a
comment string and not an unknown 12 byte structure...

Found after abartlet's smbtorture extended this string to

"Tortured by Samba4: Fri Nov 26 15:40:18 2004 CET"

;-))

Volker

18 years agor4217: Fix open_any_socket_out.
Volker Lendecke [Wed, 15 Dec 2004 12:05:48 +0000 (12:05 +0000)] 
r4217: Fix open_any_socket_out.

This was a missing merge from HEAD or rather a commit to 3_0 from the wrong
source. Fixed slightly over HEAD, HEAD merge will follow.

Deal with connection refused according to the specs.

Volker

18 years agor4216: fix segfault in idmap_rid
Günther Deschner [Wed, 15 Dec 2004 10:12:10 +0000 (10:12 +0000)] 
r4216: fix segfault in idmap_rid

(only ever shows up when the somewhat hidden
IDMAP_RID_SUPPORT_TRUSTED_DOMAINS - define is set).

Thanks to Stephan Martin <sm@suse.de> for reporting this bug.

Guenther

18 years agor4212: Ensure we only look at the bottom bit of large_readx.
Jeremy Allison [Wed, 15 Dec 2004 01:25:24 +0000 (01:25 +0000)] 
r4212: Ensure we only look at the bottom bit of large_readx.
Set the 14 word version of write if size > 0xffff as
well as 64-bit offset.
Jeremy.

18 years agor4208: Set version to 3.0.11
John Terpstra [Tue, 14 Dec 2004 23:05:27 +0000 (23:05 +0000)] 
r4208: Set version to 3.0.11

18 years agor4190: When changing length calculations, get them right......
Jeremy Allison [Tue, 14 Dec 2004 01:11:22 +0000 (01:11 +0000)] 
r4190: When changing length calculations, get them right......
Jeremy.

18 years agor4188: Ensure we add in the upper length in the right place !
Jeremy Allison [Tue, 14 Dec 2004 00:33:53 +0000 (00:33 +0000)] 
r4188: Ensure we add in the upper length in the right place !
Jeremy.

18 years agor4186: Fix client & server to allow 127k READX calls.
Jeremy Allison [Tue, 14 Dec 2004 00:25:11 +0000 (00:25 +0000)] 
r4186: Fix client  & server to allow 127k READX calls.
Jeremy.

18 years agor4184: Removed unused extern.
Jeremy Allison [Tue, 14 Dec 2004 00:20:55 +0000 (00:20 +0000)] 
r4184: Removed unused extern.
Jeremy.

18 years agor4153: port from trunk of pdbedit changes
Simo Sorce [Sat, 11 Dec 2004 17:09:28 +0000 (17:09 +0000)] 
r4153: port from trunk of pdbedit changes

18 years agor4143: Make strict locking an enum. Auto means use oplock optimization.
Jeremy Allison [Sat, 11 Dec 2004 00:30:28 +0000 (00:30 +0000)] 
r4143: Make strict locking an enum. Auto means use oplock optimization.
Jeremy.

18 years agor4134: check the setprinter(3) based on the access permissions on the handle and...
Gerald Carter [Fri, 10 Dec 2004 21:08:34 +0000 (21:08 +0000)] 
r4134: check the setprinter(3) based on the access permissions on the handle and avoid the call to print_access_chaeck()

18 years agor4130: add bad_password_count and logon_count to vampire (inspired by a patch
Günther Deschner [Fri, 10 Dec 2004 10:42:47 +0000 (10:42 +0000)] 
r4130: add bad_password_count and logon_count to vampire (inspired by a patch
from Lars Mueller <lmuelle@suse.de>), just for completeness.

Note that though we have logon_count implemented in all pdb-backends but
never (for good reason!) update the counter.

Guenther

18 years agor4128: Cron jobs etc seem to do an initgroups for root quite frequently. So
Volker Lendecke [Fri, 10 Dec 2004 10:30:59 +0000 (10:30 +0000)] 
r4128: Cron jobs etc seem to do an initgroups for root quite frequently. So
log.winbindd is spammed with 'user root does not exist'. Increase debug level.

Volker

18 years agor4127: vampire munged_dial.
Günther Deschner [Fri, 10 Dec 2004 09:45:03 +0000 (09:45 +0000)] 
r4127: vampire munged_dial.

Guenther

18 years agor4126: Fix from Björn Jacke <bjoern@j3e.de> for bugid #2040 - ensure the locale
Jeremy Allison [Fri, 10 Dec 2004 05:49:48 +0000 (05:49 +0000)] 
r4126: Fix from Björn Jacke <bjoern@j3e.de> for bugid #2040 - ensure the locale
is reset to C to get ASCII-compatible toupper/lower functions.
Jeremy.

18 years agor4121: Optimisation from Nadav Danieli <nadavd@exanet.com>. If we're oplocked,
Jeremy Allison [Thu, 9 Dec 2004 22:10:40 +0000 (22:10 +0000)] 
r4121: Optimisation from Nadav Danieli <nadavd@exanet.com>. If we're oplocked,
short circuit some is_locked() tests.
Jeremy.

18 years agor4120: Never, ever, doubt valgrind :-). Fix order of evaluation bug that's been in the
Jeremy Allison [Thu, 9 Dec 2004 21:42:00 +0000 (21:42 +0000)] 
r4120: Never, ever, doubt valgrind :-). Fix order of evaluation bug that's been in the
bitmap code for ever. Remove silly extra space in paranoid malloc.
Jeremy.

18 years agor4108: As check_self is *always* False in every invokation, remove the
Jeremy Allison [Thu, 9 Dec 2004 01:07:06 +0000 (01:07 +0000)] 
r4108: As check_self is *always* False in every invokation, remove the
logic for it. We still pass Samba4 RAW-LOCK test.
Jeremy.

18 years agor4103: lock timeout is in milliseconds (as in reply.c)
Herb Lewis [Wed, 8 Dec 2004 17:30:50 +0000 (17:30 +0000)] 
r4103: lock timeout is in milliseconds (as in reply.c)

18 years agor4094: BUG 2107: fix memory bloating caused by large numbers of print_queue_updates...
Gerald Carter [Wed, 8 Dec 2004 03:02:29 +0000 (03:02 +0000)] 
r4094: BUG 2107: fix memory bloating caused by large numbers of print_queue_updates() requests sent via messages.tdb

18 years agor4092: Bring into line with new *alloc rules.
Jeremy Allison [Wed, 8 Dec 2004 01:52:23 +0000 (01:52 +0000)] 
r4092: Bring into line with new *alloc rules.
Jeremy.

18 years agor4089: fix logic error in add_a_form() that only compared N characters instead of...
Gerald Carter [Tue, 7 Dec 2004 19:00:45 +0000 (19:00 +0000)] 
r4089: fix logic error in add_a_form() that only compared N characters instead of the entire form name

18 years agor4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation
Jeremy Allison [Tue, 7 Dec 2004 18:25:53 +0000 (18:25 +0000)] 
r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation
functions so we can funnel through some well known functions. Should help greatly with
malloc checking.
HEAD patch to follow.
Jeremy.

18 years agor4083: consolidate printer searches to use find_service rather than for loops
Gerald Carter [Mon, 6 Dec 2004 19:25:25 +0000 (19:25 +0000)] 
r4083: consolidate printer searches to use find_service rather than for loops

18 years agor4043: BUG 2091: don't remove statically defined printers in remove_stale_printers()
Gerald Carter [Thu, 2 Dec 2004 17:11:18 +0000 (17:11 +0000)] 
r4043: BUG 2091: don't remove statically defined printers in remove_stale_printers()

18 years agor4032: Fix bug #2110 - ensure we convert to ucs2 correctly.
Jeremy Allison [Thu, 2 Dec 2004 00:55:47 +0000 (00:55 +0000)] 
r4032: Fix bug #2110 - ensure we convert to ucs2 correctly.
Jeremy.

18 years agor4030: patch from Rob -- don't force the cups printer-make-and-model tag as the comme...
Gerald Carter [Wed, 1 Dec 2004 21:11:54 +0000 (21:11 +0000)] 
r4030: patch from Rob -- don't force the cups printer-make-and-model tag as the comment for autoloaded printers

18 years agor4029: solaris packaging fixes from Rob
Gerald Carter [Wed, 1 Dec 2004 21:01:27 +0000 (21:01 +0000)] 
r4029: solaris packaging fixes from Rob

18 years agor4028: * prevent the background LPQ daemon from updating
Gerald Carter [Wed, 1 Dec 2004 20:11:31 +0000 (20:11 +0000)] 
r4028: * prevent the background LPQ daemon from updating
  the print queue cache just because multiple smbd
  processes sent a message that it was out of date.

* add some extra debug messages while trying to track down
  down jobs being left in the queue after printing has
  completed.

18 years agor4023: Code tidyup to fix bug #2098.
Jeremy Allison [Tue, 30 Nov 2004 22:57:41 +0000 (22:57 +0000)] 
r4023: Code tidyup to fix bug #2098.
Jeremy.

18 years agor4020: Fix for crash reported by Bård Kalbakk <baard@inett.biz>.
Jeremy Allison [Tue, 30 Nov 2004 18:58:58 +0000 (18:58 +0000)] 
r4020: Fix for crash reported by Bård Kalbakk <baard@inett.biz>.
Don't go fishing for the authorisation data unless we
know it's there.
Jeremy.

18 years agor4019: better error logging in register_message_flags() from Rob
Gerald Carter [Tue, 30 Nov 2004 15:55:27 +0000 (15:55 +0000)] 
r4019: better error logging in register_message_flags() from Rob

18 years agor4018: * move claim_connection from the netbios session request
Gerald Carter [Tue, 30 Nov 2004 15:52:46 +0000 (15:52 +0000)] 
r4018: * move claim_connection from the netbios session request
  reply code to the negprot reply code to cope with
  client connections on port 445.  Fixes the spurious
  "register_message_flags: tdb fetch failed" errors.

* don't run the backgroup LPQ daemon when we are running
  in interactive mode.

18 years agor4016: Fix for bug found by Steve French client code (cifsfs) on
Jeremy Allison [Tue, 30 Nov 2004 06:41:38 +0000 (06:41 +0000)] 
r4016: Fix for bug found by Steve French client code (cifsfs) on
POSIX ACL set. You need to *get* a permset_t pointer from the entry before
any of the permset code will accept it as a valid value
Jeremy.

18 years agor4009: Fix from Timur Bakeyev <timur@com.bat.ru> for bugid #2100,
Jeremy Allison [Tue, 30 Nov 2004 01:01:43 +0000 (01:01 +0000)] 
r4009: Fix from Timur Bakeyev <timur@com.bat.ru> for bugid #2100,
change the way we check for errors after a dlopen (which
may set internal warnings which get picked up by mistake
in dlsym).
Jeremy

18 years agor4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,
Jeremy Allison [Tue, 30 Nov 2004 00:22:04 +0000 (00:22 +0000)] 
r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,
not an existing one.
Jeremy.

18 years agor4005: Fix for bug #2071 reported by Jason Mader <jason@ncac.gwu.edu>.
Jeremy Allison [Mon, 29 Nov 2004 19:28:12 +0000 (19:28 +0000)] 
r4005: Fix for bug #2071 reported by Jason Mader <jason@ncac.gwu.edu>.
Use correct enum type for comparisons.
Jeremy.

18 years agor3987: Use sys_readdir() instead of readdir()
Jelmer Vernooij [Sat, 27 Nov 2004 19:02:45 +0000 (19:02 +0000)] 
r3987: Use sys_readdir() instead of readdir()

18 years agor3985: Fix bug with 64bit fs support
Jelmer Vernooij [Sat, 27 Nov 2004 18:57:44 +0000 (18:57 +0000)] 
r3985: Fix bug with 64bit fs support

18 years agor3974: - Fix assignment of a couple of fields in pdb_{mysql,pgsql}
Jelmer Vernooij [Thu, 25 Nov 2004 20:55:31 +0000 (20:55 +0000)] 
r3974: - Fix assignment of a couple of fields in pdb_{mysql,pgsql}
- Use new DTD URL in pdb_xml

18 years agor3954: bring Samba3 into line with the Samba4 password change code
Andrew Tridgell [Thu, 25 Nov 2004 04:10:19 +0000 (04:10 +0000)] 
r3954: bring Samba3 into line with the Samba4 password change code

18 years agor3951: Fix for bugid #2081 reported by John Janosik <jpjanosi@us.ibm.com> - ensure
Jeremy Allison [Thu, 25 Nov 2004 00:59:44 +0000 (00:59 +0000)] 
r3951: Fix for bugid #2081 reported by John Janosik <jpjanosi@us.ibm.com> - ensure
SE_DESC_DACL_PROTECTED is set if "map acl inherit = no".
Jeremy.

18 years agor3948: Fix incorrect declaration. Bug #2083.
Jeremy Allison [Thu, 25 Nov 2004 00:25:53 +0000 (00:25 +0000)] 
r3948: Fix incorrect declaration. Bug #2083.
Jeremy.

18 years agor3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use consistent
Jeremy Allison [Thu, 25 Nov 2004 00:07:01 +0000 (00:07 +0000)] 
r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use consistent
enum type for Protocol extern.
Jeremy.

18 years agor3944: Fix the problem we get on Linux where sendfile fails, but we've already sent the
Jeremy Allison [Wed, 24 Nov 2004 22:05:59 +0000 (22:05 +0000)] 
r3944: Fix the problem we get on Linux where sendfile fails, but we've already sent the
header using send(). As our implementation of sendfile can't return EINTR (it
restarts in that case) use an errno of EINTR to signal the linux sendfile fail
after header case. When that happens send the rest of the data and then turn
off sendfile. Sendfile should be safe to enable on all systems now (even though
it may not help in all performance cases).
Jeremy.

18 years agor3940: typo.
Günther Deschner [Wed, 24 Nov 2004 09:44:57 +0000 (09:44 +0000)] 
r3940: typo.

Guenther

18 years agor3936: Ensure LARGE_READX response must fit within reply buffer.
Jeremy Allison [Wed, 24 Nov 2004 05:24:38 +0000 (05:24 +0000)] 
r3936: Ensure LARGE_READX response must fit within reply buffer.
Jeremy.

18 years agor3934: Correctly check for the top length bit in LARGE_READX.
Jeremy Allison [Wed, 24 Nov 2004 03:42:01 +0000 (03:42 +0000)] 
r3934: Correctly check for the top length bit in LARGE_READX.
Jeremy.

18 years agor3931: Fix all "may be used uninitialized" and "shadow" warnings.
Jeremy Allison [Wed, 24 Nov 2004 01:03:23 +0000 (01:03 +0000)] 
r3931: Fix all "may be used uninitialized" and "shadow" warnings.
Jeremy.

18 years agor3929: Dead code elimination fix for bug #2075 from jason@ncac.gwu.edu.
Jeremy Allison [Tue, 23 Nov 2004 23:13:48 +0000 (23:13 +0000)] 
r3929: Dead code elimination fix for bug #2075 from jason@ncac.gwu.edu.
Jeremy.

18 years agor3928: Fix duplicate call to pdb_get_acct_desc(). Bugzilla #2080.
Tim Potter [Tue, 23 Nov 2004 20:50:16 +0000 (20:50 +0000)] 
r3928: Fix duplicate call to pdb_get_acct_desc().  Bugzilla #2080.

18 years agor3925: patch from Thomas Bork <tombork@web.de> to fix configure.in with GNU ld versio...
Gerald Carter [Tue, 23 Nov 2004 16:35:14 +0000 (16:35 +0000)] 
r3925: patch from Thomas Bork <tombork@web.de> to fix configure.in with GNU ld versions that don't output a date string in the --version

18 years agor3924: fix installswat once again after the image target location had changed in...
Gerald Carter [Tue, 23 Nov 2004 15:27:53 +0000 (15:27 +0000)] 
r3924: fix installswat once again after the image target location had changed in the docs

18 years agor3923: BUG 2073: fall back to smb_name if current_user_info is not available in lp_fi...
Gerald Carter [Tue, 23 Nov 2004 14:52:56 +0000 (14:52 +0000)] 
r3923: BUG 2073: fall back to smb_name if current_user_info is not available in lp_file_list_changed()

18 years agor3918: Allow to set OWNER- and GROUP-entries while setting security descriptors
Günther Deschner [Tue, 23 Nov 2004 01:05:31 +0000 (01:05 +0000)] 
r3918: Allow to set OWNER- and GROUP-entries while setting security descriptors
with smbcacls and using with the -S or -M switch. Fixes #404 and #2076.

Guenther

18 years agor3912: More fixes to have proper german in swat.
Günther Deschner [Mon, 22 Nov 2004 15:20:38 +0000 (15:20 +0000)] 
r3912: More fixes to have proper german in swat.
(The new german orthography is another story...)

Thanks to Reiner Klaproth and Björn Jacke <bjacke@sernet.de>.

Guenther

18 years agor3911: typo.
Günther Deschner [Mon, 22 Nov 2004 14:34:45 +0000 (14:34 +0000)] 
r3911: typo.

Guenther

18 years agor3895: Fix for bug #2045. May also fix other timestamp bugs with Excel
Jeremy Allison [Sat, 20 Nov 2004 21:24:52 +0000 (21:24 +0000)] 
r3895: Fix for bug #2045. May also fix other timestamp bugs with Excel
(Volker please test). Setting a last write timestamp from Windows
overrides any subsequent write timestamp changes and must be immediately
seen by and findfirst/findnexts. This is a racy solution, but should
work most of the time. This may also fix #1061, not sure.
Jeremy.

18 years agor3892: Fix "might be used uninitialized" error.
Jeremy Allison [Sat, 20 Nov 2004 20:10:43 +0000 (20:10 +0000)] 
r3892: Fix "might be used uninitialized" error.
Jeremy.

18 years agor3889: Only set mtime from pending_modtime if it's not already zero...
Jeremy Allison [Sat, 20 Nov 2004 02:48:34 +0000 (02:48 +0000)] 
r3889: Only set mtime from pending_modtime if it's not already zero...
Jeremy.

18 years agor3883: Fix error return -- thanks to rsharpe
Volker Lendecke [Fri, 19 Nov 2004 21:01:23 +0000 (21:01 +0000)] 
r3883: Fix error return -- thanks to rsharpe

18 years agor3882: Fix bug 2069 -- thanks to jason@ncac.gwu.edu
Volker Lendecke [Fri, 19 Nov 2004 20:55:54 +0000 (20:55 +0000)] 
r3882: Fix bug 2069 -- thanks to jason@ncac.gwu.edu

18 years agor3880: Tidy up some unused/shadowed variable usage.
Jeremy Allison [Fri, 19 Nov 2004 19:45:03 +0000 (19:45 +0000)] 
r3880: Tidy up some unused/shadowed variable usage.
Jeremy.

18 years agor3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.
Jeremy Allison [Fri, 19 Nov 2004 19:32:31 +0000 (19:32 +0000)] 
r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.
Jeremy.

18 years agor3875: Allow to look up at least or own sid in _lsa_lookup_sids.
Günther Deschner [Fri, 19 Nov 2004 13:26:17 +0000 (13:26 +0000)] 
r3875: Allow to look up at least or own sid in _lsa_lookup_sids.

This fixes Bugzilla #1076 and Exchange 5.5 SP4 can then be finally
installed on NT4 in a samba-controlled domain.

Guenther

18 years agor3873: The semantics of the parameter 'printcap name' are a bit tricky. I had seen
Volker Lendecke [Fri, 19 Nov 2004 12:11:13 +0000 (12:11 +0000)] 
r3873: The semantics of the parameter 'printcap name' are a bit tricky. I had seen
the effect that I could not list printers with smbclient -L. I have cups
libraries but no running cups server, so remove_stale_printers() removed all
my printer definitions from the share list. So I said 'printing = bsd' but it
still would not work.

This happened because init_globals() would initialize Globals.szPrintcapname
to "cups", and the explicit 'printing = bsd' did not reset it. 'printing=bsd'
can't reset it, as this might overwrite an explicit setting. Thus I separated
the lp_printcapname into a function of its own, looking at
Globals.szPrintcapname and subsequently at sDefault.iPrinting.

Please revisit, there are just too many cases to cover.

Thanks,

Volker

18 years agor3871: Fix memleak
Volker Lendecke [Fri, 19 Nov 2004 11:59:56 +0000 (11:59 +0000)] 
r3871: Fix memleak

18 years agor3868: Fix reverted logic of detecting HAVE_WRFILE_KEYTAB (Bugzilla 2059)
Günther Deschner [Thu, 18 Nov 2004 23:25:37 +0000 (23:25 +0000)] 
r3868: Fix reverted logic of detecting HAVE_WRFILE_KEYTAB (Bugzilla 2059)

Guenther

18 years agor3867: Fix from david.hu@hp.com - make a copy of an incoming message
Jeremy Allison [Thu, 18 Nov 2004 22:46:04 +0000 (22:46 +0000)] 
r3867: Fix from david.hu@hp.com - make a copy of an incoming message
rather than indirecting into it as a struct (may not be on an
even byte boundary). Bug #2052.
Jeremy.

18 years agor3864: Fix from Lars Müller <lmuelle@suse.de> for bug #2050.
Jeremy Allison [Thu, 18 Nov 2004 22:11:20 +0000 (22:11 +0000)] 
r3864: Fix from Lars Müller <lmuelle@suse.de> for bug #2050.
Make nmbd use maxfd+1 in select also.
Jeremy.

18 years agor3862: Fix from Lars Müller <lmuelle@suse.de>, check for HAVE_WRFILE_KEYTAB
Jeremy Allison [Thu, 18 Nov 2004 21:22:24 +0000 (21:22 +0000)] 
r3862: Fix from Lars Müller <lmuelle@suse.de>, check for HAVE_WRFILE_KEYTAB
was inverted.
Jeremy.

18 years agor3859: Ensure if num_acls is set to 0xFFFF this field is ignored.
Jeremy Allison [Thu, 18 Nov 2004 19:36:50 +0000 (19:36 +0000)] 
r3859: Ensure if num_acls is set to 0xFFFF this field is ignored.
Use def_acl everywhere instead of dir_acl.
Jeremy.

18 years agor3857: Shut up gcc about erroneous "used uninitialised" warning.
Jeremy Allison [Thu, 18 Nov 2004 19:03:17 +0000 (19:03 +0000)] 
r3857: Shut up gcc about erroneous "used uninitialised" warning.
Jeremy.

18 years agor3855: Sync up with the one in the main source dir (yes, this should probably
Jeremy Allison [Thu, 18 Nov 2004 18:40:39 +0000 (18:40 +0000)] 
r3855: Sync up with the one in the main source dir (yes, this should probably
be a symlink...).
Jeremy.

18 years agor3853: Fix an uninitialized variable warning. Jeremy, there are some of these in
Volker Lendecke [Thu, 18 Nov 2004 16:14:13 +0000 (16:14 +0000)] 
r3853: Fix an uninitialized variable warning. Jeremy, there are some of these in
charcnv.c.

Volker

18 years agor3852: Fix the build...
Volker Lendecke [Thu, 18 Nov 2004 15:52:02 +0000 (15:52 +0000)] 
r3852: Fix the build...

18 years agor3850: I get the impression that some developers here are using gcc 3.4. This one
Volker Lendecke [Thu, 18 Nov 2004 15:44:01 +0000 (15:44 +0000)] 
r3850: I get the impression that some developers here are using gcc 3.4. This one
only warns you about possibly uninitialized variables if you have at least
-O1.

Volker

18 years agor3848: Fix for bug 2057. Only partially applied the patch, the second part seems not
Volker Lendecke [Thu, 18 Nov 2004 15:13:58 +0000 (15:13 +0000)] 
r3848: Fix for bug 2057. Only partially applied the patch, the second part seems not
necessary.

I'm using gcc 3.4.1, this does not detect the possibly uninitialized
variable. Does anybody know how to get 3.4.1 to warn me?

Volker

18 years agor3846: Typo fix. Bug 2055. Lars, I'm available on irc.... :-)
Volker Lendecke [Thu, 18 Nov 2004 13:29:10 +0000 (13:29 +0000)] 
r3846: Typo fix. Bug 2055. Lars, I'm available on irc.... :-)

Volker

18 years agor3844: Attempt to get the build farm in line. Some systems seem to have defined
Volker Lendecke [Thu, 18 Nov 2004 12:19:16 +0000 (12:19 +0000)] 
r3844: Attempt to get the build farm in line. Some systems seem to have defined
rewinddir as a macro and don't like the construct to call a function pointer
called rewinddir. Work around by renaming the function pointer...

Volker

18 years agor3843: If a connection to a DC is requested, open connections simultaeneously to all
Volker Lendecke [Thu, 18 Nov 2004 11:57:49 +0000 (11:57 +0000)] 
r3843: If a connection to a DC is requested, open connections simultaeneously to all
DCs found. The first one to reply wins.

Volker

18 years agor3841: Time out in ads search queries. Even AD servers can hang.
Volker Lendecke [Thu, 18 Nov 2004 11:43:14 +0000 (11:43 +0000)] 
r3841: Time out in ads search queries. Even AD servers can hang.

Volker