Volker Lendecke
0382d3c26b
r13895: As agreed upon with gd on the phone, remove WBFLAG_PAM_CONTACT_TRUSTDOM. This
...
can not work for NTLM auth, where we only have a workstation account for our
own domain. For the PAM Kerberos login we need to find a better way to do
this, probably using Dsr_GetDCName and some winbind-crafted krb5.conf.
Volker
(This used to be commit bf7c608147
)
2007-10-10 11:10:59 -05:00
Jeremy Allison
2d3946b8c4
r13893: Fix for Coverity issue CID #164 . The first one that I don't
...
think is a direct bug, but some code that needs clarification :-).
Jeremy.
(This used to be commit 61901a3f10
)
2007-10-10 11:10:59 -05:00
Jeremy Allison
6d9c2b872f
r13892: Doh ! My bugfix had a bug :-). Spotted by Willi Mann <willi@wm1.at>,
...
if rrec can be null make sure we *never* deref it.
Jeremy.
(This used to be commit d6d7a5ac62
)
2007-10-10 11:10:58 -05:00
Jeremy Allison
42df51222b
r13889: Fix resource leak on error path. Coverity bug CID #73 .
...
Jeremy.
(This used to be commit 46e1098092
)
2007-10-10 11:10:58 -05:00
Jeremy Allison
4d79117c6d
r13887: Fix coverity bug CID #94 . mem leak on error codepath.
...
Jeremy.
(This used to be commit dd47e0ef11
)
2007-10-10 11:10:58 -05:00
Jeremy Allison
4c0bf8d75d
r13884: Fix coverity CID #95 . Resource leak on error path.
...
Jeremy.
(This used to be commit f4bf550b57
)
2007-10-10 11:10:58 -05:00
Jeremy Allison
9bb215fe68
r13882: Fix coverity CID bug #96 . Missing free on error
...
exit path.
Jeremy.
(This used to be commit 95ef857c89
)
2007-10-10 11:10:58 -05:00
Jeremy Allison
cc6b2d086a
r13880: Fix coverity bug CID #97 , mem leak on error path.
...
Jeremy.
(This used to be commit 0dc37dd2d8
)
2007-10-10 11:10:58 -05:00
Gerald Carter
129fd6c5c6
r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDN
...
(This used to be commit c803e1b2af
)
2007-10-10 11:10:57 -05:00
Jeremy Allison
fa94300f5f
r13875: Fix coverity bug #148 . Deref of rrec before NULL check.
...
Jeremy.
(This used to be commit 0f1dffb2f2
)
2007-10-10 11:10:57 -05:00
Jeremy Allison
0a516662ab
r13873: I think this is the longstanding wins server crash bug, not
...
part of the changes I made but something that's been there
a while.... Coverity bugid #41 .
Jeremy.
(This used to be commit 2f6cf810ea
)
2007-10-10 11:10:57 -05:00
Günther Deschner
9f2e29799e
r13864: Some cleanup and the samr set security object function client-side.
...
Guenther
(This used to be commit 0ae3fddf95
)
2007-10-10 11:10:57 -05:00
Günther Deschner
105825cf5a
r13861: Avoid "net rpc join" segfaulting when storing the servername in the
...
affinity cache.
Guenther
(This used to be commit b8c07babbd
)
2007-10-10 11:10:57 -05:00
Simo Sorce
092e3ed45a
r13846: Take care of system that do not have LDAP libraries
...
(This used to be commit ab62c8d93a
)
2007-10-10 11:10:57 -05:00
Simo Sorce
d54010e219
r13843: Merge in net sam provision and some pdb_ldap fixes
...
(This used to be commit 705d811808
)
2007-10-10 11:10:56 -05:00
Volker Lendecke
a787e2d124
r13841: Fix an uninitialized variable warning.
...
Jerry, this just fixes the warning. This routine does not seem to cope well
with !UNMARSHALLING. You might want to look...
Volker
(This used to be commit 2c0c40dfb5
)
2007-10-10 11:10:56 -05:00
Gerald Carter
5df58c38f3
r13829: From the "It's not pretty but it works" category
...
* Finish prototype of the "add port command" implementation
Format is "addportcommand portname deviceURI"
* DeviceURI is either
- socket://hostname:port/
- lpr://hostname/queue
depending on what the client sent in the request
(This used to be commit 6d74de7a67
)
2007-10-10 11:10:56 -05:00
Gerald Carter
889ff32b5e
r13824: * add api table for Xcv TCPMON and LOCALMON calls starting
...
with the "MonitorUI" call
* Fix some parsing errors
This gets us to the Add Port Wizard dialog.
(This used to be commit a444aa7f00
)
2007-10-10 11:10:56 -05:00
Gerald Carter
2a7847ea37
r13821: replacing some strings with macros
...
(This used to be commit a34ab5c827
)
2007-10-10 11:10:56 -05:00
Gerald Carter
354c24d525
r13820: * Start fleshing out the XcvDataPort() server implementation
...
* Add support for the "Local Port" monitor as well through this API
(This used to be commit ba9cdd88a0
)
2007-10-10 11:10:55 -05:00
Lars Müller
867365fa8a
r13819: Remove accidently with rev 13713 submitted and never used MY_FLAGS
...
variable.
(This used to be commit 8f48c6d1e5
)
2007-10-10 11:10:55 -05:00
Volker Lendecke
bf565b7b7b
r13816: Volunteering :-)
...
> for the svn log:
>
> - Solaris' /bin/sh doesn't know "test -e" - let's use "test -f" instead
>
> Some volunteer wanna check this in? :)
>
> Cheers
> Bjoern
Volker
(This used to be commit 58d5f2031a
)
2007-10-10 11:10:55 -05:00
Gerald Carter
e33b728c7b
r13815: "Into the blind world let us now descend,"
...
Began the poet, his face as pale as death.
"I will go first, and you will follow me."
---
Adding XcvDataPort() to the spoolss code for remotely
add ports. The design is to allow an intuitive means
of creating a new CUPS print queue from the Windows 2000/XP
APW without hacks like specifying the deviceURI in the
location field of the printer properties dialog.
Also set 'default devmode = yes' as the new default
since it causes no harm and only is executed when you
have a NULL devmode anyways.
(This used to be commit 123e478ce5
)
2007-10-10 11:10:55 -05:00
Jeremy Allison
a7552e677e
r13802: I *knew* ASU on sparc had to be good for *something* ! :-).
...
Fix incorrect size understanding of sid name type (yes it's
already correct in the Samba4 IDL :-).
Jeremy.
(This used to be commit 305a774d28
)
2007-10-10 11:10:54 -05:00
Jeremy Allison
c44de10a2b
r13799: Make locktest debug a little easier to read.
...
Jeremy.
(This used to be commit 13de4d000e
)
2007-10-10 11:10:54 -05:00
Jeremy Allison
38e020e510
r13796: Another load_case_tables...
...
Jeremy.
(This used to be commit 36df6ba3ad
)
2007-10-10 11:10:54 -05:00
Gerald Carter
d0ab9712f5
r13794: If you are going to go, go big. That's what I always say.
...
* disable winbind enum {users,groups} by default after
further conversations with Volker.
(This used to be commit d640d81540
)
2007-10-10 11:10:54 -05:00
Jeremy Allison
ac02620581
r13792: Merged Simo's fixes for tdbtraverse.
...
Jeremy.
(This used to be commit 9ed3bd431c
)
2007-10-10 11:10:54 -05:00
Volker Lendecke
30675b36f5
r13791: Having S-1-1-0 show up in winbind lookupsid does not really make sense.
...
Volker
(This used to be commit ae9614ce01
)
2007-10-10 11:10:54 -05:00
Jeremy Allison
1b456f2894
r13778: When deleting machine accounts it's the SeMachineAccountPrivilege
...
that counts.
Jeremy.
(This used to be commit aa85ba4f37
)
2007-10-10 11:10:53 -05:00
Simo Sorce
1da8345777
r13776: Merge in the editposix ldapsam optimization
...
(This used to be commit a374546c7e
)
2007-10-10 11:10:53 -05:00
Gerald Carter
1438ee5359
r13772: More default changes
...
* winbind nested groups = yes
* host msdfs = ye
* msdfs root = yes
(This used to be commit b5f01559e1
)
2007-10-10 11:10:53 -05:00
Gerald Carter
4f636b57c1
r13771: BUG 3534: ignore lines in the username map file with no right hand list rather than bailing out
...
(This used to be commit acff5163ca
)
2007-10-10 11:10:53 -05:00
Gerald Carter
a2327fc688
r13766: Patch from Arek Glabek <aglabek@centeris.com>:
...
* Fix parsing error in eventlogadm caused by log entries
with no DAT: line.
(This used to be commit f0a8f43879
)
2007-10-10 11:10:53 -05:00
Gerald Carter
5837baa126
r13765: Fix bug reported by jra. Don't check for a group SID when storing
...
a user since we no longer pay any attention to the value.
(This used to be commit 085c6859ee
)
2007-10-10 11:10:53 -05:00
Derrell Lipman
3af5da2e7c
r13763: r13223@cabra: derrell | 2006-02-28 20:48:23 -0500
...
Add the missing comment about needing to save the new share name.
(This used to be commit bb3b15e631
)
2007-10-10 11:10:52 -05:00
Derrell Lipman
c52968b35b
r13761: r13221@cabra: derrell | 2006-02-28 20:40:56 -0500
...
When only allowing one connection per server, the cache needs to track which
share is currently connected, or we never know whether a tdis()/tcon() for the
new share is required.
(This used to be commit ad0a725ef5
)
2007-10-10 11:10:52 -05:00
Jeremy Allison
b532e86644
r13759: As pointed out by Volker, it isn't much good creating
...
a new empty acl in remove_posix_acl if you don't bother
to set it on the file in question :-).
Jeremy.
(This used to be commit 12eccc8fe4
)
2007-10-10 11:10:52 -05:00
Gerald Carter
a8325d28d2
r13756: use samu_new() rather than calling talloc() directly.
...
(This used to be commit c13af58f63
)
2007-10-10 11:10:52 -05:00
Lars Müller
10f0c68eb1
r13751: Call proto_exists before we create the precompiles headers.
...
(This used to be commit deb35f85b3
)
2007-10-10 11:10:52 -05:00
Lars Müller
04a5f6fee0
r13750: Cleanup line wrap to less than 80 chars.
...
(This used to be commit 6e4af8cd15
)
2007-10-10 11:10:52 -05:00
Jeremy Allison
99b74908cd
r13748: Don't reference memory after we just freed it (Doh!).
...
Thanks to tridge's changes to the directory delete on close tests
for catching this.
Jeremy.
(This used to be commit 01ef957d48
)
2007-10-10 11:10:52 -05:00
Jeremy Allison
ddf14cc286
r13747: Fix the reference count for tdbsam_open() - on an
...
upgrade it calls tdbsam_convert() which calls tdbsam_open()
deep inside the init_sam_from_buffer_vX call.
If the ref count hasn't been set yet then we will close
the tdbsam reference in tdbsam_getsampwsid().
smbpasswd -a was core-dumping again :-).
Jeremy
(This used to be commit 993069eb87
)
2007-10-10 11:10:51 -05:00
James Peach
51d3bbe285
r13736: Don't assume that printf can handle string arguments being NULL. Tidy
...
up typing and tighten error checking a little.
(This used to be commit 37e12a196b
)
2007-10-10 11:10:51 -05:00
James Peach
554155473b
r13733: Reorder so that locking and params declarations are not mingled.
...
(This used to be commit cde31d5957
)
2007-10-10 11:10:51 -05:00
Volker Lendecke
2479b8305b
r13729: Fix smbpasswd -x
...
(This used to be commit 2afcbbfb6f
)
2007-10-10 11:10:51 -05:00
Volker Lendecke
06e720a66c
r13728: No, we have not talked about this on irc less than 24h ago... ;-)
...
(This used to be commit 59f95ea752
)
2007-10-10 11:10:51 -05:00
Volker Lendecke
ded57f29b3
r13727: Fix a segfault
...
(This used to be commit 76c100834d
)
2007-10-10 11:10:51 -05:00
Jeremy Allison
447d49be9e
r13724: Remove unused variable. Bug #3559 from
...
jason@ncac.gwu.edu .
Jeremy.
(This used to be commit 0295ed3d5c
)
2007-10-10 11:10:51 -05:00
Jeremy Allison
7f59c7fcd6
r13722: Ensure we use the correct enumerated type. Bug #3558
...
from jason@ncac.gwu.edu .
Jeremy.
(This used to be commit 00f8b4e1aa
)
2007-10-10 11:10:50 -05:00