Gerald Carter
cc2e7052bd
r12870: fixing net rpc registry enumerate from overwritnig the open subkey handle
2007-10-10 11:06:05 -05:00
Jeremy Allison
b76c7b6132
r12855: Remove erroneous commenting out of valgrind fix.
...
Jeremy.
2007-10-10 11:06:05 -05:00
Günther Deschner
eaaeaa767e
r12853: Fix segfault in "net rpc vampire|samdump" (Bugzilla #3390 ).
...
The session key, after beeing set, was zeroed later on by the prs_init
in the CLI_DO_RPC macro.
Guenther
2007-10-10 11:06:04 -05:00
Derrell Lipman
2b48665006
r12852: r12150@cabra: derrell | 2006-01-11 13:21:14 -0500
...
Although RTLD_NEXT was not working properly a number of years ago, it seems to be now. Replace dlopen(/lib/libc...) with direct use of RTLD_NEXT
2007-10-10 11:06:04 -05:00
Volker Lendecke
2942f3594b
r12840: Add -W to smbpasswd. Thanks to William Jojo <jojowil@hvcc.edu>.
...
Volker
2007-10-10 11:06:04 -05:00
Volker Lendecke
9c44fef5be
r12839: - apply changes from svn r4963 also for VFS configure - KRB5_CONFIG should not
...
be used - rename it to KRB5CONFIG
Thanks to Björn Jacke <bj@sernet.de>
Volker
2007-10-10 11:06:04 -05:00
Volker Lendecke
044dc33173
r12837: - configure check for Tru64 EA functions (not yet implemented)
...
- find Tru64 AIO lib in configure
Thanks to Björn Jacke <bj@sernet.de>
Volker
2007-10-10 11:06:04 -05:00
Tim Potter
679fc45935
r12802: Fix for bugzilla #3389 from William Jojo. This fixes failures on AIX in
...
linking smbd when the symbol table for ld exceeds 65536 bytes.
2007-10-10 11:06:04 -05:00
Gerald Carter
f19f7961ee
r12794: BUG 3340: patch from William JoJo <jojowil@hvcc.edu> to fix automatic inclusion of aio support on AIX
2007-10-10 11:06:03 -05:00
Günther Deschner
2456832a6d
r12788: Since we have agreed on the case of winbindd names, we can store a
...
sid_to_name lookup result already after doing a sucessfull name_to_sid
lookup.
Guenther
2007-10-10 11:06:03 -05:00
Günther Deschner
348d309688
r12787: Revert last commit that removed our logic of memorizing negative
...
name_to_sid lookups in the cache.
Guenther
2007-10-10 11:06:03 -05:00
Volker Lendecke
a01fa43ed2
r12781: Support the level parameter for lsa_lookupsids.
...
Simplify the interfaces to domain trusts a bit: Nothing outside secrets.c
needs to know we're storing stuff in ucs2.
Volker
2007-10-10 11:06:03 -05:00
Volker Lendecke
7d0956f0bd
r12771: Apply patch from bug 3374, attempt to fix build on tru64.
...
Thanks to "The Written Word" -- whoever that is :-)
Volker
2007-10-10 11:06:03 -05:00
Volker Lendecke
9d366da172
r12760: Fix bug 3384
2007-10-10 11:06:03 -05:00
Derrell Lipman
0ae65b9af5
r12759: r12128@cabra: derrell | 2006-01-07 15:34:01 -0500
...
Incorporate a number of changes suggested by David Collier-Brown Thanks, David!
2007-10-10 11:06:03 -05:00
Derrell Lipman
ee7fcb43ad
r12758: r12127@cabra: derrell | 2006-01-03 15:22:18 -0500
...
remove old superfluous comment and ifdef
2007-10-10 11:06:02 -05:00
Derrell Lipman
8396c4b26c
r12757: r12126@cabra: derrell | 2006-01-03 15:21:36 -0500
...
added flag to not request authentication information
2007-10-10 11:06:02 -05:00
Günther Deschner
1e0124efc5
r12742: Don't write null sid mappings into the winbindd_cache.tdb.
...
Guenther
2007-10-10 11:06:02 -05:00
Volker Lendecke
2c3d5c029a
r12735: After talking to Tridge and Jeremy... This needs to be made more generic
...
before it goes in.
Volker
2007-10-10 11:06:02 -05:00
Volker Lendecke
2253b17a1a
r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share modes and
...
oplocks across the cluster. Adapt Samba to it.
The gpfs API is called via libgpfs.so. This code is written with dlopen(), so
that you can compile on a system with gpfs installed and later on run on
systems without gpfs available.
So to actually make Samba call gpfs share mode calls you need to compile with
gpfs.h and libgpfs.so around and set 'gpfs share = yes' on the shares you
export from GPFS.
Volker
2007-10-10 11:06:01 -05:00
Günther Deschner
f78c7f8abe
r12714: Fix segfault in pdb_nds.c.
...
Guenther
2007-10-10 11:06:01 -05:00
Jeremy Allison
4473ac4ef9
r12713: Remove use of uint8_t -> uint8.
...
Jeremy.
2007-10-10 11:06:01 -05:00
Volker Lendecke
f80fe785bc
r12678: One more
2007-10-10 11:06:01 -05:00
Volker Lendecke
3ee6b732f4
r12663: Fix a memleak
2007-10-10 11:06:01 -05:00
Stefan Metzmacher
5cef2c320b
r12660: Happy New Year!
...
metze
2007-10-10 11:06:01 -05:00
Jeremy Allison
1032aa890f
r12653: Patch from SATOH Fumiyasu <fumiyas@miraclelinux.com>
...
for bug #3348 . Don't assume owning sticky bit
directory means write access allowed.
Jeremy.
2007-10-10 11:06:00 -05:00
Volker Lendecke
dc167037b0
r12645: Fix some memleaks. This will also be in the trunk checkin that comes next.
...
Volker
2007-10-10 11:06:00 -05:00
Volker Lendecke
082763988d
r12603: NO, I'm not claiming maintainership of this.
...
Fix bug 3351.
Volker
2007-10-10 11:06:00 -05:00
Gerald Carter
86952f680a
r12593: packaging fixes missed from the 3.0.21 build
2007-10-10 11:06:00 -05:00
Volker Lendecke
3247a4cfc1
r12581: And another one :-)
2007-10-10 11:06:00 -05:00
Derrell Lipman
64c8e32b63
r12579: r12122@cabra: derrell | 2005-12-29 12:03:00 -0500
...
allow for arbitrary option value types
2007-10-10 11:06:00 -05:00
Derrell Lipman
4182eb99af
r12576: r12115@cabra: derrell | 2005-12-29 11:16:03 -0500
...
bug (enhancement) #2651 : add option to log debug messages to stderr instead of stdout
2007-10-10 11:05:59 -05:00
Derrell Lipman
0070d816ab
r12570: r12084@cabra: derrell | 2005-12-29 10:05:16 -0500
...
do not open connection when only looking for cached connection; also, fix crash caused by missing initialization following recent locale changes
2007-10-10 11:05:59 -05:00
Derrell Lipman
3d45023368
r12569: r12083@cabra: derrell | 2005-12-29 09:39:45 -0500
...
fix line length and make formatting/indentation more consistent
2007-10-10 11:05:59 -05:00
Jeremy Allison
addb509529
r12564: Ensure load_case_tables is always done first.
...
Jeremy.
2007-10-10 11:05:59 -05:00
Jeremy Allison
c970d7d0a5
r12555: Fix more load_case_table swegfaults. Arggg.
...
What I'd give for a global constructor...
Jeremy.
2007-10-10 11:05:59 -05:00
Volker Lendecke
9ca8edc26e
r12544: Fix segfaults in winbind, smbpasswd and net
2007-10-10 11:05:59 -05:00
Gerald Carter
f49f2322d1
r12541: patch from Oliver Schulze L. <oliver@samera.com.py> to check for rpm v4.3 (CentOS)
2007-10-10 11:05:58 -05:00
Jeremy Allison
c2752347eb
r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")
...
and replace calls to isupper/islower/toupper/tolower with
ASCII equivalents (mapping into _w variants).
Jeremy.
2007-10-10 11:05:58 -05:00
Simo Sorce
c007f20c95
r12497: add a simplex option
...
better usage message
2007-10-10 11:05:58 -05:00
Simo Sorce
aa34304f61
r12495: Crackcheck utility enhancement based on patch sent by Tom Geissler
2007-10-10 11:05:58 -05:00
Jeremy Allison
2187502732
r12491: End profile fixes from SATOH Fumiyasu <fumiya@samba.gr.jp>.
...
Jeremy.
2007-10-10 11:05:58 -05:00
Derrell Lipman
85e4cab1d9
r12485: r12044@cabra: derrell | 2005-12-25 16:46:47 -0500
...
When enumerating what could be a server name or a workgroup name, first
check for an existing server structure. If none exists, then go through
the previous determination of whether it's a serrver or a workgroup. This
should avoid doing a NetBIOS name query each time, if we've already
connected to the specified server. (While we're at it, clean up indenting
and line length in this area of code.)
2007-10-10 11:05:58 -05:00
Volker Lendecke
dd39a37f8e
r12477: Remove a gcc -O6 warning
2007-10-10 11:05:57 -05:00
Volker Lendecke
a3f102f6c3
r12476: Apply some const
2007-10-10 11:05:57 -05:00
Volker Lendecke
9cd4b894ea
r12475: Actually configure with profile support this time ...
2007-10-10 11:05:57 -05:00
Volker Lendecke
e361f4a5c5
r12474: Fix a warning
2007-10-10 11:05:57 -05:00
Derrell Lipman
ded5fceef1
r12472: r12040@cabra: derrell | 2005-12-24 23:26:55 -0500
...
revert immediately previous change and fix problem correctly. Interfaces were being loaded before all configuration files had been read. *This* should fix byg 3336.
2007-10-10 11:05:57 -05:00
Derrell Lipman
6d7a9ce7a7
r12471: r12038@cabra: derrell | 2005-12-24 23:17:16 -0500
...
libsmbclient was not loading the global configuration file. This should fix 3336.
2007-10-10 11:05:57 -05:00
Derrell Lipman
e3bab0cc43
r12468: r12033@cabra: derrell | 2005-12-24 21:03:45 -0500
...
actually add the new test program
2007-10-10 11:05:56 -05:00